From b6baa51bd14af4b3ba236dff4a9ae1794199c356 Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Sat, 9 Aug 2003 22:32:07 +0000 Subject: [PATCH] `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. --- ChangeLog | 11 +++++++++++ DEDICATION | 4 ++-- Documentation/topdocs/INSTALL.texi | 17 ++++++++--------- Documentation/topdocs/NEWS.texi | 12 ++++++------ .../mutopia/J.S.Bach/baerenreiter-sarabande.ly | 2 +- input/mutopia/J.S.Bach/wtk1-fugue1.ly | 2 +- input/mutopia/J.S.Bach/wtk1-prelude1.ly | 2 +- stepmake/bin/add-html-footer.py | 2 +- 8 files changed, 31 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62fe85dafb..dc343b7642 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-08-10 Heikki Junes + + * 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 * Documentation/topdocs/INSTALL.texi (Top): change GUILE diff --git a/DEDICATION b/DEDICATION index d10986a033..3fea9cb98f 100644 --- a/DEDICATION +++ b/DEDICATION @@ -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. - --- * --- + --- * --- diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 90b01a2fd9..0c8778b36a 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -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 diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index 9dc10dc2aa..469c6246ea 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -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 diff --git a/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly b/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly index df1a257a12..e0294e58ee 100644 --- a/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly +++ b/input/mutopia/J.S.Bach/baerenreiter-sarabande.ly @@ -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" diff --git a/input/mutopia/J.S.Bach/wtk1-fugue1.ly b/input/mutopia/J.S.Bach/wtk1-fugue1.ly index 8170181262..98aecc5c51 100644 --- a/input/mutopia/J.S.Bach/wtk1-fugue1.ly +++ b/input/mutopia/J.S.Bach/wtk1-fugue1.ly @@ -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!" diff --git a/input/mutopia/J.S.Bach/wtk1-prelude1.ly b/input/mutopia/J.S.Bach/wtk1-prelude1.ly index ac7168a205..f05304bfb8 100644 --- a/input/mutopia/J.S.Bach/wtk1-prelude1.ly +++ b/input/mutopia/J.S.Bach/wtk1-prelude1.ly @@ -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!" diff --git a/stepmake/bin/add-html-footer.py b/stepmake/bin/add-html-footer.py index 6495bf673f..18b691719b 100644 --- a/stepmake/bin/add-html-footer.py +++ b/stepmake/bin/add-html-footer.py @@ -43,7 +43,7 @@ built = r"""
This page is for @PACKAGE_NAME@-@PACKAGE_VERSION@ (@BRANCH@).
-Report errors to <@MAILADDRESS@>
""" +Report errors to <@MAILADDRESS@>.""" def gulp_file (f): -- 2.39.2