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
/
slur-cross-staff-beam.ly
blob
ea9d13df3aab07d23d57bed6da76eb3cf3c38a62
1
\version
"2.11.29"
2
3
\header
{
4
texidoc
=
"Slurs that depend on a cross-staff beam are not calculated until after line-breaking."
5
}
6
7
\paper
{
ragged-right
=##
t
}
8
\score
{
9
\new
PianoStaff
<<
10
\context
Staff
=
rh
\relative
{
c
'
8
([
d
)
\change
Staff
=
lh
c
,] }
11
\context
Staff
=
lh
{
s
4
. }
12
>>
13
}