]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-auto-knee.ly
(setcolor): implement (re)setcolor with <g>
[lilypond.git] / input / regression / beam-cross-staff-auto-knee.ly
index 5024f23fd0ed10c3681acc021857bca88d7e9963..f480a6606332d5ddaf618afa0c85412c1549dc86 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.4.0"
 
 \header{
 
@@ -9,8 +9,8 @@ produced with explicit staff switches)."
      }
 
 \score {
-  \notes \context PianoStaff <<
-    \context Staff = "up" \notes\relative c''{
+   \context PianoStaff <<
+    \context Staff = "up" \relative c''{
       b8[ \change Staff="down" d,, ]
       c[ \change Staff="up" c'' ]
       b,[ \change Staff="down" d^"no knee" ]
@@ -20,7 +20,7 @@ produced with explicit staff switches)."
       s2.
     }
   >>
-  \paper{
+  \layout{
     raggedright = ##t
   }
 }