]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fermata-rest-position.ly
a9f6f1ea13bbfae392b1e6ec4f26d8b9e20e212e
[lilypond.git] / input / regression / fermata-rest-position.ly
1 \version "2.3.11"
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