X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=b3456ddd33426e1dfebcec1e69ae98153f92911f;hb=3071e422537b20aef67606a0edda5aa3e1f7aa2b;hp=0607738bb31f2ad0f89723ae59af205cf9bac21c;hpb=9d4a5bbc9687aef811a60aabd9cb839412984e96;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 0607738bb3..b3456ddd33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,972 @@ +2006-03-07 + + * lily/spacing-basic.cc (standard_breakable_column_spacing): also + consider columns that have originals. Unifies spacing for mm + rests around line breaks. + + * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding. + (set_text_rods): idem. + (calculate_spacing_rods): new function: share code between + set_text_rods and set_spacing_rods. + (set_text_rods): take extents of bounds into account. + +2006-03-07 Han-Wen Nienhuys + + * Documentation/user/basic-notation.itely (Writing music in + parallel): don't use relative. + +2006-03-06 Han-Wen Nienhuys + + * ly/music-functions-init.ly (Module): add shiftDurations + + * ly/drumpitch-init.ly (drumPitchNames): add tamtam. + + * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. + + * ly/engraver-init.ly: init vocalName to nil. + +2006-03-05 Erik Sandberg + + * scm/music-functions.scm (music->make-music): bugfix, + KeyChangeEvents are now handled correctly. + + * scripts/lilypond-book.py: Add --debug option. + +2006-03-03 Han-Wen Nienhuys + + * python/lilylib.py: add tempfile. + +2006-03-02 Han-Wen Nienhuys + + * VERSION (PACKAGE_NAME): release 2.7.37 + + * python/lilylib.py (ps_page_count): remove make_ps_images(). + (ps_page_count): remove mkdir_p + (system): remove cleanup_temp. + (exit): remove lilypond_version_(check) + (error_log): remove pseudo_filter_p + remove read_pipe + remove cp_to_dir + remove identify + + * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't + use __main__ + + * lily/accidental-engraver.cc (make_standard_accidental): only add + support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly + + * mf/GNUmakefile ($(outdir)/emmentaler-%.otf + $(outdir)/emmentaler-%.svg): rewrite without functions; too many + Make incompatibilities. + + * scm/output-ps.scm (grob-cause): replace backslashes by / + (glyph-string): use ~$ for less decimals for glyph-string and grob-cause. + +2006-03-02 Jan Nieuwenhuizen + + * cygwin/GNUmakefile: Install fixes. + + * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly. + + * lily/note-head.cc (head::get_balltype): Compile fix. + + * flower/file-name.cc (dos_to_posix): Flower string fix. + +2006-03-02 Han-Wen Nienhuys + + * python/lilylib.py: pychecker cleanups. + + * scripts/lilypond-book.py + (Lilypond_snippet.output_print_filename): pychecker cleanups + + * 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: + * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility + layer for inf? and nan? from framework-ps to lily-library. + +2006-02-26 Han-Wen Nienhuys + + * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf + $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef. + + * buildscripts/substitute-encoding.py (Module): remove file. + + * mf/GNUmakefile: more PFA strippage. + + * mf/aybabtu.pe.in (i): remove PFAaybabtu generation + + * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler + generation + + * scm/framework-ps.scm: remove font name munging. + + * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement. + +2006-02-25 Nicolas Sceaux + + * scm/markup.scm (define-markup-command): change + def-markup-command to define-markup-command + + * scm/music-functions.scm (define-music-function): change + def-music-function to define-music-function. + + * python/convertrules.py (conv): rules for def-music-function + and def-markup-commands + + * Documentation/user/programming-interface.itely, + input/no-notation/display-lily-tests.ly, + input/regression/lily-in-scheme.ly, + input/regression/markup-user.ly, + input/regression/music-function.ly, input/regression/tie-chord.ly, + scm/fret-diagrams.scm, ly/music-functions-init.ly, + ly/gregorian-init.ly: use new macro names (define-music-function, + define-markup-command). + +2006-02-25 Han-Wen Nienhuys + + * scripts/lilypond-book.py (main): write Makefile dependencies file. + (output): add comments to lp-book latex output. + + * GNUmakefile.in (footifymail): use gmane address for webpage bug + address. + +2006-02-23 Graham Percival + + * Documentation/user/ tutorial, global: minor changes. + +2006-02-23 Nicolas Sceaux + + * mf/GNUmakefile: add '\' in multi-line "define ... endef" + blocks (for make 3.80) + + * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add + \notemode so that user should not have to explicitely type it. + + * scm/define-music-display-methods.scm: various + fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived + constructs) + + * input/no-notation/display-lily-tests.ly: new tests for + \applyOutput and \applyContext + +2006-02-23 Han-Wen Nienhuys + + * lily/constrained-breaking.cc: patch by Joe Neeman: "I have + changed it slightly so that the number of systems returned by + solve () will be the same as the last value passed to resize + (). I've also added more documentation, removed casts, fixed style + problems and put in some recovery if constraints aren't satisfied." + +2006-02-23 Jan Nieuwenhuizen + + * elisp/lilypond-mode.el (count-matches-as-number): New funtion + for emacs < 22 compatibility. + (count-rexp): Use it. + (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove + substring juggling (Milan Zamazal). + +2006-02-23 Graham Percival + + * Documentation/user/ basic-notation, advanced-notation, + global.itely, invoking.itely, tutorial,itely: + minor fixes from mailist. + + * scm/define-markup-commands.scm: improve docs of \filled-box. + +2006-02-23 Heikki Junes + + * Documentation/index.html.in: changes concern the previous release. + + * input/regression/+.ly: cultivate typographical terminology. + +2006-02-22 Han-Wen Nienhuys + + * scm/define-grob-interfaces.scm (parentheses-interface): add + padding to parentheses-interface. + + * Documentation/user/GNUmakefile: remove $(CROSS) support from + Documentation/user/GNUmakefile. Use --disable-documentation for that. + + * VERSION (PATCH_LEVEL): release 2.7.36 + + * lily/slur.cc: add avoid-slur (ugh.) + + * lily/slur-configuration.cc (fit_factor): oops, skip point if + intersection gets smaller. This fixes slurs over extreme points. + + * lily/melody-engraver.cc (stop_translation_timestep): ignore + stems with neutral-direction set. + + * lily/piano-pedal-engraver.cc (create_text_grobs): idem. + + * lily/open-type-font.cc (load_table): format error. + + * lily/change-iterator.cc (process): format fix. + + * flower/include/international.hh (_f): idem. + + * flower/include/std-string.hh: add format printf attribute. + + * scm/define-grobs.scm (all-grob-descriptions): height of all + PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly + + * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes + ambitus lines. + + * input/regression/beam-cross-staff-slope.ly: remove decrescendo. + +2006-02-22 Erik Sandberg + + * input/regression/: upgraded syntax for some files. + + * THANKS: Add bughunters. + +2006-02-22 Graham Percival + + * Documentation/user/ invoking.itely, advanced-notation.itely, + global.itely: long-awaited "let's make chapter 10 not suck" + update. Rearrange chapter 10; now called "global issues", + addresses file structure, etc. Some info from other files + moved into global.itely. + +2006-02-22 Han-Wen Nienhuys + + * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also + catch trill-span-event notes. + + * Documentation/user/examples.itely (Ancient notation templates): typo. + (Jazz combo): typo. + + * scripts/lilypond-book.py (main): scrap invokes_lilypond(). + + * Documentation/user/basic-notation.itely (Ties): document \repeatTie. + + * Documentation/topdocs/NEWS.tely (Top): document \repeatTie. + + * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent + + * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste + froum Laissez_vibrer_engraver. + + * ly/declarations-init.ly (repeatTie): add \repeatTie + + * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn + + * scm/define-grob-properties.scm (all-user-grob-properties): add + head-direction property. + + * lily/tie-formatting-problem.cc (from_semi_ties): rename from + from_lv_ties. Take head direction argument. + + * lily/semi-tie-column.cc: rename from + laissez-vibrer-tie-column.cc. Rename class too. + + * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename + class too. + + * lily/paper-score.cc (find_break_indices): move from Break_algorithm. + + * lily/break-algorithm.cc (find_break_indices): remove linewidth < + 0 case. + (find_breaks): idem. + +2006-02-21 Graham Percival + + * Documentation/user/advanced-notation.itely: fixed make-moment] + example. + + * Documentation/user/basic-notation.itely: more clarification to + transpose. + +2006-02-21 Han-Wen Nienhuys + + * lily/include/constrained-breaking.hh (class + Constrained_breaking): new file. + + * lily/constrained-breaking.cc (resize): new file. + + * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast + + * Documentation/user/advanced-notation.itely (Clusters): insert + end ignore too. + + * lily/tie-column.cc (calc_positioning_done): support for + tie-score debugging + + * lily/tie-formatting-problem.cc + (generate_extremal_tie_variations): factor out. + (score_ties_configuration): annotate all tie + (print_ties_configuration): new routine. + (generate_configuration): nudge extremal ties outside of the head + Y extents. + (score_ties_configuration): oops. convert to staff-space before + determining position symmetry. + +2006-02-20 Graham Percival + + * Documentation/user/*-notation.itely: misc minor editing, + shifting doc sections around. + + * Documentation/user/*-notation-itely, global.itely, + changing-defaults.itely: added new stuff from NEWS. + +2006-02-20 Heikki Junes + + * po/fi.po: update. + +2006-02-20 Han-Wen Nienhuys + + * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run + lilypond --verbose for lp-book. + + * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf + $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd). + + * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use + $(buildscript-dir) iso. absolute depth. + + * buildscripts/genicon.py (dir): thinko. + + * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo. + +2006-02-19 Erik Sandberg + + * scm/output-lib.scm: swap darkcyan/darkyellow + + * THANKS: Add bughunters. + +2006-02-19 Graham Percival + + * Documentation/user/programming-interfaces.itely: fixed example. + + * Documentation/user/instrument-notation.itely: fix @{ @}. + + * scm/script.scm: add avoid-slur for \open. + +2006-02-19 Han-Wen Nienhuys + + * lily/tie-formatting-problem.cc (score_configuration): use + sliding score for min-length. + + * Documentation/pictures/GNUmakefile (local-dist): loose the rule + spaghetti for icons. + + * buildscripts/genicon.py (program_name): new file. + + * lily/tie-formatting-problem.cc (set_chord_outline): put dots + in outline too. + (generate_configuration): for small ties, also look for collisions + at Y + DIR*h + DELTA_Y. + (get_variations): consider variation for dot positions too. + + * lily/side-position-interface.cc (aligned_side): take abs for + quantized rounded position. Fixes tenuto below staff. + + * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf + markers when necessary. + + * lily/program-option.cc (internal_set_option): add + strict_infinity_checking option. + + * scm/output-lib.scm (cyan): swap yellow and cyan. + +2006-02-19 Graham Percival + + * darwin.patch: trivial linenumber update. + + * Documentation/user/ {various}: `\context foo = named' changed + to `\new foo = "name"' in docs. + +2006-02-19 Han-Wen Nienhuys + + * scm/stencil.scm (annotate-y-interval): use it. + + * scm/lily-library.scm (interval-sane?): new function. + + * buildscripts/mf-to-table.py (Char_metric.__init__): remove + tfm_checksum stuff. + + * lily/tie-formatting-problem.cc (from_lv_ties): add heads for + common refpoint. + + * flower/include/std-vector.hh (iterof): add iterof macro. + + * lily/enclosing-bracket.cc (width): new function. + + * lily/align-interface.cc (align_elements_to_extents): reinstate + warning. + +2006-02-18 Heikki Junes + + * Documentation/index.html.in: fix spelling: thankyous. + +2006-02-18 Han-Wen Nienhuys + + * lily/lyric-hyphen.cc: typo. + +2006-02-17 Han-Wen Nienhuys + + * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc + $(outdir)/%.hh): generate h and c in one rule; otherwise -jX + builds don't work. + + * VERSION: release 2.7.35 + + * lily/beam.cc (get_default_dir): oops. Take abs () for + extremes[DOWN]. + (get_default_dir): use extreme position criterion only in absence + of forced stem directions. + + * VERSION (PATCH_LEVEL): bump VERSION. + + * mf/GNUmakefile: explicit rules for emmentaler/aybabtu + dependencies. Necessary for -jX builds. + +2006-02-17 Jan Nieuwenhuizen + + * lily/relocate.cc (setup_paths): Yet another const fix. + +2006-02-17 Han-Wen Nienhuys + + * configure.in (HOST_ARCH): determine HOST_ARCH in configure. + + * lily/relocate.cc (setup_paths): oops. + +2006-02-17 Heikki Junes + + * Documentation/index.html.in: order links: html before PDF. + +2006-02-17 Han-Wen Nienhuys + + * lily/tie-column-format.cc (Module): remove. + + * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness. + + * lily/text-spanner.cc (print): idem. + + * lily/dynamic-text-spanner.cc (print): only print line if longer + than dash-period. + + * lily/auto-change-iterator.cc (change_to): formatting. + + * lily/beam.cc (get_default_dir): take extreme note head as input + for stem direction. + + * lily/tie.cc (get_default_dir): only look directions for visible + stems. + + * lily/side-position-interface.cc (aligned_side): oops. Don't + mutiply with direction. This fixes quantized (staccato, tenuto) + scripts below notes. + + * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with + direction. Fixes c-lyrics-center-align.ly + +2006-02-16 Jan Nieuwenhuizen + + * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy + constructor. + + * lily/std-string.cc: + * lily/include/std-vector.hh (split_string): Move and rename from + lily/include/misc.hh, lily/misc.cc. Update callers. + +2006-02-16 Han-Wen Nienhuys + + * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16 + +2006-02-16 Jan Nieuwenhuizen + + * flower/test-file.cc: New file. + + * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for + libraries. + + * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib. + +2006-02-16 Han-Wen Nienhuys + + * flower/include/file-storage.hh: remove file. + + * 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. + + * ly/music-functions-init.ly: add \octave and \addquote + + * lily/parser.yy (music_function_chord_body): softcode \octave. + (lilypond_header): softcode \addquote + +2006-02-03 Jan Nieuwenhuizen + + * flower/include/std-vector.hh[STD_VECTOR]: Do not include + array.hh, parray.hh at all. Getting ready to flip the + configure default. + + * lily/include/lily-proto.hh (Link_array__char_): Bugfix. + + * lily/source-file.cc (file::get_line): Help binary_search_bounds + a bit. + + * lily/include/lily-proto.hh (Link_array__char_): Bugfix. + +2006-02-03 Han-Wen Nienhuys + + * flower/include/array.hh: typo. + +2006-02-02 Graham Percival + + * Documentation/user/advanced-notation.itely: doc "\#" in text. + 2006-02-03 Jan Nieuwenhuizen * flower/include/pqueue.hh: Derive from std::vector.