]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-cross-staff.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / slur-cross-staff.ly
index a4b4598235f16fcf7c9c08ddf17c359bca935218..3db78778ad7b5106d9d99dc3b6f3d4b99855a26f 100644 (file)
@@ -1,50 +1,50 @@
 
-\version "2.3.17"
+\version "2.12.0"
 \header{
-texidoc="
+  texidoc="
 Slurs behave decently when broken across a linebreak.
 "
 }
 
-       
-\score{
-       \context PianoStaff <<
-       \context Staff=one \relative c'{
-               \stemUp \slurUp
-                c4( c \change Staff=two c  c) |
-               \change Staff=one
-               \stemUp \slurUp
-                c4( c \change Staff=two c  c) |
-               \stemUp \slurUp
-                c4( c \change Staff=one c  c) |
-               \change Staff=two
-               \stemUp \slurUp
-                c4( c \change Staff=one c  c) |
-               \change Staff=two
-               \stemUp \slurUp
-                c4( \change Staff=one c c  c) |
-               r2
-               \change Staff=two
-               \stemUp \slurUp
-                c4( \change Staff=one c
-                  \break
-               c  c)
-               r2
-%              \stemDown \slurDown
-%               c4( \change Staff=two c c \change Staff=one  c)
-               \stemDown \slurDown
-                d4( \change Staff=two c c \change Staff=one  d)
-               \change Staff=two
-               \stemUp \slurUp
-                c4( \change Staff=one c c \change Staff=two  c)
-               r1
-       }
-       \context Staff=two \relative c'{
-               \clef bass
-               s1 s1 s1 s1 s1 s1 s1 s1 s1 s1
-       }
-       >>
-}
+
+
+\context PianoStaff <<
+  \new Staff = "one" \relative c'{
+    \stemUp \slurUp
+    c4( c \change Staff=two c  c) |
+    \change Staff=one
+    \stemUp \slurUp
+    c4( c \change Staff=two c  c) |
+    \stemUp \slurUp
+    c4( c \change Staff=one c  c) |
+    \change Staff=two
+    \stemUp \slurUp
+    c4( c \change Staff=one c  c) |
+    \change Staff=two
+    \stemUp \slurUp
+    c4( \change Staff=one c c  c) |
+    r2
+    \change Staff=two
+    \stemUp \slurUp
+    c4( \change Staff=one c
+    \break
+    c  c)
+    r2
+    %%         \stemDown \slurDown
+    %%          c4( \change Staff=two c c \change Staff=one  c)
+    \stemDown \slurDown
+    d4( \change Staff=two c c \change Staff=one  d)
+    \change Staff=two
+    \stemUp \slurUp
+    c4( \change Staff=one c c \change Staff=two  c)
+    r1
+  }
+  \new Staff = "two" \relative c'{
+    \clef bass
+    s1 s1 s1 s1 s1 s1 s1 s1 s1 s1
+  }
+>>
+