X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=2034382be988189c77c5f870c33700c556ecf4a9;hb=a0e46e79ea0ab6a7baadd58265aefc51c1faba61;hp=848fd1c1370fc6d4a4c62ddad0c827b3d316586c;hpb=e6992e9c760e7964c2ed0c6a34e1b9b522277ff0;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 848fd1c137..2034382be9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,172 @@ +2002-08-08 Han-Wen Nienhuys + + * lily/beam.cc (struct Int_set): typo. + + * mf/feta-beugel.mf (code): braces should start at 0, not 1. + + * lily/include/lily-guile.hh (scm_int2num): guile 1.4 compatibility. + + * scm/grob-description.scm (all-grob-descriptions): set + X-offset-callbacks for TextScript + + * lily/stem.cc (invisible_b): don't use support_head(), since it + sets stem direction. + + * lily/beam.cc (struct Int_set): don't get stuck inserting + interval segments of length 0.0. + + * scripts/convert-ly.py: break-align conversion. + +2002-08-06 Han-Wen Nienhuys + + * lily/*.cc (process_music): gh_int2scm -> scm_int2num + +2002-08-06 Heikki Junes + + * lilypond-mode.el: Also "C-xC-s" sets default command to LilyPond. + +2002-08-05 Rune Zedeler + + * mf/feta-eindelijk.mf: Fix silly typo in 16th and shorter rests. + +2002-08-05 Han-Wen Nienhuys + + * stepmake/bin/make-version.py: robustify. + + * input/test/rhythm-excercise.ly: new file + + * input/test/blank-notes.ly: new file + + * lily/note-head.cc (head_extent): robustness fix. + + * Documentation/user/preface.itely: add some more. + +2002-08-04 Rune Zedeler + + * Documentation/user/refman.itely + * Documentation/user/internals.itely: Documented "Current" property. + +2002-08-04 Han-Wen + + * lily/lily-guile.cc: change gh_str02scm to scm_makfrom0str. + +2002-08-04 Werner Lemberg + + * tex/lilyponddefs.tex: s/filllastpage/lastpagefill/. + + * Documentation/user/refman.itely: Document it. + +2002-08-04 Han-Wen + + * lily/main.cc (sane_putenv): Oops. Should supply a private copy + to putenv. (this was actually caught by valgrind, but I didn't + think the error was mine... ) + +2002-08-03 Han-Wen + + * tex/lilyponddefs.tex: add filllastpage support. + + * GNUmakefile.in: barf if config.h is older than configure. + + * VERSION: released 1.5.71 + + * lily/beam.cc (consider_auto_knees): rewrite function; now only + consider horizontal knees. Fixes input/bugs/bizzarre-beam.ly + + * lily/syllable-group.cc (set_lyric_align): fix centering on note + head for `normal' lyrics. This fixes input/bugs/lyrics-spacing.ly. + +2002-08-02 Han-Wen + + * lily/beam.cc (connect_beams): fix quarter note beams. + + * input/regression/beam-quarter.ly: new file. + +2002-08-02 Mats Bengtsson + + * buildscripts/mf-to-table.py (postfixes): Reduce the line spacing + in the font list. + +2002-08-02 Han-Wen Nienhuys + + * lily/scm-option.cc: excorcise iostream. + + * lily/main.cc: remove iostream usage. + +2002-08-02 Han-Wen + + * scripts/lilypond-book.py: make URL for printfilename option. + + * lily/beam.cc (position_with_maximal_common_beams): fix kneed + beamlets. This fixes input/bugs/knee + + * ly/engraver-init.ly (HaraKiriStaffContext): switch off auto knee + for hara kiri staffs. + + * lily/slur-engraver.cc (try_music): remove nested slur + functionality. This fixes spurious warnings with the partcombiner. + +2002-08-01 Han-Wen Nienhuys + + * lily/parse-scm.cc (protected_ly_parse_scm): guile 1.4 compatibility. + +2002-08-01 Rune Zedeler + + * lily/tab-note-heads-engraver.cc: add algorithm for automatically + selecting frets when none given by user. Read property + "minimumFret". + + * scm/translator-property-description.scm: Add "minimumFret" + + * mf/feta-eindelijk.mf: Changed layout of 16th and shorter rests + to match the 8th rest. slanted 8th rest a bit more. + WARNING: 8th rest and classical quarter rest exchanged. + +2002-08-01 Mats Bengtsson + + * scm/grob-description.scm (RehearsalMark): Add baseline-skip to + handle multiline marks correctly. + +2002-07-31 Mats Bengtsson + + * scripts/ly2dvi.py (ly_paper_to_latexpaper): Fix dvips flags + +2002-07-31 Rune Zedeler + + * input/SondagMorgen/*.ly: Added. TODO: Lots of cleanups but now + it's there. + +2002-07-31 Han-Wen Nienhuys + + * lily/parser.yy (chord_notes): typo. + + * scm/music-functions.scm (unfold-repeats): bugfix + +2002-07-31 Rune Zedeler + + * ly/engraver-init.ly: remove alias "Current" from all contexts. + + * lily/translator-group (find_existing_translator): If + n=="Current", return this context. + + * lily/tab-note-heads-engraver.cc: add algorithm for automatically + selecting frets when none given by user. Read property + "minimumFret". + + * scm/translator-property-description.scm: add "minimumFret" + + * lily/rest.cc: + * lily/time-signature.cc: spacing for even number of staff lines. + +2002-07-31 Han-Wen + + * input/bugs/: remove various files. + + * Documentation/user/refman.itely: doco updates. + + * scripts/ly2dvi.py (find_pfa_fonts): add and document --pdf + option. + 2002-07-30 Rune Zedeler * ly/engraver-init.ly: add alias "Current" to all contexts. @@ -5,6 +174,9 @@ * ly/property-init.ly: Use "Current" context in the accidental macros. TODO: Do the same in some of the other macros? + * scm/output-lib.scm (tablature-stem-attachment-function): add + duration argument. Now the function can be called again :-) + 2002-07-30 Han-Wen * lily/parse-scm.cc (parse_handler): add better error message,