]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-cross-staff.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / slur-cross-staff.ly
index b8dc7a787fb288296e324320a62459f5b16cc492..5d19240984e2cbe34fdac7977110911d1a5d084a 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.4"
 \header{
 texidoc="
 Slurs behave decently when broken across a linebreak.
@@ -9,7 +9,7 @@ Slurs behave decently when broken across a linebreak.
        
 \score{
        \context PianoStaff <<
-       \context Staff=one \notes\relative c'{
+       \context Staff=one \relative c'{
                \stemUp \slurUp
                 c4( c \change Staff=two c  c) |
                \change Staff=one
@@ -39,7 +39,7 @@ Slurs behave decently when broken across a linebreak.
                 c4( \change Staff=one c c \change Staff=two  c)
                r1
        }
-       \context Staff=two \notes\relative c'{
+       \context Staff=two \relative c'{
                \clef bass
                s1 s1 s1 s1 s1 s1 s1 s1 s1 s1
        }