]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-auto-knee.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / beam-cross-staff-auto-knee.ly
index 3e736c9ce830529a423a23ff8e241778a01945ef..bab2d49ab31407f0438f45afde0ae7095a69da47 100644 (file)
@@ -1,26 +1,25 @@
 
-\version "1.9.8"
+\version "2.11.51"
 
 \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 Staff = "down" {
-      \clef bass 
-      s2.
-    }
-  >>
-  \paper{
-    raggedright = ##t
-  }
+\layout{
+  ragged-right = ##t
 }
+
+\context PianoStaff <<
+  \new Staff = "up" \relative c''{
+    b8[ \change Staff="down" d,, ]
+    c[ \change Staff="up" c'' ]
+    b,[ \change Staff="down" d^"no knee" ]
+  }
+  \new Staff = "down" {
+    \clef bass 
+    s2.
+  }
+>>