]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / slur-dots.ly
index d807e798bbf5e76f83e0d1aaa1b7db452f38ed38..4206e16af457c183842b0b96f63f480a16cbd99f 100644 (file)
@@ -1,15 +1,18 @@
-\version "1.7.18"
+
+\version "2.10.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."
+}
+
+\layout {
+  ragged-right = ##t
 }
-\score {
-  \notes\relative c'' {
-    c4.............-( c-)
-  }
-  \paper {
-    raggedright = ##t
-  }
+
+\relative c'' {
+  c4.............( c)
 }
 
 
+
+