repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix 524 pitched trill losing accidental.
[lilypond.git]
/
input
/
regression
/
spacing-folded-clef-cross-staff.ly
blob
8616fd811d4a3aa4e9abb7ba701200a3833648b0
1
\version
"2.10.7"
2
\header
{
3
texidoc
=
"Clefs are also folded under cross staff constructs."
4
}
5
6
\layout
{
ragged-right
= ##
t
}
7
8
\context
PianoStaff
<<
9
\new
Staff
=
"up"
10
\relative
c
'' <<
11
{
12
\stemDown
13
f
16
[
\change
Staff
=
down
\stemUp
14
\clef
treble
g
,]
15
16
}
\\
17
>>
18
\new
Staff
=
"down"
{
19
\time
3
/
8
\clef
bass
s
8
20
}
21
>>
22