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
/
spacing-folded-clef3.ly
blob
e919050d10c4c41d6fc379d9b2767d24c84075d5
1
\version
"2.12.0"
2
3
\header
{
4
texidoc
=
"Voices that go back and forth between staves do not confuse the spacing engine."
5
}
6
7
\paper
{
ragged-right
= ##
t
}
8
9
\new
PianoStaff
<<
10
\new
Staff
=
"rh"
\relative
c
'' {
11
\time
6
/
8
12
bes
16
c d
13
\change
Staff
=
lh
14
\stemUp
bes a g
15
\change
Staff
=
rh
16
\stemDown
bes c d
17
\change
Staff
=
lh
18
\clef
bass
19
\stemUp
bes
,
a g
20
21
}
22
\new
Staff
=
"lh"
\relative
c
' {
23
s
2
.
24
}
25
>>