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
ly:default-scale: don't return SCM_BOOL_F if default_global_scale exists.
[lilypond.git]
/
input
/
regression
/
cluster-cross-staff.ly
blob
2b0d627b239efc83148d144d091985fa0e73e7d2
1
\header
{
2
3
texidoc
=
"Clusters can be written across staves."
4
5
}
6
\layout
{
7
ragged-right
= ##
t
8
}
9
10
\version
"2.12.0"
11
12
\new
PianoStaff
<<
13
\new
Staff
=
"up"
{
14
s
1
*
2
15
}
16
\new
Staff
=
"down"
<<
17
\applyMusic
#
notes-to-clusters
\relative
c
{ <
c e
>
4
<
f a
> <
b e
>
\change
Staff
=
up
<
e a
>
18
<
a d
> <
d g
> }
19
20
{
\clef
bass
s
1
*
2
}
21
>>
22
>>