]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / slur-dots.ly
index 5ee7e3cd4825550d31c6f49d1fd50b5bcd34a1c5..ccf9af72b64b5f87d19dfd9a11f38b541f42f27c 100644 (file)
@@ -1,14 +1,14 @@
 
-\version "2.1.7"
+\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
   }
 }