]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fermata-rest-position.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / fermata-rest-position.ly
1 \version "2.16.0"
2
3 \header { texidoc = "
4 Fermatas over multimeasure rests are positioned as over normal rests.
5 " }
6
7
8 \layout {
9     ragged-right = ##t 
10 }
11 \relative c' {
12     r1^\fermata R1^\fermataMarkup
13 }
14