]> 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 5c9cf80afd3a5eb86a568b9e11ba31e8dedad90f..50f6c00ce9a33b623cc1a563fe82a7aa3944f027 100644 (file)
@@ -1,16 +1,18 @@
 
-\version "2.3.17"
+\version "2.16.0"
 \header{
-texidoc="Slurs should not get confused by augmentation dots.  With a lot
+  texidoc="Slurs should not get confused by augmentation dots.  With a lot
 of dots, the problems becomes more visible."
 }
-\score {
-  \relative c'' {
-    c4.............( c)
-  }
-  \paper {
-    raggedright = ##t
-  }
+
+\layout {
+  ragged-right = ##t
+}
+
+\relative c'' {
+  c4.............( c)
 }
 
 
+
+