lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix spelling in input/regression/*.ly (issue 5561053)


From: pkx166h
Subject: Re: Fix spelling in input/regression/*.ly (issue 5561053)
Date: Sat, 21 Jan 2012 13:29:06 +0000

Reviewers: Graham Percival,

Message:
Thanks

author  Stefan Weil <address@hidden>      
Thu, 19 Jan 2012 21:39:31 +0000 (22:39 +0100)

committer
James Lowe <address@hidden>       
Sat, 21 Jan 2012 13:27:19 +0000 (13:27 +0000)

commit  cf9cf627cf5f7d6b82db3cfb4b1829c7ef4508ae

James

Description:
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 <address@hidden>

Please review this at http://codereview.appspot.com/5561053/

Affected files:
  M input/regression/backend-excercise.ly
  M input/regression/markup-scheme.ly
  M input/regression/mozart-hrn3-rondo.ily
  M input/regression/multi-measure-rest-text.ly
  M input/regression/nested-fill-lines.ly
  M input/regression/page-label.ly
  M input/regression/rest-polyphonic-2.ly
  M input/regression/spacing-short-notes.ly
  M input/regression/tie-single.ly


Index: input/regression/backend-excercise.ly
diff --git a/input/regression/backend-excercise.ly b/input/regression/backend-excercise.ly index 06120020d9ba0aa5a5193f281b517bd060b18063..ba4af1182a69b668e23e751bd061c7371ebe6bee 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"
Index: input/regression/markup-scheme.ly
diff --git a/input/regression/markup-scheme.ly b/input/regression/markup-scheme.ly index fa7168624436bf731d5d7edca49c7a55f647eb4e..5dea41d01c20c06d2816c1d30be9955675ae8986 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.

 %}

Index: input/regression/mozart-hrn3-rondo.ily
diff --git a/input/regression/mozart-hrn3-rondo.ily b/input/regression/mozart-hrn3-rondo.ily index aeeb211fee862e0e90bd7dbffe6e72311ae651c6..8e45355a8bf5cabfde700b1deaef13deef0a35e6 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
Index: input/regression/multi-measure-rest-text.ly
diff --git a/input/regression/multi-measure-rest-text.ly b/input/regression/multi-measure-rest-text.ly index 2e2d4324daa366e141397bb3e352c6d2bb8b4edb..73e1218813a98bceb9acc6d07162b5320d6eb5bb 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.

 "

Index: input/regression/nested-fill-lines.ly
diff --git a/input/regression/nested-fill-lines.ly b/input/regression/nested-fill-lines.ly index f4236ea699fbc369fd11f5007de897d40ba2daa3..011cc904edb693385d874a1a32dd3d20d150192a 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.

 "
Index: input/regression/page-label.ly
diff --git a/input/regression/page-label.ly b/input/regression/page-label.ly
index 143d685a781bb6cdbd931934cd18b95e0ec00f3e..a36964079c464fca6b8f1ea919a67fa4d7252e18 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")
Index: input/regression/rest-polyphonic-2.ly
diff --git a/input/regression/rest-polyphonic-2.ly b/input/regression/rest-polyphonic-2.ly index 23af88ff41b725d51e5b617d1ef12ae4ab317883..e009dcf9460ee06b252a81ccd5d5ac28333f58da 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."

 }

Index: input/regression/spacing-short-notes.ly
diff --git a/input/regression/spacing-short-notes.ly b/input/regression/spacing-short-notes.ly index d05ef1dd7cb37faf33dedeb14b2285c17e956ee0..47786b0d34bbb7d8adb614087435bd18f6f5c51a 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. "

Index: input/regression/tie-single.ly
diff --git a/input/regression/tie-single.ly b/input/regression/tie-single.ly
index 899c927b4cfc00ac40ec490aece3150a8a2ac820..f7b96fe5a9fe46d6cfeafe674d80bb94b3516db2 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

address@hidden extremely short ties are put over the noteheads, instead of inbetween.
address@hidden extremely short ties are put over the noteheads, instead of 
between.

 @end itemize
 "





reply via email to

[Prev in Thread] Current Thread [Next in Thread]