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