summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Percival <graham@percival-music.ca>2008-02-03 21:02:50 -0800
committerGraham Percival <graham@percival-music.ca>2008-02-03 21:02:50 -0800
commit26e6cd3cb8eba39896c88ab4050ce304ddcbcd24 (patch)
tree0eef2a5846baf4673f6ec817421d6b2dc86bc7cd
parent0e750e13c1b2f9cd66cbb20f4bd74046481650d3 (diff)
Trivial one-letter fixes for grammar.
(don't bother to check these)
-rw-r--r--input/regression/auto-change.ly2
-rw-r--r--input/regression/bar-number.ly2
-rw-r--r--input/regression/beam-extreme.ly2
-rw-r--r--input/regression/beam-french.ly2
-rw-r--r--input/regression/beam-position.ly2
-rw-r--r--input/regression/collision-dots-move.ly4
-rw-r--r--input/regression/dots.ly2
-rw-r--r--input/regression/key-clefs.ly3
-rw-r--r--input/regression/landscape.ly2
-rw-r--r--input/regression/lyric-combine-new.ly6
-rw-r--r--input/regression/lyric-combine-switch-voice.ly2
-rw-r--r--input/regression/lyric-combine.ly2
-rw-r--r--input/regression/quote-during.ly2
-rw-r--r--input/regression/quote.ly2
-rw-r--r--input/regression/rest-collision-beam-quantized.ly2
-rw-r--r--input/regression/slur-rest.ly4
16 files changed, 21 insertions, 20 deletions
diff --git a/input/regression/auto-change.ly b/input/regression/auto-change.ly
index 42bb9f1440..4613aea986 100644
--- a/input/regression/auto-change.ly
+++ b/input/regression/auto-change.ly
@@ -4,7 +4,7 @@
\header {
texidoc=" Auto change piano staff switches voices between up
-and down staves automatically rests are switched along with the coming
+and down staves automatically; rests are switched along with the coming
note. When central C is reached, staff is not yet switched (by default).
"
diff --git a/input/regression/bar-number.ly b/input/regression/bar-number.ly
index 3dcab53c31..93ba77f917 100644
--- a/input/regression/bar-number.ly
+++ b/input/regression/bar-number.ly
@@ -3,7 +3,7 @@
\header {
-texidoc="Bar number may be set and their padding adjusted individually.
+texidoc="Bar numbers may be set and their padding adjusted individually.
The counting of bar numbers is started after the anacrusis.
To prevent clashes at the beginning of a line, the padding may have to
diff --git a/input/regression/beam-extreme.ly b/input/regression/beam-extreme.ly
index b622dbd277..49c78e8352 100644
--- a/input/regression/beam-extreme.ly
+++ b/input/regression/beam-extreme.ly
@@ -4,7 +4,7 @@
texidoc="
Beams should behave reasonably well, even under extreme circumstances.
Stems may be short, but noteheads should never touch the beam. Note that
-under normal circumstances, these beams would get knees here
+under normal circumstances, these beams would get knees. Here
@code{Beam.auto-knee-gap} was set to false.
"
}
diff --git a/input/regression/beam-french.ly b/input/regression/beam-french.ly
index 141479d2f8..4651995206 100644
--- a/input/regression/beam-french.ly
+++ b/input/regression/beam-french.ly
@@ -1,7 +1,7 @@
\version "2.10.0"
\header {
- texidoc = "In french style beaming, the stems do not go between beams."
+ texidoc = "In French style beaming, the stems do not go between beams."
}
\layout { ragged-right= ##t }
diff --git a/input/regression/beam-position.ly b/input/regression/beam-position.ly
index 40a7cb50b4..57590306d8 100644
--- a/input/regression/beam-position.ly
+++ b/input/regression/beam-position.ly
@@ -3,7 +3,7 @@
\header{
texidoc=" Beams on ledgered notes should always reach the middle staff
-line. The second beam counting from the note head side, should never
+line. The second beam, counting from the note head side, should never
be lower than the second staff line. This does not hold for grace
note beams. Override with @code{no-stem-extend}. "
diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly
index b269de7354..a060f867ef 100644
--- a/input/regression/collision-dots-move.ly
+++ b/input/regression/collision-dots-move.ly
@@ -1,8 +1,8 @@
\version "2.10.0"
\header {
- texidoc = "If collision resolution finds dotted note head must
- remain on left hand side, move dots to the right."
+ texidoc = "If dotted note heads must remain on the left side,
+collision resolution moves the dots to the right."
}
diff --git a/input/regression/dots.ly b/input/regression/dots.ly
index 2512870dcd..efbeb87ab8 100644
--- a/input/regression/dots.ly
+++ b/input/regression/dots.ly
@@ -1,7 +1,7 @@
\version "2.10.0" \header{
- texidoc=" Noteheads can have dots, and rests too.
+ texidoc=" Both noteheads and rests can have dots.
Augmentation dots should never be printed on a staff line,
but rather be shifted vertically. They should go up, but in case of
multiple parts, the down stems have down shifted dots. In case of
diff --git a/input/regression/key-clefs.ly b/input/regression/key-clefs.ly
index 8d68529ea1..6dc49cdfa1 100644
--- a/input/regression/key-clefs.ly
+++ b/input/regression/key-clefs.ly
@@ -1,6 +1,7 @@
\version "2.10.0"
-\header { texidoc = "Each clef have own accidental placing rules. " }
+\header { texidoc = "Each clef has its own accidental placing
+rules. "}
#(set-global-staff-size 16)
diff --git a/input/regression/landscape.ly b/input/regression/landscape.ly
index 230453f9f6..24b74669cc 100644
--- a/input/regression/landscape.ly
+++ b/input/regression/landscape.ly
@@ -1,5 +1,7 @@
\version "2.10.0"
#(set-default-paper-size "a6" 'landscape)
+\header { texidoc = " Scores may be printed in landcape mode."}
+
pattern = \relative { a b c d \break }
diff --git a/input/regression/lyric-combine-new.ly b/input/regression/lyric-combine-new.ly
index 36f814d485..045f7ff2be 100644
--- a/input/regression/lyric-combine-new.ly
+++ b/input/regression/lyric-combine-new.ly
@@ -1,10 +1,8 @@
\version "2.10.0"
\header {
-
texidoc = "With the @code{\\lyricsto} mechanism, individual lyric
- lines can be associated with one melody line. For each lyric line,
- can be tuned whether to follow melismata or not."
-
+ lines can be associated with one melody line. Each lyric line
+can be tuned to either follow or ignore melismata."
}
diff --git a/input/regression/lyric-combine-switch-voice.ly b/input/regression/lyric-combine-switch-voice.ly
index 2ab0764371..798dc13623 100644
--- a/input/regression/lyric-combine-switch-voice.ly
+++ b/input/regression/lyric-combine-switch-voice.ly
@@ -1,7 +1,7 @@
\header {
texidoc = "Switching the melody to a different voice works even
-the switch occurs together with context instantiation."
+if the switch occurs together with context instantiation."
}
diff --git a/input/regression/lyric-combine.ly b/input/regression/lyric-combine.ly
index a43b25b906..dd8ec91e2d 100644
--- a/input/regression/lyric-combine.ly
+++ b/input/regression/lyric-combine.ly
@@ -9,7 +9,7 @@ have melismata either by setting a property melismaBusy, or by setting
automaticMelismas (which will set melismas during slurs and ties). If
you want a different order than first Music, then Lyrics, you must
precook a chord of staves/lyrics and label those. Of course, the
-lyrics ignores any other rhythms in the piece."
+lyrics ignore any other rhythms in the piece."
}
diff --git a/input/regression/quote-during.ly b/input/regression/quote-during.ly
index d17d80d4c5..185dba65da 100644
--- a/input/regression/quote-during.ly
+++ b/input/regression/quote-during.ly
@@ -4,7 +4,7 @@
texidoc = "With @code{\\cueDuring} and @code{\\quoteDuring},
fragments of previously entered music may be
quoted. @code{quotedEventTypes} will determines what things are
-quoted. In this example, a 16th rests is not quoted, since
+quoted. In this example, a 16th rest is not quoted, since
@code{rest-event} is not in @code{quotedEventTypes}."
}
diff --git a/input/regression/quote.ly b/input/regression/quote.ly
index 1f29585f3c..64a361e15a 100644
--- a/input/regression/quote.ly
+++ b/input/regression/quote.ly
@@ -3,7 +3,7 @@
texidoc = "With @code{\\quote}, fragments of previously entered
music may be quoted. @code{quotedEventTypes} will determines what
-things are quoted. In this example, a 16th rests is not quoted, since
+things are quoted. In this example, a 16th rest is not quoted, since
@code{rest-event} is not in @code{quotedEventTypes}."
}
diff --git a/input/regression/rest-collision-beam-quantized.ly b/input/regression/rest-collision-beam-quantized.ly
index 95f1e851fe..f2de829c3e 100644
--- a/input/regression/rest-collision-beam-quantized.ly
+++ b/input/regression/rest-collision-beam-quantized.ly
@@ -1,5 +1,5 @@
\header {
- texidoc = "Rests under beams moved by whole staff spaces."
+ texidoc = "Rests under beams are moved by whole staff spaces."
}
\layout {
diff --git a/input/regression/slur-rest.ly b/input/regression/slur-rest.ly
index fb1f40f756..c9d35453f3 100644
--- a/input/regression/slur-rest.ly
+++ b/input/regression/slur-rest.ly
@@ -2,8 +2,8 @@
\version "2.10.0"
\header
{
- texidoc ="Slurs may be placed over rest. The slur will avoid colliding with
-the rest.
+ texidoc ="Slurs may be placed over rests. The slur will avoid
+colliding with the rests.
"
}