X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=c01c5806fd4492a293246420bdc346eb5a5ffcfa;hb=0f5b6ddedfee2912f850d0afd86600ecd4ab5a93;hp=8e19a4ec7d382d5bc34411f94244c986a084da8b;hpb=56bb0f94b4441aceafbeaf194e9c02f81acf350c;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 8e19a4ec7d..c01c5806fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,383 @@ +2006-04-05 Han-Wen Nienhuys + + * scripts/musicxml2ly.py (bindir): add dynamic + relocation. Backportme. + +2006-04-04 Graham Percival + + * Documentation/user/ basic-notation, advanced-notation, putting, + instrument-notation, invoking, lilypond, THANKS: another ream of small + fixes from the Doc Helpers. + +2006-04-03 David Feuer + + * music-drawing-routines.ps: remove superfluous gsave/grestore pairs. + + * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication. + + * Cleaned up interfaces between PostScript and Scheme, and moved + computations from PostScript to Scheme: + + * music-drawing-routines.ps + (*SF, stroke_and_fill): new procedures. Replaced stroke and fill + with stroke_and_fill throughout. + (euclidean_length, print_letter, draw_box): Deleted unused + procedures. If someone needs draw_box, implement it using + draw_round_box; don't duplicate code. + (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash): + Refactored/cleaned up interfaces. + (mark_URI): Moved. + + * output-ps.scm: reordered arguments to PostScript functions to + match new interfaces + (glyph-string): Rewrote glyph-string. + (grob-cause): Replaced string-append with format. + (repeat-slash): Rewrote to do computation here. + (round-filled-box): Rewrote to do computation here. + +2006-04-04 Erlend Aasland + + * stepmake/stepmake/generic-targets.make: add cvs-clean target + + * stepmake/stepmake/toplevel- targets.make: print help info about + cvs-clean + +2006-04-03 Erlend Aasland + + * input/regression/hairpin-circled.ly: new file + +2006-04-03 Erlend Aasland + + * lily/hairpin.cc (print): add support for circled tip + + * scm/define-grob-properties.scm: add circled-tip parameter + + * scm/define-grobs.scm: init circled-tip to false + +2006-04-03 Han-Wen Nienhuys + + * scm/music-functions.scm (quote-substitute): set + iterators-ctor. Backportme. + +2006-03-31 Han-Wen Nienhuys + + * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set + BSTINPUTS. + + * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer. + + * scm/output-ps.scm (glyph-string): revert cid selectfont. + +2006-03-31 David Feuer + + * scm/framework-ps.scm: + + * scm/output-ps.scm: glyph-string now produces smaller, more + readable, and probably faster PostScript. Several findfont + scalefont setfont instances changed to selectfont + Hacked-up string-appends changed to formats. + + * ps/music-drawing-routines.ps: add print_letter, print_glyphs. + +2006-03-30 Graham Percival + + * scm/lily-library.scm: make "no version" warning message more polite. + + * lily/music.cc: add double quotes to failed octave check. + + * Documentation/user/ advanced-notation, changing-defaults, + instrument-notation, invoking, music-glossary: whole bunch of minor + fixes from mailist. + +2006-03-31 Han-Wen Nienhuys + + * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use + $(buildscriptdir) iso. depth. + + * VERSION (PACKAGE_NAME): release 2.9.1 + +2006-03-30 Han-Wen Nienhuys + + * lily/pango-font.cc (pango_item_string_stencil): more robustness. + + * VERSION (PATCH_LEVEL): bump version number. + + * flower/include/guile-compatibility.hh (scm_from_uint32): add + scm_from_uint32 () + + * lily/pango-font.cc (pango_item_string_stencil): use + scm_from_uint32 () + + * mf/GNUmakefile ($(outdir)/emmentaler-%.otf + $(outdir)/emmentaler-%.svg): remove canary. + + * lily/pango-font.cc (pango_item_string_stencil): only use uXXX + glyphnames if we have a ttf font. + +2006-03-30 Mats Bengtsson + + * Documentation/user/advanced-notation.itely (Font selection): + Corrected reference to the font-family-override.ly example. + +2006-03-30 Joe Neeman + + * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the + stem-tremolo object in the stem (or else the stem might not be + long enough). + +2006-03-30 Han-Wen Nienhuys + + * lily/ttf.cc (print_trailer): only print existing glyphs. + +2006-03-30 Joe Neeman + + * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.) + position the tremolo based on the position of the notehead. + + * input/regression/stem-tremolo.ly: add example of unbeamed eighth + notes and update the texidoc line with the new positioning rules. + +2006-03-30 Han-Wen Nienhuys + + * lily/ttf.cc (print_trailer): don't always use uXXX glyphname. + + * scripts/lilypond-book.py (Module): set default for linewidth if + preamble not found. + +2006-03-29 Han-Wen Nienhuys + + * VERSION (PACKAGE_NAME): release 2.9.0. + + * input/regression/stem-tremolo-position.ly: new file. + + * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback + +2006-03-28 Joe Neeman + + * lily/stem-tremolo.cc (print): position + the tremolo depending only on the end of the stem + and not on the notehead + (raw_stencil): center, on the middle staff line, the + flag that is closest to the end of the stem (previously + the bottom flag) + (calc_width): add this callback to shorten a tremolo when + it is beamed or it is stemup with a flag + (style): add this callback to make a tremolo rectangular when + it is beamed or it is stemup with a flag + (rotated_box): this is like Lookup::beam but makes a rotated + rectangle instead of a parallelogram + + * lily/stem.cc (calc_stem_info): make sure the stem + is long enough to fit the tremolo + (calc-length): reduce the length of tremolo stems since the + tremolo code is now capable of better positioning + + * scm/define-grobs.scm: make calc_width the default beam-width + callback for stem-tremolo and add the style callback + +2006-03-29 Han-Wen Nienhuys + + * lily/tuplet-bracket.cc (calc_control_points): handle suicide + case. + +2006-03-29 Han-Wen Nienhuys + + * lily/ttf.cc (make_index_to_charcode_map): restore old + cmap. + +2006-03-28 Werner Lemberg + + * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names. + +2006-03-28 Graham Percival + + * THANKS: update for 2.9, add section for Documentation helpers. + + * Documentation/topdocs/NEWS.tely: compile fix. + + * Documentation/user/ basic-notation, global, advanced-notation, + examples.itely: minor fixes from mailist. + +2006-03-28 Han-Wen Nienhuys + + * mf/feta-bolletjes.mf: match width of solfa notes with normal + note heads. + + * lily/ttf.cc (print_trailer): use it. + + * lily/pango-font.cc (get_unicode_name): new function. + + * lily/ttf.cc (make_index_to_charcode_map): move function from + open-type-font.cc + (print_trailer): substitute uniXXXX name if applicable. + + * lily/pango-font.cc (get_index_to_charcode_map): new function. + (pango_item_string_stencil): use it to generate uniXXXX names. + + * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly) + note heads, for uniform widths in shape note output. + (overdone_heads): hmm. remove them again. + + * scripts/lilypond-book.py (output): add links to filenames. + + * Documentation/topdocs/INSTALL.texi (Top): update versions. + + * lily/note-collision.cc (get_clash_groups): only consider when + Note_column::dir <> CENTER. + + * scripts/lilypond-book.py (get_option_parser): init output_name + to ''. + +2006-03-24 Graham Percival + + * Documentation/topdocs/NEWS.tely: add @end itemize + + * Documentation/user/ global, advanced-notation: minor + stuff from mailist. + +2006-03-23 Graham Percival + + * Documentation/user/ lilypond.tely, music-glossary, + preface: housekeeping; 2005->2006, remove "notes for 2.6" + +2006-03-23 Han-Wen Nienhuys + + * mf/GNUmakefile: don't install .enc files. + + * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle. + + * VERSION (PATCH_LEVEL): bump to 2.9.0 + +2006-03-22 Graham Percival + + * Documentation/user/advanced-notation.itely: minor fixes + from mailist. + +2006-03-22 Han-Wen Nienhuys + + * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman. + + * branch lilypond_2_8 + +2006-03-22 Han-Wen Nienhuys + + * scripts/lilypond-book.py (samefile): new function, for windoze + compatibility. + +2006-03-21 Graham Percival + + * ly/engraver-init.ly: add info about StaffGroup. + +2006-03-21 Han-Wen Nienhuys + + * input/regression/stem-direction-context.ly: idem. + + * Documentation/topdocs/NEWS.tely (Top): fix interpolation example. + + * THANKS: add Mats. + + * input/regression/page-layout-twopass.ly: comment out \markup so + tweak-file is left. + + * lily/instrument-name-engraver.cc (finalize): add to instrument + name global System. This also fixes chopped instrument names, but + doesn't crash when there are slurs/beams. + + * lily/slur-configuration.cc (add_score): disallow negative slur + scores. + +2006-03-21 Han-Wen Nienhuys + + * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code. + + * lily/instrument-name-engraver.cc (process_music): kludge: add + InstrumentName spanner to axis group of left bound. Fixes chopped + off instrument names in EPS images. + + * input/regression/lyric-hyphen-retain.ly: elaborate explanation. + + * scripts/abc2ly.py (option_parser): update to 2.7.40 + +2006-03-20 Graham Percival + + * THANKS: move small doc contributors to SUGGESTIONS. + + * Documentation/user/ basic-notation, advanced-notation, + global: small changes from mailist. + +2006-03-20 Han-Wen Nienhuys + + * Documentation/user/advanced-notation.itely (Text marks): update + for new rehearsalMarkAlignSymbol convention. + + * VERSION (PATCH_LEVEL): bump version. + + * input/test/instrument-name-align.ly: new file. + + * scm/define-markup-commands.scm (hcenter-in): add hcenter-in. + + * input/test/instrument-name-align.ly: new file. Document how to + align instrument names. + + * lily/mark-engraver.cc: remove properties. + + * scm/define-context-properties.scm + (all-user-translation-properties): remove align symbol properties + for barnumber/reh. mark. + + * lily/break-align-interface.cc (self_align_callback): new + interface, new function. Look at complete alignment. This handles + tunable break alignments in case break-align-symbols are missing. + + * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function + + * lily/mark-engraver.cc (acknowledge_break_alignment): new function. + + * python/convertrules.py (conv): mark/bar number alignment rule. + + * lily/break-align-interface.cc (calc_positioning_done): also + store offset from last visible break-alignment to its + neighbor. This makes alignment on non-visible objects more reliable. + + * po/lilypond.pot (Module): ran po-replace. + + * input/regression/tie-single-manual.ly (Module): new file. + + * lily/tie-formatting-problem.cc (find_optimal_tie_configuration): + look at has_manual_position_. + (from_ties): set has_manual_position_ if tie has staff-position set. + + * lily/tuplet-bracket.cc (calc_positions): idem. + + * lily/tuplet-number.cc (print): don't print tupletnumber if it + doesn't span time. + +2006-03-19 Nicolas Sceaux + + * scm/define-markup-commands.scm (smallCaps): new markup command + for turning a text to small caps using smaller font size and upper + casing. + +2006-03-17 Graham Percival + + * Documentation/user/ examples, instrument-notation, + advnaced-notation: minor fixes from mailist. + 2006-03-17 Han-Wen Nienhuys + * Documentation/user/tutorial.itely (First steps): change example + to verbatim. + +2006-03-17 Graham Percival + + * Documentation/user/ examples, advanced: minor changes from mailist. + + * THANKS: add Geoff Horton, for documentation stuff. + +2006-03-17 Han-Wen Nienhuys + + * python/lilylib.py (system): revert have_select kludge. + * Documentation/user/tutorial.itely (Commenting input files): update version numbers in doc. @@ -2379,7 +2757,7 @@ * scm/music-functions.scm: Make phrasing slurs follow voice direction * scripts/lilypond-book.py: Introduce option - --preserve-line-breaks, for usage with srcltx + --preserve-line-breaks, for usage with srcltx 2005-12-06 Han-Wen Nienhuys @@ -5046,7 +5424,7 @@ * ly/init.ly: * scm/lily-library.scm (print-score-with-defaults): renamed $globalheader to $defaultheader - + * Documentation/user/global.itely (Creating titles): added short explanation that multiple headers are useable. @@ -6210,7 +6588,7 @@ * ly/property-init.ly: Added tieDashed. - * THANKS: Added some bughunters for 2.5. + * THANKS: Added some bughunters for 2.5. 2005-06-09 Han-Wen Nienhuys @@ -7143,8 +7521,8 @@ 2005-05-11 Heikki Junes - * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}: - Specify `@documentencoding utf-8' for html, ignore warnings. + * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}: + Specify `@documentencoding utf-8' for html, ignore warnings. 2005-05-11 Erik Sandberg