]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(print): use coordinate, not (0,0) for
[lilypond.git] / ChangeLog
index cb24329e76423b9ecb90ece3d0b6045615823241..144bd546680f19a9e8515f120d2bbbec5643f7f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
+       empty extent. This fixes ottava brackets on rests. (backportme)
+
+       * make/lilypond.redhat.spec.in (Group): ln png files for info.
+
+       * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
+
+       * cygwin/lily-wins.py: update for the lily-wins.py script.
+
+2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/score-engraver.cc (typeset_all): switch off unbound spanner
+       code. This will obviate typeset_grob () in the future.  The effect
+       of this is that improperly written spanner handling will result in
+       invalid spanner bounds.
+       (announce_grob): add to elems_ from here
+       (typeset_grob): comment out.  
+
+       * lily/include/engraver.hh (make_spanner): new calling interface
+       for make_{item,spanner}. This obviates most calls to
+       announce_grob().
+               
+       * scm/music-functions.scm (set-accidental-style): use GrandStaff
+       iso. PianoStaff for piano styles.
+
+2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/user/music-glossary.tely: add segno after d.s.
+
 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * lily/include/audio-column.hh: remove unused variables.