X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=8d8e8d581ce5d7cb65719fc9824b4174aede4471;hb=e510c00b33874066469986d9102fb7c1e127ba96;hp=7d1c4f3ac6c993cc9a38a067c1564d7578d1d9c8;hpb=b693b7bc8f54cb8d36454974608beda8d39e51f0;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 7d1c4f3ac6..8d8e8d581c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,501 @@ +2003-02-26 Jan Nieuwenhuizen + + * cygwin/mknetrel: Exit if doc build fails. + + * lily/GNUmakefile: Add hack for .deps and --srcdir build. + +2003-02-27 Han-Wen Nienhuys + + * scm/music-types.scm (music-descriptions): add doc strings + +2003-02-25 Jan Nieuwenhuizen + + * lily/lexer.ll: + * lily/include/my-lily-lexer.hh: + * lily/include/includable-lexer.hh: Add flex kludge. + + * config.hh.in: + * config.make.in: + * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk + cruft. + + * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste + code. + +2003-02-24 Jan Nieuwenhuizen + + * ly/spanners-init.ly (cresc, dim): Update to new markup text. + + * lily/parser.yy (new_chord): Compile fix. + +2003-02-23 Han-Wen Nienhuys + + * lily/percent-repeat-engraver.cc (try_music): add correct + processing moments for double-measure percents as well. + + * input/regression/percent-repeat-skipbars.ly (texidoc): new file + + * lily/lily-guile.cc (ly:dimension?): add dimension as separate + grob prop type. + + * Documentation/user/refman.itely (Printing named chords): add + chord name tweak doco. + + * input/template/gregorian-transcription.ly: new file. + +2003-02-22 Han-Wen Nienhuys + + * input/test/*: lots of cleanups/comment-outs/removals in chord + examples + + * input/regression/*: lots of cleanups/comment-outs/removals in + chord examples + + * scripts/lilypond-book.py (check_texidoc): add no-texidoc to + options + + * lily/new-chord-name-engraver.cc (process_music): give original + inversion pitch to chord name routine. + + * input/tutorial/os-score.ly: update to new markup + + * Documentation/user/appendices.itely: simply include + chords-ignatzek. + + * Documentation/user/refman.itely (Chords mode): add documentation + for chord mode. + + * scm/chord-entry.scm (construct-chord): mark inversion as bass if + not present in chord. + (construct-chord): add inversion and bass support. + + * lily/chord.cc: junk contents. + +2003-02-17 Heikki Junes + + * Documentation/user/refman.itely: + * Documentation/user/music-glossary.tely: fix. + +2003-02-16 Han-Wen Nienhuys + + * scm/chord-entry.scm (construct-chord): move chord construction + to Scheme. + + * lily/parser.yy (new_chord): new setup for chord entry. + +2003-02-16 Heikki Junes + + * lilypond.words: + * Documentation/user/music-glossary.tely: add ambitus. + +2003-02-15 Han-Wen Nienhuys + + * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix. + + * lily/include/*.hh: string() -> to_string() + + * scm/chords-ignatzek.scm: new file. + + * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define + standard chord name exceptions. + + * scm/translator-property-description.scm (chordNameSeparator): + add property. + (majorSevenSymbol): add property + + * lily/translator-scheme.cc (ly:context-properties): new function + (ly:context-parent): new function. + (print_smob): print context name. + + * lily/music.cc (ly:get-music-length): new function + (print_smob): don't print properties. + + * lily/duration.cc (duration + + * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify + pitches for jazz chords. + +2003-02-13 Han-Wen Nienhuys + + * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps + +2003-02-05 Heikki Junes + + * lilypond.words: add 1 + +2003-02-04 Heikki Junes + + * Documentation/topdocs/AUTHORS.texi: refine. + +2003-01-25 Heikki Junes + + * lilypond-font-lock.el: lyrics-mode update for multiple stanza. + + * lilypond.words: add one. + +2003-01-23 Heikki Junes + + * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()]. + Fontify bass note in chords, e.g., e in c1/e. + +2003-01-19 Jan Nieuwenhuizen + + * Documentation/user/music-glossary.tely: Dutch updates and + additions (Arent Storm). + +2003-01-19 Han-Wen Nienhuys + + * input/regression/ambitus.ly: move file. + + * lily/include/pitch.hh (class Pitch): make Pitch objects immutable. + + * lily/event.cc (transpose): add tonic property to Key_change_req + and to Key_engraver. + +2003-01-17 Heikki Junes + + * Documentation/user/refman.itely: fix typo. + + * lilypond.words: removed wrong identifiers. + +2003-01-16 Han-Wen Nienhuys + + * mf/feta-toevallig.mf: make flat stem shorter + +2003-01-16 Heikki Junes + + * lilypond-font-lock.el: Fontify post-notated slurs -( and -). + + * lilypond.words: add from Phrasing slur. + +2003-01-15 Heikki Junes + + * lilypond-mode.el: allow launching multiple ViewPS processes. + + * lilypond.words: add from Text markup. + +2003-01-14 Han-Wen Nienhuys + + * input/test/ossia.ly (texidoc): add comment. + + * input/regression/voice-follower.ly: new file. + + * mf/feta-toevallig.mf: make flat heavier. + + * lily/cluster-engraver.cc: clean up Cluster engraver + + * lily/cluster.cc (brew_molecule): cleaned up Cluster code and + Engraver. Use Note_column to compute Y positions and deal with + line break stuff. + +2003-01-13 Han-Wen Nienhuys + + * lily/stem.cc: move french-beaming to stem. + +2003-01-13 Heikki Junes + + * lilypond-font-lock.el: fontify all durations in chords. + + * lilypond.words: add from lily/my-lily-lexer.cc + +2003-01-12 Han-Wen Nienhuys + + * VERSION: release 1.7.12 + + * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes. + + * lily/gregorian-ligature.cc: new file + + * lily/*: the Great 2003 search & replace. + + * Documentation/user/refman.itely (Manual repeat commands): add + note about font selection. + +2003-01-12 Heikki Junes + + * lilypond-mode.el: propose recompiling midi while invoking playing, + not while stopping playing. + +2003-01-11 Heikki Junes + + * lilypond.words: add one. + + * lilypond-font-lock.el: add colour groups for horizontal, vertical + and expressional note grouping. Fontify chord modes. + +2003-01-09 Heikki Junes + + * Documentation/user/music-glossary.tely (Top): translate melisma. + +2003-01-09 Han-Wen Nienhuys + + * Documentation/user/music-glossary.tely (Top): add melisma. + +2002-01-08 Juergen Reuter + + * lily/gregorian-ligature-engraver.cc: bugfix: added missing + interfaces for (abstract) grob GregorianLigature + + * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc: + renamed head* -> glyph_name*, x-shift* -> x-offset* + + * scm/grob-property-description.scm: bugfix: added missing descriptions + +2003-01-07 Jan Nieuwenhuizen + + * input/test/chord-names-dpnj.ly: New file. + + * scm/double-plus-new-chord-name.scm: Implement full and partial + exceptions. + + * lily/lexer.ll: : Allow dash and hyphen in markup command. + + * scm/double-plus-new-chord-name.scm + (double-plus-new-chord->markup): Fix sub->markup. + + +2003-01-07 Juergen Reuter + + * lily/custos-engraver.cc: added TODO; editorial changes + + * lily/ligature-bracket-engraver.cc: added typeset_ligature () for + consistency with other ligature engravers; removed access on (now) + private variable _ligature of Ligature_engraver + + * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc: + renamed last_bound -> last_bound_; issue programming_error on + abstract method calls; moved primitives code from + Mensural_bracket_engraver to here (because almost ligature + engravers will need it); renamed try_stop_ligature () -> + typeset_ligature (); bugfix: store primitives of finished ligature + in separate variable finished_primitives_ to avoid clash on input + like "\] \["; added current_ligature () to enable access on + private variable _ligature + + * lily/mensural-ligature-engraver.cc: removed primitives_ code + (now in super class); renamed try_stop_ligature () -> + typeset_ligature () + + * lily/mensural-ligature.cc: issue programming_error on abstract + method calls + + * lily/note-heads-engraver.cc: added TODO comment upon bool + in_ligature + + * mf/parmesan-heads.mf: fixed some of set_char_box() + + * scm/grob-description.scm: added VaticanaLigature + + * scm/grob-property-description.scm: added neume prefix properties + + * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc, + lily/include/gregorian-ligature-engraver.hh, + lily/include/gregorian-ligature.hh: new files; framework for + gregorian ligature engravers such as vaticana + + * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc, + lily/include/vaticana-ligature.hh, input/test/vaticana.ly: + vaticana style ligature implementation (still somewhat uncomplete) + +2003-01-07 Han-Wen Nienhuys + + * VERSION: release 1.7.11 + + * scripts/convert-ly.py: add ly:pitch-transpose rule + +2003-01-06 Jan Nieuwenhuizen + + * input/test/dpncnt.ly: New file. + + * lily/my-lily-lexer.cc: Add chordnames keyword. + + * lily/parser.yy (chordnames_block): Parse chord name exception + lists, see input/test/dpncnt.ly. + + * scm/chord-name.scm (set-double-plus-new-chord-name-style): New + function. + + * scm/lily.scm (filter-out-list): Bugfix: filter rest using + filter-out too. + + * lily/pitch.cc (ly_pitch_transpose): Scheme name now + ly:pitch-transpose (was ly:transpose-pitch), in conformance with + pitch functions (except for ly:make-pitch, but that's apparently + some sort of scheme naming standard?). + + * scm/lily.scm (!=): define-public. + + * scm/new-markup.scm (make-markup-maker): define-public make-markups. + +2003-01-05 Jan Nieuwenhuizen + + * scm/double-plus-new-chord-name.scm + (double-plus-new-chord-name->markup): New file. + +2003-01-05 Han-Wen Nienhuys + + * python/lilylib.py (make_preview): don't suppress progress for + bbox extraction. + +2003-01-04 Han-Wen Nienhuys + + * Documentation/user/appendices.itely (scheme): update for new syntax. + + * input/regression/chord-name-styles.ly: new file + + * lily/instrument-name-engraver.cc: create instrument names + without barline too. Allows instrument name on ChordNames + + * scm/new-markup.scm (interpret-markup): allow simple strings as + markup too. + +2003-01-04 Jan Nieuwenhuizen + + * scm/chord-name.scm: Super/raise changes and fixes for Banter. + (step->markup-accidental): Fix: add accidental. + (chord::inner-name-american): + (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not + append stray '/' if last superscript addition was 'o'. + + * scm/new-markup.scm (normal-size-sub-markup) + (normal-size-super-markup): New function. + + * lily/source-file.cc (Source_file): Add warning for possibly + intentional but suspicious initialization. + + * scm/chord-name.scm: Small rewrites, layout fixes. Identify and + add comments about cut-and-paste programming. + + * flower/rational.cc (lcm): Not used; comment out. + +2003-01-04 Han-Wen Nienhuys + + * lily/new-fingering-engraver.cc (position_scripts): use + fingerHorizontalDirection to determine fingering horizontal + directions. + + * lily/accidental-engraver.cc (acknowledge_grob): add accidental to + fingering support. + + * scripts/convert-ly.py (FatalConversionError.conv): add style + conversion rule. + + * scm/chord-name.scm (set-chord-name-style): new function. + (new-chord-name-brew-molecule): revise to interpret markup only + (new-chord->markup): cleanuppish rewrite. To be called from the + new engraver. + + * lily/new-chord-name-engraver.cc: new engraver: call Chord -> + Markup earlier, during interpreting. + + * input/test/{banter,jazz,american}-chords.ly (scheme): update + style settings. Rename to chord-names-*.ly + +2003-01-03 Jan Nieuwenhuizen + + * scm/chord-name.scm: Painful merge of Amy's patch to old-style + markup code and update to new markup. Most probably broke some of + it. + +2002-12-30 Juergen Reuter + + * Documentation/user/refman.itely: added docu for ambitus and + clusters + + * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double + ly_quote_scm() in lookup.cc + + * mf/parmesan-clefs.mf: set_char_box fix + + * lily/cluster-engraver.cc: junk implicit protection; use + Protected_scm instead + +2002-12-29 Jan Nieuwenhuizen + + * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup + throughout. + + * scm/new-markup.scm: Turn-off error-triggering test code. + +2002-12-29 Han-Wen Nienhuys + + * scm/new-markup.scm (markup-thrower-typecheck) + (markup-typecheck?): add full typechecking functions. + (make-markup-maker): add make-FOO-markup functions. + (markup-argument-list-error): nice error checking messages. + (make-markup): better function: less quoting escapades. + +2002-12-29 Jan Nieuwenhuizen + + * scm/chord-name.scm: Remove fixme's. Jazz chords still broken. + +2002-12-28 Jan Nieuwenhuizen + + * cygwin/lilypond.hint (requires): Add cygwin. + + * .cvsignore: Remove stepmake (huh!?!), add lib. + + * GNUmakefile.in: Add libdir links for builddir runs. + + * scripts/midi2ly.py: Add [lilypond_]libdir/python to path, + instead of datadir. + + * make/substitute.make (ATVARIABLES): Add lilypond_libdir, + local_lilypond_libdir. + + * config.make.in (lilypond_libdir): Add. + + * stepmake/stepmake/substitute-rules.make: + * stepmake/stepmake/script-rules.make: + * stepmake/stepmake/python-module-rules.make: + * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from + lilypond-python-module patch. + +2002-12-27 Han-Wen Nienhuys + + * Documentation/user/refman.itely (Graphical interfaces): add note + about xml2ly. + +2002-12-25 Han-Wen Nienhuys + + * scripts/ly2dvi.py (run_dvips): remove trailing newline + 2002-12-24 Han-Wen Nienhuys + * VERSION: released 1.7.10 + + * scripts/musedata2ly.py (): idem + + * scripts/midi2ly.py (dump_chord): idem + + * scripts/etf2ly.py (version): idem + + * scripts/pmx2ly.py (Slur.calculate): new chord syntax + + * scripts/mup2ly.py (pre_processor_commands): new chord syntax + + * scm/tex.scm (tex-output-expression): remove eval compat + glut. Other output files too. + + * scm/chord-name.scm: don't export anything from chord module. + + * input/test/american-chords.ly: idem + + * input/test/banter-chords.ly (texidoc): idem + + * input/test/Cc-chords.ly: add breakage notes. + * Documentation/user/refman.itely (Text markup): rewrite manual section. * lily/parser.yy (scalar): allow \markup { } as property value.