lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Aligning rehearsal marks with left edge of stave


From: Nick Payne
Subject: Aligning rehearsal marks with left edge of stave
Date: Fri, 22 Jul 2011 06:02:56 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11

I can get it to work by using break-align-anchor and manually changing the value until it looks ok, but that means that each mark requires this manual fiddling to align it. I had a look at NR 5.5.1 and tried the various break-alignable-interface overrides, but couldn't find anything to get this alignment to happen automatically. Can it be done?

\version "2.14.1"

\relative c {
    \override Score.RehearsalMark #'break-align-symbols = #'(left-edge)
    \once \override Score.LeftEdge #'break-align-anchor = #5
    \clef "treble_8"
    \mark "C Major"
    c d e f g a b c
}

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]