]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor typo fixes.
authorGraham Percival <graham@percival-music.ca>
Wed, 28 May 2008 23:24:50 +0000 (16:24 -0700)
committerGraham Percival <graham@percival-music.ca>
Wed, 28 May 2008 23:24:50 +0000 (16:24 -0700)
input/regression/chord-name-entry.ly
input/regression/lyrics-no-notes.ly
input/regression/music-function.ly
input/regression/part-combine-text.ly
input/regression/spacing-accidental-tie.ly
input/regression/spacing-packed.ly
input/regression/spacing-section.ly

index e616b73822deb789f418c11a2a761255afc82b94..1e5355ae9114660df601dcac2144b53c7061efc5 100644 (file)
@@ -3,7 +3,7 @@
 
 \header {
 
-    texidoc = "Chords can be produced with the new chordname entry 
+    texidoc = "Chords can be produced with the chordname entry 
 code (@code{\chordmode} mode), using a pitch and a suffix. Here,
 the suffixes are printed below pitches.
 "
index 02624d8cc310e8a14424383763c5559e1e4e8989..4d6f4e99ffb3ef5c1af2a6bb41a5fc69d8ea1a34 100644 (file)
@@ -1,7 +1,7 @@
 \header {
   texidoc ="Lyric syllables without note attachment are not
 centered.  Centering may cause unintended effects when the
-papercolumn is very  wide."
+paper column is very wide."
 }
  
 \layout{ ragged-right = ##t }
index 4c626d1f69a0b62f0a896c4843638aa57b7423d7..6bca8bbda59136c98b9dc967d1f35d974afc6123 100644 (file)
@@ -1,7 +1,7 @@
 \header
 {
     
-texidoc = "Music function are generic music transformation functions,
+texidoc = "Music functions are generic music transformation functions,
 which can be used to extend music syntax seamlessly.  Here we
 demonstrate a @code{\myBar} function, which works similar to
 @code{\bar}, but is implemented completely in Scheme."
index 04b94426d3f6b020b56e788532f0bd4700d2e28e..a7fb605afa212aa721a38e1f282b8368781151a2 100644 (file)
@@ -1,6 +1,6 @@
 
 \header {
-    texidoc ="The new part combiner detects a2, solo1 and solo2, and prints
+    texidoc ="The part combiner detects a2, solo1 and solo2, and prints
 texts accordingly.
 
 "
index 35c25b9d0a18dd2d70e5d2c8930b0e7e004c12fd..40062e921d5eee33945b66aad6822ef4ba6cd47f 100644 (file)
@@ -3,7 +3,7 @@
 \header {
   texidoc = "Horizontal spacing works as expected on tied notes with
 accidentals. No space is reserved for accidentals that end up not being printed,
-but accindentals that are printed don't collide with anything."
+but accidentals that are printed don't collide with anything."
 }
 
 \paper { ragged-right = ##t }
@@ -20,4 +20,4 @@ but accindentals that are printed don't collide with anything."
 
   cis cis cis cis~ \break
   cis
-}
\ No newline at end of file
+}
index c108cb6e119414dac0236849d46c54c3c08343c0..a7bb43c8bb5e8d449d9a680ff85613f99e7e63ed 100644 (file)
@@ -5,7 +5,7 @@
        are then printed at minimum distance.  This is mostly useful
        for ancient notation, but may also be useful for some flavours
        of contemporary music.  If not in raggedright mode, lily will
-       pack as much bars of music as possible into a line, but the
+       pack as many bars of music as possible into a line, but the
        line will then be stretched to fill the whole linewidth.
 "
   }
index 70df682f04262853823fe8952c39c07c5076a718..692eb615645ad7674c5d138c6b602a1e006872a7 100644 (file)
@@ -1,7 +1,7 @@
 \header {
 
   texidoc = "New sections for spacing can be started with
-@code{@\newSpacingSection}. In this example, a section is started at
+@code{\newSpacingSection}. In this example, a section is started at
 the 4/16, and a 16th in the second section takes as much space as a
 8th in first section."