]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
new file.
[lilypond.git] / input / regression / slur-dots.ly
index d1ad9bf0ac07d9d3ef07b302dc32b5362626b1bd..0063634a270eb58afc7cbb061501b4243502ea1d 100644 (file)
@@ -1,14 +1,14 @@
 
-\version "2.1.36"
+\version "2.4.0"
 \header{
 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
   }
 }