]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fermata-rest-position.ly
9cee58ede142cb010ad5b05e39eda4ae5c10a2e8
[lilypond.git] / input / regression / fermata-rest-position.ly
1 \version "2.3.17"
2
3 \header { texidoc = "
4 Fermatas over multimeasure rests are positioned as over normal rests.
5 " }
6
7
8 \paper {
9     raggedright = ##t 
10 }
11 \relative c' {
12     r1^\fermata R1^\fermataMarkup
13 }
14