]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-extreme.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / slur-extreme.ly
index 3874cb5a020b2d93855047f17ef73fe52868891e..2cd310ea3f2ae81a5ed54a04dc812624d7261317 100644 (file)
@@ -1,15 +1,15 @@
 
-\version "2.6.0"
+\version "2.11.51"
 
 \header {
 
     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 {
-    raggedright = ##t
+    ragged-right = ##t
 }
 
 baseWalk =  \relative c {
@@ -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)]
 }