]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
*** empty log message ***
[lilypond.git] / input / regression / slur-dots.ly
index c9c88a4c0085d7257f10fed83420103bcb40ac77..a12cbdb0c3f1270abf066ad8186bf5a6f94e533b 100644 (file)
@@ -1,13 +1,16 @@
-\version "1.5.68"
+
+\version "2.1.22"
 \header{
 texidoc="Slurs should not get confused by augmentation dots.  We use a lot
 of dots here, to make problems more visible."
 }
 \score {
   \notes\relative c'' {
-    c4.............()c
+    c4.............( c)
   }
   \paper {
-    linewidth = -1.
+    raggedright = ##t
   }
-} 
+}
+
+