David Feuer wrote:
On 2/28/07, Mats Bengtsson <[EMAIL PROTECTED]> wrote:
Maybe something like
\mark \markup { \vcenter "To Coda" \musicglyph #"scripts.coda"}
is close to what you want.
This is close, yes. But the problem is that the final result is
centered above the bar line, when I actually want the coda sign
centered above, with the "To Coda" hanging off to the left.
Try adding
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
just before the \mark command. You can even use something like
\once \override Score.RehearsalMark #'self-alignment-X = #0.8
(1.0 corresponds to RIGHT, i.e. complete alignment to the right
edge).
/Mats
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user