]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-ending.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / hairpin-ending.ly
1
2 \version "1.9.1"
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 \notes \relative c'' { c4 \> c4 c4\! c4_\ff \> c4 c4\!\p }
15 \paper { raggedright = ##t} 
16 }
17