]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* input/test/bar-lines.ly (TODO): dashed "|".
[lilypond.git] / ChangeLog
index b6440f55d5a151f2c61de9705a58098bca103475..8eef8760e777484febc646bafddeb5a652e5b734 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,169 @@
+2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/test/bar-lines.ly (TODO): dashed "|".
+
+2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
+       input/regression/tie-chord.ly: Fix spell for tying.
+
+       * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
+
+       * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
+       new file (renamed, see above).
+
+       * Documentation/user/lilypond-book.itely
+       * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
+       * input/example-1.ly input/example-2.ly input/example-3.ly
+       * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
+       * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
+       * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
+       * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
+       * scripts/lilypond-book.py scripts/lilypond.py
+       * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
+       * vimrc: replace ly2dvi with lilypond and remove silly comments.
+
+       * Documentation/user/lilypond.tely: update version.
+
+       * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
+       Remove extra spaces in each @node, fixes spaces.
+
+2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/lilypond-book.py (output_dict): Add definition of
+       \lilypondbook also for LaTeX output. Solves several bug reports.
+
+2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
+
+2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/test/transposition.ly: Fix key signatures, given in comments.
+
+2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scm/midi.scm (instrument-names-alist),
+       Documentation/user/appendices.itely: Correct spelling of shakuhachi
+
+2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * input/test/temporary-stave.ly (texidoc): New example based on an
+       email question from Ralph Little.
+
+2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/note-performer.cc (try_music): accept busy-playing-event.
+
+       * lily/swallow-perf.cc (try_music): return false for
+       busy-playing-event and melisma-playing-event.
+
+2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
+       >> in \score.
+
+2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
+       that articulation_substitute will not move beam start again.
+       (articulation_substitute): Bugfix: remove stray space so that new
+       old chords ending '>>' does not get broken up.
+       (sub_chord): Use TAB for indentation (not spaces).
+       
+       * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
+       Bugfix for startup: Use ?^ instead of ?\^.
+
+2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/lyric-combine-music-iterator.cc
+       (Lyric_combine_music_iterator): change init order, to prevent GC
+       segfaults.
+
+       * lily/context-specced-music-iterator.cc (construct_children): 
+       only change  translator if found. This fixes a core dump problem.
+
+2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/slur.scm (default-slur-extremity-rules): use equal? for
+       comparison.
+
+       * mf/feta-bolletjes.mf: make hole in half note little
+       smaller for stem attachment.
+
+       * lily/stem.cc (brew_molecule): tweaks for new flag layout.
+
+       * mf/feta-banier.mf: don't draw stem with flag, just small square
+       attachment.
+
+       * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
+
+       * mf/feta-banier.mf: remove upstem/downstem characters.
+
+       * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
+
+       * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
+       stafflinethickness (in the default)
+
+       * lily/stem.cc (brew_molecule): use round_filled_box for stem.
+
+       * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
+
+       * Documentation/topdocs/INSTALL.texi (Top): reorder.
+
+       * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
+
+       * lily/include/directional-element-interface.hh:
+       junk class, make {get,set}_grob_direction functions.
+
+       * lily/slur.cc (get_attachment): do something sensible when
+       attaching to stem without heads (eg. a rest).
+
+       * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
+       forcing up to staff.  remove #'support-head property
+       (brew_molecule): small cleanup.
+       (flag): remove #'grace property.
+
+2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/postinstall-lilypond.sh: 
+       * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
+       (Volker Zell).
+
+2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/lilypond-book.py: resurrect 'eps' option. 
+       (TexiPaper.to_eps): use -Ppdf for EPS files.
+
+       * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
+
+       * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
+
+       * VERSION: release 2.0.1
+
+       * lily/bezier.cc (get_other_coordinate): change assert into
+       warning.
+
+       * lily/note-head.cc (internal_brew_molecule): make left protusion
+       smaller, to accomodate for natural sign.
+       (internal_brew_molecule): only do this when the accidental is
+       close enough.
+       (extent): new function
+
+       * lily/skyline.cc (merge_skyline): new function
+       (heighten_skyline): new function
+
+       * lily/accidental-placement.cc (position_accidentals) 
+       (position_accidentals): fix todo.
+
+2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/test/+.ly (texidoc): put version number inline.
+
+       * GNUmakefile.in: remove rsync-web target.
+       
+       * input/regression/bar-scripts.ly (onestaff): raggedright
+
 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/*.cc: remove #if 0'd code in couple of places.
        auto-beam-settings.
 
 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
-
+*
        * lily/midi-stream.cc (operator <<): Also write MIDI string when
        midi_debug_global_b.
        (operator <<): Normalise loop.