]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/break.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / regression / break.ly
1
2 \version "2.10.0"
3
4 \header{
5   texidoc="
6 Breaks can be encouraged and discouraged using @code{\\break} and
7 @code{\\noBreak}."
8 }
9
10
11 \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 \layout {
17   indent = 0.0
18   line-width = 4.0\cm
19 }