]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-cross-staff.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / slur-cross-staff.ly
index f6f80f697addeec0884b6bb2321cb59d66bd7cc9..d30877bcab2e519f31822bbbb2bd9a6526c688c1 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.28"
+\version "2.3.22"
 \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
        }