]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-multiple-cross-staff.ly
Non-existent procedure-with-setter in input/regression/scheme-text-spanner.ly
[lilypond.git] / input / regression / beam-multiple-cross-staff.ly
index 7827e3d723ecdf35d647fff5e67873e14a4d9240..0c382b2f762e20e76e8e3146bc5da9b6b37b8b74 100644 (file)
@@ -14,17 +14,17 @@ to the last beam.
 
 \context PianoStaff \relative c' <<
   \new Staff = SA {
-    \stemDown
-    c8[ c16 \change Staff = SB \stemUp c16 ]
-    \stemNeutral
+    \voiceTwo
+    c8[ c16 \change Staff = SB \voiceOne c16 ]
+    \oneVoice
     f[ g \change Staff = SA a c] 
   }
   \new Staff = SB \relative c' {
     \clef bass
-    b8[ b16 \stemUp b,,16 ]
+    b8[ b16 \voiceOne b,,16 ]
 
     g'4\rest
-    b,8[ b16 \stemDown b''16 b ]
+    b,8[ b16 \voiceTwo b''16 b ]
   }
   
 >>