]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / slur-dots.ly
index a12cbdb0c3f1270abf066ad8186bf5a6f94e533b..6b5ba394ad7a1a515188712eb347956c8ea5e0bf 100644 (file)
@@ -1,16 +1,18 @@
 
-\version "2.1.22"
+\version "2.12.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)
-  }
-  \paper {
-    raggedright = ##t
-  }
+
+\layout {
+  ragged-right = ##t
+}
+
+\relative c'' {
+  c4.............( c)
 }
 
 
+
+