]> 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 "2.6.0"
2
3 \header  {
4
5   texidoc = "
6 Texts may be added to the multi-measure rests.
7
8 "
9
10
11 }
12
13 {
14   \time 3/4
15   \set Score.skipBars = ##t
16   R2._\markup { \center-align { \musicglyph  #"scripts.dfermata" \roman "Ad lib"  }  }
17   R2.^\fermataMarkup
18   R2.^"4"
19   R2.*3_\markup { \roman "a1b2c3" }
20   R2.*10^"inner"^"top"_"inner"_"bot"
21   c'2.
22 }