X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=8f49cc7343504fce79413af51ec408bf1c12abee;hb=cd41eab8352e5dbca217802ed965bf5c02561b42;hp=7f92f870d33c7ef3ccb8eacdcfd21c9c463e2abf;hpb=06d87fa7914ef57cc743bddc0d66dee2ce4e214f;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 7f92f870d3..8f49cc7343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,322 @@ +2006-07-26 Han-Wen Nienhuys + + * python/convertrules.py (conv): add rule. + + * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam, + shortInstrumentName iso. instr. + + * scm/output-ps.scm (dashed-line): add phase argument to + dashed-line. + + * lily/bar-line.cc (dashed_bar_line): new function. + (compound_barline): support \bar "dashed". + + * lily/lily-parser-scheme.cc (LY_DEFINE): only write + --output=DIR to DIR/BASE if it is a dir. + + * flower/file-name.cc (file_part): new function + (dir_part): new function + + * lily/lily-parser-scheme.cc (LY_DEFINE): + + * DEDICATION: update + +2006-07-25 Han-Wen Nienhuys + + * lily/instrument-name-engraver.cc: formatting. + + * python/convertrules.py (conv): bugfix for \epsfile. + +2006-07-25 Joe Neeman + + * lily/grob.cc: + + * lily/gourlay-breaking.cc: Oops, these should have been included + in my last commit + +2006-07-24 Han-Wen Nienhuys + + * scripts/*.py (program_name): cleanup relocation snippets. + + * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support. + +2006-07-24 Joe Neeman + + * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn + page-breakable by default + + * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't + correctly calculated for a single-system page + + * scm/lily-library.scm (interval-sane?): also check that the first number is no + bigger than the second number + + * lily/simple-spacer.cc (solve): allow compression even when ragged (but we + acknowledge that we aren't satisfying constraints) + + * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to + non-Items + + * lily/grob.cc (pure_height): add minimum-Y-extent + + * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're + ragged + + * lily/constrained-breaking.cc: convert code to use new Matrix class + (get_best_solution): new function + + * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there + is a page with no systems + +2006-07-23 Han-Wen Nienhuys + + * VERSION (PACKAGE_NAME): release 2.9.13 + + * scm/define-grobs.scm (all-grob-descriptions): remove stray + assignment. + +2006-07-21 Han-Wen Nienhuys + + * Documentation/topdocs/NEWS.tely (Top): doc new features. + + * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new + function. + + * scm/define-grob-properties.scm (all-user-grob-properties): + remove grace-space-factor. + + * scm/define-grob-interfaces.scm (grace-spacing-interface): add + grace-spacing-interface + (spacing-options-interface): add. + + * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver + + * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc + + * lily/spacing-basic.cc (note_spacing): do init_from_grob on + GraceSpacing object. + + * lily/note-spacing.cc: fix prop list formatting + + * lily/beaming-pattern.cc (de_grace): new function. Sensible + beaming for grace notes too. + + * input/regression/spacing-grace.ly: update. + + * lily/grace-spacing-engraver.cc: new file. + + * lily/spacing-spanner.cc: add strict-grace-spacing. + +2006-07-20 Graham Percival + + * lily/parser.yy: compile fix. + +2006-07-20 Han-Wen Nienhuys + + * scm/define-grobs.scm (all-grob-descriptions): typo. + + * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip + .eps extension from includegraphics. + + * scripts/lilypond-book.py (main): add support for --pdf. + + * lily/spacing-spanner.cc (calc_common_shortest_duration): use + callback to compute common shortest duration. + (set_springs): typo. + + * scm/define-grob-properties.scm (all-user-grob-properties): add + strict-grace-spacing. + + * lily/spacing-determine-loose-columns.cc (is_loose_column): + support float_grace_columns_. + + * lily/spacing-options.cc (init_from_grob): new file. + + * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote. + + * input/regression/spacing-loose-grace.ly: new file. + + * Documentation/topdocs/NEWS.tely (Top): document new feature. + + * lily/tuplet-engraver.cc (struct Tuplet_description): read + tupletFullLengthNote too. Choose right bound depending on value. + + * input/regression/tuplet-full-length-note.ly: new file. + +2006-07-19 Erik Sandberg + + * lily/*-performer.cc: Converted try_music to listen_* + + * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob + as a stream-event internally. Introduce event_cause (), deprecate + music_cause (). + + * scm/define-music-types.scm: Removed BusyPlayingEvent + +2006-07-19 Mats Bengtsson + + * Documentation/user/advanced-notation.itely (Font selection): + Document how to get a list of available fonts using 'lilypond + -dshow-available-fonts blabla'. + +2006-07-19 Han-Wen Nienhuys + + * GNUmakefile.in: filter lily-XXX.pdf files. + + * scm/define-grob-interfaces.scm (bend-after-interface): add thickness. + + * scm/define-grob-properties.scm (all-internal-grob-properties): + remove delta-pitch. Use delta-position everywhere. + + * scm/output-lib.scm (fall::print): use new order. + + * scm/output-ps.scm (path): reorder arguments. + + * scm/output-svg.scm (path): support for path primitive. + + * input/regression/bend-after.ly: new file. + + * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof + recipe for eps -> pdf conversion. + +2006-07-19 Erik Sandberg + + * lily/parser.yy, lily/lexer.ll: added some simplifications by + Angelo Contardi. + +2006-07-19 Graham Percival + + * input/manual/screech-boink.ly: moved to here. + + * input/screech-boink.ly: deleted. + + * scm/define-grob-properties.scm: clarify doc string. + +2006-07-19 Han-Wen Nienhuys + + * Documentation/topdocs/NEWS.tely (Top): doc new feature. + + * scm/output-ps.scm (path): define path. + + * scm/define-stencil-commands.scm + (ly:register-stencil-expression): add path. + + * scm/define-music-properties.scm (all-music-properties): add delta-pitch. + + * ly/engraver-init.ly: add Fall_engraver + + * lily/parser.yy (music_function_event): allow musicfunction + without music arg as music_function_event. + + * lily/grob-scheme.cc (LY_DEFINE): + ly:grob-robust-relative-extent. New function. + + * scm/define-grobs.scm (all-grob-descriptions): add BendAfter + + * scm/define-music-types.scm (music-descriptions): add BendAfterEvent. + + * scm/output-lib.scm (fall::print): new function + + * lily/fall-engraver.cc (stop_fall): new file. + + * ly/music-functions-init.ly: alphabetise. + + * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as + base. + +2006-07-17 Han-Wen Nienhuys + + * VERSION (PATCH_LEVEL): bump version. Release 2.9.12 + + * Documentation/user/lilypond-book.itely (Invoking lilypond-book): + doc pdftex usage. + + * lily/translator-group.cc (connect_to_context): non const error message. + + * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF + + * scm/paper.scm (internal-set-paper-size): define landscape to #f + if unset. + + * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. + + * stepmake/stepmake/texinfo-rules.make: strip DVI support. + + * scm/framework-eps.scm (dump-stencils-as-EPSes): generate + systems.pdftex too. + + * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF. + + * make/lilypond-vars.make (TEXINPUTS): add pdf output format. + + * Documentation/topdocs/NEWS.tely (Top): add pdftex note. + + * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation. + + * lily/main.cc (parse_argv): don't overwrite previous --formats string. + + * scm/backend-library.scm (postscript->pdf): strip .eps too. + +2006-07-14 Nicolas Sceaux + + * scm/layout-page-layout.scm: Define module, tidy code, use more + functions iso. a single big one. + + * scm/layout-page-dump.scm: move page dump functions used in two + pass spacing to this file. Define module. + + * scm/lily.scm (ly:load): don't load layout-page-layout.scm + (separate module) + + * ly/paper-defaults.ly: use module layout-page-layout. + +2006-07-14 Erik Sandberg + + * lily/music.cc: Revised MusicEvent event class. It now contains + event data directly instead of encapsulating it in music. The + previously used class is renamed to OldMusicEvent. + + * lily/stream-event.cc: Stream events are now probs. + + * lily/translator-group.cc, lily/translator.cc: Translators can + now listen directly to stream events, by using macros + [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER. + + * lily/arpeggio-engraver.cc: Converted to use new event system + + * THANKS: Corrected spelling mistake. + +2006-07-12 Graham Percival + + * Documentation/user/SConscript, make/lilypond-vars.make, + input/GNUmakefile: doc build looks in input/manual instead + of input/test/ + + * input/manual/ GNUmakefile, SConscript: build files for + input/manual/ + + * input/test/ various: some files moved to input/manual/ + + * Documentation/user/basic-notation.itely: small updates; + thanks Kieren and Charles! + +2006-07-12 Han-Wen Nienhuys + + * VERSION (PACKAGE_NAME): release 2.9.11 + + * Documentation/topdocs/NEWS.tely (Top): update prop value + + * Documentation/user/basic-notation.itely (Tuplets): new property + value. + 2006-07-11 Han-Wen Nienhuys + * python/convertrules.py (conv): tweaks. + * VERSION (PATCH_LEVEL): bump version. - * python/convertrules.py (conv): add rule for tupletNumberFormatFunction. + * python/convertrules.py (conv): add rule for + tupletNumberFormatFunction. * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove tupletNumberFormatFunction.