From eb707641d4acf50243a4d77d77e31c128d6b7a25 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 10 Oct 2006 11:14:48 +0000 Subject: [PATCH] spell my name correctly. --- ChangeLog | 6 ++++++ lily/dynamic-performer.cc | 13 +++++++++++-- lily/lilypond.rc.in | 2 +- ly/titling-init.ly | 13 +++++++------ 4 files changed, 25 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6fb278ed4a..2668d741cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-10 Han-Wen Nienhuys + + * lily/lilypond.rc.in: spell my name correctly. + 2006-10-10 Joe Neeman * lily/grob.cc (pure_height): only add minimum-Y-extent if we @@ -17,6 +21,8 @@ 2006-10-09 Han-Wen Nienhuys + * VERSION: release 2.9.22 + * ly/generate-documentation.ly: update option name. * lily/dynamic-text-spanner.cc (print): revert fix. diff --git a/lily/dynamic-performer.cc b/lily/dynamic-performer.cc index 1e538800b4..4ee655db47 100644 --- a/lily/dynamic-performer.cc +++ b/lily/dynamic-performer.cc @@ -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*/""); diff --git a/lily/lilypond.rc.in b/lily/lilypond.rc.in index 9a6d645456..830f2fc98e 100644 --- a/lily/lilypond.rc.in +++ b/lily/lilypond.rc.in @@ -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@" diff --git a/ly/titling-init.ly b/ly/titling-init.ly index b5f5797c4e..bae92af65b 100644 --- a/ly/titling-init.ly +++ b/ly/titling-init.ly @@ -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) + )) } } -- 2.39.2