Hello,
On 11/10/2010 14:13, Gilles Filippini wrote:
James a écrit , Le 11/10/2010 14:42:
If you say there is no 'alternate' then you simply make a text markup
saying 'repeat 4 times' - this is typically right aligned below or above
the stave where the repeat mark is.
Can I ask how do you achieve the right aligned 'repeat 4 times' in this
score?
\score {
\relative c'' {
\repeat volta 4 { c1 }
}
}
Remove the repeat and volta.
\score {
\relative c'' {
c1 | c1 | c1 | c1 \bar ":|"
\once \override Score.RehearsalMark #'break-visibility =
#begin-of-line-invisible
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
\once \override Score.RehearsalMark #'direction = #DOWN
\mark \markup { \small \bold \italic "Repeat four times"}
}
}
I put in the extra bars just to show you a more realistic spacing.
If you want to put it above the staff then you just change
\once \override Score.RehearsalMark #'direction = #DOWN
to
\once \override Score.RehearsalMark #'direction = #UP
Hope this helps.
James
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user