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
Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git]
/
input
/
regression
/
slur-cross-staff-beam.ly
blob
dff288e8114f1a6a96d19fe0c988895dabf155eb
1
\version
"2.12.0"
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
'' {
c
8
([
d
)
\change
Staff
=
lh
c
,] }
11
\context
Staff
=
lh
{
s
4
. }
12
>>
13
}