]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-unbound-hairpin.ly
*** empty log message ***
[lilypond.git] / input / regression / dynamics-unbound-hairpin.ly
1 \version "2.6.0"
2
3 \header {
4 texidoc = "Crescendi may start off-notes, however, they should  not collapse into flat lines."
5 }
6
7 \context  Voice { 
8   << f''1 { s4 s4 \< s4\! \> s4\! } >>
9 }
10
11 \layout { raggedright = ##t}
12