]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
Bugfix: copy aclocal.m4, autogen.sh also if
[lilypond.git] / ChangeLog
index 556bd0397e6d9b7a05948065fd03dd628947b8bd..cb74e7580ec5b0b0411e8fb982cf0935b5c5fa71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,440 @@
+2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
+       they do not exist.
+
+2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION (PACKAGE_NAME): released 1.9.1 
+
+       * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
+       Instrument_name_engraver
+
+       * lily/tie-performer.cc (create_audio_elements): bugfix
+
+       * Documentation/user/music-glossary.tely (Top): comment out
+       font-style statements.
+
+       * input/test/force-hshift.ly: revise example.
+
+       * Documentation/bibliography/engraving.bib (note): typos.
+
+       * configure.in: bump GCC requirements to 3.x
+
+       * lily/include/audio-item.hh (class Audio_tie): rename
+       note_l_drul_ to note_drul_
+
+       * lily/tie-performer.cc (class Tie_performer): patch for new ties.
+
+       * lily/parser.yy (relative_music): whoops. All \relative were off
+       by ...  a lot .... Ahem.
+
+       * scm/define-music-types.scm (music-descriptions): idem.
+
+       * lily/beam-engraver.cc: move new-beam-event to beam-event
+
+       * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
+       to Tie_engraver
+
+       * input/regression/bar-number.ly: remove unnecessary old-relative
+       options.
+       
+       * Documentation/user/internals.itely (Creating contexts): document
+       \newcontext
+
+       * lily/parser.yy (Composite_music): add \newcontext
+
+       * Documentation/user/refman.itely (MIDI block): add note about
+       dotted tempos.
+
+       * scm/font.scm: remove old markup legacy
+
+       * GNUmakefile.in (web-clean): remake share/ after web-clean.
+
+       * lily/breathing-sign.cc (brew_molecule): remove function
+
+       * lily/text-item.cc: remove old-style markups.
+       (interpret_markup): C++ version of markup function
+       (brew_molecule): idem.
+
+       * lily/my-lily-lexer.cc (start_main_input): define input-file-name
+       as Scheme variable.
+
+       * scripts/convert-ly.py (conv): dashes rule.
+       Apply rule.
+
+       * Documentation/user/lilypond-book.itely: syntax fixes. 
+
+2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION (PACKAGE_NAME): release 1.9.0
+
+       * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
+       note about dvips. (Should backport.)
+
+       * 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  <hjunes@cc.hut.fi>
+
+       * 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  <hanwen@cs.uu.nl>
+
+       * 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  <hjunes@cc.hut.fi>
+
+       * make/lilypond.mandrake.spec.in: declare version only once.
+
+2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/simultaneous-music.cc (to_relative_octave): undo relative
+       meaning for now.
+
+2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * 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  <hanwen@cs.uu.nl>
+
+       * 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  <hanwen@cs.uu.nl>
+
+       * Documentation/bibliography/engraving.bib: add entry for
+       Jaschinski's Notation
+
+2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Beaming): add note about
+       allowBeamBreak
+
+2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * 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  <janneke@gnu.org>
+
+       * 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  <janneke@gnu.org>
+
+       * 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  <janneke@gnu.org>
+
+       * debian/control (Build-Depends): Add flex-old as alternative to
+       flex.  Deprecate bison 1.75.
+
+2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * 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  <reuter@ipd.uka.de>
+
+       * 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  <reuter@ipd.uka.de>
+
+       * 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  <reuter@ipd.uka.de>
+
+       * 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  <gperlist@shaw.ca>
+
+       * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
+       cue-notes.ly: minor fixes.
+
+2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * Documentation/user/refman.itely: bugfix: remove obsolete link to
+       input/test/custos-style.ly
+
+       * 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 <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: split `Insert Tag' if it is long enough.
+
+       * lilypond.words: add new features: markup, column, center, \[ \].
+       
+2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/NEWS.texi, DEDICATION,
+       stepmake/bin/add-html-footer.py
+       input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
+       input/mutopia/J.S.Bach/wtk1-fugue1.ly
+       input/mutopia/J.S.Bach/wtk1-prelude1.ly
+       Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
+       added (only) after a sentence which is complete; if the sentence is 
+       not ended a comma `,' or nothing is used. fix also spaces.
+
+2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/topdocs/INSTALL.texi (Top): change GUILE
+       requirements to plain 1.6.
+
+       * buildscripts/mutopia-index.py (read_lilypond_header): update
+       mutopia-index.py to 1.4 syntax [sic]
+
+2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
+
+       * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
+
+2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/index.html.in: url for regression pdf
+
+       * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
+
+       * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
+
+       * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
+
+       * VERSION: 1.8.0 released
+       
+       * GNUmakefile.in (local-WWW-post): footify build fix.
+
+       * configure.in: require GUILE 1.6.4
+
+       * Documentation/user/GNUmakefile: don't copy *.png for
+       lilypond-internals
+
+       * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
+       local-WWW-post target.
+       (rsync-web): add rsync-web target
+
+       * Documentation/user/introduction.itely (Music notation and
+       engraving): add neume example
+
+       * input/puer-fragment.ly (cantus): add puer-fragment
+
+2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/no-notation/midi-volume-equaliser.ly: Add volume setting
+       to notes, so that equalizer is actualy being used.
+
+       * scm/midi.scm (instrument-equalizer-alist):
+       (absolute-volume-alist): Define public, so that user can copy or
+       override.
+
+       * lily/key-performer.cc (create_audio_elements): Check for minor
+       key.  Only if key is minor, set MIDI key to minor.
+
+2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Hiding staffs): fixes.
+
+       * mf/feta-eindelijk.mf (tracingvariables): add TODO.
+
+       * lily/system-start-delimiter.cc (after_line_breaking): retrieve
+       vertical extents to deal with Hara kiri correctly.
+
+       * input/regression/hara-kiri-short.ly: remove
+
+       * input/regression/hara-kiri-pianostaff.ly: update test.
+
+       * Documentation/user/*.tely: remove WEBTITLE
+
+       * scm/output-tex.scm (comment): idem.
+
+       * scm/output-pdftex.scm: remove GUILE 1.4 glue
+
+       * scm/music-functions.scm (make-lyric-event): new function
+
+       * scm/lily.scm (lilypond-version): new function
+
+       * input/test/version-output.ly: new file.
+
+       * Documentation/user/lilypond.tely: add version number to
+       front-page.
+
+2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/test/midi-scales.ly: Reformat to match midi2ly output again.
+
+2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/template/gregorian-transcription.ly (barTwo): syntax update.
+
+       * Documentation/user/refman.itely (Hiding staffs): rename node.
+
 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * input/regression/new-markup-syntax.ly (texidoc): remove
+       molecule-callback override.
+
+2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/les-nereides.ly: Mark tweaks with %tweak.
+
+       * Debian patch, see debian/changelog (Anthony Fok).
+
+2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
+       problem.
+
+2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
+
+       * Documentation/user/refman.itely (Text markup): Fix language bug.
+
+2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/* : postfix syntax fixes.
+
        * Documentation/user/refman.itely (Text markup): add note about
        raise/lower with ^ or _ .