X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=6a562d0e59b3ce7bb6674ec988841c79338b9b89;hb=cbb8316fdb6fca93b74108c212d1b1b3d20c87d2;hp=8e831bb0c3056b103661fd6630f4c7a678376485;hpb=6673b61d7d2a947910b2f32251ad949c67ec0c80;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 8e831bb0c3..6a562d0e59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,475 @@ +2004-03-19 Jan Nieuwenhuizen + + * scm/output-ps.scm (polygon): Fix: add spaces. + + * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful + solutions are now optimal too. + + * input/test/page-breaks.ly: New file. + + * lily/paper-outputter.cc (Paper_outputter): Import page breaking + functions into safe module. + + * lily/lily-guile.cc (ly:number->string): Do not leave space at + end, prepend zeros. + + * scm/output-*.scm: Use ly:number->string rather than + number->string. Makes for saner output. + + * scm/output-ps.scm (define-fonts): Always scale by designsize. + Fixes feta-nummer, feta-din scaling. + +2004-03-19 Han-Wen Nienhuys + + * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1. + + * scm/music-functions.scm (descend-to-context): new + function. Similar to context-spec-music. + (make-time-signature-set): specify Score as descend-only. This + fixes the polymetric.ly example. + + * lily/context-specced-music-iterator.cc (construct_children): add + support for descend-only context spec. + + * lily/note-head.cc (brew_ez_stencil): read vector note-names to + determine ez-notation letter. + + * lily/system.cc (get_line): start with dumping layer 3. This + fixes ez notation. + +2004-03-19 Jan Nieuwenhuizen + + * input/test/title-markup.ly: Stress breaking harder. + + * scm/page-layout.scm (height-score): Overfull page scores twice + as bad as underfull (was: by a power). + (walk-lines): Omit first walk-path round (breaking after new node, + without lines). + + * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height + diff values are negative. + (output): Bugfix: treat negative vfill differently. + + * Documentation/user/lilypond.tely (direntry): Add note about why + `info lilypond' brings up `Invoking LilyPond' node. + +2004-03-18 Jan Nieuwenhuizen + + * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline. + + * lily/paper-book.cc: Remove cruft. + (output): Bugfix: put vfill between lines. + (pages): Bugfix: set page vars needed for filling. + + * Documentation/user/music-glossary.tely: Compile fix: Use @arrow + (was: @ar). + + * scm/page-layout.scm: Further development. + + * ly/declarations-init.ly (paper): Define page-breaking. + +2004-03-18 Han-Wen Nienhuys + + * lily/note-head.cc (brew_ez_stencil): add note-names + property. Provides internationalization for note names. + + * Documentation/user/changing-defaults.itely (Creating contexts): + new node. + + * lily/grace-iterator.cc (process): descend to child for \grace. + + * lily/timing-translator.cc (initialize): Timing_translator adds + Timing alias by itself. + + * lily/context.cc (add_alias): new function. + + * scm/lily.scm (tex-output-expression): new function, eval within + drawing API. Guards against eval vulnerabilities. + + * scm/output-tex.scm (tex-encoded-fontswitch): idem. + + * scm/output-ps.scm (scm): export lily drawing API. + + * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use + throughout. + +2004-03-17 Jan Nieuwenhuizen + + * scm/page-layout.scm (optimal-page-breaking): New function. + + * lily/paper-book.cc (pages): Use it. + +2004-03-16 Jan Nieuwenhuizen + + * lily/include/paper-line.hh (class Paper_line): Full smob. + +2004-03-18 Han-Wen Nienhuys + + * lily/global-context.cc (run_iterator_on_me): fix grace note + nesting by initting measurePosition. + + * lily/timing-translator.cc (initialize): do no init + measurePosition + + * lily/include/music-output-def.hh (class Music_output_def): add + input_origin_ field. + + * Documentation/user/changing-defaults.itely (Changing context + properties on the fly): new node. + + * lily/include/ly-smobs.icc (free_smob): remove smobbed_self() + function. Only have smobbed_copy (), and do not provide + smobbed_copy() for non-simple smobs. Changes throughout. + +2004-03-17 Han-Wen Nienhuys + + * lily/auto-change-iterator.cc (class Auto_change_iterator): add + start_moment_. Fix by Doug A. Linhardt. + +2004-03-16 Han-Wen Nienhuys + + * lily/accidental-engraver.cc (acknowledge_grob): don't suppress + accidentals for harmonic notes. + + * lily/note-collision.cc (check_meshing_chords): don't merge heads + of different style. (Thanks to Doug Linhardt). + + * Documentation/user/changing-defaults.itely (Scheme tutorial): + new node. + +2004-03-16 Heikki Junes + + * Documentation/topdocs/INSTALL.texi: finish install orders for vim. + + * vim/filetype.vim, vim/lilypond-ftplugin.vim, + vim/lilypond-syntax.vim, vim/lilypond-compiler.vim, + vim/lilypond-indent.vim: doc targets and deps in comments. + +2004-03-15 Jan Nieuwenhuizen + + * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line. + + * lily/system.cc (get_line): Return Paper_line. Change all users. + + * lily/include/paper-line.hh: + * lily/include/paper-line.cc: New file. + +2004-03-15 Han-Wen Nienhuys + + * VERSION (MY_PATCH_LEVEL): release 2.1.31. + + * GNUmakefile.in: remove stray make out=www + + * input/test/bagpipe.ly (gcdg): octave fixes. + + * scm/define-markup-commands.scm (number): use font-encoding + iso. font-family + + * ly/chord-modifiers-init.ly (blackTriangleMarkup): set + font-encoding. + +2004-03-15 Heikki Junes + + * lily/parse-scm.cc: compile-bugfix: add missing header files for + `output_format_global' and `PAGE_LAYOUT'. + +2004-03-14 Jan Nieuwenhuizen + + * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import + lily functions in safe mode. + + * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): + Print filename for HTML, LATEX, before texidoc. + + * scm/output-tex.scm (ps-output-expression): Eval embedded-ps + instructions in output-ps module. + + * scm/lily.scm: Do not load output-ps module. + + * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in + safe mode. + +2004-03-14 Han-Wen Nienhuys + + * lily/span-dynamic-performer.cc (process_music): remove spurious + warning. + + * lily/context-def.cc (Context_def): init name to "" + + * lily/font-interface.cc: add font-encoding property. + + * scm/lily.scm (chain-assoc-get): bugfix. + + * lily/paper-book.cc (stencil2line): protect static SCM. + + * lily/font-interface.cc (text_font_alist_chain): rename function, + and use text-font-defaults. + + * lily/font-select.cc (properties_to_font_size_family): call SCM code. + + * scm/paper.scm (paper-set-staff-size): use new function. + + * scm/new-font.scm (make-font-tree): new function. + +2004-03-13 Jan Nieuwenhuizen + + * lily/paper-book.cc (output): Bugfix: no output if no \paper. + + * scm/lily.scm (get-output-module): New function. + (output-alist): Remove ,ps-output-expression. + + * scm/output-tex.scm (ps-output-expression): New function. + + * scm/output-ps.scm (ps-output-expression): Remove. + (header, start-page): Output page metadata. + + * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]: + initialise output_module_. Do not write part of header. + (output_scheme)[PAGE_LAYOUT]: Output through output_module_. + (output_header): Output full header. + + * scm/define-markup-commands.scm (bigger, smaller): Avoid crash. + FIXME. + +2004-03-13 Han-Wen Nienhuys + + * scm/new-font.scm: new file. Tree based font lookup. + + * scm/lily.scm (assoc-get): take default argument. Remove + assoc-get-default. + (chain-assoc-get): use chain-assoc-get everywhere. + + * scripts/convert-ly.py (FatalConversionError.subst_in_trans): + autobeamsettings conversion bug. + + * lily/include/global-context.hh (Context): clean-up data hiding. + + * lily/include/music-iterator.hh (class Music_iterator): clean-up + data hiding. + + * lily/include/grace-fixup.hh (struct Grace_fixup): new file. + + * input/regression/stem-shorten.ly: add chord case. + + * lily/stem.cc (get_default_stem_end_position): shorten stems + triggered by note-head positions, not by forced-direction. This + fixes a bug with too short stems. + +2004-03-12 Jan Nieuwenhuizen + + * scripts/lilypond-book.py (Lilypond_snippet.output_html, + Lilypond_snippet.output_latex): Always call output_print_filename. + + * lily/paper-book.cc (fill_pages): New method. Try to cramp or + expand pages. + +2004-03-12 Han-Wen Nienhuys + + * scm/part-combiner.scm (make-autochange-music): switch rests + before switched notes too. + + * lily/figured-bass-engraver.cc (process_music): change calling + convention. + + * scm/bass-figure.scm (format-bass-figure): rewrite function. + + * scm/define-markup-commands.scm (bracketed-y-column): new markup + command. + + * lily/include/stencil.hh (class Stencil): add origin field. + + * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new + function. + + * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. + + * lily/lexer.ll: remove support for \$ and $ in identifiers + + * lily/sequential-iterator.cc: remove copy_grace_fixups + (get_grace_fixup): slight abstraction of fixup code. + + * input/test/title-markup.ly (spaceTest): vary staff sizes. + +2004-03-12 Heikki Junes + + * vim/lilypond-indent.vim: use (default) as indent key + in insert-mode. add indenting rules. + +2004-03-11 Jan Nieuwenhuizen + + * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove + protect hack. + + * scm/page-layout.scm: + * lily/paper-book.cc: Handle tagline/copyright. Internal page + layout and titling should now match external latex based version. + + * scm/output-tex.scm (output-scopes): Bugfix: only write string + header fields. + + * ps/lilyponddefs.ps: Remove automatic page layout. + + * scm/output-ps.scm (new-start-system): New interface function. + + * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter. + + * lily/paper-book.cc (output): Bugfix. + +2004-03-11 Han-Wen Nienhuys + + * VERSION (MY_PATCH_LEVEL): release 2.1.30 + +2004-03-11 Jan Nieuwenhuizen + + * Documentation/user/lilypond.tely: Bugfix: Remove './' from + direntries. + + * ps/lilyponddefs.ps: Bugfix. + + * input/regression/multi-measure-rest-instr-name.ly: Typo. + +2004-03-11 Han-Wen Nienhuys + + * lily/auto-beam-engraver.cc (create_beam): add Stem as + cause. This should fix warnings. + + * mf/feta-slag.mf (trill_ne): fix upmordent size. + + * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to + prevent aligned 6ths. + + * lily/custos.cc (print): remove adjust-if-on-staffline. + +2004-03-11 Jan Nieuwenhuizen + + * lily/paper-book.cc: Do header and footer. + +2004-03-10 Jan Nieuwenhuizen + + * scm/lily.scm (safe-mode?): New name (was: security-paranoia). + + * scm/paper.scm (lineheight): Remove + (head-sep, foot-sep): Add. + +2004-03-10 Han-Wen Nienhuys + + * mf/feta-schrift.mf: reduce portato thickness. + + * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties + + * lily/grob-pq-engraver.cc (start_translation_timestep): remove + programming_error (). + + * lily/piano-pedal-engraver.cc (finalize): attach unfinished + bracket to last command column. + + * lily/piano-pedal-bracket.cc (print): only flatten bracket if it + continues on next/prev system. + + * input/regression/pedal-end.ly: new file. + +2004-03-10 Werner Lemberg + + * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in: + Remove pmx2ly stuff. + * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly. + +2004-03-10 Jan Nieuwenhuizen + + * scm/page-layout.scm: New file. + + * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper + settings. + (Lilypond_snippet.is_outdated): Also check for PNG file. + Workaround for interrupted (web) builds. + + * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles. + + * ps/lilyponddefs.ps: Use only very small top-marging. + (init-paper): Also pop page size string. + (start-page, stop-page): New function. + + * scm/output-ps.scm (header-end): Remove stray exec commands. + +2004-03-10 Han-Wen Nienhuys + + * lily/input-file-results.cc (do_one_file): use new Paper_book() + + * lily/score.cc (default_rendering): clean protection. + + * lily/paper-book.cc (mark_smob): implement smob marking. + + * scripts/lilypond.py (make_html_menu_file): remove --psgz option + + * Documentation/user/*.itely: user manual edits. + +2004-03-09 Han-Wen Nienhuys + + * Documentation/user/converters.itely (Invoking musedata2ly): + remove pmx2ly. + + * scripts/pmx2ly: remove script. + +2004-03-09 Jan Nieuwenhuizen + + * lily/score.cc (default_rendering): Protect paper-book members. + + * lily/paper-def.cc (smobbed_copy): New method. + + * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make + switch runtime. + + * lily/include/music-output.hh (process): Change signature to + return SCM. + + * lily/paper-book.cc (classic_output, get_title, get_scopes): New + method. + + * lily/paper-score.cc (process): Return stencils rather than + outputting directly. Remove paper-book kludge. Delete grobs. + (output): Remove. + + * lily/include/paper-score.hh (class Paper_score): Remove outputter_. + + * lily/score-engraver.cc (get_output): Do not reset pscore_. + + * lily/score.cc (default_rendering) + (ly_render_output): Move adding paper-score two levels up. + + * lily/system.cc (get_line): + * lily/paper-outputter.cc (output_line): Fix `between-system-string'. + +2004-03-09 Han-Wen Nienhuys + + * scm/font.scm (paper20-font-vector): add more design sizes for + number. + + * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove + feta-nummber{5,7,11,13}. + + * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10 + for 12pt design size. + 2004-03-09 Han-Wen Nienhuys * ly/engraver-init.ly: don't remove slur engraver from DrumVoice. 2004-03-09 Jan Nieuwenhuizen + * lily/font-select.cc (properties_to_font_size_family): Fix + warning message. + + * Experimental PostScript latin1 encoding: + + * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12. + + * scm/output-ps.scm: Experimental encoding using reencode-font. + * scm/font.scm: Add latin1 `font-shape'. + + * scm/define-markup-commands.scm (latin-i): New font-shape command. + + * ps/lilyponddefs.ps (reencode-font): New function. + * lily/paper-book.cc (get_pages): Simplistic page breaking. * scm/output-tex.scm (start-page):