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