X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=80147522c92fd9c7417e5c688e637472b2f5f73a;hb=de0c3dae1b7eb9d7406d3e8553aa5ed27c8f02b5;hp=51ef054ab02c84bcdeb9ff3c0a8a75c4158dcb4f;hpb=231453ac04e4afe464e0479d58f28397dc3d1937;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 51ef054ab0..80147522c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2004-07-30 Han-Wen Nienhuys + + * flower/include/getopt-long.hh: opps. short option should be + char, not int. + + * Documentation/user/GNUmakefile: use symlinks to save space. + + * VERSION: 2.3.9 released. + + * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto. + + * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from + manual. + + * Documentation/user/tutorial.itely (Integrating text and music): + remove \score and \notes from manual. + + * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note + mode in the beginning. + +2004-07-30 Mats Bengtsson + + * Documentation/user/changing-defaults.itely (Horizontal spacing): + Correct the documentation of the spacing parameters. + + * Documentation/user/tutorial.itely (Integrating text and music), + Documentation/user/lilypond-book.itely (Integrating LaTeX and + music): Document that you need to add the map file ec-mftrace.map + in the dvips command. + +2004-07-30 Han-Wen Nienhuys + + * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not + found. + + * lily/text-item.cc (interpret_string): insert encoding setting + here + + * scm/framework-ps.scm (ps-font-command): remove feta/parmesan + encoding kludge. + + * Documentation/user/changing-defaults.itely (Text encoding): node + on encoding. + + * lily/lyric-engraver.cc (try_music): remove superfluous check. + + * lily/book-paper-def.cc (find_scaled_font): remove default + encoding, because it messes up font loading for feta and + parmesan. Encoding should only be specified for running texts. + + * lily/modified-font-metric.cc (text_dimension): support coding + scheme "" + +2004-07-28 Han-Wen Nienhuys + + * lily/tie-engraver.cc (stop_translation_timestep): remember tie + definition, so \override works as expected. + + * lily/measure-grouping-engraver.cc: clarify + 2004-07-27 Han-Wen Nienhuys * lily/parser.yy (context_def_mod): remove \consistsend @@ -14,7 +74,7 @@ 2004-07-27 Heikki Junes * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs. - + 2004-07-26 Han-Wen Nienhuys * lily/include/lily-guile.hh (scm_is_int): compat glue.