]> 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 a12cbdb0c3f1270abf066ad8186bf5a6f94e533b..0063634a270eb58afc7cbb061501b4243502ea1d 100644 (file)
@@ -1,14 +1,14 @@
 
-\version "2.1.22"
+\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
   }
 }