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
_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond