On 12/27/06, Manuel <[EMAIL PROTECTED]> wrote:

Joe, I tried this but it didn't quite work:


You're nearly there -- I've just put in some more overrides to get (I hope)
what you want:

\version "2.10.0"
\new ChoirStaff
\relative
<<
\new Staff
{
\clef treble
\key g \major
\time 2/4
\override Score.RehearsalMark #'self-alignment-X = #RIGHT


In order to have the rehearsal marks below the staff, insert
\override Score.RehearsalMark #'direction = #DOWN
In order to have more space above the rehearsal marks, insert
\override Score.RehearsalMark #'outside-staff-padding = #2

\partial 16*4
g'16 a b c d8 d16 b e8 e16 c d4 c8 c16 a b8 b16 g a8 a16 fis g4


In order to make the "Fine" visible at the end of a system but invisible at
the start of a system, insert
\once \override Score.RehearsalMark #break-visibility =
#begin-of-line-invisible

\mark "Fine"

\bar ":|:"
d' c b8 b16 g a8 a16 fis g4 d' c b8 b16 g a8 a16 fis g4

\once \override Score.RehearsalMark #'break-visibility = #all-visible
\mark "D.C. al Fine"
\bar "||"
}
\new Staff
\relative
{
\clef bass
\key g \major
g,8 g' b, b' c, c' b, b' a, a' g, g' d, d' g, g'
b, b' a, a' g, g' d, d' g, g' b, b' a, a' g, g' d, d' g, g'
}
>>


As you can see, the word Fine appears "too late", on the beginning of the
second accolade (is that the word?)


Possibly the word you want is "system"
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to