]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster-cross-staff.ly
Use distance to original point rather than size of allowed region for
[lilypond.git] / input / regression / cluster-cross-staff.ly
index c42385c256a14d4061e4da63637a159a3649073b..2b0d627b239efc83148d144d091985fa0e73e7d2 100644 (file)
@@ -7,13 +7,13 @@
   ragged-right= ##t
 }
 
-\version "2.7.32"
+\version "2.12.0"
 
 \new PianoStaff <<
-  \context Staff = "up"     {
+  \new Staff = "up"     {
     s1 *2
   }
-  \context Staff = "down" <<
+  \new Staff = "down" <<
     \applyMusic #notes-to-clusters \relative c  { <c e>4 <f a> <b e> \change Staff = up <e a>
                                                  <a d> <d g> }