]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-cross-staff.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / slur-cross-staff.ly
index a4e30e250a7073839166f2e400e6d9ffe783f219..10c12b1648b784243031e29eb2a32df13b03c773 100644 (file)
@@ -1,51 +1,50 @@
 
-\version "1.9.4"
+\version "2.16.0"
 \header{
-texidoc="
-The same goes for slurs. They behave decently when broken across
-linebreak.
+  texidoc="
+Slurs behave decently when broken across a linebreak.
 "
 }
 
-       
-\score{
-       \context PianoStaff <<
-       \context Staff=one \notes\relative c'{
-               \stemUp \slurUp
-                c4( c \translator Staff=two c  c) |
-               \translator Staff=one
-               \stemUp \slurUp
-                c4( c \translator Staff=two c  c) |
-               \stemUp \slurUp
-                c4( c \translator Staff=one c  c) |
-               \translator Staff=two
-               \stemUp \slurUp
-                c4( c \translator Staff=one c  c) |
-               \translator Staff=two
-               \stemUp \slurUp
-                c4( \translator Staff=one c c  c) |
-               r2
-               \translator Staff=two
-               \stemUp \slurUp
-                c4( \translator Staff=one c
-                  \break
-               c  c)
-               r2
-%              \stemDown \slurDown
-%               c4( \translator Staff=two c c \translator Staff=one  c)
-               \stemDown \slurDown
-                d4( \translator Staff=two c c \translator Staff=one  d)
-               \translator Staff=two
-               \stemUp \slurUp
-                c4( \translator Staff=one c c \translator Staff=two  c)
-               r1
-       }
-       \context Staff=two \notes\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
+  }
+>>
+