]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-slope.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / beam-cross-staff-slope.ly
index a0ec281b84a4c9485e285fa86c46cd975bf42259..037c4cc520ec7532391c6ea6294c55c2ac9353fc 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.2.0"
+\version "2.4.0"
 \header {
     texidoc = "Cross staff  (kneed) beams do not cause extreme slopes."
 }
 
 \score {
-    \notes\context PianoStaff <<
-    \context Staff = up
+    \context PianoStaff <<
+    \context Staff = "up"
     \relative c'' <<
         {
            \stemDown
@@ -24,9 +24,9 @@
            
        } \\
     >>
-    \context Staff = down {
+    \context Staff = "down" {
         \time 3/8 \clef bass s4.*3 }
     >>
-    \paper { raggedright = ##t}
+    \layout { raggedright = ##t}
 }