]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / input / regression / slur-dots.ly
index eedc912f9d433f0de9593f2dae067496a94ae823..0063634a270eb58afc7cbb061501b4243502ea1d 100644 (file)
@@ -1,14 +1,14 @@
 
-\version "1.9.4"
+\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
   }
 }