Can anyone explain the behavior of the following snippet to me?  The long
\mark \markup for some reason pushes the dimensions of the measure to match
the length of the markup when a whole rest is present in the bar.

Any fix?


\new PianoStaff {<<
   {\new Staff
       \override Score.RehearsalMark #'self-alignment-X = #left
   \mark \markup {"this is a really really really long markup"} R1}

   \new Staff {\repeat unfold 40 {c4}}
   >>
}

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

Reply via email to