]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-extreme.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / slur-extreme.ly
index 4f62a8e83fe23e0a8917c2f7cb9143b50a429e29..47d7d5ec30c23232bf293bbde143e131835bc574 100644 (file)
@@ -1,15 +1,15 @@
 
-\version "2.4.0"
+\version "2.12.0"
 
 \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)]
 }