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
/
glissando-broken.ly
blob
b72e1c777a72cc7ad5fda34b53f7930431b4a026
1
\header
{
2
texidoc
=
"If broken, Glissandi anticipate on the pitch of the next line."
3
4
}
5
\version
"2.11.13"
6
\paper
{
7
ragged-right
= ##
T
}
8
9
\relative
c
'' {
10
\override
Glissando
#'
breakable
= ##
t
11
d
1
\glissando
|
12
\break
13
c
,
1
14
}