]> git.donarmstrong.com Git - lilypond.git/commitdiff
`bug'fix: a colon `:' is added (only) after a sentence which is complete;
authorHeikki Junes <heikki.junes@hut.fi>
Sat, 9 Aug 2003 22:32:07 +0000 (22:32 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Sat, 9 Aug 2003 22:32:07 +0000 (22:32 +0000)
if the sentence is not ended a comma `,' or nothing is used. fix also spaces.

ChangeLog
DEDICATION
Documentation/topdocs/INSTALL.texi
Documentation/topdocs/NEWS.texi
input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
input/mutopia/J.S.Bach/wtk1-fugue1.ly
input/mutopia/J.S.Bach/wtk1-prelude1.ly
stepmake/bin/add-html-footer.py

index 62fe85dafbbbbbd2878a315de88b75525510338a..dc343b76422357c05df3d3b0a228a336048a80f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/NEWS.texi, DEDICATION,
+       stepmake/bin/add-html-footer.py
+       input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
+       input/mutopia/J.S.Bach/wtk1-fugue1.ly
+       input/mutopia/J.S.Bach/wtk1-prelude1.ly
+       Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
+       added (only) after a sentence which is complete; if the sentence is 
+       not ended a comma `,' or nothing is used. fix also spaces.
+
 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * Documentation/topdocs/INSTALL.texi (Top): change GUILE
index d10986a0337b449efbd0c4e5a9b601ef52bd6ca1..3fea9cb98f9d609a47d7217208dbd8d5b1774791 100644 (file)
@@ -21,6 +21,6 @@ Ilse, Monique, Eva, Roos, Judith, Tim, Connie and, of course, Wendy!
  
 
 Of course, our other friends in the `Eindhovens Jongeren Ensemble'
-(http://www.dse.nl/eje/ ) cannot go unmentioned either.
+(http://www.dse.nl/eje/) cannot go unmentioned either.
 
-                              --- * ---
+                             --- * ---
index 90b01a2fd95f0daba56a5bc3bc505e16362d8d3b..0c8778b36a17121dcf1812659a31a93a63f78152 100644 (file)
@@ -80,13 +80,12 @@ You need the following packages to compile LilyPond:
  @uref{http://gcc.gnu.org/,
 The GNU c++ compiler} (version 3.1 or newer).
 EGCS 1.1 may work, but is no longer supported.
-Check out
 
 @item @uref{http://www.python.org,Python} (version 2.1 or newer).
 
 @item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} (version 1.6.0 or newer).
 
-@item @uref{ftp://ftp.gnu.org/gnu/make/,GNU Make} (version 3.78 or newer),  
+@item @uref{ftp://ftp.gnu.org/gnu/make/,GNU Make} (version 3.78 or newer).
 
 @item  @uref{http://www.gnu.org/software/flex/,Flex} (version 2.5.4a or newer). 
 
@@ -180,7 +179,7 @@ work.
 
 @section Building LilyPond
 
-To install GNU LilyPond, type:
+To install GNU LilyPond, type
 @example 
        gunzip -c lilypond-x.y.z | tar xf -
        cd lilypond-x.y.z
@@ -191,14 +190,14 @@ To install GNU LilyPond, type:
 @end example 
 
 If, in addition, you want to generate PDF files of your scores and have 
-installed mftrace, type:
+installed mftrace, type
 @example 
         make pfa-fonts
         make MAKE_PFA_FILES=1 install
         texhash
 @end example 
-(PFA versions of the fonts for the latest LilyPond version can also be
-obtained from the web site using:
+PFA versions of the fonts for the latest LilyPond version can also be
+obtained from the web site using
 @example 
         mkdir /tmp/newfonts
         cd /tmp/newfonts/
@@ -328,7 +327,7 @@ Gcc 3.0.4 is flaky;  upgrade GCC.
 @unnumberedsubsec Flex-2.5.4a and gcc-3.x
 
 Flex 2.5.4a does not produce g++-3.0 compliant C++ code.  To compile
-LilyPond with gcc-3.0 you may do:
+LilyPond with gcc-3.0 you may do
 
 @example
        CC=gcc-3.0 CXX=g++-3.0 ./configure --enable-config=gcc-3.0
@@ -340,7 +339,7 @@ LilyPond with gcc-3.0 you may do:
 @unnumberedsubsec Flex-2.5.4a and gcc-3.1.x
 
 Flex 2.5.4a does not produce g++-3.1.1 compliant C++ code.  To compile
-LilyPond with gcc-3.1.1 you may do:
+LilyPond with gcc-3.1.1 you may do
 
 @example
        CONF=gcc-3.1 ./lexer-gcc-3.1.sh
@@ -367,7 +366,7 @@ set include paths for kpathsea.
 Upgrade to flex-2.5.4a.
 
 @item The configuration of Gcc (egcs-2.91.60 19981201 (egcs-1.1.1
-release)) does not include @file{/usr/pkg} paths.  Configure using:
+release)) does not include @file{/usr/pkg} paths.  Configure it using:
 @example
 
        CFLAGS='-I /usr/pkg/include' LDFLAGS='-L/usr/pkg/lib' ./configure
index 9dc10dc2aa913f966d31568205bb518d70a80099..469c6246ea4b249e1afded0de5a7d28e13fcaaa4 100644 (file)
@@ -57,13 +57,13 @@ using LilyPond version 2.0.  In version 2.0, this syntax will be
 changed to
 
 @example
-  < PITCHES >  for chords
+       < PITCHES >
 @end example
 
-and
+for chords, and
 
 @example
-  \simultaneous @{ .. @} 
+       \simultaneous @{ .. @} 
 @end example
 
 for simultaneous music.
@@ -110,7 +110,7 @@ New algorithms for chord-name formatting have been installed. They
 can be tuned and have ergonomic syntax for entering exceptions.
 
 @item 
-Texts may now be put on multimeasure rests, eg.
+Texts may now be put on multimeasure rests, e.g.
 
 @example
        R1*20^\markup @{ "GP" @}
@@ -126,7 +126,7 @@ without the proper line breaking and horizontal spacing.
 Glissandi can now be printed using the zigzag style.
 
 @item 
-LilyPond can now print clusters. The syntax is:
+LilyPond can now print clusters. The syntax is
 
 @example
        \apply #notes-to-clusters @{ NOTE NOTE .. @}
@@ -142,7 +142,7 @@ syntax for this is
 
 
 @item 
-Nested horizontal brackets for music analysis can now be printed.
+Nested horizontal brackets for music analysis can now be printed:
 
 @example
        NOTE-\startGroup
index df1a257a125bd0202d59d521cc24dbf21ccbcc0e..e0294e58eeb627dd69850f49d34877f54f553e79 100644 (file)
@@ -23,7 +23,7 @@ forcedLastBreak = \notes { \break }
 \header {
   title = "Solo Cello Suite II"
   piece ="Sarabande"
-  composer = "J.S.Bach"
+  composer = "J.S. Bach"
   editor = "August Wenzinger"
   source= "B\\\"arenreiter Urtext"
 
index 8170181262c0ccfd8d5fd709cea3394fe8db92a9..98aecc5c51a52ea91c6899717f91d28291f73377 100644 (file)
@@ -7,7 +7,7 @@ enteredby =      "Shay Rojansky"
 
   % mutopia headers.
   mutopiatitle = "Das Wohltemperierte Clavier I, Fuga 1 (c-major)"
-  mutopiacomposer = "J.S.Bach"
+  mutopiacomposer = "J.S. Bach"
   mutopiaopus = "BWV846"
   style = "baroque"
   copyright =    "\\\\This music is part of the Mutopia project, http://sca.uwaterloo.ca/Mutopia/\\\\It has been typeset and placed in the public domain by Han-Wen Nienhuys.\\\\Unrestricted modification and redistribution is permitted and encouraged - copy this music and share it!"
index ac7168a2054b5d5e33aa861afcc786ae4824bccc..f05304bfb8fcfb058acc1e02199602cf268f5a3f 100644 (file)
@@ -7,7 +7,7 @@ enteredby =      "Shay Rojansky"
 
   % mutopia headers.
   mutopiatitle = "Das Wohltemperierte Clavier I, Prelude 1 (c-major)"
-  mutopiacomposer = "J.S.Bach"
+  mutopiacomposer = "J.S. Bach"
   mutopiaopus = "BWV846"
   style = "baroque"
   copyright =    "\\\\This music is part of the Mutopia project, http://sca.uwaterloo.ca/Mutopia/\\\\It has been typeset and placed in the public domain by Han-Wen Nienhuys.\\\\Unrestricted modification and redistribution is permitted and encouraged - copy this music and share it!"
index 6495bf673f95975a46617a183a7efbf9c479fd90..18b691719b72388489aadf8abc539851299a5a82 100644 (file)
@@ -43,7 +43,7 @@ built = r"""<hr>
 This page is for @PACKAGE_NAME@-@PACKAGE_VERSION@ (@BRANCH@). <br>
 </font>
 <address><font size="-1">
-Report errors to &lt;<a href="mailto:@MAILADDRESS@">@MAILADDRESS@</a>&gt;</font></address>"""
+Report errors to &lt;<a href="mailto:@MAILADDRESS@">@MAILADDRESS@</a>&gt;.</font></address>"""
 
 
 def gulp_file (f):