]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / slur-dots.ly
index 6595be683f2c91b1b7e5ac062de67b023ae9fcc1..ccf9af72b64b5f87d19dfd9a11f38b541f42f27c 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.16"
+\version "2.3.22"
 \header{
 texidoc="Slurs should not get confused by augmentation dots.  With a lot
 of dots, the problems becomes more visible."
@@ -8,7 +8,7 @@ of dots, the problems becomes more visible."
   \relative c'' {
     c4.............( c)
   }
-  \paper {
+  \layout {
     raggedright = ##t
   }
 }