]> git.donarmstrong.com Git - lilypond.git/commitdiff
fix spelling for acciaccatura.
authorHeikki Junes <heikki.junes@hut.fi>
Thu, 28 Aug 2003 22:53:23 +0000 (22:53 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Thu, 28 Aug 2003 22:53:23 +0000 (22:53 +0000)
ChangeLog
Documentation/topdocs/NEWS.texi
Documentation/user/refman.itely
input/regression/allfontstyle.ly
input/regression/grace-types.ly
lilypond.words

index de8abbeea205c20d81377033ca4d672c550dd2c8..3558a57ad53e26f87ef09801a7a6b85d10e4d284 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
+       Documentation/user/refman.itely input/regression/allfontstyle.ly
+       input/regression/grace-types.ly:
+       fix spelling for acciaccatura (Webster's 1913).
+
 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * input/regression/breathing-sign.ly (texidoc): transpose up
index 60672b3f0f8867f731d606266932768c1169a15e..b0b4ec04c674ba217d41032171f1e12935068101 100644 (file)
 Markup text (ie. general text formatting) may now be used for lyrics too. 
 
 @item
-Two new commands for grace notes have been added, @code{\accacciatura}
+Two new commands for grace notes have been added, @code{\acciaccatura}
 and @code{\appoggiatura},
 
 @example
   \appoggiatura f8 e4
-  \accacciatura g8 f4
+  \acciaccatura g8 f4
 @end example
 
 Both reflect the traditional meanings of acciaccatura and appogiatura,
index 75b58f153bd64976ccee1056adacf8dcc3c9b5ce..4062b76b9d167dc0cda9c14ec659f5da2a7b922e 100644 (file)
@@ -2168,20 +2168,20 @@ longer be computed.
 @cindex grace notes
 
 Grace notes are ornaments that are written out.  The most common ones
-are accacciatura, which should be played as very short.  It is denoted
+are acciaccatura, which should be played as very short.  It is denoted
 by a slurred small note with a slashed stem.  The appoggiatura is a
 grace note that takes a fixed fraction of the main note, is and
 denoted as a slurred note in small print without a slash.
-They are entered with the commands @code{\accacciatura} and
+They are entered with the commands @code{\acciaccatura} and
 @code{\appoggiatura}, as demonstrated in the following example:
 
 
 @cindex appoggiatura
-@cindex accacciatura
+@cindex acciaccatura
 
 @lilypond[relative=2,verbatim,fragment]
-b4 \accacciatura d8 c4 \appoggiatura e8 d4
-\accacciatura { g16 f } e4
+b4 \acciaccatura d8 c4 \appoggiatura e8 d4
+\acciaccatura { g16 f } e4
 @end lilypond
 
 Both are special forms of the @code{\grace} command. By prefixing this
@@ -2191,7 +2191,7 @@ printed in a smaller font and takes up no logical time in a measure.
   c4 \grace c16 c4 \grace {
   c16[ d16] } c2 c4
 @end lilypond
-Unlike @code{\accacciatura} and @code{\appoggiatura}, the
+Unlike @code{\acciaccatura} and @code{\appoggiatura}, the
 @code{\grace} command does not start a slur.
 
 Internally, timing for grace notes is done using a second, `grace'
@@ -2251,7 +2251,7 @@ introducing layout tweaks, they should be inside the grace section,
 for example,
 @lilypond[fragment,verbatim,relative 2]
 \new Voice {
-    \accacciatura {
+    \acciaccatura {
       \property Voice.Stem \override #'direction = #-1
       f16->
       \property Voice.Stem \revert #'direction
@@ -2308,7 +2308,7 @@ expressions.  Nesting or juxtaposing grace sections is not supported,
 and might produce crashes or other errors.
 
 Overriding settings cannot be done in separate styles for appoggiatura
-and accacciatura.
+and acciaccatura.
 
 
 @node Glissando 
index e3d08731bd8b2b4d136b05d81c5d659bc6aa7371..8619b9061f642a8e9caf7b1028fcced1feb65ee1 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.2"
+\version "1.9.3"
 
 \header{
 texidoc="
@@ -13,7 +13,7 @@ Different text styles are used for various purposes.
                 \alternative {
                        {
                            d-4_\markup { \italic "cantabile"  } }
-                       {  e }  } \accacciatura { c16 }
+                       {  e }  } \acciaccatura { c16 }
                         
                         f4\ff^""^\markup  { \large "Largo" } \mark "B" g 
        }
index da8f592b4428b0db17052eb485887c009d7113fb..ba46b7c3169a5acabeda9c6e26a474ba806a75bc 100644 (file)
@@ -1,13 +1,13 @@
-\version "1.9.2"
+\version "1.9.3"
 \header {
     texidoc = "Different grace types explained: the base grace switches to smaller type. The appoggiatura also inserts a slur, and the
-accacciatura inserts a slur and slashes the stem." 
+acciaccatura inserts a slur and slashes the stem." 
     }
 
 \score  {
     \notes \relative c'' { c4 \grace { d8 }  c4
                           \appoggiatura { d8 } c
-                          \accacciatura { d } c
+                          \acciaccatura { d } c
                       }
     
 }
index db9d5a629c51dc6f8138f5b162677e469483beb9..d51a39cd951edeba9dc1c2c5850d7eb2f31b5657 100644 (file)
@@ -4,10 +4,10 @@
 \\\[ - _ \\\] -
 -\\\< - _ -\\\! -
 -\\\> - _ -\\\! -
-\\accacciatura
 \\accent
 \\accentus
 \\accepts
+\\acciaccatura
 Accidentals
 \\accompany
 \\addlyrics