]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/break.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / break.ly
1
2 \version "2.11.51"
3
4 \header{
5   texidoc="
6 Breaks 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 }