]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / slur-dots.ly
index eedc912f9d433f0de9593f2dae067496a94ae823..5c94c8ad6505b06b53a0a475d76436004b8d2ad6 100644 (file)
@@ -1,16 +1,18 @@
 
-\version "1.9.4"
+\version "2.14.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)
 }
 
 
+
+