]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-ending.ly
bcf235fbf1bd613f7a7e982e4f6bd5c276176444
[lilypond.git] / input / regression / hairpin-ending.ly
1
2 \version "2.7.32"
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 \layout { ragged-right = ##t } 
13
14 \relative c'' {
15   c4 \> c4 c4\! c4_\ff \> c4 c4\!\p
16   
17   <<
18     { c\< c\! }
19     \lyrics { "a" loooong }
20   >>
21 }
22