X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=27ccc1f260272b65ad16dbff1d39306a2467fc0e;hb=8347f6f06cd4c56d7a2d2ec482647afaaade1267;hp=60622914528b34bb3034971dced09aeb3155e0ed;hpb=fbda0de6b70400e8cf9d44cdfaa75051891977d0;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 6062291452..27ccc1f260 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,367 @@ +2006-02-16 Han-Wen Nienhuys + + * lily/include/midi-item.hh (class Midi_track): idem. + + * lily/include/source.hh (class Sources): idem. + + * lily/include/performance.hh (class Performance): use vector + iso. Cons<> + + * flower/include/cons.hh (class Cons): remove file. + + * flower/include/flower-proto.hh: remove template cruft. + + * lily/include/font-metric.hh: use size_t not vsize for indices. + + * flower/include/flower-proto.hh (Module): remove std-vector.hh + from proto. + + * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2 + + * lily/include/paper-book.hh (class Paper_book): + make get_system_specs() public. + + * scm/layout-page-layout.scm (optimal-page-breaks): only consider + the force=10000 case if we don't have a current-best. + + * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for + vsize + + * flower/include/flower-proto.hh: remove outdated templates. + + * scm/page.scm: use annotate-spacing + +2006-02-15 Graham Percival + + * scm/translation-functions.scm: circle patch from Erlend, thanks! + + * THANKS: moved Erlend Aasland to contributors. + +2006-02-15 Han-Wen Nienhuys + + * config.hh.in: remove HAVE_PANGO_16 + + * lily/tuplet-bracket.cc (calc_positions): multiply with + staff-space for beam case. This fixes tuplets+beams on scaled + staves. + + * config.hh.in: remove all Kpathsea related defines. + + * lily/dot-column.cc (side_position): reach stem via dots-> + head->stem. Inspect all stems for dot collisions. + + * lily/dot-column-engraver.cc (class Dot_column_engraver): excise + stem handling. + + * lily/bar-number-engraver.cc (process_music): document function + of whichBar. + + * lily/score.cc (default_rendering): add pscore, not systems + themselves. + + * lily/paper-book.cc (get_system_specs): separate generation of + titles and systems. + + * flower/include/std-vector.hh: don't include config.hh + +2006-02-15 Jan Nieuwenhuizen + + * flower/include/std-vector.hh: Better wrapper compatibility with + std::vector. + + * flower/include/flower-proto.hh: Remove cheap forward declaration + attempts. + + * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix. + +2006-02-14 Graham Percival + + * Documentation/user/invoking.itely: add warning about command line. + +2006-02-14 Han-Wen Nienhuys + + * lily/include/lily-proto.hh: add Prob, rm Page. + + * flower/include/std-vector.hh (VPOS): use 64 bit-proof version. + + * VERSION: release 2.7.34 + + * lily/relocate.cc (framework_relocation): show canary if + GHOSTSCRIPT_VERSION undefined. + + * GNUmakefile.in: remove $(VERSION) symlink. + + * lily/relocate.cc (setup_paths): add + + +2006-02-13 Heikki Junes + + * Documentation/index.html.in: specify sizes for all big HTML pages. + +2006-02-13 Han-Wen Nienhuys + + * config.hh.in: remove @FRAMEWORKDIR@ + + * lily/system-start-text.cc (get_stencil): new file: separate out + system-start-delimiter text support. + + * input/**ly: replace \context with \new where appropriate. + + * THANKS: add Don. + + * lily/slur-scoring.cc (get_base_attachments): use + robust_relative_extent. This fixes problems with empty paper-columns. + +2006-02-12 Han-Wen Nienhuys + + * Documentation/topdocs/NEWS.tely (Top): document \new syntax. + + * scm/define-music-properties.scm (all-music-properties): + create-new property. + + * lily/context-specced-music-iterator.cc (construct_children): + inspect 'create-new property iso. magical $uniqueContextId context + id. + + * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too. + + * lily/context-key-manager.cc (Module): new file. Encapsulate + object key generation. + + * lily/include/context-key-manager.hh (Module): new file. + +2006-02-11 Han-Wen Nienhuys + + * scm/define-grobs.scm (all-grob-descriptions): center instrument + names vertically + + * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED + options. + (reloc_b): excise --enable-framework-dir + + * lily/relocate.cc (framework_relocation): use getenv + LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version. + +2006-02-11 Jan Nieuwenhuizen + + * flower/include/std-string.hh: + * flower/include/std-vector.hh: Finish std:: conversion; move + flower extensions from std:: namespace. Update users. + + * lily/include/lily-proto.hh: Replace Link_array__*_ macros by + their expansion to vector<*>. Update users. + +2006-02-10 Graham Percival + + * Documentation/user/invoking.itely: add example to File structure. + + * Documentation/user/ instrument-notation.itely, cheatsheet.itely, + examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto. + +2006-02-10 Han-Wen Nienhuys + + * ly/paper-defaults.ly: typo. + + * lily/parenthesis-engraver.cc (acknowledge_grob): don't do + set_parent() for parentheses. This will make it show up in bbox + calculations. + + * scm/output-lib.scm (parentheses-item::print): rewrite, using + ly:grob-common* functions. + + * lily/grob-scheme.cc (LY_DEFINE): + ly:grob-common-refpoint-of-array: new function + ly:grob-common-refpoint: new function + ly:grob-relative-coordinate: new function + + * lily/instrument-name-engraver.cc (process_music): use + Text_interface::is_markup(). This fixes \markup on instrument names. + + * scm/define-grobs.scm (all-grob-descriptions): set line-thickness + for ties and slurs. + + * lily/slur.cc (print): idem. + + * lily/tie.cc: add line-thickness for ties. + +2006-02-10 Jan Nieuwenhuizen + + * scm/output-svg.scm: Document diversion from GNU coding standards + as a workaround for a bug in Microsoft Internet Explorer. + +2006-02-10 Han-Wen Nienhuys + + * lily/instrument-name-engraver.cc (process_music): use + is_markup() iso. is_string() + + * Documentation/user/changing-defaults.itely (Module): add menu entry. + + * lily/percent-repeat-engraver.cc (process_music): only look at + main_part_ for % repeats. + + * lily/stem-tremolo.cc (get_beam_translation): new function. + (calc_slope): new function. + (height): don't use real slope. + +2006-02-10 Jürgen Reuter + + * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add + new connect-to-neighbor, control-points and staff-padding + properties to make ligature brackets showing up again. + +2006-02-10 Han-Wen Nienhuys + + * VERSION: release 2.7.33 + + * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION + too many. + + * Documentation/user/changing-defaults.itely (Difficult tweaks): + remove applyOutput example. + (Objects connected to the input): document \tweak, \parenthesize + + * lily/relocate.cc (prefix_relocation): allow "current" + iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes + changing VERSION in a lily tree less painful. + + * input/regression/parenthesize.ly: new file. + + * scm/output-lib.scm (parenthesize-element): new function. + + * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem. + + * lily/parenthesis-engraver.cc (acknowledge_grob): new file. + + * lily/accidental-engraver.cc (make_standard_accidental): reroute + cause: accidentals are caused by note heads, not note events. + +2006-02-08 Graham Percival + + * darwin.patch: small patch from Erlend, thanks! + + * Documentation/user/basic-notation.itely: add stem-neutral example. + + * Documentation/user/putting.itely: clarifications. + +2006-02-08 Han-Wen Nienhuys + + * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup + note, add more guidelines to what should go into NEWS. + + * input/sakura-sakura.ly: document how to override font. + + * input/regression/font-family-override.ly: doc -dshow-available-fonts + +2006-02-07 Han-Wen Nienhuys + + * lily/midi-item.cc (to_string): truncate time sig at 255 beats. + +2006-02-08 Jan Nieuwenhuizen + + * scripts/convert-ly.py (lilypond_version_re_str): Move from + convertrules. Add explicit grouping, needed for python2.2. + +2006-02-07 Jan Nieuwenhuizen + + * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup. + +2006-02-07 Graham Percival + + * Documentation/user/global.itely: fix line-width in (text) docs. + + * Documentation/user/lilypond-book.itely: same. + +2006-02-06 Han-Wen Nienhuys + + * VERSION (PACKAGE_NAME): release 2.7.32 + + * Documentation/topdocs/NEWS.tely (Top): document new variable + naming. + + * flower/include/array.icc (Message): remove file. + + * flower/include/std-vector.hh: make sure vsize and VPOS are + defined for binary_search_bounds(). + + * flower/std-string.cc (std): add to_string(long unsigned). + + * configure.in (gui_b): excise std_string option. + (gui_b): excise std_vector option. + + * flower/string.cc (Module): excise flower array & string + + * flower/include/std-string.hh: excise flower string. + + * {ly,lily,scm}/*: use dashes in \paper and \layout variables + + * python/convertrules.py (lilypond_version_re_str): require + only numbers and dots in \version string. + +2006-02-05 Han-Wen Nienhuys + + * lily/system-start-delimiter.cc (print): allow style = text too. + + * lily/system-start-delimiter-engraver.cc + (acknowledge_system_start_text): new function, also add add to + support of system-start-text (instrument names). This fixes + instrument names on piano staves. + + * lily/instrument-name-engraver.cc: rewrite. Use + system-start-delimiter approach. This save memory and cpu. + + * scm/define-grobs.scm (all-grob-descriptions): remove + instrument-name from break-alignment. + + * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too. + +2006-02-05 Jan Nieuwenhuizen + + * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j + jobserver going. + + * configure.in (std_vector): On by default. + + * lily/include/font-metric.hh: + * lily/include/tfm-reader.hh: + * lily/include/spanner.hh: Use unsigned for indices and sizes. + Update users. + + * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www. + +2006-02-05 Han-Wen Nienhuys + + * VERSION (PACKAGE_NAME): 2.7.31 + + * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left + EPS edge at 0, but take minimum with left-overshoot. This fixes + cut off system start delims. + + * lily/instrument-name-engraver.cc (stop_translation_timestep): + hack: add to axis group if not added yet. This fixes hara kiri'd + piano staves. + + * lily/hara-kiri-group-spanner.cc + (force_hara_kiri_in_y_parent_callback): fix signatures. + + * lily/hairpin.cc (print): check next hairpin to see whether or + not to be continuing. + +2006-02-04 Jan Nieuwenhuizen + + * Remove trailing whitespace from makefiles. + + * flower/include/std-vector.hh: Add binary_search_bounds workaround + for earlier gcc. + + * .cvsignore: Add out*, out-www, config-*. Remove lots of cruft. + + * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround. + + * config.hh.in (HAVE_STL_DATA_METHOD): Add. + + * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function. + + * configure.in: Use it. + 2006-02-04 Han-Wen Nienhuys * scm/music-functions.scm (pitch-of-note): new function.