]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-slope.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / beam-cross-staff-slope.ly
index 4628485c63524294004929a63c57b6507d75e809..ee6a3c078d0dc00e700dd0cfe447211d4cbc7122 100644 (file)
@@ -1,32 +1,31 @@
-\version "2.1.22"
+\version "2.11.51"
 \header {
-    texidoc = "Cross staff  (kneed) beams don't cause extreme slopes."
+    texidoc = "Cross staff  (kneed) beams do not cause extreme slopes."
 }
 
-\score {
-    \notes\context PianoStaff <<
-    \context Staff = up
-    \relative c'' <<
-        {
-           \stemDown
-            f16( \> d b\! \change Staff = down \stemUp
-            \clef treble g ~ < g e>8)
-           
-            e[ \change Staff = up
-           \stemDown
-           e e]
-           \change Staff = down
-           \stemUp
-           e8.[
-               \change Staff = up
-           \stemDown
-           e8.]
-           
-       } \\
-    >>
-    \context Staff = down {
-        \time 3/8 \clef bass s4.*3 }
-    >>
-    \paper { raggedright = ##t}
-}
+\layout { ragged-right = ##t}
+
+\context PianoStaff <<
+  \new Staff = "up"
+  \relative c'' <<
+    {
+      \stemDown
+      f16( d b \change Staff = down \stemUp
+      \clef treble g ~ < g e>8)
+      
+      e[ \change Staff = up
+        \stemDown
+        e e]
+      \change Staff = down
+      \stemUp
+      e8.[
+       \change Staff = up
+       \stemDown
+       e8.]
+      
+    } \\
+  >>
+  \new Staff = "down" {
+    \time 3/8 \clef bass s4.*3 }
+>>