repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Doc: [de] Update rcontribnamed node refs.
[lilypond/patrick.git]
/
input
/
regression
/
glissando-no-break.ly
blob
2d22b573599bae996e06c83592cf7412a8ec477c
1
\header
{
2
3
texidoc
=
"Glissandi are not broken. Here a @code{\break} is ineffective.
4
Use @code{breakable} grob property to override."
5
6
}
7
\version
"2.12.0"
8
\layout
{
9
ragged-right
= ##
t
10
}
11
\relative
c
' {
12
c
1
13
c
1
\glissando
14
\break
15
d
'
1
16
d
1
17
}