Hi all,
This might be connected with http://code.google.com/p/lilypond/issues/detail?id=417 but my problem now is not that the rest is not centered (it is in 2.11.34), but that the measure becomes too long. %% When there is a whole measure rest under a text mark %% the measure extends further than the end of the text mark. \version "2.11.34" \paper{ ragged-right=##t } \score{ \relative g' { \override Score.RehearsalMark #'self-alignment-X = #LEFT \override Score.RehearsalMark #'break-align-symbols = #'(time-signature) \mark "This is a text mark." R1 | g4 g g g | g g g g | } } \score{ \relative g' { R1 | g4 g g g | g g g g | } } \score{ \relative g' { \override Score.RehearsalMark #'self-alignment-X = #LEFT \override Score.RehearsalMark #'break-align-symbols = #'(time-signature) \mark "This is a text mark." g1 | g4 g g g | g g g g | } }
<<attachment: restVsMark.png>>
_______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
