]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
index 3e2e1d94efbc93b319d4e8539b1e2110daf93a13..aa26e9e6d48737541b6c0c4eb3647aceb932709a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,64 @@
+2005-08-21  Graham Percival  <gpermus@gmail.com>
+
+       * ly/bagpipe.ly: fix compile problem.
+
+2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/regression/tie-single.ly: new file.
+
+       * scm/define-grobs.scm (all-grob-descriptions): height limit .75
+
+       * lily/midi-item.cc (name): new method.
+
+       * lily/staff-performer.cc (acknowledge_audio_element): use
+       signature of baseclass.
+
+       * lily/engraver-group.cc (do_announces): move recursion call out
+       of while loop. 
+
+       * lily/drum-note-performer.cc (class Drum_note_performer): use
+       process_music everywhere.
+
+       * ly/performer-init.ly: add default children everywhere.
+
+       * lily/paper-book.cc (output): call paper-book-write-midis
+       directly: always write MIDI, even if no \layout {} block. 
+
+2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PACKAGE_NAME): release 2.7.6
+
+       * lily/percent-repeat-engraver.cc (try_music): don't print warning
+       about not being able to handle repeat.
+
+2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/examples.itely (Piano templates):
+       * lily/include/performer-group.hh: Remove last traces of
+       Performer_group_performer.  Fixes make web.
+
+2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/examples.itely (Piano templates): change
+       Engraver_group_engraver -> Engraver_group
+
+       * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
+       scm_stand_in_procs is not weak_any.
+
+       * lily/volta-bracket.cc (print): don't use strcmp().
+
+       * lily/volta-engraver.cc (process_music): use
+       Text_interface::is_markup() for setting the 'text property of the
+       volta bracket.
+
+       * input/mutopia/claop.py (accents): update syntax to 2.6
+
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): add countPercentRepeats.
+
+       * Documentation/user/basic-notation.itely (Measure repeats): add
+       isolated percent example.
+
 2005-08-18  Graham Percival  <gpermus@gmail.com>
 
        * input/ {various}: change direction #1, #-1 to
 
        * lily/context-def.cc (instantiate): check for
        Engraver_group_engraver and Performer_group_performer not
-       Engraver/Performer. Fixes crashes when doing \with { \consist .. }
+       Engraver/Performer. Fixes crashes when doing \with { \consists .. }
  
 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>