[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RehearsalMark extent shouldn't count
From: |
Bertalan Fodor |
Subject: |
Re: RehearsalMark extent shouldn't count |
Date: |
Tue, 16 Nov 2004 00:33:43 +0100 |
User-agent: |
Mozilla Thunderbird 0.7.1 (Windows/20040626) |
I think you've misunderstood the problem. Please try this:
\version "2.4.2"
\score { <<
\new Staff {
\override Score.RehearsalMark #'self-alignment-X = #-1
b8 \mark \markup {\small \bold "Why is this so ugly?"} as g16
g8.~g4 g16 g8 g16 |
c16 c c c c c c c c c c c c c c c | c8 c c c c c c c
}
\new Staff {
b8 as^\markup {\bold "Why is this not?"} g16 g8.~g4 g16 g8 g16 |
c16 c c c c c c c c c c c c c c c | c8 c c c c c c c
}
>>
}
Bert