summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Percival <graham@percival-music.ca>2008-05-28 16:24:50 -0700
committerGraham Percival <graham@percival-music.ca>2008-05-28 16:24:50 -0700
commitc046fd47a52940150f69ee54a407f60c5ac35625 (patch)
treeccadfcd838a99214c9ee523d9578b6a7b07285b6
parenta2424eacd276d6e3a6bce7c40c2807617df77db0 (diff)
Minor typo fixes.
-rw-r--r--input/regression/chord-name-entry.ly2
-rw-r--r--input/regression/lyrics-no-notes.ly2
-rw-r--r--input/regression/music-function.ly2
-rw-r--r--input/regression/part-combine-text.ly2
-rw-r--r--input/regression/spacing-accidental-tie.ly4
-rw-r--r--input/regression/spacing-packed.ly2
-rw-r--r--input/regression/spacing-section.ly2
7 files changed, 8 insertions, 8 deletions
diff --git a/input/regression/chord-name-entry.ly b/input/regression/chord-name-entry.ly
index e616b73822..1e5355ae91 100644
--- a/input/regression/chord-name-entry.ly
+++ b/input/regression/chord-name-entry.ly
@@ -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.
"
diff --git a/input/regression/lyrics-no-notes.ly b/input/regression/lyrics-no-notes.ly
index 02624d8cc3..4d6f4e99ff 100644
--- a/input/regression/lyrics-no-notes.ly
+++ b/input/regression/lyrics-no-notes.ly
@@ -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 }
diff --git a/input/regression/music-function.ly b/input/regression/music-function.ly
index 4c626d1f69..6bca8bbda5 100644
--- a/input/regression/music-function.ly
+++ b/input/regression/music-function.ly
@@ -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."
diff --git a/input/regression/part-combine-text.ly b/input/regression/part-combine-text.ly
index 04b94426d3..a7fb605afa 100644
--- a/input/regression/part-combine-text.ly
+++ b/input/regression/part-combine-text.ly
@@ -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.
"
diff --git a/input/regression/spacing-accidental-tie.ly b/input/regression/spacing-accidental-tie.ly
index 35c25b9d0a..40062e921d 100644
--- a/input/regression/spacing-accidental-tie.ly
+++ b/input/regression/spacing-accidental-tie.ly
@@ -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
+}
diff --git a/input/regression/spacing-packed.ly b/input/regression/spacing-packed.ly
index c108cb6e11..a7bb43c8bb 100644
--- a/input/regression/spacing-packed.ly
+++ b/input/regression/spacing-packed.ly
@@ -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.
"
}
diff --git a/input/regression/spacing-section.ly b/input/regression/spacing-section.ly
index 70df682f04..692eb61564 100644
--- a/input/regression/spacing-section.ly
+++ b/input/regression/spacing-section.ly
@@ -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."