]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
*** empty log message ***
[lilypond.git] / input / regression / slur-dots.ly
index d807e798bbf5e76f83e0d1aaa1b7db452f38ed38..0063634a270eb58afc7cbb061501b4243502ea1d 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.7.18"
+
+\version "2.4.0"
 \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'' {
-    c4.............-( c-)
+  \relative c'' {
+    c4.............( c)
   }
-  \paper {
+  \layout {
     raggedright = ##t
   }
 }