]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-ending.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / hairpin-ending.ly
1
2 \version "2.10.0"
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