]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-auto-knee.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / beam-cross-staff-auto-knee.ly
index f601b2cc5a5e106b435ba3e76e87c7ee0caededd..b74d4991ba5daf25089ebb3e2de64dbe5e6a12c7 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.2"
+\version "1.9.4"
 
 \header{
 
@@ -9,7 +9,7 @@ with explicit staff switches)."
      }
 
 \score {
-  \notes \context PianoStaff <
+  \notes \context PianoStaff <<
     \context Staff = "up" \notes\relative c''{
       b8[ \translator Staff="down" d,, ]
       c[ \translator Staff="up" c'' ]
@@ -19,7 +19,7 @@ with explicit staff switches)."
       \clef bass 
       s2.
     }
-  >
+  >>
   \paper{
     raggedright = ##t
   }