]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-multiple-cross-staff.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-multiple-cross-staff.ly
index 1aa01eb0106e1d109bbc0db7a983ff98e34f0cff..ba65677e90e33fac4675a206b3c278e86acd7743 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.51"
+\version "2.19.21"
 \header {
 
   texidoc = "Kneed beams (often happens with cross-staff beams)
@@ -14,18 +14,18 @@ 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' {
+  \new Staff = SB \relative {
     \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 ]
+  }
   
 >>