bug-lilypond
[Top][All Lists]
Advanced

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

Multi-measure rest markup bug (regression)


From: John Williams
Subject: Multi-measure rest markup bug (regression)
Date: Fri, 3 Nov 2006 17:03:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> Gmane thinks I am top-posting, so this is just some dummy text to get the
> message past filters that cannot tell the difference between quoted text 
> and code.  The real message starts with the next paragraph.


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.

The method on the second stave is how I got it to work in version 1.7.13.


\version "2.9.24"

\relative d'' {
\clef violin
\key d \minor
\time 3/4

% this works
\emptyText
<<
 \emptyText r2.
 \emptyText s2.^\markup{ "Fà ch'ogn'uno tralasci e balli canti"}
>>
e2. ~ |
% 5
e2. |
bes'2. ~ |
bes4 a g |
a2. |
gis |
\break


% This does not work: measure is stretched to length of text
\emptyText
<<
 \emptyText R2.
 \emptyText s2.^\markup{ "Fà ch'ogn'uno tralasci e balli canti"}
>>
e2. ~ |
% 5
e2. |
bes'2. ~ |
bes4 a g |
a2. |
gis |
\break

% this workaround does not work either
 \emptyText s1*0^\markup{ "Fà ch'ogn'uno tralasci e balli canti"}
 \emptyText R2.*3
e2. ~ |
% 5
e2. |
bes'2. ~ |
bes4 a g |
a2. |
gis |

}

\layout {}






reply via email to

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