]> 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 653e7a641c29f33715e9b456547f24002bb2580a..ccf9af72b64b5f87d19dfd9a11f38b541f42f27c 100644 (file)
@@ -1,14 +1,14 @@
 
-\version "1.9.8"
+\version "2.3.22"
 \header{
-texidoc="Slurs should not get confused by augmentation dots.  We use a lot
-of dots here, to make problems more visible."
+texidoc="Slurs should not get confused by augmentation dots.  With a lot
+of dots, the problems becomes more visible."
 }
 \score {
-  \notes\relative c'' {
+  \relative c'' {
     c4.............( c)
   }
-  \paper {
+  \layout {
     raggedright = ##t
   }
 }