Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / cluster-cross-staff.ly
blobddcc72ff23b9eed20146de99f342ab8d94945313
1 \header {
3 texidoc = "Clusters can be written across staves."
6 \layout {
7 ragged-right= ##t
10 \version "2.10.0"
12 \new PianoStaff <<
13 \new Staff = "up" {
14 s1 *2
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> }
20 { \clef bass s1 * 2 }