]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(construct-chord): process transposition
[lilypond.git] / ChangeLog
index 0d24b11d59303abd85db13e462a21c61ed501b6c..409312b4f4e48b9869c053929e581d144ec50dc5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,191 @@
+2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/chord-entry.scm (construct-chord): process transposition
+       after processing explicit-11.  
+
+2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/parser.yy (add_quote): add syntax for adding quotes:
+       \addquote "id-string" Music
+
+       * scripts/lilypond-book.py (do_file): do not overwrite input file.
+
+       * scripts/convert-ly.py (conv): add rules for name changes.
+
+       * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
+       music/context/grob property functions. Internally, use
+       get_property() and set_property() for both.
+
+2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
+
+       * elisp/lilypond-mode.el (get-buffer-size): define new function,
+       for Emacs >= 18 (Laurent Martelli).
+
+2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/parser.yy (command_element): extract quoted vector in
+       parser.
+
+       * input/regression/quote.ly: new file.
+
+       * lily/sequential-iterator.cc (process): only process if moment >= 0.
+
+       * lily/parser.yy (command_element): \quote DURATION NAME: support
+       cue notes. 
+
+       * lily/quote-iterator.cc (class Quote_iterator): new file.
+
+2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/auto-beam-engraver.cc (try_music): accept and process
+       beam-forbid-event.
+
+       * input/regression/auto-beam-no-beam.ly: new file.
+
+2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/accidental.cc (print): Change font-relative-size ->
+       font-size. Fixes cautionary-style = smaller.
+
+2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/system-start-delimiter.cc (staff_brace): remove
+       font-relative-size
+
+       * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
+       forgotten with scm_list_n. Fixes spurious coredumps.
+
+       * lily/accidental-engraver.cc (stop_translation_timestep): move
+       update of localKeySignature to stop_translation_timestep (). This
+       makes sure that all ties are noticed at the right moment.
+       (stop_translation_timestep): clear tie only when right-side
+       notehead was seen.
+       (number_accidentals_from_sig): cleanup. 
+
+       * input/regression/accidental-tie.ly (mus): new file
+
+       * input/regression/tie-accidental, tie-break-accidental.ly: remove
+       these longish tests.
+
+2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
+
+       * THANKS: update bugreporter list.
+
+       * lily/beam.cc (print): broken beams last until end of staff.
+       (print): broken beams start from prefatory matter.
+
+       * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
+
+       * lily/paper-score.cc (process): dump header only once.
+
+       * lily/paper-outputter.cc (Paper_outputter): move logic into
+       Scheme.
+
+       * scm/output-tex.scm (output-scopes): new function.
+       (output-paper-def): new function
+       (tex-string-def): new function
+       (symbol->tex-key): new function
+
+       * scripts/convert-ly.py (conv): add rule for | ~
+
+2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/regression/{many}.ly: refresh, trying to guess how
+       it was designed.
+
+2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: release 2.1.25
+
+       * scm/define-translator-properties.scm
+       (all-user-translation-properties): add printOctaveNames
+
+       * ly/engraver-init.ly: remove Note_event_swallower from
+       NoteNamesContext.
+
+       * lily/note-name-engraver.cc (process_music): new property
+       printOctaveNames
+
+       * lily/context.cc (find_existing_context): remove support for
+       Current.
+
+       * scm/music-functions.scm (set-accidental-style): new function;
+       duplicate accidental macros.
+
+       * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
+
+       * lily/note-name-engraver.cc (process_music):
+       process_acknowledged_grobs () -> process_music ()
+
+       * scm/part-combiner.scm (determine-split-list): robustification.
+
+2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/beam-quanting.cc (score_forbidden_quants): check all staff
+       lines for falling into beam-gap.
+       (score_forbidden_quants): check all staff lines for falling in
+       beam gaps.
+
+       * lily/note-spacing.cc (get_spacing): less space at EOL in case of
+       key/clef/time signatures. 
+
+       * input/test/ossia.ly: revise example.
+
+       * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
+       cleanup.
+       
+       * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
+       comply to Scheme standard.  Remove ly:get-paper-variable
+
+2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
+
+2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/accidental-engraver.cc (process_acknowledged_grobs): use
+       properties from Voice context. This fixes accidental size for
+       staff-switches during grace contexts.
+
+       * lily/note-collision.cc (check_meshing_chords): only wipe heads
+       if necessary. Else, simply wipe dots.
+
+       * input/test/beam-alternate.ly: new file
+
+       * input/test/piano-staff-distance.ly: new file.
+
+       * lily/translator-group.cc (recurse_down_translators): use
+       Direction for bottom-up/top-down.
+
+       * lily/include/translator.hh (class Translator): add
+       process_music() and do_announces(). This obviates
+       recurse_down_{engravers,performers}.
+
+       * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
+       \melisma and \melismaEnd
+
+       * lily/melisma-engraver.cc (process_music): change to
+       Melisma_translator, unify with performer. Accept
+       ManualMelismaEvent.
+
+       * ly/engraver-init.ly: add Font_size_engraver.
+
+2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
+       it hara-kiri.
+
+       * input/regression/{many}.ly: improve descriptions trying to figure
+       out what is tested.
+
 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/slur.cc (broken_trend_offset): robustness fix.
+
+       * VERSION: release 2.1.24
+
        * lily/context.cc (find_create_context): go to Score if it exists.
 
        * lily/context-scheme.cc: new file.