]> git.donarmstrong.com Git - lilypond.git/commitdiff
More polishing.
authorhjunes <hjunes>
Thu, 24 Jul 2003 12:45:58 +0000 (12:45 +0000)
committerhjunes <hjunes>
Thu, 24 Jul 2003 12:45:58 +0000 (12:45 +0000)
12 files changed:
ChangeLog
input/test/beam-auto-override.ly
input/test/chord-names-german.ly
input/test/gregorian-scripts.ly
input/test/midi-scales.ly
input/test/preset-extent.ly
input/test/repeat-shorter-bracket.ly
input/test/scheme-interactions.ly
input/test/smart-transpose.ly
input/test/spacing-2.ly
input/test/tie-sparse.ly
input/test/transposition.ly

index 8a0ab8eaa1af88bf84df87e8d1a9468a505e5ef4..1ae45b1f343581671c39754fe0e0f0834bf78b9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,7 +49,7 @@
 
        * buildscripts/mutopia-index.py: polish.
 
-       * input/regression/{ many }: polish texidocs.
+       * input/regression/{ many }, input/test{ many }: polish texidocs.
 
 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
index 7ae2c7d2ce769f8c219a3688d7aef6caf1679759..2d1e84f1d8633e0f3adb048ae329cf5db7063a9a 100644 (file)
@@ -14,7 +14,7 @@ The auto-beamer will only engrave beams that end when:
  there's a 'gap' in the beam note's durations
 @end itemize
 
-The beam will be ended also when now % beamAutoEnd = 0
+The beam will be ended also when now % beamAutoEnd = 0.
 
 "
 
index 9a3530294d84fd58693e531cd95bbf6838592476..ecdf20802f1c2efc40729b6e3658b40c9093c80f 100644 (file)
@@ -4,9 +4,9 @@
 By setting @code{ChordNames.chordRootNamer}, the root
 of the chord may be named with a different function.
 
-@code{\germanChords} gives true german chord-names
+Setting @code{\germanChords} gives true german chord-names,
 @code{\semiGermanChords} gives semi-german chord-names - - with Bb and
-below keeping the english names
+keeping the english names.
 
 
 " }
index 2e4826059e17663e773972270cc22b6d5799b5d9..031ce2c17ae6dd5ca276ec8beed9b65c35f5ba2c 100644 (file)
@@ -12,9 +12,9 @@ TODO: augmentum.
 FIXME: when applying an episem within a ligature, the TextSpanner's width
 collapses to 0.0.
 
-FIXME: clef does not show on each line
+FIXME: clef does not show on each line.
 
-FIXME: horizontal spacing (ragged right mode)
+FIXME: horizontal spacing (ragged right mode).
 
 FIXME: padding/minimum-distance is fragile.
 
index 5a40b1456bf1ef9f7f82c42a8e8cdcc8d14b33fc..533d697b41bb931e3b8988bb90a57a9657df7859 100644 (file)
@@ -1,7 +1,7 @@
 \version "1.7.18"
 % candidate for regression.  -gp
 \header {
-texidoc="MIDI and midi2ly test file.  Diff between this and midi2ly.py (experimental, 1.5.17) should be minimal"
+texidoc="MIDI and midi2ly test file.  Diff between this and midi2ly.py (experimental, 1.5.17) should be minimal."
 }
 
 scales = \notes \relative c {
index e9b244de39c15ed3dec8d7cb5b034af1690f2dc0..1d9639c033ac69d56c9cf5b14b9da593fc3b2745 100644 (file)
@@ -8,7 +8,7 @@ Grob extents may be hard coded using grob properties.  This
 requires Grob::preset_extent () function.
 
 The lyrics in this example have extent (-10,10) which is why they are
-spaced so widely,
+spaced so widely.
 
 "
 
index 32d837b801cda6a58b374529d1836f0adbc55ae4..cf99492c7c8621e1510487d14fedc86afda011ba 100644 (file)
@@ -4,7 +4,7 @@
 
 @cindex shorter volta bracket
 
-by setting @code{voltaSpannerDuration}, the length of a volta bracket
+By setting @code{voltaSpannerDuration} the length of a volta bracket
 can be shortened.
 
 "
index e69166ccb83fcf5b610f6fc38ee7786302341c19..0450c45c98d6b03a9e674317bbef36eff9d92855 100644 (file)
@@ -5,7 +5,7 @@ Scheme expressions as lilypond input.  Within a Scheme expression,
 you can use, define or change lilypond variables.
 
 In this example, the E-s and D-s are generated using scheme functions,
-and woven together with manually entered C-s
+and woven together with manually entered C-s.
 
 " }
 
index c095793d35e174035adf905a81b4d46aafae6a60..c36fbc084c3aae9dce35e4c7598dcf650201b0cb 100644 (file)
@@ -3,7 +3,7 @@
 \header {
 texidoc="@cindex Smart Transpose
 @example
-    Here's a copy of my feature request :
+       Here's a copy of my feature request :
 @quotation
         Your task, if you accept it is to implement a \smarttranspose
         command> that would translate such oddities into more natural
@@ -15,7 +15,7 @@ You mean like this. (Sorry 'bout the nuked indentation.)
 
 Modified to use the standard transpose mechanism. The question is
 how useful these enharmonic modifications are. Mats B.
-@end example
+@end example.
 "
 }
 
index 13a90a9dd4af3e1f3026548ff604a90a563ce7c6..b52dc843c697e02277c7a6937a53dbbc537176ed 100644 (file)
@@ -2,7 +2,7 @@
 % more yummy regression goodness.  -gp
 \header {
 texidoc = "
-1. upon stretching: every note should stretch according to duration
+1. Upon stretching every note should stretch according to duration.
 
 2. 8th notes should be spaced equidistantly.
 "
index 6c8f3743d98baa6c4ae1579c2687a76e74af9ff4..9a3bbb74bc925e3d3217c6ce67a87869ccd00758 100644 (file)
@@ -1,7 +1,7 @@
 \version "1.7.18"
 
 \header { texidoc = "@cindex Tie Sparse
-setting sparseTies causes only one tie to be
+Setting sparseTies causes only one tie to be
 generated per chord pair. "
 }
        
index 1e263603a16bccae3a3c745898b205caa98f1dec..2425dbd740bd41557646c8a596351719ae788c8b 100644 (file)
@@ -1,7 +1,7 @@
 \version "1.7.18"
 
 \header{ texidoc = "@cindex Transposition
-Transposition Test file"
+Transposition test file."
 }