]> git.donarmstrong.com Git - lilypond.git/blob - input/test/break.ly
ce65bb178b88215556507df28633723b7a5b6907
[lilypond.git] / input / test / break.ly
1
2
3
4 \score{
5         \notes\context Voice{
6         \emptyText
7         c1 c1^"no break after 2nd note"  \nobreak c1 c1
8           
9           c1^"break after this" \break c1 c1 
10         }
11         \paper { linewidth = 4.0\cm;}
12 }