]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/dynamic-text-spanner.cc (print): new file.
[lilypond.git] / ChangeLog
index b3f5956cd0596dfc8dbe035123bbdb6093f0869a..8fef1011cdaf61ecf7865566e1f0bda9d646c7f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,113 @@
+2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/dynamic-text-spanner.cc (print): new file.
+
+       * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
+
+       * lily/engraver-group-engraver.cc (do_announces): reorder logic:
+       keep recursing into children in case a parent context inserts a
+       grob into a child context.
+
+       * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
+       
+2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/define-markup-commands.scm (postscript): new markup command
+       \postscript
+
+       * Documentation/user/notation.itely (Formatting cue notes): new
+       section.
+
+       * input/test/clef-end-of-line.ly: fold into manual.
+
+       * input/test/scales-greek.ly: remove.
+
+       * input/test/chords-without-melody.ly: fold into manual.
+
+       * input/test/cadenza-skip.ly: remove.
+
+       * input/test/clef-8-syntax.ly: remove.
+
+       * input/test/clef-manual-control.ly: move into manual.
+
+       * Documentation/user/notation.itely (Aligning to cadenzas): fold
+       in cadenza-skip.ly
+
+       * mf/parmesan*.mf: change neo_mensural to neomensural.
+
+       * input/test/trills.ly: remove.
+
+       * input/test/transposition.ly: remove.
+
+       * input/test/to-xml.ly: move to no-notation.
+
+       * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
+
+       * lily/ledger-line-spanner.cc (print): use staff variable, not
+       me. Fixes ledger lines on differently sized staves.
+
+       * input/test/rhythm-excercise.ly: remove file.
+
+       * lily/stem.cc (dim_callback): only do something if visible. Fixes
+       spurious flag not found warning for 128th rest.
+
+       * input/regression/rest-dot-position.ly: new file.
+       
+       * input/test/rest-dot-positions.ly: remove
+
+       * lily/staff-symbol-referencer.cc (get_position): emergency
+       fallback: use coordinate * 2.
+
+       * input/no-notation/midi-scales.ly: move from test/
+
+       * scm/define-markup-commands.scm (score): remove debugging code.
+
+       * input/test/incipit.ly (violin): remove. 
+
+       * lily/system-start-delimiter.cc (print): only draw system
+       delimiter to staves that reach up to left bound of the delimiter.
+
+       * input/no-notation/embedded-scm.ly: move from test/
+
+       * input/test/follow-voice.ly: remove
+
+       * input/no-notation/dynamic-absolute-volume.ly: move from test/.
+
+       * input/test/drarn*: remove
+       
+       * input/test/count-systems.ly: remove.
+
+       * lily/bar-line.cc (compound_barline): fix : for staff without
+       lines.
+
+       * lily/accidental.cc (print): use music_font_alist_chain(). This
+       fixes smaller cautionaries.
+
+       * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
+       encoding for accidental.
+
+       * Documentation/user/notation.itely (Educational use): new section
+
+       * input/test/*.ly: clean up directory: move examples into manual
+       or regtest.
+       
+
+       * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
+       mode as well. This fixes resolution errors.
+
 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * scm/lily.scm (postscript->png): show commands for --verbose.
+
+       * flower/include/getopt-long.hh: opps. short option should be
+       char, not int.
+
+       * Documentation/user/GNUmakefile: use symlinks to save space.
+
+       * VERSION: 2.3.9 released.
+
+       * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
+
        * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
        manual.
 
 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
 
        * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
-m
  
 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>