X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=9833e9d0f71a48c04885421799bc9cec0c13e12d;hb=5436a1f9029bb897638670d25da1422a85431bae;hp=8201fdf877ba86bd4a959ce0328a8be00d73f8ab;hpb=16016a13ecf3d3e5280c8b67c14e2eb2bceca9d8;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 8201fdf877..9833e9d0f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +2006-03-02 Jan Nieuwenhuizen + + * flower/file-name.cc (dos_to_posix): Flower string fix. + +2006-03-02 Han-Wen Nienhuys + + * scripts/midi2ly.py (Key.dump): pychecker cleanups. + + * python/lilylib.py (underscore): remove identify() , warranty() + + * ps/music-drawing-routines.ps: change Border routine for GSView + compatibility. + + * lily/stem.cc (height): use quantize-positions. This triggers + set_stem_lengths, so scripts on beamed stems are handled correctly. + + * lily/side-position-interface.cc (aligned_side): check if edges + of script are inside staff. Fixes accent of edge of the staff. + + * input/regression/staccato-pos.ly: more examples. + + * stepmake/aclocal.m4 (depth): fix bashism. + + * lily/lyric-combine-music-iterator.cc: move from + new-lyric-combine-iterator.cc + (process): add pending_grace_lyric_ member to delay lyrics on + grace notes. + + * lily/system-start-text.cc (print): suicide if we don't have any + elements. Fixes hara kiri'd instrument names. + + * scripts/mup2ly.py (Module): remove. + +2006-03-01 Han-Wen Nienhuys + + * Documentation/user/global.itely (A single music expression): + close @lilypond properly + + * lily/volta-bracket.cc (modify_edge_height): change from + after_line_breaking_callback. Suicide last bracket if appropriate. + + * python/lilylib.py: strip getopt support + + * scripts/etf2ly.py (do_options): use optparse + + * scripts/midi2ly.py: optparse, strip lilylib copy. + + * scripts/abc2ly.py (voices): use optparse. + + * stepmake/stepmake/generic-vars.make: new function absdir. + + * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation. + + * scripts/lilypond-book.py (find_file): use global_options for + include path + + * scm/ps-to-png.scm (ps-page-count): prevent null characters + entering C code. + +2006-03-01 Han-Wen Nienhuys + + * python/lilylib.py (get_global_option): ughness for extracting + global options from lilylib. + (NonDentedHeadingFormatter.format_heading): move from musicxml2ly + + * scripts/lilypond-book.py (get_option_parser): use optparse for + option handling. Put options in global_options variable. + +2006-02-28 Heikki Junes + + * Documentation/index.html.in: clarify. + +2006-02-28 Nicolas Sceaux + + * scm/layout-page-layout.scm (write-page-breaks): add a + music-system-heights property to the page layout output. + + * scm/page.scm (make-page-stencil): take footer into account when + computing the 'space-left page property + (annotate-space-left): take footer into account when annonating + space left. + +2006-02-28 Graham Percival + + * Documentation/user/ advanced-notation, global: more (final) + docs for music expressions, removed special fermatas. + +2006-02-27 Graham Percival + + * Documentation/user/ basic-notation, global: minor changes + from mailist. + 2006-02-26 Nicolas Sceaux * scm/framework-ps.scm: