]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/grob.cc: edit doc string.
[lilypond.git] / ChangeLog
index 8d124609726ca1395d5c84a5ed3dfb1f4b74e885..a476c08f524013984506bf180beb1d681fa4842f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,59 @@
+2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/grob.cc: edit doc string.
+
+       * scm/define-grob-properties.scm (all-user-grob-properties):
+       proofreading, editing of doc strings.
+
+       * input/regression/tablature-string-tunings.ly: new file.
+
+       * lily/staff-symbol-engraver.cc (process_music): new engraver,
+       listen to stringTunings
+
+       * lily/align-interface.cc (align_elements_to_extents): remove Grob
+       for self-alignment-[XY] code.
+2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
+       cond) into function. Cleanup.
+
+       * lily/text-spanner.cc: remove text-repeat-if-broken property.
+       
+       * VERSION (PACKAGE_NAME): 2.1.23 released
+
+2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
+
+       * Documentation/user/{refman,internals}.itely: small fixes.
+
+2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/accidental-engraver.cc (acknowledge_grob): don't make
+       accidentals for harmonic notes
+
+       * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
+       for harmonic notes.
+
+       * scm/document-backend.scm (interface-doc): prune Grob
+       documentation: don't duplicate interface information.
+
+       * lily/*.cc: lots of updates of doc strings.
+
 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * input/test/ac-extra-voice.ly (accompany): remove file.
+
+       * input/test/maximum-rest-count.ly: remove file.
+
+       * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
+       conversion rule for \translator{}. Apply everywhere.  
+
+       * lily/parser.yy (music_property_def): set property for \once in
+       the PropertyMusic itself, not the ContextSpec.
+       (property_operation): change syntax within \translator { }
+
+       * scm/define-music-properties.scm (all-music-properties): clean up.
+
        * lily/auto-beam-engraver.cc (test_moment): use
        updated_grob_properties() to retrieve autoBeam settings.