]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-broken-hairpin.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / dynamics-broken-hairpin.ly
1
2 \version "2.1.26"
3 \header{
4 texidoc = "Broken crescendi should be open on one side."
5 }
6
7 \score { \notes \relative c'' { 
8     c1 \< \break c1\!  \> \break c1\!
9   }
10   \paper {
11     linewidth = 4.\cm
12   }
13 }
14   
15