On Mon, 11 Oct 2010 14:22:36 +0200, Gilles Filippini
<gilles.filipp...@free.fr> wrote:
From the answers I've had I infer that there is no standard way of doing
that.
well, with Rehearsal Marks you can print almost whatever you want over a
bar line. how far is that from the "standard" way?
The answer the closest from what I expected is to use a rehearsal mark
(thanks to Vicente).
I forgot to fwd my first messsage to the list, sorry. I just reccomended
to use a manual Rehearsal Mark.
Unfortunately it doesn't work when the end-repeat
bar is the last bar of the score:
% This score doesn't have "x4" printed out
\score {
\relative c'' {
\repeat volta 4 { c1 }
\mark #"x4"
}
}
\version "2.12.3"
\score {
\relative c'' {
\override Score.RehearsalMark
#'break-visibility = #begin-of-line-invisible
\override Score.RehearsalMark
#'self-alignment-X = #RIGHT
\repeat volta 4 { c1 }
\mark #"x4"
}
}
remember, the manuals and the lsr are your biggest friends most of the
time. learn them by heart :)
greetings,
Vicente
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user