]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/break.ly
update syntax in .ly files.
[lilypond.git] / input / regression / break.ly
1 \version "1.7.6"
2
3 \header{
4 texidoc="
5 Breaks can be encouraged and discouraged using @code{\\break} and
6 @code{\\noBreak}."
7 }
8
9
10 \score{
11         \notes\relative c'' \context Voice{
12         \emptyText
13         c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
14         c1 \break \mark "break" c1 \break \mark "break" c1 
15         }
16         \paper {
17             indent = 0.0
18             linewidth = 4.0\cm}
19 }
20 %% new-chords-done %%