]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-text.ly
new file.
[lilypond.git] / input / regression / multi-measure-rest-text.ly
1
2 \header  {
3 texidoc = "
4 Texts may be added to the rests by setting @code{text} in
5 @code{MultiMeasureRestNumber.}. This is done automatically
6 for the first script specified by @code{R_\markup @{ .. @}}.
7 "
8
9 }
10
11 \score { \notes {
12  \time 3/4
13   R2._\markup { \center << \musicglyph  #"scripts-dfermata" \roman "Ad lib"  >>  }
14   R2.^\fermataMarkup
15   R2.^"4"
16   c2.
17 }}