John Williams wrote:
There does not appear to be a way to get a multi-measure rest which is
unaffected by the width of the markup text (\emptyText does not work).
A sample of the problem is below.
Thanks! However, please submit minimal examples. I reduced your
example to about a dozen lines, and even this is more verbose than
necessary.
http://code.google.com/p/lilypond/issues/detail?id=135
Cheers,
- Graham
\version "2.9.28"
\layout{ragged-right=##t}
\relative c' {
c1
r1^\markup{"foooooooo"}
c1
R1^\markup{"foooooooo"}
c1
s1^\markup{"foooooooo"}
c1
\emptyText
s1^\markup{"foooooooo"}
c1
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond