diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-01-19 22:39:31 +0100 |
---|---|---|
committer | James Lowe <pkx166h@gmail.com> | 2012-01-21 13:27:19 +0000 |
commit | cf9cf627cf5f7d6b82db3cfb4b1829c7ef4508ae (patch) | |
tree | 0918afed5ae5c88821bfeab5e0b7315cefb24930 | |
parent | f3768208f242fbf03bb49d185dfa3db4c0fb46f7 (diff) |
Fix spelling in input/regression/*.ly
accomodate -> accommodate
adn -> and
eigth -> eighth
excercise -> exercise
inbetween -> between
occurence -> occurrence
refered -> referred
supressed -> suppressed
Signed-off-by: Stefan Weil <sw@weilnetz.de>
-rw-r--r-- | input/regression/backend-excercise.ly | 2 | ||||
-rw-r--r-- | input/regression/markup-scheme.ly | 2 | ||||
-rw-r--r-- | input/regression/mozart-hrn3-rondo.ily | 2 | ||||
-rw-r--r-- | input/regression/multi-measure-rest-text.ly | 2 | ||||
-rw-r--r-- | input/regression/nested-fill-lines.ly | 2 | ||||
-rw-r--r-- | input/regression/page-label.ly | 2 | ||||
-rw-r--r-- | input/regression/rest-polyphonic-2.ly | 2 | ||||
-rw-r--r-- | input/regression/spacing-short-notes.ly | 2 | ||||
-rw-r--r-- | input/regression/tie-single.ly | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/input/regression/backend-excercise.ly b/input/regression/backend-excercise.ly index 06120020d9..ba4af1182a 100644 --- a/input/regression/backend-excercise.ly +++ b/input/regression/backend-excercise.ly @@ -1,5 +1,5 @@ \header { - texidoc = "Excercise all output functions" + texidoc = "Exercise all output functions" } \version "2.14.0" diff --git a/input/regression/markup-scheme.ly b/input/regression/markup-scheme.ly index fa71686244..5dea41d01c 100644 --- a/input/regression/markup-scheme.ly +++ b/input/regression/markup-scheme.ly @@ -10,7 +10,7 @@ %{ -For maintenance reasons, we don't excercise the entire markup command set. +For maintenance reasons, we don't exercise the entire markup command set. %} diff --git a/input/regression/mozart-hrn3-rondo.ily b/input/regression/mozart-hrn3-rondo.ily index aeeb211fee..8e45355a8b 100644 --- a/input/regression/mozart-hrn3-rondo.ily +++ b/input/regression/mozart-hrn3-rondo.ily @@ -130,7 +130,7 @@ rondo = \relative c' { fis[ g gis] a[ bes b]\! - %% EB does the slur in the Rondo differently from the 1st adn 2nd time. + %% EB does the slur in the Rondo differently from the 1st and 2nd time. %% why. Should check with MS. << \rondotheme diff --git a/input/regression/multi-measure-rest-text.ly b/input/regression/multi-measure-rest-text.ly index 2e2d4324da..73e1218813 100644 --- a/input/regression/multi-measure-rest-text.ly +++ b/input/regression/multi-measure-rest-text.ly @@ -6,7 +6,7 @@ Texts may be added to the multi-measure rests. By setting the appropriate @code{spacing-procedure}, we can make -measures stretch to accomodate wide texts. +measures stretch to accommodate wide texts. " diff --git a/input/regression/nested-fill-lines.ly b/input/regression/nested-fill-lines.ly index f4236ea699..011cc904ed 100644 --- a/input/regression/nested-fill-lines.ly +++ b/input/regression/nested-fill-lines.ly @@ -4,7 +4,7 @@ { texidoc = " -Nested fill-lines should work properly. In this example, both occurences +Nested fill-lines should work properly. In this example, both occurrences of FOO should be centered. " diff --git a/input/regression/page-label.ly b/input/regression/page-label.ly index 143d685a78..a36964079c 100644 --- a/input/regression/page-label.ly +++ b/input/regression/page-label.ly @@ -2,7 +2,7 @@ \header { texidoc = "Page labels may be placed inside music or at top-level, -and refered to in markups." +and referred to in markups." } #(set-default-paper-size "a6") diff --git a/input/regression/rest-polyphonic-2.ly b/input/regression/rest-polyphonic-2.ly index 23af88ff41..e009dcf946 100644 --- a/input/regression/rest-polyphonic-2.ly +++ b/input/regression/rest-polyphonic-2.ly @@ -3,7 +3,7 @@ texidoc = "Rests avoid notes. Each rest is moved in the direction of the stems in its voice. Rests may overlap other rests in voices with the same stem direction, in which case a warning is given, but -is supressed if the rest has a pitch." +is suppressed if the rest has a pitch." } diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly index d05ef1dd7c..47786b0d34 100644 --- a/input/regression/spacing-short-notes.ly +++ b/input/regression/spacing-short-notes.ly @@ -4,7 +4,7 @@ texidoc = "Notes that are shorter than the common shortest note get a space (i.e. without the space needed for the note) proportional to -their duration. So, the 16th notes get 1/2 of the space of an eigth note. +their duration. So, the 16th notes get 1/2 of the space of an eighth note. The total distance for a 16th (which includes note head) is 3/4 of the eighth note. " diff --git a/input/regression/tie-single.ly b/input/regression/tie-single.ly index 899c927b4c..f7b96fe5a9 100644 --- a/input/regression/tie-single.ly +++ b/input/regression/tie-single.ly @@ -11,7 +11,7 @@ @item short ties are vertically centered in the space, as well those that otherwise don't fit in a space -@item extremely short ties are put over the noteheads, instead of inbetween. +@item extremely short ties are put over the noteheads, instead of between. @end itemize " |