1
2\version "2.16.0"
3
4\header{
5  texidoc="
6Breaks can be encouraged and discouraged using @code{\\break} and
7@code{\\noBreak}."
8}
9
10\layout {
11  indent = 0.0
12  line-width = 4.0\cm
13}
14
15\relative c'' \context Voice {
16  \textLengthOff
17  c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
18  c1 \break \mark "break" c1 \break \mark "break" c1
19}
20