bug-lilypond
[Top][All Lists]
Advanced

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

multimeasure rest + text


From: David Bobroff
Subject: multimeasure rest + text
Date: Mon, 11 Oct 2004 16:41:06 +0000

I just compiled the latest CVS ChangeLog 1.2711 and got a surprise.  I
checked the docs at lilypond.org and found in section 5.15.8:

Texts can be added to multi-measure rests by using the note-markup syntax
(see Text markup). In this case, the number is replaced. If you need both
texts and the number, you must add the number by hand. A variable
(\fermataMarkup) is provided for adding fermatas

       \set Score.skipBars = ##t
       \time 3/4
       R2.*10^\markup { \number 10 }_\markup { "Ad lib" }
       R2.^\fermataMarkup

It says "In this case, the number is replaced," but it is not.  Both in my
.ly file and in the online docs the number is *not* replaced, but is
doubled.  The multimeasure rest is producing a rest number as well as the
\markup version.  It is always placing it above the staff, too.

-David





reply via email to

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