]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/full-measure-rest-fermata.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / full-measure-rest-fermata.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc="
5 Fermata over full-measure rests should invert when below and
6 be closer to the staff than other articulations."
7 }
8 \layout {
9   ragged-right = ##t
10 }
11 \relative c'' {
12   R1
13   a1^"should be lower"
14   R1^"should be higher"
15   \break
16   R1
17   R1^"should be lower"
18   a1^"should be higher"
19   \break
20   a1^"should be above fermata"
21   R1^\fermataMarkup
22   \break
23   a1_"should be below fermata"
24   R1_\fermataMarkup
25 }