Hey, all!

I don't know if this is the *best* solution for the RehearsalMark spacing issue(s) I've been dealing with, but it's definitely *a* solution!

Hope this helps someone else.

Best,
Kieren.

%%%  CODE SNIPPET BEGINS
\version "2.9.9"

\paper { ragged-right = ##t }

\relative c'
{
        \override Score.RehearsalMark #'self-alignment-X = #-1
        c4 c \mark \markup "default X-extent leads to split notes" c c \break
        \override Score.RehearsalMark #'X-extent = #'(0 . 0)
        c4 c \mark \markup "X-extent = #'(0 . 0) means no split" c c \break
        \mark \markup "MultiMeasureRest is the opposite" R1 \break
        \override Score.RehearsalMark #'minimum-X-extent = #'(0 . 40)
        \mark \markup "MultiMeasureRest is the opposite" R1 \break
}
%%%  CODE SNIPPET ENDS


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

Reply via email to