]> git.donarmstrong.com Git - lilypond.git/commitdiff
cleanup.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 15 May 2006 12:38:17 +0000 (12:38 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 15 May 2006 12:38:17 +0000 (12:38 +0000)
ChangeLog
THANKS
lily/clef-engraver.cc

index cb2b35e3f0e2a9daf3dc7aa43647015cce7c6afd..10dac2955330856fe6922f507011c23717574076 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * lily/clef-engraver.cc: cleanup.
+
        * Documentation/user/GNUmakefile: dist context-example.eps too.
 
        * lily/key-engraver.cc (create_key): use
 
        * scm/lily.scm: Remove horrendous running-from-gui? kludge.
        (lilypond-main): Redirect to gui-main if 'gui is set.
-       Backportme.
 
        * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
        for alternative installations kludging s/share/lib/g
-       LILYPONDPREFIX. Backportme.
+       LILYPONDPREFIX. 
 
        * SConstruct (libdir_package_version): Define.
 
        * python/SConscript: 
        * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
-       module in libdir.  Backportme.
+       module in libdir.  
 
 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
 
        * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
        unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
-       absolute file name bug.  Backportme.
+       absolute file name bug.  
 
 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
diff --git a/THANKS b/THANKS
index 4f4077d1e27971c0d30139ca61637d3c432b0a7a..af982510ea43a6e4aa971e98c5d408170026845b 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -36,6 +36,7 @@ Juergen Reuter
 
 BUG HUNTERS/SUGGESTIONS
 
+Albert Frantz
 Aurèle Duda
 Cameron Horsburgh
 Claude Routhier
index e1d939f44ac58a295a5c386480f965a5584eda42..4bf248770f26bb4d99a6bb0b645e4fc9fc672cf7 100644 (file)
@@ -193,7 +193,15 @@ Clef_engraver::stop_translation_timestep ()
 ADD_ACKNOWLEDGER (Clef_engraver, bar_line);
 ADD_TRANSLATOR (Clef_engraver,
                /* doc */ "Determine and set reference point for pitches",
-               /* create */ "Clef OctavateEight",
+               /* create */ "Clef "
+               "OctavateEight ",
                /* accept */ "",
-               /* read */ "clefPosition clefGlyph middleCPosition clefOctavation explicitClefVisibility forceClef",
+               /* read */
+               "clefGlyph "
+               "clefOctavation "
+               "clefPosition "
+               "explicitClefVisibility "
+               "forceClef "
+               "middleCPosition "
+               ,
                /* write */ "");