]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
patch::: 1.5.26.jcn1
[lilypond.git] / ChangeLog
1 2001-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * Documentation/topdocs/INSTALL.texi: Added note about broken
4         python-2.1.  Updated note for Debian's broken (well, broken for
5         our use anyway) tex configuration.
6
7         * scripts/lilypond-book.py (re_dict): python2.2 fix.
8
9         * stepmake/stepmake/c++-rules.make ($(outdir)/%.hh): 
10         ($(outdir)/%.cc): Adapted to bison-1.30; added bison < 1.30 fix.
11
12         * scripts/lilypond-book.py (bounding_box_dimensions): Bugfix.
13         (But left margin of png's still misses a few pixels.  Arg.)
14
15 2001-12-14  Han-Wen  <hanwen@cs.uu.nl>
16
17         * scripts/lilypond-book.py (LatexPaper.set_geo_option):
18         Convert strings with dimensions to numbers.
19
20         * lily/volta-engraver.cc:  only make a  bracket for the top staff,
21         as found in stavesFound. 
22
23         * lily/bar-number-engraver.cc: remove staff administration. 
24
25         * lily/mark-engraver.cc (acknowledge_grob): remove staff
26         administration. This breaks support for invisible-staff.
27
28         * lily/staff-collecting-engraver.cc: new engraver. Collects staff
29         symbols into stavesFound.
30
31         * lily/score-engraver.cc (acknowledge_grob): Acknowledge spacing
32         grobs, and put them into columns.
33
34         * lily/engraver-group-engraver.cc (acknowledge_grobs): Include the
35         Engraver_group_engraver as a potential candidate for ack'ing grobs.
36
37 2001-12-13  Heikki Junes  <hjunes@cc.hut.fi>
38
39         * lilypond-mode.el (LilyPond-command-next-midi): Play next (or last)
40         midi section in the Emacs-mode, so it is possible to play certain
41         score in a multiscore lilypond-file.
42          
43 2001-12-09  Rune Zedeler  <rune@zedeler.dk>
44         * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
45         (FIXME: not accessible from guile)
46         
47         * lily/accidental-engraver.cc: rewrote accidental-routines to get
48         better support for Kurt Stone's suggestions.
49         Removed properties: noResetKey, forgetAccidentals, autoReminders,
50                             lazyKeySignature.
51         Changed property:   localKeySignature.
52         Added properties:   extraNatural, autoAccidentals,
53                             autoCautionaries.
54         (BUGFIX: broken-tie-support destroyed in 1.5.16)
55         
56         * ly/property-init.ly: added commands
57         \defaultAccidentals \modernAccidentals \modernCautionaries
58         \noResetKey \forgetAccidentals
59
60         * ly/engraver-init.ly: Correct initialization of new accidentals.
61         
62         * scm/translator-property-description.scm: The new properties
63         added.
64         
65         * input/: Some examples added, some changed.
66         
67         * Documentation/regression-test.tely: Added quick test of new
68         accidentals.
69
70 2001-12-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
71
72         * scripts/lilypond-book.py (scan_latex_preamble): don't crash if
73         header not found
74
75 2001-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
76
77         * lily/beam.cc (before_line_breaking): Make beams  without stems
78         or with only one stem disappear.
79
80 2001-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
81
82         * bibtools/bib2html.py: Add simple bib2html convertor, and .bst
83         files to have standardised HTML bibliography output. Update build
84         docs to reflect this.
85
86         * lily/include/simple-spacer.hh (struct Simple_spacer): add
87         active_count_, so that we don't have to look for active springs
88         anymore.
89
90         * scm/interface-description.scm,scm/grob-property-description.scm:
91         Add 'penalty
92
93         * lily/simple-spacer.cc (solve): Handle forced line breaks
94         here. Fixes problems when combining linebreaks with non-fitting
95         line configurations
96
97 2001-12-05  Jan Nieuwenhuizen  <janneke@gnu.org>
98
99         * 1.4.9.jcn3 forward ports.
100         
101         * Really included .cvsignore.
102
103         * Included Han-Wen's uu1 windows fixes.
104
105         * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
106
107         * Added Cygwin setup.hint
108
109         * Removed tex, python wrappers and postinstalls to go with Cywgin's
110         tetex/texmf, python installations.
111
112         * Updated cygwin installer.
113
114         * ly2dvi: Don't accept filenames with spaces (+ fix).
115
116 2001-12-03  Han-Wen  <hanwen@cs.uu.nl>
117
118         * ly/engraver-init.ly (VoiceContext): fix text engraver ordering.
119
120         * lily/translator-def.cc: Remove manual symbol caching.
121
122         * lily/script-column.cc (before_line_breaking): robustness check:
123         don't crash if no direction set.
124
125         * scripts/pmx2ly.py: Key and clef change support (Laura Conrad)
126
127         * scripts/pmx2ly.py (Parser.parse_header): more generic header
128         parsing.
129
130
131 2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
132
133         * lily/note-head.cc (head_extent): added to compute width without
134         ledger lines. By default, ledger lines take up width now.
135
136         * input/regression/fingering.ly: demonstrate auto fingering.
137         Horizontal placement is still buggy. 
138         
139         * lily/fingering-engraver.cc (class Fingering_engraver):
140         added. Provides support for horizontal fingering scripts
141
142         * lily/include/grob.hh: Naming: change parent_l() into get_parent()
143
144         * lily/side-position-interface.cc (add_staff_support): add staff
145         only for Y-axis side positions.
146
147         * lily/parser.yy (request_chord): Fix mem leak.
148
149         * lily/musical-request.cc (transpose): moved to Music::transpose()
150
151         * lily/include/grob-info.hh: Change music pointer to SCM, so we
152         can store grobs as grob-creation cause as well.
153
154         * lily/group-interface.cc (add_thing): efficiency tweak: reuse
155         handle when adding. Use precomputed symbols throughout lily.
156         
157         * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
158         track of spacing issues.
159
160         * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
161         to keep track of staff spacing
162
163 2001-11-30  Jan Nieuwenhuizen <janneke@gnu.org>
164
165         * Rewrote new conditional guile >= 1.5 compilation switches, to keep
166           code clean from conditionals and have a concentrated sets of
167           compatitility fixes for old guile versions.
168
169         * Fixes for guile 1.4, including embedded ps.
170
171 2001-11-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
172
173         * lily/stanza-number-engraver.cc (process_music): allow pairs as
174         well for markup texts.
175
176         * lily/musical-request.cc (length_mom): kludge for null pointer.
177
178         * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
179
180         * scm/lily.scm (sign): bugfix
181
182         * CHANGES: Change log instated.
183
184         * stepmake/add-html-footer.py: @BRANCH@ tag insertion.
185