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