]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/cluster-cross-staff.ly
*** empty log message ***
[lilypond.git] / input / regression / cluster-cross-staff.ly
1 \header {
2
3     texidoc = "Clusters can be written across staves."
4
5 }
6
7 \version "2.6.0"
8
9 \new PianoStaff <<
10   \context Staff = "up"     {
11     s1 *2
12   }
13   \context Staff = "down" <<
14     \applymusic #notes-to-clusters \relative c  { <c e>4 <f a> <b e> \change Staff = up <e a>
15                                                   <a d> <d g> }
16
17     { \clef bass s1 * 2 }
18   >>
19 >>
20 \layout {
21   raggedright= ##t
22 }