bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 609 in lilypond: wrong placement of \markup on MultiMeasureRest


From: codesite-noreply
Subject: Issue 609 in lilypond: wrong placement of \markup on MultiMeasureRest
Date: Wed, 30 Apr 2008 13:54:30 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]