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