]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
[lilypond.git] / ChangeLog
index 2da34855b2ffc1b2f951077a149661e900cc7617..333324b91647fee0d7957304e05d91d7bdfbf3bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,135 @@
+2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
+       ChordNames.SeparationItem #'padding for adjusting space after chords.
+       
+       * lily/music-output-def.cc (LY_DEFINE): 
+       new function ly:paper-lookup.
+       
+       * mf/parmesan-clefs.mf: use # quantities for char_box
+       offsets. Fixes overflow errors in the PFA. 
+
+       * scm/new-markup.scm (strut-markup): change calling interface for
+       markup. Pass paper-def, not grob. This would \markup to be used
+       separately from grobs.
+
+       * lily/paper-def.cc: new function ly:paper-font; this function
+       replaces ly:get-font.
+
+       * lily/include/font-interface.hh (struct Font_interface): take
+       Paper_def iso. Grob for get_font().
+
+2003-09-14  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/ tutorial.itely, refman.itely: add warning
+       about \key and accidentals.
+
+2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/new-markup.scm (musicglyph-markup): undefine font-name.
+
+       * Documentation/user/*.itely: manual tweaks
+
+2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
+       cleanup; bugfix: exact_center
+
+       * Documentation/user/refman.itely: added more documentation on
+       ambitus according to recent questions on lilypond-user list
+
+2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/ottava.ly (texidoc): demo 15ma too.
+
+       * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
+
+       * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
+       octave fixes.
+
+2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/lexer.ll: add \r to the rules for newlines; this fixes
+       problems on older Mac editors.
+
+       * configure.in: release 1.9.5
+       
+2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
+
+2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
+       mf/parmesan-clefs.mf: added comments on character alignment and
+       set_char_box() conventions
+
+       * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
+       set_char_box()'s
+
+       * mf/parmesan-clefs.mf: vaticana: adjusted stem width
+
+2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
+
+2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
+       shortened to avoid almost-collision with staff line; code cleanup;
+       other custodes: fixed char boxes; code cleanup
+
+2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/lilypond.py (global_latex_preamble): only set
+       twosideshift if 'twoside' is in latexoptions 
+
+       * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
+
+       * VERSION: remove
+
+       * scripts/*2ly.py: update <> syntax
+
+2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/chord-name-engraver.cc (process_music): add origin for
+       chord name.
+
+       * input/regression/chord-name-exceptions.ly (theMusic): add base too.
+
+       * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
+       bass notes for exceptions too.
+
+       * scm/define-grobs.scm (all-grob-descriptions): rename
+       HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
+
+       * scm/define-grob-properties.scm (remove-first): add remove-first
+       property for orchestral scores.
+
+       * Documentation/user/*.itely: switch <<>> and <> 
+
+       * lily/glissando-engraver.cc (process_music): bugfix: move line to
+       last_line only once. This fixes the two consecutive glissandi problem.
+
+2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
+       error message "flexa-width undefined"
+
+       * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
+       lily/include/gregorian-ligature.hh: print warning when ignoring
+       head prefixes on flexa shapes
+
+       * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
+       space before a series of inclinatum heads
+
+       * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
+       lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
+       cleanups
+
+       * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
+       and char_box
+
 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
 
        * input/regression/breathing-sign.ly: tiny fixes