X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=cf4a4f43a5a750746a908f9c52a524410701a022;hb=969b3b0a27bbdaa721cb6b78a9ce82a9b0300277;hp=b8e7a5c27b6aefbf44e804a9e35fe2da3b8b3fda;hpb=f459e523e2df1d26a854b4ff1e1d2f18189a7287;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index b8e7a5c27b..cf4a4f43a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,542 @@ +2004-03-05 Han-Wen Nienhuys + + * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff. + + * vim/GNUmakefile: flatten dirs, add GNUmakefile. + + * Documentation/user/running.itely: new file. + + * lily/include/audio-element.hh (class Audio_element): remove grace_b_ + + * lily/score-performer.cc (finish): call Translator::finalize (). +2004-03-05 Heikki Junes + + * GNUmakefile.in: update VIM_FILES. + +2004-03-04 Han-Wen Nienhuys + + * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font + props. + + * input/test/tie-sparse.ly: remove. + + * lily/tie-performer.cc (try_music): copy & paste from + Tie_engraver. + + * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do + variable_ref twice. + + * lily/key-performer.cc (create_audio_elements): use + alterations-in-key. + + * scm/midi.scm (accidentals-in-key): divide alterations by 2. + +2004-03-04 Heikki Junes + + * input/test/smart-transpose.ly: fix cases fes->e and similar. + handle also quarter tones (not shown as tests). test also flats. + + * Documentation/index.html.in: small fixes. + +2004-03-03 Jan Nieuwenhuizen + + * input/regression/new-markup-scheme.ly: Typo. + + * scm/define-markup-commands.scm (fill-line): New markup. + + * scm/output-ps.scm (ps-encoding): Add simplistic encoding. + (output-paper-def): Fix alignment. + (make-title): Fix height/width scaling. + + * ps/lilyponddefs.ps (base-line-skip): Bugfix. + + * input/test/title-markup.ly: Add remaining titles. Layout and + font size fixes. Add simplistic latin1 test. + +2004-03-03 Heikki Junes + + * input/test/nested-groups.ly: remove. move content (to next). + * input/test/staff-bracket.ly: replace content (from prev), this + has been already in templates. + +2004-03-03 Jan Nieuwenhuizen + + * stepmake/autogen.sh: Only issue warning about running configure + without arguments when autogen.sh will actually be running + configure. + +2004-03-03 Han-Wen Nienhuys + + * scm/new-markup.scm (stack-stencil-line): robustness. + + * scm/define-markup-commands.scm (simple): robustification of + simple-markup. + + * Documentation/user/music-glossary.tely (Top): change central C + to middle C. + + * lily/text-item.cc (interpret_markup): cache make-simple-markup + +2004-03-03 Jan Nieuwenhuizen + + * input/test/title-markup.ly (spaceTest): Add. + + * lily/text-item.cc (interpret_markup): Make line markup from + multi word markup. + + * scm/define-markup-commands.scm (word): New markup command. + (simple): Use it. + + * scm/output-ps.scm (define-fonts): Fix TeX font scaling. + +2004-03-02 Heikki Junes + + * vim/ftplugin/lilypond.vim: + * vim/syntax/lilypond.vim: use only local settings with setlocal. + show matching paren in insert mode. + +2004-03-02 Jan Nieuwenhuizen + + * scm/output-ps.scm (make-title, output-scopes): Further + development. + + * input/test/title-markup.ly: New file. + + * ps/lilyponddefs.ps: Disable PostScript titling. + + * lily/paper-score.cc (process): Qoute PORT argument to make-title. + +2004-03-01 Han-Wen Nienhuys + + * lily/arpeggio.cc (width_callback): remove padding. + + * scm/define-grobs.scm (all-grob-descriptions): add padding. + + * scm/define-music-types.scm: remove make-music-by-name. + + * Documentation/user/lilypond.tely: doc patch by Edward Sutton. + +2004-03-01 Jan Nieuwenhuizen + + * lily/paper-score.cc (process): Output titles using make-title. + + * scm/output-ps.scm (output-stencil): Display directly instead of + constructing string. + (make-title): New function. + +2004-03-01 Mats Bengtsson + + * Documentation/user/lilypond-book.itely (Integrating LaTeX and + music), Documentation/user/invoking.itexi (Invoking lilypond): + Move documentation of LaTeX packages for latin1 characters to the + lilypond-book manual. + +2004-03-01 Heikki Junes + + * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian). + + * vimrc: add menu in console and shortcut for it. + + * vim/: + * vim/compiler/: + * vim/syntax/: + * vim/indent/: + * vim/ftplugin/: new directories. + + * vim/filetype.vim: new file. + + * lilypond.vim: remove files (see next). + * vim/syntax/lilypond.vim: new, renamed file (see prev). + + * vimrc: remove file (see next). + * vim/ftplugin/lilypond.vim: new, renamed file (see prev). + + * vim/ftplugin/lilypond.vim: change dir for dictionary. + add header. apply bindings only locally. + + * vim/indent/lilypond.vim: new file. + + * vim/ftplugin/lilypond.vim: remove errorformat. + * vim/compiler/lilypond.vim: new file for errorformats. + + * Documentation/topdocs/INSTALL.texi: give easier orders. + + * ROADMAP: add vim/ + +2004-02-29 Jan Nieuwenhuizen + + * Documentation/user/introduction.itely (Introduction): Use @image + iso @html . Add workaround for images in columns in info. + + * stepmake/aclocal.m4: Store computed version in variable. + + * configure.in: Export MAKEINFO_VERSION. + + * config.make.in (MAKEINFO_VERSION): Add. + + * make/ly-rules.make: Add makeinfo <= 4.6 workaround. + + * Documentation/user/GNUmakefile: Only build info with images when + building web. + + * GNUmakefile.in (install-WWW): Visit Documentation/user. + + * stepmake/stepmake/texinfo-targets.make: Move info and texinfo + stuff from documentation-targets.make + +2004-02-29 Han-Wen Nienhuys + + * VERSION: 2.1.28 released + + * scripts/convert-ly.py (conv): + +2004-02-29 Heikki Junes + + * ly/property-init: new functions: \arpeggioUp, \arpeggioDown, + \arpeggioBoth. redefine \arpeggioBracket. + + * Documentation/user/refman.itely: document new arpeggio + functions. + + * scripts/convert-ly.py: add a rule for \arpeggioBracket. + + * input/regression/arpeggio-bracket.ly: apply convert-ly. + + * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly. + +2004-02-29 Han-Wen Nienhuys + + * Documentation/user/introduction.itely (Automated engraving): + rewrite introduction using website text. + +2004-02-28 Han-Wen Nienhuys + + * scm/*.scm: make-music-by-name is replaced by make-music, which + also accept music property settings, eg: + (make-music 'TextScriptEvent 'direction DOWN 'text + (make-simple-markup x)) + + Patch courtesy Nicolas Sceaux + + * lily/beam-quanting.cc: cleanup, separate counts for left and + right beam ends. + + * lily/side-position-interface.cc (quantised_position): also + quantize staccato position for forced stem directions. + +2004-02-27 Han-Wen Nienhuys + + * scm/*.scm: Patch by Nicolas Sceaux: + + * scm/music-functions.scm: ly:grob-property and ly:music-property + are made procedure with setters. + + * scm/*.scm: replace ..-set-property! with set! (..-property ) + +2004-02-28 Heikki Junes + + * input/test/[t-v]*.ly: finish rewriting texidocs. + + * input/test/vaticana.ly: remove. + * input/test/ligature-vaticana.ly: new, renamed file name. + + * input/test/stem-centered.ly: remove. + * input/test/mensural-note-heads.ly: new file. take content from + removed file stem-centered.ly. + + * input/test/scales-greek.ly: simplify. + + * input/test/s*.ly: reformulate texidocs. + + * input/test/[p-r]*.ly: use more verbose texidocs. add comments + of missing features. + +2004-02-27 Heikki Junes + + * input/test/[j-o]*.ly: update texidocs. + +2004-02-27 Jan Nieuwenhuizen + + * scm/documentation-generate.scm (usermanref): Add macro for TeX. + + * Documentation/topdocs/NEWS.texi: Add note about info docs with + images. + + * Documentation/user/lilypond.tely (@direntry): Update. + + * stepmake/stepmake/documentation-targets.make + (install-info,uninstall-info): Install into $(package_infodir). + Install images. Run install-info to update dir. + + * config.make.in (package_infodir): Add. + + * Documentation/user/GNUmakefile (info-with-images, + local-install-info, local-uninstall-info): New target. + +2004-02-27 Han-Wen Nienhuys + + * scm/define-grobs.scm (all-grob-descriptions): tune concaveness + gap/threshold. + + * lily/beam-quanting.cc (score_slopes_dy): remove + ROUND_TO_ZERO_SLOPE kludge. + + * lily/beam.cc (check_concave): remove old concaveness2 kludge. + + * input/regression/beam-concave.ly (texidoc): add morgenlied example. + + * lily/global-context.cc (Global_context): alway accept Score + (run_iterator_on_me): cast Context to Score_context, not + Context_def. + + * Documentation/user/refman.itely: documentation patch by Edward + Sanford Sutton. + + * mf/GNUmakefile: unset sauter-fonts. + +2004-02-27 Jan Nieuwenhuizen + + * scripts/lilypond-book.py (output_texinfo): Output @image + descriptions for info too. + + * input/test/chord-names-jazz.ly: + * input/test/embedded-scm.ly: Clarify. + + * input/test/cautionaries.ly: Typo. + + * lily/input-smob.cc (ly_input_location): Compile fix. + +2004-02-27 Han-Wen Nienhuys + + * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. + + * ly/engraver-init.ly: move \grobdescriptions to Global. This + fixes problems with system defaults being reverted with \override + on Score level. + + * lily/global-context.cc (Global_context): apply property-ops to + Global_context too. + +2004-02-27 Jan Nieuwenhuizen + + * scm/output-ps.scm (stencil->string): Rewrite. + +2004-02-27 Heikki Junes + + * input/test/[+c-i]*.ly: refresh descriptions -- maintain + impersonal style. + +2004-02-26 Jan Nieuwenhuizen + + * lily/input-smob.cc (ly_input_location: New function. + + * scm/define-markup-commands.scm (upright): New markup command. + + * lily/parser.yy (markup): Add STRING_IDENTIFIER. + + * scm/font.scm (paper20-font-vector): cmcsc klugdge. + + * scm/output-ps.scm (output-stencil): New function. + + * scripts/lilypond-book.py (do_file): Bugfix: change search order + of snippet types; fixes @ignore and @verbatim blocks. + +2004-02-26 Heikki Junes + + * input/test/[a-b]*.ly: refresh descriptions -- avoid referring + to a file in printed documentation, instead, refer either to a + syntax or to an output. + +2004-02-26 Jan Nieuwenhuizen + + * input/regression/beam-center-slope.ly: Add test. + +2004-02-25 Jan Nieuwenhuizen + + * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS. + (SAUTER_FONTS): Reinstate. + + * scm/define-markup-commands.scm (caps): New markup command. + + * scm/output-ps.scm (output-scopes): Experimental markup output. + + * scm/: Add missing headers. + + * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor. + + * lily/paper-outputter.cc (output_metadata): Add parameter PAPER. + +2004-02-25 Jan Nieuwenhuizen + + * lily/stencil-scheme.cc (ly_stencil_get_expr): New function. + Stray style cleanups. + +2004-02-25 Han-Wen Nienhuys + + * lily/note-collision.cc (check_meshing_chords): bugfix for dot / + no dot combination. + + * scripts/convert-ly.py (FatalConversionError.subst_in_trans): + substitute \override Staff.autoBeamSettings too + + * Documentation/user/tutorial.itely: proofreading fixes by David + Bobroff + +2004-02-24 Jan Nieuwenhuizen + + * scm/output-ps.scm (top-of-file): Add tagline definition. FIXME. + + * ps/music-drawing-routines.ps: + * ps/lilyponddefs.ps: Add end markers. + +2004-02-24 Han-Wen Nienhuys + + * VERSION: 2.1.27 released. + + * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens. + + * scripts/lilypond-book.py (compose_ly): cleanup relative= option, + obey documentation. + +2004-02-24 Jan Nieuwenhuizen + + * scripts/lilypond.py (find_pfa_fonts): Bugfix and update. + + * scm/output-ps.scm: Resurrect. + + * scm/output-tex.scm: Minimal cleanups. + + * scm/paper.scm (paper-set-staff-size): Add lineheight. + + * make/ly-rules.make: Remove any broken lily-*.tex files before + lilypond-book run. + + * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe + comment. + + * stepmake/aclocal.m4: Add --enable-pipe option, with check. + Enabled by default, may save 10% compile time. + +2004-02-24 Han-Wen Nienhuys + + * lily/lyric-phrasing-engraver.cc: remove + + * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no + longer necessary. + + * lily/extender-engraver.cc (stop_translation_timestep): rewrite + so lyric-phrasing-engraver is no longer necessary. + + * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove + Grob_pq_engraver from Staff. + + * lily/grob-pq-engraver.cc: remove current_grobs array, read/write + busyGrobs directly. + + * input/regression/quote-transposition.ly: new file. + + * lily/recording-group-engraver.cc (stop_translation_timestep): + store instrumentTuning too. + + * lily/quote-iterator.cc (process): transpose events using + instrumentTuning. + + * scripts/convert-ly.py (FatalConversionError.subst): \set transposing + -> \tuning + + * lily/parser.yy (command_req): add \tuning command for setting + instrument tuning of staff. + + * Documentation/user/GNUmakefile + ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed. + + * Documentation/user/refman.itely (Customized accidental rules): + typo. + +2004-02-23 Heikki Junes + + * Documentation/user/music-glossary.tely: remove the missing norwegian + translation; they can be put in later properly. + +2004-02-23 Han-Wen Nienhuys + + * lily/recording-group-engraver.cc (start_translation_timestep): + init Recording_group_engraver twice. + +2004-02-23 Jan Nieuwenhuizen + + * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and + stray style cleanups: + + * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove + -Wmissing-prototypes. + + * flower/include/killing-cons.tcc (Killing_cons): Add template + specifier for car_. + + * flower/include/parray.hh (binsearchs): Add template specifier + for maxkey. + + * flower/include/interval.hh: Declare elem () with template specfier. + +2004-02-23 Heikki Junes + + * elisp/lilypond-indent.el (get-buffer-size): add customization + groups for several variables (Reuben Thomas). + +2004-02-23 Han-Wen Nienhuys + + * Documentation/user/invoking.itexi (Point and click): add index + entry. + + * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would + go under beam. + + * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes + sarabande beam. + + * flower/warn.cc (programming_error): cross fingers not thumbs. + + * lily/rest.cc (polyphonic_offset_callback): return 0 when + staff-position is set. + + * VERSION: release 2.1.26 + + * scm/chord-entry.scm (construct-chord): process transposition + after processing explicit-11. + +2004-02-22 Han-Wen Nienhuys + + * lily/parser.yy (add_quote): add syntax for adding quotes: + \addquote "id-string" Music + + * scripts/lilypond-book.py (do_file): do not overwrite input file. + + * scripts/convert-ly.py (conv): add rules for name changes. + + * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for + music/context/grob property functions. Internally, use + get_property() and set_property() for both. + +2004-02-22 Heikki Junes + + * elisp/lilypond-mode.el (get-buffer-size): define new function, + for Emacs <= 20 (Laurent Martelli). + +2004-02-21 Han-Wen Nienhuys + + * lily/parser.yy (command_element): extract quoted vector in + parser. + + * input/regression/quote.ly: new file. + + * lily/sequential-iterator.cc (process): only process if moment >= 0. + + * lily/parser.yy (command_element): \quote DURATION NAME: support + cue notes. + + * lily/quote-iterator.cc (class Quote_iterator): new file. + 2004-02-20 Han-Wen Nienhuys * lily/auto-beam-engraver.cc (try_music): accept and process