diff options
author | Graham Percival <graham@percival-music.ca> | 2008-01-05 19:06:36 -0800 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2008-01-05 19:06:36 -0800 |
commit | f9bb4adc5b4190dc5cafdf8ad63a1e9b2f55bacf (patch) | |
tree | 4e2b6ada3d4b4498e3586c0a9de4946375723f1e | |
parent | b2de95f653dad20625430ddc7ebd903051adff21 (diff) |
Typos and minor English corrections.
-rw-r--r-- | input/regression/collisions.ly | 2 | ||||
-rw-r--r-- | input/regression/key-signature-cancellation-extra-natural.ly | 2 | ||||
-rw-r--r-- | input/regression/ledger-line-shorten.ly | 2 | ||||
-rw-r--r-- | input/regression/lyric-combine-switch-voice-2.ly | 2 | ||||
-rw-r--r-- | input/regression/lyric-hyphen-break.ly | 2 | ||||
-rw-r--r-- | input/regression/spacing-section.ly | 2 | ||||
-rw-r--r-- | input/regression/tie-grace.ly | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/input/regression/collisions.ly b/input/regression/collisions.ly index d66fdff632..cf202b2f6b 100644 --- a/input/regression/collisions.ly +++ b/input/regression/collisions.ly @@ -2,7 +2,7 @@ \header{ texidoc=" In addition to normal collision rules, there is support for polyphony, -where the collosion are avoided by shifting middle voices horizontally. +where the collisions are avoided by shifting middle voices horizontally. " } diff --git a/input/regression/key-signature-cancellation-extra-natural.ly b/input/regression/key-signature-cancellation-extra-natural.ly index a103f4ed50..608305fdd0 100644 --- a/input/regression/key-signature-cancellation-extra-natural.ly +++ b/input/regression/key-signature-cancellation-extra-natural.ly @@ -2,7 +2,7 @@ texidoc = "If @code{extraNatural} is set then keys that are not altered farther away (eg from sharp to double sharp) are - cancelled. Otherwise only keys that does not accur in the new key + cancelled. Otherwise only keys that do not occur in the new key signature are cancelled." } diff --git a/input/regression/ledger-line-shorten.ly b/input/regression/ledger-line-shorten.ly index b7c683d858..ccbf40a3b3 100644 --- a/input/regression/ledger-line-shorten.ly +++ b/input/regression/ledger-line-shorten.ly @@ -1,6 +1,6 @@ \header { texidoc = "Ledger lines are shortened when they are very close. This ensures -that ledgers lines stay separate." +that ledger lines stay separate." } \version "2.10.0" diff --git a/input/regression/lyric-combine-switch-voice-2.ly b/input/regression/lyric-combine-switch-voice-2.ly index 27f6d4f2a7..6053e4e76e 100644 --- a/input/regression/lyric-combine-switch-voice-2.ly +++ b/input/regression/lyric-combine-switch-voice-2.ly @@ -1,6 +1,6 @@ \header { -texidoc = "switching voices halfway a lyricsto is possible." +texidoc = "switching voices halfway is possible using @code{lyricsto}." } \version "2.10.12" diff --git a/input/regression/lyric-hyphen-break.ly b/input/regression/lyric-hyphen-break.ly index c48f7c8737..41cff57e68 100644 --- a/input/regression/lyric-hyphen-break.ly +++ b/input/regression/lyric-hyphen-break.ly @@ -2,7 +2,7 @@ \header { - texidoc = "Hyphens are print at the beginning of the line only when + texidoc = "Hyphens are printed at the beginning of the line only when they go past the first note. " } diff --git a/input/regression/spacing-section.ly b/input/regression/spacing-section.ly index 692eb61564..70df682f04 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." diff --git a/input/regression/tie-grace.ly b/input/regression/tie-grace.ly index 5352322ca6..30a46fd673 100644 --- a/input/regression/tie-grace.ly +++ b/input/regression/tie-grace.ly @@ -1,7 +1,7 @@ \version "2.10.0" \header { - texidoc = "Tieing a grace to the to a following grace or main note works." + texidoc = "Tying a grace to a following grace or main note works." } \layout { ragged-right= ##t } |