]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-auto-knee.ly
(texidoc): cleanup.
[lilypond.git] / input / regression / beam-cross-staff-auto-knee.ly
index 1371224a5238dd144b77fcc58281419a2fb0b71d..4191790eaed79cbf888d47a0538090e251e7a5da 100644 (file)
@@ -1,26 +1,26 @@
-\version "1.5.68"
+
+\version "2.3.17"
 
 \header{
 
-    texidoc="Automatic cross-staff knees also work (here we see them
-with explicit staff switches)."
+    texidoc="Automatic cross-staff knees work also (here they were
+produced with explicit staff switches)."
 
      }
 
 \score {
-  \notes \context PianoStaff <
-    \context Staff = "up" \notes\relative c''{
-      [ b8 \translator Staff="down" d,, ]
-      [ c \translator Staff="up" c'' ]
-      [ b, \translator Staff="down" d^"no knee" ]
+   \context PianoStaff <<
+    \context Staff = "up" \relative c''{
+      b8[ \change Staff="down" d,, ]
+      c[ \change Staff="up" c'' ]
+      b,[ \change Staff="down" d^"no knee" ]
     }
     \context Staff = "down" {
       \clef bass 
       s2.
     }
-  >
+  >>
   \paper{
-    linewidth = -1.0
+    raggedright = ##t
   }
 }
-%% new-chords-done %%
\ No newline at end of file