]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
patch::: 1.5.31.jcn1
[lilypond.git] / ChangeLog
1 2002-02-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * Documentation/windows/compiling.texi: Update.
4
5         * Documentation/index.texi: Add link to orphaned compiling for
6         windows page.
7
8         * Documentation/footer.html.in: Comment fix.
9
10         * stepmake/bin/add-html-footer.py: Python2.[12] re workarounds.
11
12 2002-02-18  Han-Wen  <hanwen@cs.uu.nl>
13         
14         * VERSION: 1.5.31 released
15
16         * lily/new-spacing-spanner.cc: remove file.
17
18         * lily/third-try.cc (do_measure): only take spacings into account
19         if they pertain to the column pair under consideration. This fixes
20         spacing bug when mixing eighths triplets and normal eighths.
21
22         * lily/note-head.cc (brew_molecule): revert ledger change: ledger
23         lines don't take up space anymore. Document why in note-head.cc
24         comment.
25
26 2002-02-17  Han-Wen  <hanwen@cs.uu.nl>
27
28         * lily/font-interface.cc (get_font): reinstate
29         #'font-magnification. See input/regression/font-magnification.ly
30         (get_font): Change the definition of  #'font-name grob property.
31
32         * lily/grob.cc (get_uncached_molecule): output origin for grobs
33         that have a #'cause field.
34
35 2002-02-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
36
37         * Documentation/topdocs/INSTALL.texi: remove type3 stuff. 
38
39         * mf/GNUmakefile:  remove metapost stuff
40
41         * stepmake/aclocal.m4: remove metapost detection stuff.
42
43 2002-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
44
45         * mf/GNUmakefile (FET_FILES): 
46         (FONT_FILES): Include parmesan.
47
48         * stepmake/bin/packagepython.py (make_assign_re): Bugfix.  Use re
49         iso regex, regsub
50
51         * buildscripts/clean-fonts.sh (FILES): Clean parmesan too.
52
53         * Documentation/user/refman.itely (Paper size): Quote braces.
54
55 2002-02-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
56
57         * stepmake/aclocal.m4: fixed bison version check to be more
58         robust.
59
60         * lily/stem.cc (position_noteheads): fix for cluster chords.
61
62         * mf/*.mf: many blotting/pixel rounding fixes  by Rune Zedeler
63
64         * python 2.2 support.
65
66 2002-02-04  Han-Wen  <hanwen@cs.uu.nl>
67
68         * VERSION: 1.5.30 released
69
70         * lily/dynamic-engraver.cc: add doco about DynamicLineSpanner
71
72         * Documentation/user/refman.itely (Dynamics): add a note about
73         DynamicLineSpanner.
74
75         * scm/grob-description.scm: add a 'translator-type?  object
76         property, so that \property Foo.Bar =\turnOff doesn't cause
77         type check warning.
78
79         * lily/translator-group.cc (add_fresh_group_translator): make
80         new add-translator functions to make distinction between fresh and
81         used group-translators. Fixes problem with scripts on auto-changing voice 
82
83         * lily/timing-engraver.cc: make Timing_engraver instantiatable,
84         add to Score_performer. Fixes bar checks in MIDI
85
86         * lily/tie-engraver.cc (create_grobs): Use pitches to compare note
87         heads. Fixes many quirks with ties.
88
89         * lily/engraver.cc (announce_grob): Use SCM argument. Store cause
90         in the grob property #'cause, instead of using Grob_info.
91
92         * ly/engraver-init.ly (StaffContext): move Dot_column_engraver to
93         staff context, fixing dot alignment on collisions.
94
95         * lily/beam-engraver.cc (try_music): remove can't find beam start
96         warning, so that skipTypesetting won't complain.
97
98 2002-02-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
99
100         * Documentation/user/refman.itely (Paper size): Documentation fix,
101         papersize
102
103         * lily/text-engraver.cc: Bugfix: textNonEmpty works again
104
105         * scm/grob-description.scm: \breathe: Use feta font comma by default
106
107 2002-01-23  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
108
109         * input/template/piano-dynamics.ly (pedal): Simplified
110
111 2002-01-18  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
112
113         * ly/engraver-init.ly: avoid warnings on \skip in lyrics
114
115 2002-01-10  Mats Bengtsson  <matsb@s3.kth.se>
116
117         * lilypond-mode.el (LilyPond-command-query): ignore case.
118
119 2002-02-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
120
121         * VERSION: 1.5.29 released
122
123         * all files: change 2001 to 2002 in headers globally
124
125         * mf/parmesan20.mf: split out ancient notation into parmesan ("old
126         cheese") font. WARNING: fonts changed.
127         
128 2002-02-01  Juergen Reuter <reuter@ipd.uka.de>
129
130         * mf/*.mf: Fixed some blot_diameter related flaws in some feta symbols
131         
132         * mf/*.mf: Added some more vaticana/solesmes style font symbols
133         
134         * mf/*.mf: Bugfix: renamed subbipunctum -> inclinatum
135
136         * mf/*.mf: Fixed a few typos in various .mf files
137
138 2002-01-17 Rune Zedeler <rune@zedeler.dk>
139  
140         * mf/: added macro soft_penstroke
141         
142                softened some glyphs
143                redrawn triangular noteheads
144                redrawn tab-clef
145                added classical quarter rest
146         
147         * lily/stem.cc: Bugfix: Stem-attachment when staff_space!=1
148  
149         * lily/bar.cc: Bugfix: repeat dots when even number of staff
150         lines and staff_space>=2
151  
152         * lily/rest.cc: Use default rests when current style glyphs not
153         found - this allows
154         \property Staff.Rest \override #'style = #'classical
155
156 2002-01-30  Jan Nieuwenhuizen  <janneke@gnu.org>
157
158         * input/bugs/first-tie.ly: New file.
159
160         * input/bugs/spacing-clash.ly: New file.
161
162 2002-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
163
164         * po: regenerate.
165
166 2002-1-24 Chris Jackson <chris@fluffhouse.org.uk>
167
168         * lilypond-indent.el: New file providing indentation for
169         parenthesised blocks of lilypond code in Emacs
170         
171         * lilypond-font-lock.el: Changes to the syntax table to facilitate
172         indentation and handle block comments properly. Distinguish
173         accents from close-brackets in fontification.
174
175         * lilypond-mode.el: LilyPond-indent-command set appropriately.
176
177 2002-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
178
179         * Documentation/windows/installing.texi: 
180         * Documentation/windows/compiling.texi: Include from 1.4.10.
181
182         * Documentation/windows/gs-profile.sh: previously lily-gs.sh
183
184         * input/bugs/first-midi-tie.ly: New file.
185
186 2001-12-29  Han-Wen  <hanwen@cs.uu.nl>
187         
188         * VERSION: 1.5.28 released
189
190         * lily/parser.yy (My_lily_parser): Slightly kludgy warning for
191         illicit beams on [c4 c4] etc.
192
193         * lily/bar-check-iterator.cc (Bar_check_iterator): new
194         file. Make separate iterator for Bar_checks. Bar_check now happen
195         outside engravers, meaning that you can use them with
196         skipTypesetting. Associated changes in other files.
197         
198         * lily/new-spacing-spanner.cc (stem_dir_correction): removed
199         function
200         
201         * lily/spacing-spanner.cc (stem_dir_correction): removed function
202
203         * lily/include/grob.hh (unsmob_item, unsmob_spanner): Add functions
204
205         * lily/bar.cc (before_line_breaking): remove bar-line spacing code.
206
207         * lily/stem.cc (set_spacing_hints): removed function
208
209         * lily/note-spacing.cc (stem_dir_correction): new stem-direction
210         correction for spacing; now take vertical extents of the stem into
211         account.  
212
213         * lily/third-try.cc: More hacking to get spacing working.
214
215         * lily/note-spacing-engraver.cc: new file, Note_spacing_engraver
216         sits at staff level and creates note spacing objects. Scrap it
217         again, and document why.
218
219         * lily/include/group-interface.hh: rename functions. 
220
221 2001-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
222
223         * stepmake/stepmake/c++-rules.make:
224         * stepmake/stepmake/c-rules.make: Fixes for bison-1.28.
225
226 2001-12-25  Jan Nieuwenhuizen  <janneke@gnu.org>
227
228         * make/lilypond-vars.make: 
229         * scripts/ly2dvi.py (setup_environment): 
230         * scripts/lilypond-book.py (setup_environment): Also set tex
231         memory options.
232
233 2001-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
234
235         * VERSION: 1.5.27 released.
236
237         * Documentation/user/refman.itely (Bar numbers): added bar number
238         documentation.
239
240         * scm/font.scm (make-style-sheet): Fixes to make staff-sizes work
241         again.
242
243 2001-12-22  Mats Bengtsson  <matsb@matsb@s3.kth.se>
244
245         * tex/lilyponddefs.tex: Make sure interscorelinefill=1 doesn't
246         spread the last few lines all over the last page of a score.
247
248 2001-12-24  Han-Wen  <hanwen@cs.uu.nl>
249
250         * lily/third-try.cc: 3rd try at revising spacing
251         engine. Not yet finished.
252
253         * lily/paper-column.cc (brew_molecule): print debugging marks on a
254         paper-column.
255
256         * lily/tie-engraver.cc (class Tie_engraver): Use busyGrobs for
257         collecting past note heads.
258
259         * lily/note-heads-engraver.cc (try_music): Remove end_mom_
260         stuff.
261
262         * lily/grob-pq-engraver.cc (class Grob_pq_engraver): New file, new
263         class. Keep a queue of grobs that are still playing in busyGrobs. 
264
265         * lily/lyric-combine-music-iterator.cc (get_busy_status): New
266         function. Use busyGrobs to detect playing notes.
267         
268 2001-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
269  
270         * Documentation/topdocs/INSTALL.texi: Added note about broken
271         python-2.1.  Updated note for Debian's broken (well, broken for
272         our use anyway) tex configuration.
273         
274         * scripts/lilypond-book.py (re_dict): python2.2 fix.
275         
276         * stepmake/stepmake/c++-rules.make ($(outdir)/%.hh): 
277         ($(outdir)/%.cc): Adapted to bison-1.30; added bison < 1.30 fix.
278         
279         * scripts/lilypond-book.py (bounding_box_dimensions): Bugfix.
280         (But left margin of png's still misses a few pixels.  Arg.)
281         
282 2001-12-16  Heikki Junes  <hjunes@cc.hut.fi>
283
284         * lilypond-mode.el (LilyPond-command-next-midi): Make
285         possible to kill midi-process (using "C-c C-m").
286
287 2001-12-14  Han-Wen  <hanwen@cs.uu.nl>
288
289         * scripts/lilypond-book.py (LatexPaper.set_geo_option):
290         Convert strings with dimensions to numbers.
291
292         * lily/volta-engraver.cc:  only make a  bracket for the top staff,
293         as found in stavesFound. 
294
295         * lily/bar-number-engraver.cc: remove staff administration. 
296
297         * lily/mark-engraver.cc (acknowledge_grob): remove staff
298         administration. This breaks support for invisible-staff.
299
300         * lily/staff-collecting-engraver.cc: new engraver. Collects staff
301         symbols into stavesFound.
302
303         * lily/score-engraver.cc (acknowledge_grob): Acknowledge spacing
304         grobs, and put them into columns.
305
306         * lily/engraver-group-engraver.cc (acknowledge_grobs): Include the
307         Engraver_group_engraver as a potential candidate for ack'ing grobs.
308
309 2001-12-13  Heikki Junes  <hjunes@cc.hut.fi>
310
311         * lilypond-mode.el (LilyPond-command-next-midi): Play next (or last)
312         midi section in the Emacs-mode, so it is possible to play certain
313         score in a multiscore lilypond-file.
314          
315 2001-12-09  Rune Zedeler  <rune@zedeler.dk>
316         * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
317         (FIXME: not accessible from guile)
318         
319         * lily/accidental-engraver.cc: rewrote accidental-routines to get
320         better support for Kurt Stone's suggestions.
321         Removed properties: noResetKey, forgetAccidentals, autoReminders,
322                             lazyKeySignature.
323         Changed property:   localKeySignature.
324         Added properties:   extraNatural, autoAccidentals,
325                             autoCautionaries.
326         (BUGFIX: broken-tie-support destroyed in 1.5.16)
327         
328         * ly/property-init.ly: added commands
329         \defaultAccidentals \modernAccidentals \modernCautionaries
330         \noResetKey \forgetAccidentals
331
332         * ly/engraver-init.ly: Correct initialization of new accidentals.
333         
334         * scm/translator-property-description.scm: The new properties
335         added.
336         
337         * input/: Some examples added, some changed.
338         
339         * Documentation/regression-test.tely: Added quick test of new
340         accidentals.
341
342 2001-12-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
343
344         * scripts/lilypond-book.py (scan_latex_preamble): don't crash if
345         header not found
346
347 2001-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
348
349         * lily/beam.cc (before_line_breaking): Make beams  without stems
350         or with only one stem disappear.
351
352 2001-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
353
354         * bibtools/bib2html.py: Add simple bib2html convertor, and .bst
355         files to have standardised HTML bibliography output. Update build
356         docs to reflect this.
357
358         * lily/include/simple-spacer.hh (struct Simple_spacer): add
359         active_count_, so that we don't have to look for active springs
360         anymore.
361
362         * scm/interface-description.scm,scm/grob-property-description.scm:
363         Add 'penalty
364
365         * lily/simple-spacer.cc (solve): Handle forced line breaks
366         here. Fixes problems when combining linebreaks with non-fitting
367         line configurations
368
369 2001-12-05  Jan Nieuwenhuizen  <janneke@gnu.org>
370
371         * 1.4.9.jcn3 forward ports.
372         
373         * Really included .cvsignore.
374
375         * Included Han-Wen's uu1 windows fixes.
376
377         * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
378
379         * Added Cygwin setup.hint
380
381         * Removed tex, python wrappers and postinstalls to go with Cywgin's
382         tetex/texmf, python installations.
383
384         * Updated cygwin installer.
385
386         * ly2dvi: Don't accept filenames with spaces (+ fix).
387
388 2001-12-03  Han-Wen  <hanwen@cs.uu.nl>
389
390         * ly/engraver-init.ly (VoiceContext): fix text engraver ordering.
391
392         * lily/translator-def.cc: Remove manual symbol caching.
393
394         * lily/script-column.cc (before_line_breaking): robustness check:
395         don't crash if no direction set.
396
397         * scripts/pmx2ly.py: Key and clef change support (Laura Conrad)
398
399         * scripts/pmx2ly.py (Parser.parse_header): more generic header
400         parsing.
401
402
403 2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
404
405         * lily/note-head.cc (head_extent): added to compute width without
406         ledger lines. By default, ledger lines take up width now.
407
408         * input/regression/fingering.ly: demonstrate auto fingering.
409         Horizontal placement is still buggy. 
410         
411         * lily/fingering-engraver.cc (class Fingering_engraver):
412         added. Provides support for horizontal fingering scripts
413
414         * lily/include/grob.hh: Naming: change parent_l() into get_parent()
415
416         * lily/side-position-interface.cc (add_staff_support): add staff
417         only for Y-axis side positions.
418
419         * lily/parser.yy (request_chord): Fix mem leak.
420
421         * lily/musical-request.cc (transpose): moved to Music::transpose()
422
423         * lily/include/grob-info.hh: Change music pointer to SCM, so we
424         can store grobs as grob-creation cause as well.
425
426         * lily/group-interface.cc (add_thing): efficiency tweak: reuse
427         handle when adding. Use precomputed symbols throughout lily.
428         
429         * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
430         track of spacing issues.
431
432         * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
433         to keep track of staff spacing
434
435 2001-11-30  Jan Nieuwenhuizen <janneke@gnu.org>
436
437         * Rewrote new conditional guile >= 1.5 compilation switches, to keep
438           code clean from conditionals and have a concentrated sets of
439           compatitility fixes for old guile versions.
440
441         * Fixes for guile 1.4, including embedded ps.
442
443 2001-11-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
444
445         * lily/stanza-number-engraver.cc (process_music): allow pairs as
446         well for markup texts.
447
448         * lily/musical-request.cc (length_mom): kludge for null pointer.
449
450         * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
451
452         * scm/lily.scm (sign): bugfix
453
454         * CHANGES: Change log instated.
455
456         * stepmake/add-html-footer.py: @BRANCH@ tag insertion.
457