]> 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 c26322af078b0ea6cc800a902af5b96ce8064319..ba65677e90e33fac4675a206b3c278e86acd7743 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.19.21"
 \header {
 
   texidoc = "Kneed beams (often happens with cross-staff beams)
@@ -9,23 +9,23 @@ to the last beam.
 }
 
 \layout {
-  raggedright= ##t
+  ragged-right= ##t
 }
 
 \context PianoStaff \relative c' <<
-  \context Staff = SA {
-    \stemDown
-    c8[ c16 \change Staff = SB \stemUp c16 ]
-    \stemNeutral
+  \new Staff = SA {
+    \voiceTwo
+    c8[ c16 \change Staff = SB \voiceOne c16 ]
+    \oneVoice
     f[ g \change Staff = SA a c] 
   }
-  \context 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 ]
+  }
   
 >>