]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-extreme.ly
(spelling) change "excentricity" to "eccentricity".
[lilypond.git] / input / regression / slur-extreme.ly
index 3874cb5a020b2d93855047f17ef73fe52868891e..ba7c796f3e2ad6f705dcc19c7954536dc54816df 100644 (file)
@@ -5,7 +5,7 @@
 
     texidoc="
 Extreme slurs are scaled to fit the pattern, but only  symmetrically.
-Asymmetric slurs are created by setting @code{excentricity}."
+Asymmetric slurs are created by setting @code{eccentricity}."
 
 }
 \layout {
@@ -18,7 +18,7 @@ baseWalk =  \relative c {
     \slurUp
     d,8[( a' d f] a[ d f d] a[ f d  a)]
     d,8[( a' d f] a[ a a d] f[ d d,  a)]
-    \once\override Slur #'excentricity = #6.0
+    \once\override Slur #'eccentricity = #6.0
     d,8[( a' d f] a[ a a d] f[ d d,  a)]
 }