Issue 609: wrong placement of \markup on MultiMeasureRest
http://code.google.com/p/lilypond/issues/detail?id=609

Comment #2 by n.puttock:
Hi Valentin,

I'm unsure whether this is a bug, since text attached to MultiMeasureRest grobs is handled by MultiMeasureRestText. Your snippet works if you attach the markup text to
a skip:

\new Score \with {
 \override PaperColumn #'keep-inside-line = ##t
}{
 b1 b b b b b b b b s1*0^\markup \gpl R1 b \break
 b1 b b b b b b b b r1^\markup \gpl b \break
}

It's not really ideal that you have to use skips in this case, but it is documented
under Rehearsal marks.

Regards,
Neil



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to