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
/
beam-cross-staff-slope.ly
blob
61be2c5242a17f6451795e8677a7344284ca2ccf
1
\version
"2.12.0"
2
\header
{
3
texidoc
=
"Cross staff (kneed) beams do not cause extreme slopes."
4
}
5
6
\layout
{
ragged-right
= ##
t
}
7
8
\context
PianoStaff
<<
9
\new
Staff
=
"up"
10
\relative
c
'' <<
11
{
12
\stemDown
13
f
16
(
d b
\change
Staff
=
down
\stemUp
14
\clef
treble
g
~
<
g e
>
8
)
15
16
e
[
\change
Staff
=
up
17
\stemDown
18
e e
]
19
\change
Staff
=
down
20
\stemUp
21
e
8
.[
22
\change
Staff
=
up
23
\stemDown
24
e
8
.]
25
26
}
\\
27
>>
28
\new
Staff
=
"down"
{
29
\time
3
/
8
\clef
bass
s
4
.*
3
}
30
>>
31