]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / slur-dots.ly
index adc652e34430068c53beac1df936c0f71e452ee4..0063634a270eb58afc7cbb061501b4243502ea1d 100644 (file)
@@ -1,13 +1,16 @@
-\version "1.3.148"
+
+\version "2.4.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
+  \relative c'' {
+    c4.............( c)
   }
-  \paper {
-    linewidth = -1.
+  \layout {
+    raggedright = ##t
   }
-} 
+}
+
+