]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-unbound-hairpin.ly
release: 1.3.145
[lilypond.git] / input / regression / dynamics-unbound-hairpin.ly
1
2 \header {
3 texidoc = "Crescendi may start off-notes. In that case, they should  not collapse into flat lines.";
4 }
5
6 \score { \notes { \context  Voice { 
7   < f''1 { s4 s4 \< \! s4 \> \! s4 } >
8 }}
9
10 \paper { linewidth = -1. ;}
11 }