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