bug-lilypond
[Top][All Lists]
Advanced

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

Re: Multi-measure rest markup bug (regression)


From: Graham Percival
Subject: Re: Multi-measure rest markup bug (regression)
Date: Fri, 03 Nov 2006 15:12:55 -0800
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

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
}




reply via email to

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