summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Junes <heikki.junes@hut.fi>2003-07-24 12:24:57 +0000
committerHeikki Junes <heikki.junes@hut.fi>2003-07-24 12:24:57 +0000
commitd3483d5c5122f7d05bb744aa2fa1712f7ab5901a (patch)
treee9bf7c09eef0e1b4ff290948bbb4a4c94ec2d1c3
parent3656731fd0e7403f8fa38ef3af44a6c227b52306 (diff)
polish texidocs.
-rw-r--r--ChangeLog2
-rw-r--r--input/regression/accidental-ledger.ly2
-rw-r--r--input/regression/accidental-octave.ly3
-rw-r--r--input/regression/allfontstyle.ly7
-rw-r--r--input/regression/apply-context.ly2
-rw-r--r--input/regression/arpeggio-collision.ly2
-rw-r--r--input/regression/beam-cross-staff-slope.ly3
-rw-r--r--input/regression/beam-default-lengths.ly2
-rw-r--r--input/regression/beam-length.ly2
-rw-r--r--input/regression/beam-manual.ly2
-rw-r--r--input/regression/beam-over-barline.ly2
-rw-r--r--input/regression/beaming-ternary-metrum.ly2
-rw-r--r--input/regression/beams.ly2
-rw-r--r--input/regression/chord-changes.ly2
-rw-r--r--input/regression/chord-name-exceptions.ly8
-rw-r--r--input/regression/collision-dots.ly2
-rw-r--r--input/regression/completion-heads-polyphony.ly46
-rw-r--r--input/regression/custos.ly2
-rw-r--r--input/regression/dot-flag-collision.ly2
-rw-r--r--input/regression/grace-nest.ly2
-rw-r--r--input/regression/grace-nest1.ly2
-rw-r--r--input/regression/grace-nest2.ly2
-rw-r--r--input/regression/grace-nest3.ly2
-rw-r--r--input/regression/grace-nest5.ly2
-rw-r--r--input/regression/grace-part-combine.ly2
-rw-r--r--input/regression/grace-stems.ly2
-rw-r--r--input/regression/grace-sync.ly2
-rw-r--r--input/regression/instrument-name.ly2
-rw-r--r--input/regression/lyric-align.ly4
-rw-r--r--input/regression/lyric-combine-polyphonic.ly2
-rw-r--r--input/regression/lyrics-melisma-beam.ly2
-rw-r--r--input/regression/metronome-marking.ly4
-rw-r--r--input/regression/ottava.ly2
-rw-r--r--input/regression/output-property.ly4
-rw-r--r--input/regression/prefatory-spacing-matter.ly4
-rw-r--r--input/regression/repeat-line-break.ly2
-rw-r--r--input/regression/rest-ledger.ly4
-rw-r--r--input/regression/size13.ly2
-rw-r--r--input/regression/size16.ly2
-rw-r--r--input/regression/size20.ly2
-rw-r--r--input/regression/size23.ly2
-rw-r--r--input/regression/size26.ly2
-rw-r--r--input/regression/slur-rest.ly2
-rw-r--r--input/regression/spacing-clef-first-note.ly2
-rw-r--r--input/regression/spacing-note-flags.ly2
-rw-r--r--input/regression/spacing-to-grace.ly2
-rw-r--r--input/regression/stem-shorten.ly2
-rw-r--r--input/regression/stem-spacing.ly2
-rw-r--r--input/regression/text-spanner.ly2
49 files changed, 84 insertions, 81 deletions
diff --git a/ChangeLog b/ChangeLog
index e37928fb5f..8a0ab8eaa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,8 @@
* buildscripts/mutopia-index.py: polish.
+ * input/regression/{ many }: polish texidocs.
+
2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
* scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style
diff --git a/input/regression/accidental-ledger.ly b/input/regression/accidental-ledger.ly
index 8ee07ae398..42f86e68e5 100644
--- a/input/regression/accidental-ledger.ly
+++ b/input/regression/accidental-ledger.ly
@@ -1,7 +1,7 @@
\version "1.7.18"
\header {
- texidoc = "Ledger lines are shortened when there are accidentals"
+ texidoc = "Ledger lines are shortened when there are accidentals."
}
\score { \notes
diff --git a/input/regression/accidental-octave.ly b/input/regression/accidental-octave.ly
index 8665e0ac65..0362e7e073 100644
--- a/input/regression/accidental-octave.ly
+++ b/input/regression/accidental-octave.ly
@@ -4,8 +4,7 @@
\header {
texidoc="
This shows how accidentals in different octaves are handled.
-FIXME: Shorten and docu
-
+FIXME: Shorten and docu.
"
diff --git a/input/regression/allfontstyle.ly b/input/regression/allfontstyle.ly
index 86b8d9aaa3..87e0ac7392 100644
--- a/input/regression/allfontstyle.ly
+++ b/input/regression/allfontstyle.ly
@@ -1,7 +1,10 @@
\version "1.5.68"
-
-
+\header{
+texidoc="
+Different text styles are used for various purposes.
+"
+}
\score { \notes
\relative c'' \context Staff {
diff --git a/input/regression/apply-context.ly b/input/regression/apply-context.ly
index 4b3b45c971..1a0feef327 100644
--- a/input/regression/apply-context.ly
+++ b/input/regression/apply-context.ly
@@ -3,7 +3,7 @@
\header {
-texidoc = "with \\applycontext, \\properties can be modified
+texidoc = "With \\applycontext, \\properties can be modified
procedurally. Applications include: checking bar numbers, smart
octavation.
diff --git a/input/regression/arpeggio-collision.ly b/input/regression/arpeggio-collision.ly
index 4f9f7d99bd..a7f353bc14 100644
--- a/input/regression/arpeggio-collision.ly
+++ b/input/regression/arpeggio-collision.ly
@@ -1,7 +1,7 @@
\version "1.7.18"
\header {
-texidoc = "arpeggio stays clear of accidentals and flipped note heads.
+texidoc = "Arpeggio stays clear of accidentals and flipped note heads.
Since Arpeggio engraver is Voice, it does nothing for voice collisions."
}
diff --git a/input/regression/beam-cross-staff-slope.ly b/input/regression/beam-cross-staff-slope.ly
index bb88cbde66..9af23bc953 100644
--- a/input/regression/beam-cross-staff-slope.ly
+++ b/input/regression/beam-cross-staff-slope.ly
@@ -1,7 +1,6 @@
\version "1.7.18"
\header {
- texidoc = "Cross staff (kneed) beams
-don't cause extreme slopes"
+ texidoc = "Cross staff (kneed) beams don't cause extreme slopes."
}
\score {
diff --git a/input/regression/beam-default-lengths.ly b/input/regression/beam-default-lengths.ly
index 459fda070b..dc8fdfe192 100644
--- a/input/regression/beam-default-lengths.ly
+++ b/input/regression/beam-default-lengths.ly
@@ -14,4 +14,4 @@
f4 f8-[ f] f16-[ f] f32-[ f] f64-[ f] f128-[ f]
}
\paper{ raggedright = ##t}
-} \ No newline at end of file
+}
diff --git a/input/regression/beam-length.ly b/input/regression/beam-length.ly
index 3759878446..58e2f35a86 100644
--- a/input/regression/beam-length.ly
+++ b/input/regression/beam-length.ly
@@ -2,7 +2,7 @@
\header{
texidoc="
-beams should look the same
+Beams should look the same.
"
}
\paper { raggedright= ##t }
diff --git a/input/regression/beam-manual.ly b/input/regression/beam-manual.ly
index 06948fcd6e..476ed4a9e3 100644
--- a/input/regression/beam-manual.ly
+++ b/input/regression/beam-manual.ly
@@ -3,7 +3,7 @@
\header {
texidoc = "Beam positions may be set by hand by overriding
- positions. No processing (quanting, damping) whatsoever is done "
+ positions. No processing (quanting, damping) whatsoever is done."
}
diff --git a/input/regression/beam-over-barline.ly b/input/regression/beam-over-barline.ly
index 2f6fbf03a9..7a555af0b5 100644
--- a/input/regression/beam-over-barline.ly
+++ b/input/regression/beam-over-barline.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
-texidoc = "explicit beams may cross barlines. "
+texidoc = "Explicit beams may cross barlines. "
}
\score {
\notes \relative c'' { c2. c8-[ c8 c8 c8] }
diff --git a/input/regression/beaming-ternary-metrum.ly b/input/regression/beaming-ternary-metrum.ly
index 24077f8381..8094595ed4 100644
--- a/input/regression/beaming-ternary-metrum.ly
+++ b/input/regression/beaming-ternary-metrum.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
-texidoc = "automatic beaming also works in ternary time sigs."
+texidoc = "Automatic beaming works also in ternary time sigs."
}
\score {
diff --git a/input/regression/beams.ly b/input/regression/beams.ly
index 91a03fd62f..6031672680 100644
--- a/input/regression/beams.ly
+++ b/input/regression/beams.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
- texidoc = "beams (simple)"
+ texidoc = "Beams (simple)."
}
\paper { raggedright= ##t }
diff --git a/input/regression/chord-changes.ly b/input/regression/chord-changes.ly
index 70632928e0..79130fec7a 100644
--- a/input/regression/chord-changes.ly
+++ b/input/regression/chord-changes.ly
@@ -1,7 +1,7 @@
\version "1.7.18"
\header{
-texidoc="property chordChanges: only display chord names when
+texidoc="Property chordChanges: display chord names only when
there's a change in the chords scheme, but always display the
chord name after a line break.
"
diff --git a/input/regression/chord-name-exceptions.ly b/input/regression/chord-name-exceptions.ly
index d4aa9c8db9..c71362cc91 100644
--- a/input/regression/chord-name-exceptions.ly
+++ b/input/regression/chord-name-exceptions.ly
@@ -4,18 +4,18 @@
Putting the exceptions list encoded as
@example
- \\notes @{ <<c f g bes>>1-\\markup @{ \\super \"7\" \"wahh\" @} @}
+ \\notes @{ <<c f g bes>>1-\\markup @{ \\super \"7\" \"wahh\" @} @}
@end example
into @code{chordNameExceptions} takes a little manoeuvring. The
following code transforms @code{chExceptionMusic} (which is a
sequential music) into a list of exceptions.
@example
- (sequential-music-to-chord-exceptions chExceptionMusic \#t)
+ (sequential-music-to-chord-exceptions chExceptionMusic \#t)
@end example
Then,
@example
-(append
- ... ignatzekExceptions)
+ (append
+ ... ignatzekExceptions)
@end example
adds the new exceptions to the default ones, which are defined in
@file{ly/chord-modifier-init.ly}.
diff --git a/input/regression/collision-dots.ly b/input/regression/collision-dots.ly
index 6b90b4a6f2..b9eea075bc 100644
--- a/input/regression/collision-dots.ly
+++ b/input/regression/collision-dots.ly
@@ -1,7 +1,7 @@
-\header { texidoc = "collision resolution tries to put notes with dots
+\header { texidoc = "Collision resolution tries to put notes with dots
on the right side."
}
diff --git a/input/regression/completion-heads-polyphony.ly b/input/regression/completion-heads-polyphony.ly
index 5433620fa6..56eda0ece0 100644
--- a/input/regression/completion-heads-polyphony.ly
+++ b/input/regression/completion-heads-polyphony.ly
@@ -1,24 +1,24 @@
\version "1.7.18"
-\header {
-
- texidoc = "Completion heads are broken across bar lines. This was
-intended as a debugging tool, but it can be used to ease music entry.
-Completion heads are not fooled by polyphony with a different rhythm.
-"
-
-}
-
-\score{
- \context Staff \notes \relative c'' <
- { c2. c bes2 } \\
- { c,2. a8 g4 f4. g4 f }
- >
-
- \paper {
- \translator{
- \ThreadContext
- \remove "Note_heads_engraver"
- \consists "Completion_heads_engraver"
- }
- }
-}
+\header {
+
+ texidoc = "Completion heads are broken across bar lines. This was
+intended as a debugging tool, but it can be used to ease music entry.
+Completion heads are not fooled by polyphony with a different rhythm.
+"
+
+}
+
+\score{
+ \context Staff \notes \relative c'' <
+ { c2. c bes2 } \\
+ { c,2. a8 g4 f4. g4 f }
+ >
+
+ \paper {
+ \translator{
+ \ThreadContext
+ \remove "Note_heads_engraver"
+ \consists "Completion_heads_engraver"
+ }
+ }
+}
diff --git a/input/regression/custos.ly b/input/regression/custos.ly
index ed268cf7f3..e5280ca1ee 100644
--- a/input/regression/custos.ly
+++ b/input/regression/custos.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
- texidoc = "custodes in various styles."
+ texidoc = "Custodes in various styles."
}
\score {
diff --git a/input/regression/dot-flag-collision.ly b/input/regression/dot-flag-collision.ly
index 94165b758b..e36b36c256 100644
--- a/input/regression/dot-flag-collision.ly
+++ b/input/regression/dot-flag-collision.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
- texidoc = "Dots move to the right when a collision with the (up)flag happens"
+ texidoc = "Dots move to the right when a collision with the (up)flag happens."
}
\score {
diff --git a/input/regression/grace-nest.ly b/input/regression/grace-nest.ly
index dd82a24d0d..abdb3484ed 100644
--- a/input/regression/grace-nest.ly
+++ b/input/regression/grace-nest.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
-texidoc = "grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example."
+texidoc = "Grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example."
}
\score{
diff --git a/input/regression/grace-nest1.ly b/input/regression/grace-nest1.ly
index 5b90d96078..2dcf59764d 100644
--- a/input/regression/grace-nest1.ly
+++ b/input/regression/grace-nest1.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
-texidoc = "grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example."
+texidoc = "Grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example."
}
\paper { raggedright= ##t }
diff --git a/input/regression/grace-nest2.ly b/input/regression/grace-nest2.ly
index cb23a9bfa8..8255e47645 100644
--- a/input/regression/grace-nest2.ly
+++ b/input/regression/grace-nest2.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
-texidoc = "grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example."
+texidoc = "Grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example."
}
diff --git a/input/regression/grace-nest3.ly b/input/regression/grace-nest3.ly
index c9535f8e70..ccaf4c5d76 100644
--- a/input/regression/grace-nest3.ly
+++ b/input/regression/grace-nest3.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
- texidoc = "Another nested grace situation"
+ texidoc = "Another nested grace situation."
}
\paper { raggedright= ##t }
diff --git a/input/regression/grace-nest5.ly b/input/regression/grace-nest5.ly
index b09734c0db..3ef541d7af 100644
--- a/input/regression/grace-nest5.ly
+++ b/input/regression/grace-nest5.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
- texidoc = "Another nested grace situation"
+ texidoc = "Another nested grace situation."
}
\score
diff --git a/input/regression/grace-part-combine.ly b/input/regression/grace-part-combine.ly
index bd1aa38a4b..8884623017 100644
--- a/input/regression/grace-part-combine.ly
+++ b/input/regression/grace-part-combine.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
- texidoc = "partcombiner and grace notes can go together"
+ texidoc = "Partcombiner and grace notes can go together."
}
\paper { raggedright= ##t }
diff --git a/input/regression/grace-stems.ly b/input/regression/grace-stems.ly
index 4221b14b9a..bf42565b1e 100644
--- a/input/regression/grace-stems.ly
+++ b/input/regression/grace-stems.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header{
-texidoc = "startGraceMusic should no-stem-extend to true;
+texidoc = "Here startGraceMusic should set no-stem-extend to true;
the two grace beams should be the same here.
"
}
diff --git a/input/regression/grace-sync.ly b/input/regression/grace-sync.ly
index 453454f4fb..7c753a215c 100644
--- a/input/regression/grace-sync.ly
+++ b/input/regression/grace-sync.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
- texidoc = "grace notes in different voices/staves are synchronized."
+ texidoc = "Grace notes in different voices/staves are synchronized."
}
\score {\notes\relative c'' < \context Staff { c2
diff --git a/input/regression/instrument-name.ly b/input/regression/instrument-name.ly
index 1529624e7e..a2c46ee560 100644
--- a/input/regression/instrument-name.ly
+++ b/input/regression/instrument-name.ly
@@ -3,7 +3,7 @@
texidoc="
Staff margins are also markings attached to barlines. They should be
left of the staff, and be centered vertically wrt the staff. They may
-be on normal staves, but also on compound staves, like the PianoStaff
+be on normal staves, but also on compound staves, like the PianoStaff.
"
}
diff --git a/input/regression/lyric-align.ly b/input/regression/lyric-align.ly
index 2196d8c598..b574b64cd4 100644
--- a/input/regression/lyric-align.ly
+++ b/input/regression/lyric-align.ly
@@ -6,8 +6,8 @@
stanzas and on notehead.
If the property alignment is not set, there is automatic
- determination of alignment type based on punctuation. (see
- lyric-phrasing.ly)
+ determination of alignment type based on punctuation (, see
+ lyric-phrasing.ly).
"
}
diff --git a/input/regression/lyric-combine-polyphonic.ly b/input/regression/lyric-combine-polyphonic.ly
index 0b8b2be7f5..2f2b89a044 100644
--- a/input/regression/lyric-combine-polyphonic.ly
+++ b/input/regression/lyric-combine-polyphonic.ly
@@ -1,7 +1,7 @@
\version "1.7.18"
\header {
-texidoc ="polyphonic rhythms and rests don't disturb
+texidoc ="Polyphonic rhythms and rests don't disturb
@code{\addlyrics}."
}
diff --git a/input/regression/lyrics-melisma-beam.ly b/input/regression/lyrics-melisma-beam.ly
index 0004a291d4..fa4582918b 100644
--- a/input/regression/lyrics-melisma-beam.ly
+++ b/input/regression/lyrics-melisma-beam.ly
@@ -1,7 +1,7 @@
\version "1.7.18"
\header
{
- texidoc = "melismata are triggered by manual beams."
+ texidoc = "Melismata are triggered by manual beams."
}
diff --git a/input/regression/metronome-marking.ly b/input/regression/metronome-marking.ly
index 1743b6483e..ddd6725810 100644
--- a/input/regression/metronome-marking.ly
+++ b/input/regression/metronome-marking.ly
@@ -1,9 +1,9 @@
\header {
- texidoc = "@code{\tempo} directives are printed as metronome markings.
+ texidoc = "Here @code{\tempo} directives are printed as metronome markings.
-THe marking is left aligned with the time signature, if there is one.
+The marking is left aligned with the time signature, if there is one.
"
}
diff --git a/input/regression/ottava.ly b/input/regression/ottava.ly
index 562ed6ad40..7d2953c817 100644
--- a/input/regression/ottava.ly
+++ b/input/regression/ottava.ly
@@ -1,6 +1,6 @@
\header
{
-texidoc = "ottava brackets are supported, through the
+texidoc = "Ottava brackets are supported, through the
use of the scheme function @code{set-octavation}.
"
diff --git a/input/regression/output-property.ly b/input/regression/output-property.ly
index c6400630cd..ab1f004129 100644
--- a/input/regression/output-property.ly
+++ b/input/regression/output-property.ly
@@ -1,7 +1,7 @@
\header { texidoc = "
-@code{\outputproperty} is a clumsy and deprecated way of changing grob
-definitions. In this example, the predicate checks the @code{text}
+Setting @code{\outputproperty} is a clumsy and deprecated way of changing
+grob definitions. In this example, the predicate checks the @code{text}
object property, to shift only the `m.d.' text, but not the `two'
text. Since both scripts are @code{TextScript} grobs, using
possible to use @code{\override} would shift both texts.
diff --git a/input/regression/prefatory-spacing-matter.ly b/input/regression/prefatory-spacing-matter.ly
index e8de91ceff..8cfd48a9b2 100644
--- a/input/regression/prefatory-spacing-matter.ly
+++ b/input/regression/prefatory-spacing-matter.ly
@@ -1,8 +1,8 @@
\version "1.7.18"
\header {
-texidoc = "prefatory spacing
+texidoc = "Prefatory spacing.
-TODO: show all common combinations to check for spacing anomalies.
+TODO: Show all common combinations to check for spacing anomalies.
"
}
diff --git a/input/regression/repeat-line-break.ly b/input/regression/repeat-line-break.ly
index cd6ebfc525..e21ee6b3f6 100644
--- a/input/regression/repeat-line-break.ly
+++ b/input/regression/repeat-line-break.ly
@@ -3,7 +3,7 @@
\header{
texidoc="
Across linebreaks, the left edge of a first and second alternative
-bracket should be equal
+bracket should be equal.
"
}
diff --git a/input/regression/rest-ledger.ly b/input/regression/rest-ledger.ly
index f82e0649d7..34433f29fb 100644
--- a/input/regression/rest-ledger.ly
+++ b/input/regression/rest-ledger.ly
@@ -1,7 +1,7 @@
\version "1.7.18"
\header {
-texidoc = "whole and half rests moving outside the staff should get
-ledger lines"
+texidoc = "Whole and half rests moving outside the staff should get
+ledger lines."
}
diff --git a/input/regression/size13.ly b/input/regression/size13.ly
index c6304eb92a..2a680596c2 100644
--- a/input/regression/size13.ly
+++ b/input/regression/size13.ly
@@ -4,7 +4,7 @@ foollilypondbook = "
"
\header {
- texidoc ="Staff height 13 pt"
+ texidoc ="Staff height 13 pt."
}
\include "paper13.ly"
diff --git a/input/regression/size16.ly b/input/regression/size16.ly
index 5f2345e799..2781250ffd 100644
--- a/input/regression/size16.ly
+++ b/input/regression/size16.ly
@@ -4,7 +4,7 @@ foollilypondbook = "
"
\header {
- texidoc ="Staff height 16 pt"
+ texidoc ="Staff height 16 pt."
}
diff --git a/input/regression/size20.ly b/input/regression/size20.ly
index 2b7ea1122e..300a37b8e8 100644
--- a/input/regression/size20.ly
+++ b/input/regression/size20.ly
@@ -4,7 +4,7 @@ foollilypondbook = "
"
\header {
- texidoc ="Staff height 20 pt"
+ texidoc ="Staff height 20 pt."
}
diff --git a/input/regression/size23.ly b/input/regression/size23.ly
index 4830fa4d14..426ae46a76 100644
--- a/input/regression/size23.ly
+++ b/input/regression/size23.ly
@@ -4,7 +4,7 @@ foollilypondbook = "
"
\header {
- texidoc ="Staff height 23 pt"
+ texidoc ="Staff height 23 pt."
}
diff --git a/input/regression/size26.ly b/input/regression/size26.ly
index 7fa6600ef6..e355ca19f2 100644
--- a/input/regression/size26.ly
+++ b/input/regression/size26.ly
@@ -4,7 +4,7 @@ foollilypondbook = "
"
\header {
- texidoc ="Staff height 26 pt"
+ texidoc ="Staff height 26 pt."
}
diff --git a/input/regression/slur-rest.ly b/input/regression/slur-rest.ly
index 6bcf475ed0..20c1daf7c0 100644
--- a/input/regression/slur-rest.ly
+++ b/input/regression/slur-rest.ly
@@ -2,7 +2,7 @@
\header
{
texidoc ="Slurs may be placed over rest. The slur will avoid colliding with
-the rest
+the rest.
"
}
diff --git a/input/regression/spacing-clef-first-note.ly b/input/regression/spacing-clef-first-note.ly
index 26162d801b..87ec8a4bd0 100644
--- a/input/regression/spacing-clef-first-note.ly
+++ b/input/regression/spacing-clef-first-note.ly
@@ -1,7 +1,7 @@
\version "1.7.18"
\header {
- texidoc = "clef changes at the start of a line get much more space
+ texidoc = "Clef changes at the start of a line get much more space
than clef changes halfway the line."
}
diff --git a/input/regression/spacing-note-flags.ly b/input/regression/spacing-note-flags.ly
index 52a4e38a16..191633e0e1 100644
--- a/input/regression/spacing-note-flags.ly
+++ b/input/regression/spacing-note-flags.ly
@@ -2,7 +2,7 @@
texidoc = "The flags of 8th notes take some space, but not
too much: the space following a flag is less than the space
- following a beamed 8th head"
+ following a beamed 8th head."
}
diff --git a/input/regression/spacing-to-grace.ly b/input/regression/spacing-to-grace.ly
index 29af2881e2..f590ef9c21 100644
--- a/input/regression/spacing-to-grace.ly
+++ b/input/regression/spacing-to-grace.ly
@@ -1,7 +1,7 @@
\version "1.7.18"
\header {
- texidoc ="space from a normal note /barline to a grace note is
+ texidoc ="Space from a normal note /barline to a grace note is
smaller than to a normal note."
}
diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly
index f073b8dea0..8cfe94da71 100644
--- a/input/regression/stem-shorten.ly
+++ b/input/regression/stem-shorten.ly
@@ -3,7 +3,7 @@
\header {
texidoc = "Stems in forced directions (as well as the ones
- starting from the middle line) are shortened"
+ starting from the middle line) are shortened."
}
diff --git a/input/regression/stem-spacing.ly b/input/regression/stem-spacing.ly
index 8540932215..8b5acd8743 100644
--- a/input/regression/stem-spacing.ly
+++ b/input/regression/stem-spacing.ly
@@ -3,7 +3,7 @@
\header{
texidoc="
In a limited number of cases, LilyPond corrects for optical spacing
-effects. In this example, space for opposite pointed stems is adjuste
+effects. In this example, space for opposite pointed stems is adjusted.
"
}
diff --git a/input/regression/text-spanner.ly b/input/regression/text-spanner.ly
index 17c2713afc..9f1fafc130 100644
--- a/input/regression/text-spanner.ly
+++ b/input/regression/text-spanner.ly
@@ -1,6 +1,6 @@
\version "1.7.18"
\header {
-texidoc= "Text spanners should not repeat start text when broken"
+texidoc= "Text spanners should not repeat start text when broken."
}
\score {