]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-rest.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / slur-rest.ly
index 8c31ed86909682058b30b820e473adc132fb5d41..2fddf2aa1cfc2c9d5b953200a09b9bae9355cb19 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.30"
+\version "2.3.22"
 \header
 {
     texidoc ="Slurs may be placed over rest. The slur will avoid colliding with
@@ -7,7 +7,7 @@ the rest.
 
 "
 }
-\score{ \notes  { \stemDown c'4 ( r4  c'2)
+\score{   { \stemDown c'4 ( r4  c'2)
 
                  \relative c'' { 
        % Finish with F if played separately 
@@ -15,6 +15,6 @@ the rest.
                  
 
              }
-\paper { raggedright = ##t}
+\layout { raggedright = ##t}
     }