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