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
/
fingering-cross-staff.ly
blob
1fa30c1f212faf120a56a2ed003fb6ee383b951c
1
\version
"2.11.44"
2
3
\header
{
4
texidoc
=
"Fingerings work correctly with cross-staff beams."
5
}
6
7
music
=
\relative
c
{
8
\change
Staff
=
"down"
9
c
8
e g
-
1
10
\change
Staff
=
"up"
11
e
'
-
2
g
-
3
c
-
5
12
\change
Staff
=
"down"
13
e
,
-
3
[
g
,
-
1
]
14
}
15
16
\score
{
17
\new
PianoStaff
<<
18
\new
Staff
=
"up"
\new
Voice
{
19
\stemUp \music
}
20
\new
Staff
=
"down"
\new
Voice
{
21
\clef
bass
\stemDown
22
\override
Fingering
#'
direction
= #
down
23
\transpose
c c
,
\music
}
24
>>
25
}