]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-ending.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / hairpin-ending.ly
1
2 \version "2.3.22"
3
4 \header {
5
6 texidoc = "Hairpin dynamics start under notes if there are
7 no text-dynamics. If there are text dynamics, the hairpin does not run
8 into them."
9
10 }
11
12
13 \score {
14  \relative c'' { c4 \> c4 c4\! c4_\ff \> c4 c4\!\p }
15 \layout { raggedright = ##t} 
16 }
17