X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=ae8148af4b319ba13d2069068d7337fef28d9469;hb=955f829883aa125b2b633b1e71f6256da5b773fa;hp=ec2d189b8ba050e4a1a862c05e56bb3981b3985c;hpb=0698091f7682dae408fa9730ae7d26a14fd67550;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index ec2d189b8b..ae8148af4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,227 @@ +2003-08-25 Han-Wen Nienhuys + + * scripts/convert-ly.py + (FatalConversionError.articulation_substitute): add + convert-new-chords code. Remove convert-new-chords.py + + * Documentation/user/refman.itely (Octave check): document + \octave. + + * Documentation/topdocs/NEWS.texi: add \octave, postfix and + \relative changes. + + * lily/parser.yy (command_element): octave check: + + \octave PITCH + + checks that PITCH (without octave) yields PITCH (with octave) in + \relative + + * lily/relative-octave-music.cc (to_relative_octave): octave check. + + * lily/scm-option.cc: ly:set-option now has the default argument + #t. + + * lily/lexer.ll: add \renameinput + + * python/lilylib.py (command_name): robustifications. + + * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of + /dev/stderr. This is ash compatible. + + * ly/init.ly: add warning if compatibility was not necessary. + + * lily/scm-option.cc (LY_DEFINE): add ly:get-option + + * flower/include/string-handle.icc: formatting cleanups, rename + references by ref_count_. + +2003-08-25 Heikki Junes + + * make/lilypond.mandrake.spec.in: syncronize the spec file with + Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs, + package libs separately, fix conflicting php variable out=/dev/vc/ + invoking `unset out', declare menus, use only one icon-file, fix + doc-path in menu. + +2003-08-23 Han-Wen Nienhuys + + * scripts/convert-ly.py (FatalConversionError.conv): typo + + * Documentation/misc/GNUmakefile: restore misc directory. + + * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude + + * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove + Petites-Preludes + + * input/test/partial-blank.ly (quickmeasure): syntax + + * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons + attachment property. + + * Documentation/user/refman.itely: remove superfluous -'s + (Grace notes): ) fixes. + + * lily/music.cc: generic compress(), transpose() functions. Remove + others. + + * lily/parser.yy (gen_text_def): remove support for #'(italic ) + style markup entry. + + * lily/parser.yy: all articulations postfix; remove obligatory - + for [, ) and \! + + * lily/music.cc (to_relative_octave): write generic + to_relative_octave function; various relative cleanups. + Hmmm. + + * lily/scm-option.cc: add options new-relative and old-relative + + * po/sv.po: new po file. + + * Documentation/user/refman.itely (Dynamics): website + fixes. (should backport!) + +2003-08-22 Heikki Junes + + * make/lilypond.mandrake.spec.in: declare version only once. + +2003-08-22 Han-Wen Nienhuys + + * lily/simultaneous-music.cc (to_relative_octave): undo relative + meaning for now. + +2003-08-21 Han-Wen Nienhuys + + * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates + + * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file + + * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes + + * lily/simultaneous-music.cc (to_relative_octave): add Event_chord. + + * lily/music.cc (var): add ly:music-transpose function. + + * lily/parser.yy (pre_events): remove prefix articulations. + + * lily/music-sequence.cc (do_relative_octave): change relative meaning. + + * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch. + + * Documentation/user/refman.itely (Text markup): add comment about + markup in header. + +2003-08-20 Han-Wen Nienhuys + + * lily/paper-outputter.cc (write_header_fields_to_file): + only dump value if it is a string. + + * flower/include/dictionary.hh: remove. + + * Documentation/ChangeLog-1.5: add back old log. + + * Documentation/topdocs/INSTALL.texi (Top): explain how to get + .pfas from a .deb. + +2003-08-19 Han-Wen Nienhuys + + * Documentation/bibliography/engraving.bib: add entry for + Jaschinski's Notation + +2003-08-18 Han-Wen Nienhuys + + * Documentation/user/refman.itely (Beaming): add note about + allowBeamBreak + +2003-08-18 Juergen Reuter + + * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added + GregorianTranscription contexts + + * ly/engraver-init.ly: vaticana contexts: minor fixes + + * Documentation/user/refman.itely (Ancient notation): added note + on appendix length bug + + * input/puer-fragment.ly, input/test/gregorian-scripts.ly, + input/test/vaticana.ly: use vaticana contexts; small fixes + +2003-08-17 Jan Nieuwenhuizen + + * flower/hash.cc: Remove. + + * flower/include/dictionary.hh (V>): Compile fix: Remove assignment + to (nonexistent?) hash_func_ identifier. + + * python/midi.c (midi_error, midi_warning): Use char const* for + __FUNCTION__ argument. + + * python/gettext.py: Remove. We already require python 2.1, which + includes gettext.py. + + * configure.in: Require python 2.1, as INSTALL.texi says. + it. + + * Documentation/topdocs/INSTALL.texi: Add note to avoid bison + versions 1.50 and 1.75. Remove note about lexer patch. + +2003-08-16 Jan Nieuwenhuizen + + * Documentation/topdocs/INSTALL.texi: Update type1 font + description to actual situation. Add comment about new font ball + layout. + + * GNUmakefile.in (pfa-fonts): Create font-ball so that untar + in $LILYPONDPREFIX suffices for installation. + +2003-08-11 Jan Nieuwenhuizen + + * debian/control (Build-Depends): Add flex-old as alternative to + flex. Deprecate bison 1.75. + +2003-08-17 Juergen Reuter + + * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added + Vaticana contexts + + * Documentation/user/refman.itely (Ancient notation): documented + some bugs; tiny fixes; added docu on Vaticana contexts + + * gregorian-init.ly, ly/script-init.ly: moved ancient articulation + scripts + +2003-08-16 Juergen Reuter + + * Documentation/user/refman.itely (Ancient notation): added some + introductory words; added section on ancient time signatures; + added some @seealso and @refcommands; small fixes and + beautifications + +2003-08-15 Juergen Reuter + + * input/regression/note-head-style.ly: many fixes and updates + + * Documentation/user/refman.itely: added small sections on ancient + accidentals, rests and flags; revised ancient note head section; + small wording/spelling fixes + + * input/test/rests.ly: layout fixes + +2003-08-14 Juergen Reuter + + * input/puer-fragment.ly: bugfix: central C position of do clef + + * ly/gregorian-init.ly: workaround: add small padding space before + divisiones (the correct fix would be the spacing engine to handle + this) + +2003-08-13 Graham Percival + + * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly, + cue-notes.ly: minor fixes. + 2003-08-13 Juergen Reuter * Documentation/user/refman.itely: bugfix: remove obsolete link to @@ -5,6 +229,9 @@ * Documentation/index.html.in: bugfix: link to Tutorial.html + * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis" + to neumes; bugfix: "et": epiphonus, not just a simple pes + 2003-08-12 Heikki Junes * lilypond-mode.el: split `Insert Tag' if it is long enough. @@ -25,7 +252,7 @@ 2003-08-08 Han-Wen Nienhuys * Documentation/topdocs/INSTALL.texi (Top): change GUILE - requirements. + requirements to plain 1.6. * buildscripts/mutopia-index.py (read_lilypond_header): update mutopia-index.py to 1.4 syntax [sic]