]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
patch::: 1.5.24.jcn2
[lilypond.git] / ChangeLog
1 --- ../lilypond-1.5.24.jcn1/ChangeLog   Sat Dec  1 15:35:46 2001
2 ++ b/ChangeLog  Wed Dec  5 14:31:02 2001
3 @@ -1,3 +1,22 @@
4 2001-12-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5
6         * 1.4.9.jcn3 forward ports.
7         
8         * Really included .cvsignore.
9
10         * Included Han-Wen's uu1 windows fixes.
11
12         * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
13
14         * Added Cygwin setup.hint
15
16         * Removed tex, python wrappers and postinstalls to go with Cywgin's
17         tetex/texmf, python installations.
18
19         * Updated cygwin installer.
20
21         * ly2dvi: Don't accept filenames with spaces (+ fix).
22
23  2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
24  
25         * lily/note-head.cc (head_extent): added to compute width without2001-12-03 Rune Zedeler <rune@zedeler.dk>
26
27         * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
28         (FIXME: not accessible from guile)
29         
30         * lily/accidental-engraver.cc: rewrote accidental-routines to get
31         better support for Kurt Stone's suggestions.
32         Removed properties: noResetKey, autoReminders.
33         Added properties:   oneMeasureLazy, extraNatural, autoAccidentals,
34                             autoCautionaries.
35         
36         * ly/property-init.ly: added commands
37         \defaultAccidentals \modernAccidentals \modernCautionaries
38         \noResetKey
39
40         * ly/engraver-init.ly: Correct initialization of new accidentals.
41
42         * scm/translator-property-description.scm: The new properties
43         added.
44
45         * input/: Some examples added, some changed.
46         
47         * Documentation/regression-test.tely: Added quick test of new
48         accidentals.
49         
50         
51 2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
52
53         * lily/note-head.cc (head_extent): added to compute width without
54         ledger lines. By default, ledger lines take up width now.
55
56         * input/regression/fingering.ly: demonstrate auto fingering.
57         Horizontal placement is still buggy. 
58         
59         * lily/fingering-engraver.cc (class Fingering_engraver):
60         added. Provides support for horizontal fingering scripts
61
62         * lily/include/grob.hh: Naming: change parent_l() into get_parent()
63
64         * lily/side-position-interface.cc (add_staff_support): add staff
65         only for Y-axis side positions.
66
67         * lily/parser.yy (request_chord): Fix mem leak.
68
69         * lily/musical-request.cc (transpose): moved to Music::transpose()
70
71         * lily/include/grob-info.hh: Change music pointer to SCM, so we
72         can store grobs as grob-creation cause as well.
73
74         * lily/group-interface.cc (add_thing): efficiency tweak: reuse
75         handle when adding. Use precomputed symbols throughout lily.
76         
77         * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
78         track of spacing issues.
79
80         * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
81         to keep track of staff spacing
82
83 2001-11-30  Jan Nieuwenhuizen <janneke@gnu.org>
84
85         * Rewrote new conditional guile >= 1.5 compilation switches, to keep
86           code clean from conditionals and have a concentrated sets of
87           compatitility fixes for old guile versions.
88
89         * Fixes for guile 1.4, including embedded ps.
90
91 2001-11-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
92
93         * lily/stanza-number-engraver.cc (process_music): allow pairs as
94         well for markup texts.
95
96         * lily/musical-request.cc (length_mom): kludge for null pointer.
97
98         * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
99
100         * scm/lily.scm (sign): bugfix
101
102         * CHANGES: Change log instated.
103
104         * stepmake/add-html-footer.py: @BRANCH@ tag insertion.
105