]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/auto-beam-engraver.cc (process_music): end/junk beam if
[lilypond.git] / ChangeLog
index 08a20f6b4f6460311c769cb59df64f48e0718750..e76994e9bdeb244a724bf23f05fc55944cdfc684 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,194 @@
+2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/auto-beam-engraver.cc (process_music): end/junk beam if
+       special (repeat) bar comes along.
+
+       * input/regression/auto-beam-bar.ly: update.
+
+       * scripts/lilypond-book.py (output_dict): remove support for the
+       EPS option.
+
+       * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
+       VerticalAlignment and VerticalAxisGroup this fixes the size
+       computations for the entire system.
+       * input/les-nereides.ly (bass): remove superfluous fontSize.
+
+       * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
+       causes directory of file to be added to include path.
+
+       * input/regression/beam-break.ly: test single stem beams.
+
+       * input/regression/system-start-bracket.ly: fix.
+
+       * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
+
+       * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
+
+       * lily/beam-quanting.cc (quanting): check french-beaming per stem.
+       (score_stem_lengths): do something sensible for single stem beams.
+
+       * lily/beam.cc (least_squares): add kludge for single stem beams.
+
+       * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
+       keySignature to list of broken things.
+
+       * input/regression/keys.ly: fix.
+
+       * VERSION (PACKAGE_NAME): release 1.9.7
+
+       * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
+
+       * Documentation/user/refman.itely (Pitches): doc quarter tones.
+
+       * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
+       (quartertone_pitch): new function
+
+       * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
+       flat. WARNING: FONT CHANGED.
+
+       * ly/nederlands.ly: add -eh and -ih for quarter tones.
+
+       * lily/accidental-placement.cc (add_accidental): support for
+       quarter tones.
+
+       * ly/LANGUAGEs.ly: use symbols for alterations.
+
+       * mf/feta-toevallig.mf: change accidental codes. 
+
+       * scm/lily.scm (ly:get-option): switch on debugging only for
+       --verbose.
+
+       * lily/lily-guile.cc: remove ly:verbose?
+
+       * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
+
+       * lily/parser.yy (TODO): only do gh_call() for apply with
+       procedure argument.
+
+       * lily/tie-engraver.cc (start_translation_timestep): move melisma
+       stuff in accordance with new timing of tie-events.
+
+       * lily/my-lily-lexer.cc: remove \outputproperty
+
+       * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
+
+       * scm/define-translator-properties.scm (melismaBusyProperties):
+       add melismaBusyProperties property.
+
+2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/test/ambitus-mixed.ly (texidoc): new file.
+
+       * buildscripts/mutopia-index.py (find): prune debugging
+
+       * lily/side-position-interface.cc: doc updates
+
+       * Documentation/user/refman.itely: updates, tweaks.
+
+       * lily/parser.yy (Simple_music): remove outputproperty
+
+       * make/stepmake.make: use VERSION again; importing VERSION via
+       autoconf dependencies is too hairy.
+
+2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: allow `-' for keywords and identifiers.
+
+2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: release 1.9.6
+       
+       * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
+       iso. ly2dvi.
+
+       * Documentation/user/*.itely: fixes everywhere
+
+       * lily/completion-note-heads-engraver.cc: rewrite engraver:
+       produce ties from the engraver itself, do not broadcast TieEvent.
+
+       * lily/my-lily-lexer.cc: remove pitch & duration.
+
+       * lily/parser.yy (TODO): remove \pitch and \duration
+
+       * input/test/explicit.ly: remove file.
+
+       * Documentation/user/refman.itely (Pitches): remove \pitch 
+       \duration command.
+
+2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond.words.py: add all slur types to Emacs
+       insertion menu, suppose everything is postfixed by dropping 
+       unnecessary `-' -marks.
+
+2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/stem.cc (get_default_stem_end_position): lengthen stems for
+       tremoloed stems.
+
+       * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
+       head for flagged stems.
+
+       * lily/stem.cc (get_default_stem_end_position): futz with extra
+       stem length if there is a stem tremolo.
+
+       * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
+       it would be too small.
+
+       * lily/font-metric.cc: return #f for non-existent glyph.
+       
+       * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
+       exported through config.make.
+
+       * input/regression/clef-oct.ly: new file.
+
+       * scm/clef.scm (make-clef-set): use regexps, support arbitrary
+       transposition.
+
+       * input/template/*.ly: remove old relative.
+
+       * ly/english.ly: add X names for double sharp.
+
+2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/font-select.cc: new file handle font selection routines.
+
+       * lily/parser.yy: add ; (Patrick Atamaniuk)
+
+       * input/test/time-signature-double.ly: use markups for double time
+       sigs.
+
+       * 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 allow \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
        * 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-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * configure.in: release 1.9.5
+       
        * scripts/lilypond.py (global_latex_preamble): only set
        twosideshift if 'twoside' is in latexoptions