]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/full-measure-rest-fermata.ly
Doc-es: various updates.
[lilypond.git] / input / regression / full-measure-rest-fermata.ly
1 \version "2.19.21"
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 {
12   R1
13   a'1^"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 }