]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-text.ly
398a6305ee5c113f6cb3d1c9b2582d7ee974c2cb
[lilypond.git] / input / regression / multi-measure-rest-text.ly
1
2 \header  {
3 texidoc = "
4 Texts may be added to the multi measure rests.
5 "
6
7 }
8
9 \score { \notes {
10   \time 3/4
11   \property Score.skipBars = ##t
12   R2._\markup { \center << \musicglyph  #"scripts-dfermata" \roman "Ad lib"  >>  }
13   R2.^\fermataMarkup
14   R2.^"4"
15   R2.*3_\markup { \roman "a1b2c3" }
16   R2.*10^"inner"^"top"_"inner"_"bot"
17   c2.
18 }}