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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to