]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
162b8efefd38456b4cde2d24162d15b64797fdc4
[lilypond.git] / ChangeLog
1 2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
2
3         * lily/note-head.cc (head_extent): added to compute width without
4         ledger lines. By default, ledger lines take up width now.
5
6         * input/regression/fingering.ly: demonstrate auto fingering.
7         Horizontal placement is still buggy. 
8         
9         * lily/fingering-engraver.cc (class Fingering_engraver):
10         added. Provides support for horizontal fingering scripts
11
12         * lily/include/grob.hh: Naming: change parent_l() into get_parent()
13
14         * lily/side-position-interface.cc (add_staff_support): add staff
15         only for Y-axis side positions.
16
17         * lily/parser.yy (request_chord): Fix mem leak.
18
19         * lily/musical-request.cc (transpose): moved to Music::transpose()
20
21         * lily/include/grob-info.hh: Change music pointer to SCM, so we
22         can store grobs as grob-creation cause as well.
23
24         * lily/group-interface.cc (add_thing): efficiency tweak: reuse
25         handle when adding. Use precomputed symbols throughout lily.
26         
27         * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
28         track of spacing issues.
29
30         * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
31         to keep track of staff spacing
32
33 2001-11-30  Jan Nieuwenhuizen <janneke@gnu.org>
34
35         * Rewrote new conditional guile >= 1.5 compilation switches, to keep
36           code clean from conditionals and have a concentrated sets of
37           compatitility fixes for old guile versions.
38
39         * Fixes for guile 1.4, including embedded ps.
40
41 2001-11-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
42
43         * lily/stanza-number-engraver.cc (process_music): allow pairs as
44         well for markup texts.
45
46         * lily/musical-request.cc (length_mom): kludge for null pointer.
47
48         * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
49
50         * scm/lily.scm (sign): bugfix
51
52         * CHANGES: Change log instated.
53
54         * stepmake/add-html-footer.py: @BRANCH@ tag insertion.
55