]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/side-position-interface.cc (out_of_staff): also do
[lilypond.git] / ChangeLog
index 26a58ff6247b229bc5d381806be2ba3ace203acb..72eadf0cc4fb9240aa08c260bd88398915bd19ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,172 @@
+2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/side-position-interface.cc (out_of_staff): also do
+       out_of_staff() correctly for d == DOWN.
+
+       * lily/text-spanner.cc (brew_molecule): only put vertical line and
+       horizontal line if they move to the right.
+       
+       * scm/define-grobs.scm (all-grob-descriptions): set
+       text-repeat-if-broken for ottava spanner
+
+       * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
+       property.
+
+       * mf/feta18.mf: design size is 18 not 22.5
+
+       * lily/new-lyric-combine-music-iterator.cc (process): new file.
+       Add a single LyricsVoice to a melody. Melismata may be set
+       individually.
+
+       * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
+
+       * lily/dot-column.cc: add stdio.h
+
+2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/item.cc: documentation for break-visibility (Thanks, John).
+
+2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
+
+       * lily/translator-def.cc: rename Translator_def to Context_def.
+
+       * Documentation/user/internals.itely (Lexical details): clarify
+       string def.
+
+       * Documentation/user/refman.itely (Rhythmic music): add link to
+       RhythmicStaff 
+
+2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/translator.cc: document start_translation_timestep()
+
+       * scm/output-tex.scm (tex-encoded-fontswitch): use
+       round for rounding (inexact->exact yields rationals)
+
+       * lily/*.cc: remove superfluous start_translation_timestep() calls.
+
+       * lily/translator-group.cc (get_simple_trans_list): 
+       new function; construct simple_trans_list_ lazily.
+       
+2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/paper-outputter.cc (output_scope): Check if number before
+       checking exact (guile cvs).
+
+       * scm/*: Escape backslashes in scheme strings (guile cvs).
+
+2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/refman.itely (Tablatures basic): annotate
+       seealso sections.
+
+       * lily/*.cc: cleanup of engraver initialize() functions.
+
+       * lily/repeat-acknowledge-engraver.cc
+       (start_translation_timestep): remove first_b_
+
+       * lily/tab-note-heads-engraver.cc: listen to string number events
+       inside < > too. (backportme).
+
+       * Documentation/user/refman.itely (Text scripts): add fatText to
+       index.
+
+2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: 2.1.8
+
+       * stepmake/bin/add-html-footer.py (built): add Wiki links to
+       footer.
+
+       * lily/parser.yy (translator_mod): allow \with { \remove .. }
+
+       * lily/bar-check-iterator.cc (process): only warn if
+       barCheckLastFail was changed.
+
+       * scm/define-translator-properties.scm (barCheckLastFail): add
+       property.
+
+       * lily/main.cc (main_prog): print summary of failed files.
+
+       * lily/axis-group-engraver.cc: move all spanner creation to
+       process_music (). Now staffs can be adjusted with \override too.
+       (Jan, you are a brilliant programmer!)
+       
+       * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
+
+2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/translator-def.cc (get_translator_names): accept user
+       tweaks too. 
+
+       * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
+       as big as normal heads. 
+
+       * input/*ly: run convert-ly
+       
+       * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
+       () if dependencies are fluked.
+
+       * scm/document-translation.scm (engraver-doc-string): update on
+       latest string/symbol conventions.
+
+       * lily/translator-ctors.cc: use Scheme_hash_table.
+
+       * lily/translator-def.cc (get_translator_names): new function
+       (add_context_mod): new function
+       (get_accepted): new function
+
+       * lily/parser.yy (context_mod): put all modifications of
+       \translator { } in a single production, encode as SCM.
+
+       * lily/translator-def.cc (add_context_mod): rewrite Translator_def
+       to use read-only lists, so additions to the definition can be
+       prepended easily.  
+
+       * Documentation/user/invoking.itexi (Editor support): add node on
+       editor support.
+
+       * Documentation/user/refman.itely (Bar check): add lyrics example
+       of bar checks. 
+
+       * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
+
+       * scripts/convert-ly.py (conv): add conversion rule.
+
+       * lily/parser.yy: use \change iso. \translator for staff switch.
+
+       * lily/my-lily-lexer.cc: add \change.
+
+       * scm/define-translator-properties.scm
+       (default-melisma-properties): add definition.
+
+2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/refman.itely (Bar lines): clarification of
+       systemStartDelimiter. 
+
+       * input/test/slur-shape.ly (x): remove file.
+
+       * lily/translator-group.cc (apply_property_operations): new function.
+
 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/parser.yy (optional_prop_ops): allow \with {
+       PROPERTYSETTINGS } following \context or \new.
+
+       * lily/my-lily-lexer.cc: add \with.
+
+       * lily/parser.yy (property_operation): clean up definition of
+       property operations.
+       (property_op_to_music): new function.
+       (context_spec_music): new function
+
+       * VERSION: 2.1.7 released.
+       
+       * input/regression/collision-merge-dots.ly: new file.
+
        * lily/note-collision.cc (check_meshing_chords): if merging heads,
        then kill the dots too. 
 
        * scm/define-grob-interfaces.scm (only-prebreak-interface): add
        only-prebreak-interface
 
-       * lily/system.cc (output_lines): only junk only-prebreak-interface grobs.
+       * lily/system.cc (output_lines): only junk only-prebreak-interface
+       grobs.
 
        * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
        read breakableSeparationItem
        (shift_one): idem
        (remove_collision): idem.
 
-       * input/regression/dots.ly: add  more test cases.
+       * input/regression/dots.ly: add more test cases.
 
 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
 
        use -n for head/tail commands. 
 
        * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
-       heads with the same pitch. (backportme)
+       heads with the same pitch.
 
 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>