Massive changes - see ChangeLog.
[lilypond.git] / input / regression / hairpin-ending.ly
blobaf43a6defa8c1368e0f2c89c8fbdf8b69c91ea60
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
4 \header {
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."
13 \score {
14 \notes \relative c'' { c4 \> c4 c4-\! c4_\ff \> c4 c4-\!-\p }
15 \paper { raggedright = ##t}