]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-unbound-hairpin.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / dynamics-unbound-hairpin.ly
1 \version "2.1.26"
2
3 \header {
4 texidoc = "Crescendi may start off-notes, however, 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 { raggedright = ##t}
12 }
13