lilypond-1.5.14
[lilypond.git] / input / regression / hairpin-ending.ly
blob58569324d4d812c17e592fef78dbc8402e863a50
1 \version "1.3.146"
3 \header {
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."
12 \score {
13 \notes \relative c'' { c4 \> c4 \! c4 c4_\ff \> c4 \! c4 \p }
14 \paper { linewidth = -1.}