]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/rest-collision.cc (force_shift_callback): rewrite using
[lilypond.git] / ChangeLog
index 71b6d05a68c3c5c071bcccb59ef727429af9d6f2..06e65eb9033af0321d6717ce0d50fd8d030f9562 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,180 @@
+2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/rest-collision.cc (force_shift_callback): rewrite using
+       -done property.
+
+       * scm/grob-property-description.scm (rest-collision-done): add property.
+
+       * lilypond.vim: add file (<hjunes@cc.hut.fi>)
+
+2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/multi-measure-rest-center.ly: new file.
+
+       * lily/multi-measure-rest.cc (big_rest): multi measure rest was
+       off horizontally by 0.05 ss. Fixed.
+
+2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/pdftex.scm: Rename ly-number to ly:number->string.
+
+       * Documentation/topdocs/index.tely: Remove duplicate from merge.
+
+2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/tie.cc (get_control_points): also avoid staff lines on the
+       just outside the outer staff lines
+
+2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ly/params-init.ly: Just define style-alist, no need to
+       define-public.
+
+       * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
+       (thanks Han-Wen).
+
+       * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
+       (FET_FILES): = FONT_FILES.
+
+       * Merge from stable:
+
+           cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
+
+2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/generate-documentation.scm (string-append): add macro
+       definitions.
+
+       * lily/text-item.cc (lookup_text): don't use virtual fonts for
+       normal texts.
+
+       * lily/multi-measure-rest-engraver.cc: make separate
+       MultiMeasureRestNumber grob. Introduce restNumberThreshold.
+
+       * lily/multi-measure-rest.cc: remove text handling. Remove
+       number-threshold.
+
+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.
+
+       * VERSION: release 1.7.3
+       
 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
 
        * lily/accidental-engraver.cc: Fix
        (schedule_lilypond_block): Implement `noquote' option for LaTeX
        mode.
 
-2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
 
-       * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
-       staff-space.  Previous 1.5 was probably meant as half-spaces.
-       (cautionary-style): parentheses (was: smaller).  This is what doco
-       says, and it seems more logical.
+       * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
+       as workaround for /bin/sh problems on Solaris7.
 
-       * Documentation/user/refman.itely (Chromatic alterations): Bugfix
-       for 2nd sentence.
+2002-10-19  Werner Lemberg  <wl@gnu.org>
 
-2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+       * GNUmakefile.in (web-doc): Fix typos.
+       * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
+       `music-drawing-routines.ps' but emit \special{header=...} once.
+       * scm/tex.scm (header-end): Updated.
 
-       * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
+2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
-2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
+       * lily/stem-engraver.cc (acknowledge_grob): don't crash on
+       undefined tremolo. 
 
-       * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
+2002-10-15  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py (g_make_html): New global variable.
+       (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
+       if `g_make_html' isn't set.
+       [main]: Add format `texi-html'.
+       (option_definitions): Updated.
+       * Documentation/user/lilypond-book.itely: Updated.
+
+       * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
+       * make/ly-rules.make (%.texi, %.nexi): Use it.
+       * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
+       format to lilypond-book.
+       * GNUmakefile.in (web-doc): Ditto.
+
+2002-10-14  Werner Lemberg  <wl@gnu.org>
+
+       Further improve TeX output.  The produced files are about 40%
+       smaller.  `lilyponddefs.tex' is now read only once.
+
+       * tex/lilyponddefs.tex: Remove footer stuff.
+       (\ifundefined): Renamed to...
+       (\lilypondundefined): This.  Use LaTeX's definition to
+       make it nestable and make it global.
+       (\lilypondstart, \lilypondend): New macro to initialize LilyPond
+       output.
+       (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
+       (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
+       them global.
+       (\placebox): Renamed to...
+       (\lyitem): This.
+       Make it global and call \outputscale by itself.
+       (\lybox, \lyvrule): New macros to reduce input data.
+       (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
+       New auxiliary macros.
+       (\SkipLilydefs, \EndLilyPondOutput): Removed.
+       * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
+       to...
+       (\lilypondspace): This and made it global.
+       (\turnOnPostScript): Renamed to...
+       (\lilypondpostscript): This and made it global.
+       (\turnOnExperimentalFeatures): Renamed to...
+       (\lilypondexperimentalfeatures): This and made it global.
+       * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
+       (\lilypondsetdimen): This and made it global.
+       * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
+       * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
+       (all, $(outdir)/music-drawing-routines.ps): New rules.
+       * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
+       * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
+       start-system, stop-system, stop-last-system, filledbox): Updated to
+       use the changed macros from lilyponddefs.tex.
+       * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
+
+2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/windows/installing.texi: Update.
 
 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>