repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
break.ly
blob
2ba54fdc47d326ff30028d5a353ef82484581326
1
2
\version
"2.11.38"
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
c
1
\noBreak
c
1
\noBreak \mark
"nobreak"
c
1
\noBreak
18
c
1
\break \mark
"break"
c
1
\break \mark
"break"
c
1
19
}