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