]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-broken-hairpin.ly
move from abe.ly
[lilypond.git] / input / regression / dynamics-broken-hairpin.ly
1 \version "1.7.18"
2 \header{
3 texidoc = "Broken crescendi should be open on one side."
4 }
5
6 \score { \notes \relative c'' { 
7     c1 \< \break \! c1  \> \break \! c1 
8   }
9   \paper {
10     linewidth = 4.\cm
11   }
12 }
13   
14 %% new-chords-done %%