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