]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
doc patch by Graham Percival
[lilypond.git] / ChangeLog
index 3b387f40987493dff07006941762e9c8b5a251f7..4b66ebfe82cfec4257ab2ab6dd6d69de377de6ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,201 @@
+2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/music-types.scm: doc patch by Graham Percival
+
+2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
+       encoding part.
+       (Font_info.set_defaults): pixelsize now also defauts to '0'.
+       (sketch_p): Sketch wants only first four elements of X11 font spec.
+
+       * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
+
+       * mf/feta-autometric.mf: Write foundry and family to log.
+
+       * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
+       font translation table.
+
+       * buildscripts/mf-to-table.py: Better font info into afm.
+
+       * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
+       1.0.9 required.
+
+       * configure.in: Whine for mftrace 1.0.9.
+
+2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/parser.yy (chord_body): allow <<c e>>4 notation.
+
+       * lily/main.cc (main_prog): don't try to load init.EXT when
+       processing foo.EXT.
+
+2002-10-15  Rune Zedeler  <rune@zedeler.dk>
+
+       * scm/tex.scm (zigzig-line): added.
+
+       * scm/ps.scm (zigzag-line): added.
+
+       * ps/music-drawing-routines.ps (subvec): added.
+       (draw_zigzag_line): added.
+       
+       * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
+       grob properties zigzag-width and zigzag-length.
+
+       * input/regression/glissando.ly: Add some zig-zagged glissandi.
+
+2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
+       svg output, including font.
+
+2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/lily.scm: Register sodipodi output module.
+
+       * scm/sodipodi.scm: New file.
+
+       * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
+
+       * buildscripts/mf-to-table.py (base): Write TfmChecksum in
+       comment, after header.
+       (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
+       FullName.  Fix FontName key.
+
+2002-10-14  Rune Zedeler  <rune@zedeler.dk>
+
+       * lily/rest.cc (after_line_breaking): bugfix: dots after half
+       and breve rests.
+       
+       * input/test/blank-notes.ly: bugfix
+
+       * lily/rest.cc (after_line_breaking): bugfix: dots after whole
+       rests. (Kim Shrier)
+
+       * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
+       
+2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/tex.scm: 
+       * scm/ps.scm: Cleanup and remove obsolete junk.
+
+       * Documentation/user/internals.itely:
+       * Documentation/user/refman.itely: Run texinfo-all-menus-update.
+
+       * lily/parser.yy: Identify shift/reduce problems.
+
+       * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
+       make-style-sheet.  Too specific for convert-ly?
+
+2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * po/cs.po: added czech translation, courtesy Tomas Kopecek.
+
+       * input/test/*.ly: various fixes.
+
+       * lily/music.cc (name): bugfix
+
+       * lily/piano-pedal-engraver.cc (try_music): fix pedals.
+
+       * lily/input-file-results.cc (code): set-point-and-click! ->
+       set-point-and-click
+       
+2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Use uniform ly: prefix for exported scheme primitive functions.
+
+       * scm/music-types.scm: junk compat glue
+
+       * scripts/convert-ly.py: add rules for stuff below, junk
+       compatibility glue for spanrequest.
+
+       * lily/parser.yy (verbose_event): remove \spanrequest,
+       \commandspanrequest, \script. 
+       
+       * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
+
+       * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
+       for \penalty, \glissando.
+
+2002-10-13  Rune Zedeler  <rune@zedeler.dk>
+
+       * lily/accidental-engraver.cc: Fix
+       grace-in-the-beginning-of-measure bug caused by the resent
+       partial-measure fix.
+
+       * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
+       overlap looks too crowded)
+       
+2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/parser.yy (assignment): allow SCM expression as assignment.
+
+       * lily/include/music-output-def.hh (class Music_output_def):
+       * lily/music-output-def.cc: 
+       * lily/paper-def.cc: 
+       * scm/font.scm (markup-to-properties):
+       * lily/parser.yy (music_output_def_body): 
+       remove style_sheet_
+
+2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * ly/grace-init.ly (startGraceMusic): shorten default grace stem
+       length.
+
+       * input/regression/spacing-to-grace.ly: new file.
+
+       * input/regression/spacing-end-of-line.ly: new file.
+
+       * lily/note-spacing.cc (get_spacing): take into account breakable
+       stuff sticking out at the left (time sig change at line break).
+
+       * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
+       raggedright code.
+
+       * scm/music-functions.scm (make-voice-props-set): add
+       staff-position for mm rests.
+       * lily/spacing-spanner.cc (musical_column_spacing): shrink space
+       before grace notes a little.
+
+       * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
+
+       * lily/break-align-interface.cc (do_alignment): right-edge spacing
+       key adds space at the end of line. 
+
+2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/sketch.scm: Fix beams.
+
+       * buildscripts/mf-to-table.py: Add EncodingScheme.
+
+       * scm/sketch.scm: Resurrect.
+
+2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/multi-measure-rest.cc: use breve rests for measure lengths
+       longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
+
+2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
+
+       * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
+
+2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
+       token for origin information.
+
+       * lily/parser.yy (My_lily_lexer): do identifier location and
+       cloning from lexer.
+
+       * scm/music-functions.scm (make-multi-measure-rest): move mmrest
+       logic out of the parser. Add bar checks on both ends.
+
+       * Documentation/user/refman.itely (Multi measure rests): add more
+       notes about mm rests.
+
 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * input/regression/bar-scripts.ly: Re-enable.
@@ -8,6 +206,7 @@
 
        * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
 
+
 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * input/regression/bar-scripts.ly: Blunt documentation build fix.
 
 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
-       * VERSION: 1.6.5 released
-
        * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
 
 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>