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
/
tie-broken-other-staff.ly
blob
0bfca6aa529b3af204cbf74eeed6ba158310ae86
1
\header
{
2
texidoc
=
"Broken tie lengths are not affected by clefs
3
in other staves."
4
}
5
6
\version
"2.10.0"
7
8
\layout
{
9
ragged-right
= ##
t
10
}
11
12
<<
13
\new
Staff
\relative
c
'''{
e
1
~
\break
e
}
14
\new
Staff
\relative
c
{
\clef
bass
a
\clef
treble
cis
}
15
>>