]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-slope.ly
* input/regression/beam-quanting-32nd.ly (texidoc): new file
[lilypond.git] / input / regression / beam-cross-staff-slope.ly
index 7ea902a8174c9b90d82bf5f6363cf714eb3b5988..a0a36e16dbe09c6e9ac4bf7d88a209735a72fb84 100644 (file)
@@ -1,18 +1,19 @@
-\version "1.7.18"
+#(ly:set-option 'old-relative)
+\version "1.9.8"
 \header {
     texidoc = "Cross staff  (kneed) beams don't cause extreme slopes."
 }
 
 \score {
-    \notes\context PianoStaff <
+    \notes\context PianoStaff <<
     \context Staff = up
-    \relative c'' <
+    \relative c'' <<
         {
            \stemDown
-            f16( \> d b-\! \translator Staff = down \stemUp
-            \clef treble g ~ << g e>>8-)
+            f16( \> d b\! \translator Staff = down \stemUp
+            \clef treble g ~ < g e>8)
            
-            e-[ \translator Staff = up
+            e[ \translator Staff = up
            \stemDown
            e e]
            \translator Staff = down
            e8.]
            
        } \\
-    >
+    >>
     \context Staff = down {
         \time 3/8 \clef bass s4.*3 }
-    >
+    >>
     \paper { raggedright = ##t}
 }