]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
release: 1.5.36
[lilypond.git] / ChangeLog
1 2002-03-02  Han-Wen  <hanwen@cs.uu.nl>
2
3         * lily/lily-guile.cc: isdir_b and isaxis_b changed to ly_axis_p,
4         ly_dir_p
5
6         * lily/music.cc (ly_get_mus_property): typechecking
7         (ly_set_mus_property): idem
8         (ly_make_music): idem
9         (ly_music_name): idem
10
11         * lily/chord.cc: use scm_reverse_x iso. gh_reverse()
12
13         * lily/note-spacing.cc (stem_dir_correction): correction for
14         same stem notes as well. 
15
16         * lily/pitch.cc (pitch_transpose): stricter typechecking
17
18         * mf/parmesan*mf: magnification fixes.
19
20         * Documentation/topdocs/INSTALL.texi: update RedHat reqs
21
22 2002-03-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
23
24         * buildscripts/mf-to-table.py (postfixes): Output also .ly file
25         documenting the font. (Doesn't work for parmesan at the moment)
26
27         * Documentation/user/appendices.itely (The Feta font): Add list of
28         Feta font symbols with names.
29
30         * mf/GNUmakefile ($(outdir)/lilypond.map): Generate lilypond.map
31         automatically
32
33 2002-03-01  Han-Wen  <hanwen@cs.uu.nl>
34
35         * lily/translator-group.cc (ly_set_trans_property): typechecking
36         (ly_get_trans_property): typechecking.
37
38         * lily/font-metric.cc (ly_text_dimension): typechecking 
39         (ly_find_glyph_by_name): idem.
40
41         * scm/bass-figure.scm (brew-complete-figure): support for
42         bracketed numbers.
43         
44         * lily/grob.cc (ly_get_paper_var): new function
45
46 2002-02-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
47
48         * VERSION (PATCH_LEVEL): 1.5.35 released.
49
50         * lily/lookup.cc (ly_bracket): Scheme function ly-bracket
51         (bracket): New function.
52
53         * lily/stem-engraver.cc (stop_translation_timestep): bugfix, unset
54         stemLeftBeamCount, stemRightBeamCount in stead of using #<undefined> 
55
56         * lily/third-try.cc (set_implicit_neighbor_columns): type checking
57         bugfix.
58
59         * lily/span-arpeggio-engraver.cc (stop_translation_timestep):
60         typecheck bugfix. 
61
62         * lily/grob.cc (ly_get_grob_property): be anal about types.
63         (ly_set_grob_property): idem
64
65         * lily/figured-bass-engraver.cc (process_music): move molecule
66         building completely to Scheme
67
68         * lily/include/musical-request.hh (class Bass_figure_req): Add
69         class. 
70
71         * lily/parser.yy (bass_figure): add support for space figure.
72
73         * lily/molecule.cc (ly_molecule_combined_at_edge): be anal about types 
74
75         * lily/font-metric.cc (ly_text_dimension): Scheme function ly-text-dimension
76
77         * lily/molecule.cc (ly_fontify_atom): new function ly-fontify-atom
78         (ly_align_to_x): new function ly-align-to!
79
80         * lily/font-interface.cc (ly_font_interface_get_font): new Scheme
81         function ly-get-font
82
83         * mf/feta-nummer.mf: include normal-space dimension. 
84
85         * lily/collision.cc (check_meshing_chords): don't merge collisions
86         with whole notes.
87         
88         * lily/system-start-delimiter.cc (after_line_breaking): Bugfix:
89         glyph is string.
90
91 2002-02-28  Mats Bengtsson  <matsb@matsb@s3.kth.se>
92
93         * scm/tex.scm, scm/ps.scm (or): Bugfix, ps output with Guile 3.4
94
95 2002-02-28  Juergen Reuter  <reuter@ipd.uka.de>
96
97         * mf/parmesan-heads.mf: bugfix: mensural note heads  (WARNING:
98         font changed)
99
100         * scm/output-lib.scm: bugfix: resort to neo_mensural chars rather
101         than mensural chars
102
103         * mf/parmesan-scripts.mf, mf/parmesan-generic.mf,
104         scm/grob-description.scm: added mensural fermata symbol
105
106 2002-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
107
108         * VERSION: 1.5.34 released.
109
110         * lily/rest-engraver.cc (create_grobs): rests can have pitches.
111
112         * lily/staff-symbol-referencer.cc (callback): assume that
113         staff-position is unset in general.
114
115         * input/regression/rest-pitch.ly: new file.
116
117         * lily/parser.yy (simple_element): rests can have pitch. Syntax:
118         a4\rest
119
120 2002-02-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
121
122         * lily/scm-option.cc (set_lily_option): add internal-type-checks
123         as Scheme option. Run regression test by default with
124         internal-type-checking.
125
126         * lily/separating-group-spanner.cc (find_musical_sequences):  removed.
127
128         * lily/lily-guile.cc (type_check_assignment): changed functions.
129
130         * scm/*description*.scm: be anal about typechecks. Some changes
131         for internal variable names.
132
133 2002-02-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
134
135         * scm/ps.scm: -f ps  output for GUILE 1.4 and 1.3.4
136
137 2002-02-25  Han-Wen  <hanwen@cs.uu.nl>
138
139         * VERSION: 1.5.33 released.
140
141         * mf/feta-macros.mf (flare_path): removed draw_flare, replace by
142         flare_path everywhere (c-clef, numbers).        
143
144         * lily/bar-number-engraver.cc (process_music): also print bar
145         number if measure starts with grace note.       
146
147         * input/regression/grace-bar-number.ly: new test.
148
149 2002-02-24  Han-Wen  <hanwen@cs.uu.nl>
150
151         * lily/figured-bass-engraver.cc (stop_translation_timestep): reset
152         rest as well.
153
154         * scm/music-functions.scm (voicify-music):  split chords into
155         different voices automatically.
156
157         * lily/music.cc (ly_music_list_p): new function
158
159         * lily/music-sequence.cc (do_relative_octave): robustification
160
161         * scm/music-functions.scm: many utility functions 
162
163         * lily/music.cc (ly_set_mus_property): add type checks to the
164         Scheme property assignment.
165
166         * buildscripts/lilypond-profile,lilypond-login.sh (TEXCONFIG):
167         dvips fixes
168
169         * mf/lilypond.map: .map file from Mats' page. 
170
171 2002-02-21  Juergen Reuter <reuter@ipd.uka.de>
172
173         * Some more parmesan related fixes;
174
175         * Custos: varying shape (in particular, stem length), depending on the
176           vertical position of the custos (on staffline / between stafflines);
177
178         * Custos: added grob property "neutral-direction" (same semantics as
179           with stem); introduced new grob property "neutral-position";
180
181         * Time-signature: print a warning when resorting to default layout.
182
183 2002-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
184
185         * lily/translator-group.cc (add_fresh_simple_translator): remove
186         function; initialize() is called through
187         Translator_group::initialize().
188
189         * lily/third-try.cc (prune_loose_colunms): add constraints (rods)
190         for the neighbors of a loose column.
191
192         * lily/line-of-score.cc (set_loose_columns): be more intelligent:
193         position loose columns so that they don't collide.
194
195 2002-02-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
196
197         * VERSION: 1.5.32 released.
198
199         * scm/font.scm: remove font-name symbol.
200
201         * mf/GNUmakefile: use pktrace for making PFAs
202
203         * make/lilypond.redhat.spec.in: use pktrace when making RPMs
204
205         * lily/rest-collision.cc (do_shift): read direction field from
206         rest-column in case of note-rest collision. This should fix some
207         problems with rest collisions.
208
209 2002-02-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
210
211         * lily/note-heads-engraver.cc (process_music): Removed easyPlay
212         property.
213
214         * lily/note-head.cc (brew_ez_molecule): Remove note-character
215         property. Read pitch directly from #'cause.
216
217         * mf/feta-puntje.mf: bugfix
218
219 2002-02-19  Juergen Reuter <reuter@ipd.uka.de>
220         
221         * mf/*.mf: tried to fix ancient-font.ly. WARNING: Font changed.
222
223 2002-02-18  Jan Nieuwenhuizen  <janneke@gnu.org>
224
225         * Documentation/windows/compiling.texi: Update.
226
227         * Documentation/index.texi: Add link to orphaned compiling for
228         windows page.
229
230         * Documentation/footer.html.in: Comment fix.
231
232         * stepmake/bin/add-html-footer.py: Python2.[12] re workarounds.
233
234 2002-02-18  Han-Wen  <hanwen@cs.uu.nl>
235         
236         * VERSION: 1.5.31 released
237
238         * lily/new-spacing-spanner.cc: remove file.
239
240         * lily/third-try.cc (do_measure): only take spacings into account
241         if they pertain to the column pair under consideration. This fixes
242         spacing bug when mixing eighths triplets and normal eighths.
243
244         * lily/note-head.cc (brew_molecule): revert ledger change: ledger
245         lines don't take up space anymore. Document why in note-head.cc
246         comment.
247
248 2002-02-17  Han-Wen  <hanwen@cs.uu.nl>
249
250         * lily/font-interface.cc (get_font): reinstate
251         #'font-magnification. See input/regression/font-magnification.ly
252         (get_font): Change the definition of  #'font-name grob property.
253
254         * lily/grob.cc (get_uncached_molecule): output origin for grobs
255         that have a #'cause field.
256
257 2002-02-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
258
259         * Documentation/topdocs/INSTALL.texi: remove type3 stuff. 
260
261         * mf/GNUmakefile:  remove metapost stuff
262
263         * stepmake/aclocal.m4: remove metapost detection stuff.
264
265 2002-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
266
267         * mf/GNUmakefile (FET_FILES): 
268         (FONT_FILES): Include parmesan.
269
270         * stepmake/bin/packagepython.py (make_assign_re): Bugfix.  Use re
271         iso regex, regsub
272
273         * buildscripts/clean-fonts.sh (FILES): Clean parmesan too.
274
275         * Documentation/user/refman.itely (Paper size): Quote braces.
276
277 2002-02-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
278
279         * stepmake/aclocal.m4: fixed bison version check to be more
280         robust.
281
282         * lily/stem.cc (position_noteheads): fix for cluster chords.
283
284         * mf/*.mf: many blotting/pixel rounding fixes  by Rune Zedeler
285
286         * python 2.2 support.
287
288 2002-02-04  Han-Wen  <hanwen@cs.uu.nl>
289
290         * VERSION: 1.5.30 released
291
292         * lily/dynamic-engraver.cc: add doco about DynamicLineSpanner
293
294         * Documentation/user/refman.itely (Dynamics): add a note about
295         DynamicLineSpanner.
296
297         * scm/grob-description.scm: add a 'translator-type?  object
298         property, so that \property Foo.Bar =\turnOff doesn't cause
299         type check warning.
300
301         * lily/translator-group.cc (add_fresh_group_translator): make
302         new add-translator functions to make distinction between fresh and
303         used group-translators. Fixes problem with scripts on auto-changing voice 
304
305         * lily/timing-engraver.cc: make Timing_engraver instantiatable,
306         add to Score_performer. Fixes bar checks in MIDI
307
308         * lily/tie-engraver.cc (create_grobs): Use pitches to compare note
309         heads. Fixes many quirks with ties.
310
311         * lily/engraver.cc (announce_grob): Use SCM argument. Store cause
312         in the grob property #'cause, instead of using Grob_info.
313
314         * ly/engraver-init.ly (StaffContext): move Dot_column_engraver to
315         staff context, fixing dot alignment on collisions.
316
317         * lily/beam-engraver.cc (try_music): remove can't find beam start
318         warning, so that skipTypesetting won't complain.
319
320 2002-02-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
321
322         * Documentation/user/refman.itely (Paper size): Documentation fix,
323         papersize
324
325         * lily/text-engraver.cc: Bugfix: textNonEmpty works again
326
327         * scm/grob-description.scm: \breathe: Use feta font comma by default
328
329 2002-01-23  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
330
331         * input/template/piano-dynamics.ly (pedal): Simplified
332
333 2002-01-18  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
334
335         * ly/engraver-init.ly: avoid warnings on \skip in lyrics
336
337 2002-01-10  Mats Bengtsson  <matsb@s3.kth.se>
338
339         * lilypond-mode.el (LilyPond-command-query): ignore case.
340
341 2002-02-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
342
343         * VERSION: 1.5.29 released
344
345         * all files: change 2001 to 2002 in headers globally
346
347         * mf/parmesan20.mf: split out ancient notation into parmesan ("old
348         cheese") font. WARNING: fonts changed.
349         
350 2002-02-01  Juergen Reuter <reuter@ipd.uka.de>
351
352         * mf/*.mf: Fixed some blot_diameter related flaws in some feta symbols
353         
354         * mf/*.mf: Added some more vaticana/solesmes style font symbols
355         
356         * mf/*.mf: Bugfix: renamed subbipunctum -> inclinatum
357
358         * mf/*.mf: Fixed a few typos in various .mf files
359
360 2002-01-17 Rune Zedeler <rune@zedeler.dk>
361  
362         * mf/: added macro soft_penstroke
363         
364                softened some glyphs
365                redrawn triangular noteheads
366                redrawn tab-clef
367                added classical quarter rest
368         
369         * lily/stem.cc: Bugfix: Stem-attachment when staff_space!=1
370  
371         * lily/bar.cc: Bugfix: repeat dots when even number of staff
372         lines and staff_space>=2
373  
374         * lily/rest.cc: Use default rests when current style glyphs not
375         found - this allows
376         \property Staff.Rest \override #'style = #'classical
377
378 2002-01-30  Jan Nieuwenhuizen  <janneke@gnu.org>
379
380         * input/bugs/first-tie.ly: New file.
381
382         * input/bugs/spacing-clash.ly: New file.
383
384 2002-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
385
386         * po: regenerate.
387
388 2002-1-24 Chris Jackson <chris@fluffhouse.org.uk>
389
390         * lilypond-indent.el: New file providing indentation for
391         parenthesised blocks of lilypond code in Emacs
392         
393         * lilypond-font-lock.el: Changes to the syntax table to facilitate
394         indentation and handle block comments properly. Distinguish
395         accents from close-brackets in fontification.
396
397         * lilypond-mode.el: LilyPond-indent-command set appropriately.
398
399 2002-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
400
401         * Documentation/windows/installing.texi: 
402         * Documentation/windows/compiling.texi: Include from 1.4.10.
403
404         * Documentation/windows/gs-profile.sh: previously lily-gs.sh
405
406         * input/bugs/first-midi-tie.ly: New file.
407
408 2001-12-29  Han-Wen  <hanwen@cs.uu.nl>
409         
410         * VERSION: 1.5.28 released
411
412         * lily/parser.yy (My_lily_parser): Slightly kludgy warning for
413         illicit beams on [c4 c4] etc.
414
415         * lily/bar-check-iterator.cc (Bar_check_iterator): new
416         file. Make separate iterator for Bar_checks. Bar_check now happen
417         outside engravers, meaning that you can use them with
418         skipTypesetting. Associated changes in other files.
419         
420         * lily/new-spacing-spanner.cc (stem_dir_correction): removed
421         function
422         
423         * lily/spacing-spanner.cc (stem_dir_correction): removed function
424
425         * lily/include/grob.hh (unsmob_item, unsmob_spanner): Add functions
426
427         * lily/bar.cc (before_line_breaking): remove bar-line spacing code.
428
429         * lily/stem.cc (set_spacing_hints): removed function
430
431         * lily/note-spacing.cc (stem_dir_correction): new stem-direction
432         correction for spacing; now take vertical extents of the stem into
433         account.  
434
435         * lily/third-try.cc: More hacking to get spacing working.
436
437         * lily/note-spacing-engraver.cc: new file, Note_spacing_engraver
438         sits at staff level and creates note spacing objects. Scrap it
439         again, and document why.
440
441         * lily/include/group-interface.hh: rename functions. 
442
443 2001-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
444
445         * stepmake/stepmake/c++-rules.make:
446         * stepmake/stepmake/c-rules.make: Fixes for bison-1.28.
447
448 2001-12-25  Jan Nieuwenhuizen  <janneke@gnu.org>
449
450         * make/lilypond-vars.make: 
451         * scripts/ly2dvi.py (setup_environment): 
452         * scripts/lilypond-book.py (setup_environment): Also set tex
453         memory options.
454
455 2001-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
456
457         * VERSION: 1.5.27 released.
458
459         * Documentation/user/refman.itely (Bar numbers): added bar number
460         documentation.
461
462         * scm/font.scm (make-style-sheet): Fixes to make staff-sizes work
463         again.
464
465 2001-12-22  Mats Bengtsson  <matsb@matsb@s3.kth.se>
466
467         * tex/lilyponddefs.tex: Make sure interscorelinefill=1 doesn't
468         spread the last few lines all over the last page of a score.
469
470 2001-12-24  Han-Wen  <hanwen@cs.uu.nl>
471
472         * lily/third-try.cc: 3rd try at revising spacing
473         engine. Not yet finished.
474
475         * lily/paper-column.cc (brew_molecule): print debugging marks on a
476         paper-column.
477
478         * lily/tie-engraver.cc (class Tie_engraver): Use busyGrobs for
479         collecting past note heads.
480
481         * lily/note-heads-engraver.cc (try_music): Remove end_mom_
482         stuff.
483
484         * lily/grob-pq-engraver.cc (class Grob_pq_engraver): New file, new
485         class. Keep a queue of grobs that are still playing in busyGrobs. 
486
487         * lily/lyric-combine-music-iterator.cc (get_busy_status): New
488         function. Use busyGrobs to detect playing notes.
489         
490 2001-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
491  
492         * Documentation/topdocs/INSTALL.texi: Added note about broken
493         python-2.1.  Updated note for Debian's broken (well, broken for
494         our use anyway) tex configuration.
495         
496         * scripts/lilypond-book.py (re_dict): python2.2 fix.
497         
498         * stepmake/stepmake/c++-rules.make ($(outdir)/%.hh): 
499         ($(outdir)/%.cc): Adapted to bison-1.30; added bison < 1.30 fix.
500         
501         * scripts/lilypond-book.py (bounding_box_dimensions): Bugfix.
502         (But left margin of png's still misses a few pixels.  Arg.)
503         
504 2001-12-16  Heikki Junes  <hjunes@cc.hut.fi>
505
506         * lilypond-mode.el (LilyPond-command-next-midi): Make
507         possible to kill midi-process (using "C-c C-m").
508
509 2001-12-14  Han-Wen  <hanwen@cs.uu.nl>
510
511         * scripts/lilypond-book.py (LatexPaper.set_geo_option):
512         Convert strings with dimensions to numbers.
513
514         * lily/volta-engraver.cc:  only make a  bracket for the top staff,
515         as found in stavesFound. 
516
517         * lily/bar-number-engraver.cc: remove staff administration. 
518
519         * lily/mark-engraver.cc (acknowledge_grob): remove staff
520         administration. This breaks support for invisible-staff.
521
522         * lily/staff-collecting-engraver.cc: new engraver. Collects staff
523         symbols into stavesFound.
524
525         * lily/score-engraver.cc (acknowledge_grob): Acknowledge spacing
526         grobs, and put them into columns.
527
528         * lily/engraver-group-engraver.cc (acknowledge_grobs): Include the
529         Engraver_group_engraver as a potential candidate for ack'ing grobs.
530
531 2001-12-13  Heikki Junes  <hjunes@cc.hut.fi>
532
533         * lilypond-mode.el (LilyPond-command-next-midi): Play next (or last)
534         midi section in the Emacs-mode, so it is possible to play certain
535         score in a multiscore lilypond-file.
536          
537 2001-12-09  Rune Zedeler  <rune@zedeler.dk>
538         * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
539         (FIXME: not accessible from guile)
540         
541         * lily/accidental-engraver.cc: rewrote accidental-routines to get
542         better support for Kurt Stone's suggestions.
543         Removed properties: noResetKey, forgetAccidentals, autoReminders,
544                             lazyKeySignature.
545         Changed property:   localKeySignature.
546         Added properties:   extraNatural, autoAccidentals,
547                             autoCautionaries.
548
549         (BUGFIX: broken-tie-support destroyed in 1.5.16)
550         
551         * ly/property-init.ly: added commands
552         \defaultAccidentals \modernAccidentals \modernCautionaries
553         \noResetKey \forgetAccidentals
554
555         * ly/engraver-init.ly: Correct initialization of new accidentals.
556         
557         * scm/translator-property-description.scm: The new properties
558         added.
559         
560         * input/: Some examples added, some changed.
561         
562         * Documentation/regression-test.tely: Added quick test of new
563         accidentals.
564
565 2001-12-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
566
567         * scripts/lilypond-book.py (scan_latex_preamble): don't crash if
568         header not found
569
570 2001-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
571
572         * lily/beam.cc (before_line_breaking): Make beams  without stems
573         or with only one stem disappear.
574
575 2001-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
576
577         * bibtools/bib2html.py: Add simple bib2html convertor, and .bst
578         files to have standardised HTML bibliography output. Update build
579         docs to reflect this.
580
581         * lily/include/simple-spacer.hh (struct Simple_spacer): add
582         active_count_, so that we don't have to look for active springs
583         anymore.
584
585         * scm/interface-description.scm,scm/grob-property-description.scm:
586         Add 'penalty
587
588         * lily/simple-spacer.cc (solve): Handle forced line breaks
589         here. Fixes problems when combining linebreaks with non-fitting
590         line configurations
591
592 2001-12-05  Jan Nieuwenhuizen  <janneke@gnu.org>
593
594         * 1.4.9.jcn3 forward ports.
595         
596         * Really included .cvsignore.
597
598         * Included Han-Wen's uu1 windows fixes.
599
600         * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
601
602         * Added Cygwin setup.hint
603
604         * Removed tex, python wrappers and postinstalls to go with Cywgin's
605         tetex/texmf, python installations.
606
607         * Updated cygwin installer.
608
609         * ly2dvi: Don't accept filenames with spaces (+ fix).
610
611 2001-12-03  Han-Wen  <hanwen@cs.uu.nl>
612
613         * ly/engraver-init.ly (VoiceContext): fix text engraver ordering.
614
615         * lily/translator-def.cc: Remove manual symbol caching.
616
617         * lily/script-column.cc (before_line_breaking): robustness check:
618         don't crash if no direction set.
619
620         * scripts/pmx2ly.py: Key and clef change support (Laura Conrad)
621
622         * scripts/pmx2ly.py (Parser.parse_header): more generic header
623         parsing.
624
625
626 2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
627
628         * lily/note-head.cc (head_extent): added to compute width without
629         ledger lines. By default, ledger lines take up width now.
630
631         * input/regression/fingering.ly: demonstrate auto fingering.
632         Horizontal placement is still buggy. 
633         
634         * lily/fingering-engraver.cc (class Fingering_engraver):
635         added. Provides support for horizontal fingering scripts
636
637         * lily/include/grob.hh: Naming: change parent_l() into get_parent()
638
639         * lily/side-position-interface.cc (add_staff_support): add staff
640         only for Y-axis side positions.
641
642         * lily/parser.yy (request_chord): Fix mem leak.
643
644         * lily/musical-request.cc (transpose): moved to Music::transpose()
645
646         * lily/include/grob-info.hh: Change music pointer to SCM, so we
647         can store grobs as grob-creation cause as well.
648
649         * lily/group-interface.cc (add_thing): efficiency tweak: reuse
650         handle when adding. Use precomputed symbols throughout lily.
651         
652         * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
653         track of spacing issues.
654
655         * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
656         to keep track of staff spacing
657
658 2001-11-30  Jan Nieuwenhuizen <janneke@gnu.org>
659
660         * Rewrote new conditional guile >= 1.5 compilation switches, to keep
661           code clean from conditionals and have a concentrated sets of
662           compatitility fixes for old guile versions.
663
664         * Fixes for guile 1.4, including embedded ps.
665
666 2001-11-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
667
668         * lily/stanza-number-engraver.cc (process_music): allow pairs as
669         well for markup texts.
670
671         * lily/musical-request.cc (length_mom): kludge for null pointer.
672
673         * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
674
675         * scm/lily.scm (sign): bugfix
676
677         * CHANGES: Change log instated.
678
679         * stepmake/add-html-footer.py: @BRANCH@ tag insertion.
680