]> git.donarmstrong.com Git - lilypond.git/commitdiff
spell my name correctly.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 10 Oct 2006 11:14:48 +0000 (11:14 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 10 Oct 2006 11:14:48 +0000 (11:14 +0000)
ChangeLog
lily/dynamic-performer.cc
lily/lilypond.rc.in
ly/titling-init.ly

index 6fb278ed4a954fc88ad3efb08e6fb3da3d3e24b0..2668d741cb5c09ecc5f037337b46b6fbb01564c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/lilypond.rc.in: spell my name correctly.
+
 2006-10-10  Joe Neeman  <joeneeman@gmail.com>
 
        * lily/grob.cc (pure_height): only add minimum-Y-extent if we
@@ -17,6 +21,8 @@
 
 2006-10-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * VERSION: release 2.9.22
+
        * ly/generate-documentation.ly: update option name.
 
        * lily/dynamic-text-spanner.cc (print): revert fix.
index 1e538800b474c6e256b015c1e0873282a9a1cd60..4ee655db47abc6a449dd78cb695ded46f633f957 100644 (file)
@@ -120,6 +120,15 @@ Dynamic_performer::listen_absolute_dynamic (Stream_event *r)
 ADD_TRANSLATOR (Dynamic_performer,
                /* doc */                "",
                /* create */ "",
-               /* accept */ "absolute-dynamic-event",
-               /* read */ "dynamicAbsoluteVolumeFunction midiMaximumVolume midiMinimumVolume midiInstrument instrumentEqualizer",
+               
+               /* accept */
+               "absolute-dynamic-event",
+
+               /* read */
+               "dynamicAbsoluteVolumeFunction "
+               "instrumentEqualizer "
+               "midiMaximumVolume "
+               "midiMinimumVolume "
+               "midiInstrument "
+               ,
                /*writes*/"");
index 9a6d645456e86e3a4df99197ad59a21b91259735..830f2fc98e5f730feee299d8be44a707c46c714e 100644 (file)
@@ -20,7 +20,7 @@ VS_VERSION_INFO VERSIONINFO
        VALUE "FileDescription", "LilyPond"
        VALUE "FileVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@PATCH_LEVEL@.@BUILD_VERSION@"
        VALUE "InternalName", "LilyPond@"
-       VALUE "LegalCopyright", "Copyright (C) 1995--2005  Han-Wen Nienhuis and Jan Nieuwenhuizen, and others."
+       VALUE "LegalCopyright", "Copyright (C) 1995--2005  Han-Wen Nienhuys and Jan Nieuwenhuizen, and others."
        VALUE "OriginalFilename", "lilypond.exe"
        VALUE "ProductName", "LilyPond"
        VALUE "ProductVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@PATCH_LEVEL@"
index b5f5797c4e018915793b69f04f35018f604decec..bae92af65b0e3c7db495151568ef27d2f61c2c0b 100644 (file)
@@ -13,13 +13,14 @@ tagline = \markup {
   %% todo: lilypond.org/music-engraving
   #"http://lilypond.org/web/"
   \line {
-    "Music engraving by LilyPond"
-    " "
-    #(ly:export (lilypond-version))
-    
+
     %% 2014 = em dash.
-    #(ly:export (ly:wide-char->utf-8 #x2014))
-    "www.lilypond.org"
+    
+    #(ly:export
+      (format "Music engraving by LilyPond ~a~awww.lilypond.org"
+       (lilypond-version)
+       (ly:wide-char->utf-8 #x2014)
+       ))
   }
 }