]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / slur-dots.ly
index 6ecdfa6c2fc170f780968314960d41c8eb0a662a..a8a05792d48b9794ab5dcdb3a9cf82755264c532 100644 (file)
@@ -1,16 +1,18 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.19.21"
 \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."
+}
+
+\layout {
+  ragged-right = ##t
 }
-\score {
-  \notes\relative c'' {
-    c4.............( c)
-  }
-  \paper {
-    raggedright = ##t
-  }
+
+\relative {
+  c''4.............( c)
 }
 
 
+
+