]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fixes typos in slur-height-capping.ly.
authorMike Solomon <mike@apollinemike.com>
Thu, 11 Aug 2011 23:05:14 +0000 (01:05 +0200)
committerMike Solomon <mike@apollinemike.com>
Thu, 11 Aug 2011 23:05:14 +0000 (01:05 +0200)
input/regression/slur-height-capping.ly

index 03b2b96ddd24e301d001df6aeacc9e4a4d9f5b0f..99a8dd8e75fbb48ba71fd9d60f65e3d3ceafe095 100644 (file)
@@ -1,7 +1,7 @@
 \version "2.15.9"
 
 \header {
-  texidoc = "Slur shaping is not adapted to accomodate objects
+  texidoc = "Slur shaping is not adapted to accommodate objects
 towards the edges of slur.  Said objects are thus ignored,
 which should make the slur in this regtest flat.  Objects towards
 the edges are not, however, ignored in the slur scoring.
@@ -11,5 +11,5 @@ the edges are not, however, ignored in the slur scoring.
 \relative c {
   \clef bass
   c8( d' a d c, d' a d)
-  c,( des' as des c, des' as des) |
+  c,8( des' as des c, des' as des) |
 }