]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
2002-07-17 Han-Wen <hanwen@cs.uu.nl>
[lilypond.git] / ChangeLog
1 2002-07-17  Han-Wen  <hanwen@cs.uu.nl>
2
3         * lily/parser.yy (Repeated_music): shift duration log for tremolo
4         repeats, instead of klutzing around.
5
6         * lily/chord-tremolo-engraver.cc (acknowledge_grob): set X parent
7         of stem tremolo grobs.
8
9         * scm/music-functions.scm (shift-duration-log): new function, add
10         to duration log of all notes.
11
12         * lily/duration.cc: add compression factor arguments to
13         make-duration.
14         compression-factor, dot-count, duration-log: add scheme functions.
15
16         * lily/mark-engraver.cc (process_music): allow \mark to take a
17         number as argument as well.
18
19 2002-07-16  Han-Wen  <hanwen@cs.uu.nl>
20
21         * lily/rest.cc (after_line_breaking): only translate the whole
22         rest if we have more than 1 staff line
23
24         * lily/parser.yy (property_def): only allow #Scheme as \property
25         argument.
26
27 2002-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
28
29         * VERSION: release 1.5.68
30
31         * scripts/lilypond-book.py: fixes by Tom Cato Amundsen.
32
33 2002-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
34
35         * lily/beam-quanting.cc (score_forbidden_quants): split beam
36         quanting functionality.
37         (quanting): argh. Forgot how linear interpolation works. Bugfix.
38
39         * Documentation/index.texi (Top): add whole-big-page documentation.
40
41         * lily/side-position-interface.cc (general_side_position):
42         Subtract parent offset iso. adding it. (Huh? How could this have
43         worked?)
44
45         * lily/clef-engraver.cc (stop_translation_timestep): add staff to
46         OctavateEight support.
47
48         * scripts/lilypond-book.py: add smallverbatim option.
49
50         * lily/beam.cc (quanting): bugfix. Behave sanely when no visible
51         stems.
52
53         * lily/accidental-placement.cc (position_accidentals): add padding
54         property. Increase default setting to 0.2. 
55
56 2002-07-15  Han-Wen  <hanwen@cs.uu.nl>
57
58         * lily/paper-column.cc (before_line_breaking): urg. bugfix.
59
60         * lily/separating-line-group-engraver.cc (finalize): don't replace
61         right-items, but add to list. This fixes a bug when a staff ends
62         with cross-staff voice switching away.
63  
64 2002-07-14  Han-Wen  <hanwen@cs.uu.nl>
65
66         * input/mutopia/GNUmakefile: move mutopia/ to input/mutopia/
67
68         * lily/beam.cc (quanting): add explicit support for cross-staff
69         beaming: make slope penalty larger.
70
71         * lily/beam.cc: use common refpoints throughout. This fixes many
72         cross staff issues.
73  
74         * lily/paper-column.cc (before_line_breaking): bug fix.
75
76         * lily/volta-engraver.cc (process_music): do something sensible if
77         no staffs found. 
78
79         * scripts/lilypond-book.py (make_pixmap): opps. Do png conversion
80         only once. 
81
82         * Documentation/user/refman.itely (Global layout): made section on
83         global layout, added spacing documentation.
84
85         * lily/staff-symbol.cc (brew_molecule): change ragged right for
86         staff symbols. See comments.
87
88 2002-07-14  Jan Nieuwenhuizen  <janneke@gnu.org>
89
90         * lily/voice-devnull-engraver.cc (acknowledge_grob): Use proper
91         spelling for always.  In solo a due mode, kill spanners when the
92         other thread has solo.
93
94         * lily/thread-devnull-engraver.cc (acknowledge_grob): In solo a
95         due mode, kill everything when the other thread has solo.
96
97         * lily/a2-engraver.cc (acknowledge_grob): In solo a due mode, do
98         not set directions when we have solo.
99
100         * lily/part-combine-music-iterator.cc (process): Set property
101         "othersolo" if the other thread has solo.
102
103 2002-07-13  Han-Wen  <hanwen@cs.uu.nl>
104
105         * VERSION: 1.5.67 released.
106         
107         * lily/beam.cc (calc_stem_y): fix beams on quarter notes.
108
109         * lily/stem-tremolo.cc (brew_molecule): add code for stem tremolos.
110
111         * lily/auto-beam-engraver.cc (create_beam_p): remember Beam
112         settings at the start of a potential auto beam.
113
114         * lily/include/sequential-iterator.hh (class Sequential_iterator):
115         bugfix: protect music list from GC.
116
117         * Documentation/user/introduction.itely: misc fixes.
118
119         * scripts/ly2dvi.py (run_latex): show latex error log. Ask for
120         bugreport if lilypond is killed by a signal. 
121
122         * input/regression/beam-funky.ly:  new file
123
124         * lily/input-smob.cc (make_input): GUILE 1.7 compatibility fixes.
125
126         * lily/beam.cc: complete rewrite of multiplicity. This fixes 16th
127         knees code.
128         (quanting): add french beaming support (property french-beaming)
129         (stem_beams): removed.
130
131 i2002-07-12  Mats Bengtsson  <matsb@s3.kth.se>
132
133         * lily/beam.cc (after_line_breaking): Set correct stem lengths
134         also when beam positions are set manually.
135         (consider_auto_knees): Do not use automatic knees if the directions
136         are set manually by the user.
137
138 2002-07-12  Han-Wen  <hanwen@cs.uu.nl>
139
140         * input/regression/grace-auto-beam.ly: new file
141
142         * input/regression/grace-unfold-repeat.ly: new file
143
144         * lily/auto-beam-engraver.cc (test_moment): never start on grace moments.
145
146         * lily/forbid-break-engraver.cc (start_translation_timestep): skip
147         grace notes for break-forbidding. Breaks during grace notes are
148         handled by Bar_engraver.        
149
150         * lily/unfolded-repeat-iterator.cc: Reimplement
151         Unfolded_repeat_iterator, Volta_repeat_iterator using
152         Sequential_iterator. All grace functionality from {} carries over
153         to repeats as well.
154
155         * lily/sequential-iterator.cc: new file: form baseclass for
156         sequential music iterator and unfolded/volta repeat iterator.
157
158 2002-07-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
159
160         * lily/include/debug.hh: deprecate.
161
162         * lily/spacing-spanner.cc (set_springs): add support for
163         common-shortest-duration field.
164
165         * lily/parser.yy (translator_spec_body): allow \set in \translator
166         {}  block. This is the same as \override, here.
167
168         * lily/score-engraver.cc (one_time_step): don't warn about columns
169         when skipTypesetting == #t.
170
171         * lily/spacing-spanner.cc (musical_column_spacing): change
172         ragged right function to produce natural spacing.
173
174 2002-07-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
175
176         * lily/paper-column.cc (before_line_breaking): update
177         #'bounded-by-me field for suicided items.  This fixes crazy
178         spacing in \partcombine scores.
179
180 2002-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
181
182         * config.hh.in: Add HAVE_SSTREAM.
183         
184         * configure.in: Add check for sstream header.
185
186 2002-07-09  Mats Bengtsson  <matsb@s3.kth.se>
187  
188         * flower/source-file.cc: Fix compatibility with older g++.
189  
190 2002-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
191
192         * input/twinkle.ly: Bugfix: no automaticMelismata.
193
194 2002-07-08  Han-Wen  <hanwen@cs.uu.nl>
195
196         * mutopia/J.S.Bach/Cembalo-Partitas/: remove
197
198         * ly/engraver-init.ly (ScoreContext): turn on automaticMelismata
199         by default.
200
201         * lily/voice-devnull-engraver.cc (try_music):
202         lily/thread-devnull-engraver.cc: use proper spelling for #'always.
203
204         * lily/unfolded-repeat-iterator.cc (Unfolded_repeat_iterator):
205         copy here_mom_ too. This fixes an obscure bug with combining
206         partcombine and repeat
207
208         * lily/chord-tremolo-iterator.cc (Chord_tremolo_iterator): copy
209         factor too. 
210
211 2002-07-07  Han-Wen  <hanwen@cs.uu.nl>
212
213         * mutopia/J.S.Bach/pa.ly: remove
214         * mutopia/J.S.Bach/Duette/: remove  
215         
216         * scm/font.scm (change-rhs-size): add support for "paper19.ly"
217
218         * VERSION: 1.5.66 released
219
220         * scm/grob-description.scm (all-grob-descriptions): add
221         item-interface where necessary
222
223         * lily/score-engraver.cc (one_time_step): warn for grobs created
224         during stop_translation_timestep().
225
226         * lily/a2-engraver.cc: restrict acknowledged grob types.
227
228         * lily/chord-name-engraver.cc: remove acknowledge_grob().
229
230         * Documentation/user/tutorial.itely: doc carnage.
231
232 2002-07-06  Rune Zedeler  <rune@zedeler.dk>
233
234         * Documentation/user/refman.itely: Documented accidentals
235         (incl. bugs), subdivideBeams and drum/percussion notation.
236
237         * lily/translator-group.cc, lily/include/translator-group.hh
238         (Translator_group::set_children_property): removed.
239
240         * lily/accidental-engraver.cc: don't use
241         Translator_group::set_children_property.
242
243         * lily/new-accidental-engraver.cc: Added. More correct
244         accidentals, but wrong spacing.
245
246         * lily/beam-enagraver.cc, lily/auto-beam-engraver.cc: Small
247         subdivideBeams-fixes.
248
249         * scm/drums.scm: Small changes/fixes in instruments and maps
250         
251 2002-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
252
253         * lexer-gcc-3.1.sh: Fixes and more comments.
254
255         * Documentation/topdocs/INSTALL.texi: Add comment about gcc-3.0.4
256         problems.
257
258         * lily/include/stream.hh:
259         * lily/include/moment.hh:
260         * lily/include/midi-stream.hh:
261         * lily/streams.cc:
262         * lily/scm-option.cc:
263         * lily/parser.yy:
264         * lily/my-lily-lexer.cc:
265         * lily/moment.cc:
266         * lily/midi-stream.cc:
267         * lily/main.cc:
268         * lily/lexer.ll:
269         * lily/includable-lexer.cc:
270         * flower/include/source-file.hh:
271         * flower/include/parray.hh:
272         * flower/include/dictionary.hh:
273         * flower/include/array.icc:
274         * flower/string.cc: 
275         * flower/source-file.cc:
276         * flower/getopt-long.cc: gcc-3.1 fixes.
277
278         * stepmake/stepmake/generic-targets.make: Add comment about warning.
279
280         * lexer-gcc-3.0.patch: Add comment, and a fix for installations
281         that have an unpatched flex and gcc-3.1.x.
282
283         * Documentation/topdocs/INSTALL.texi: Add comments and
284         instructions on gcc-3.1.x.
285
286         * lexer-gcc-3.1.sh: New file.
287
288         * aclocal.m4: regenerate.
289         
290         * stepmake/aclocal.m4: Version compare fix.
291
292 2002-07-05  Han-Wen  <hanwen@cs.uu.nl>
293
294         * ly/engraver-init.ly (RhythmicStaffContext): stems up by default.
295
296         * lily-guile.hh: remove guile 1.3 compatibility,  add 1.4
297         compatibility functions.
298
299 2002-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
300
301         * Documentation/windows/lilypond.hint (requires): Add libintl2.
302
303 2002-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
304
305         * VERSION: 1.5.65 released. 
306         
307         * scripts/lilypond-book.py: patches by Tom Cato Amundsen.  Adds
308         support for the columnsep when using the geometry package.
309         
310 2002-07-04  Jan Nieuwenhuizen  <janneke@gnu.org>
311
312         * scm/grob-property-description.scm (minimum-space-pair): Remove.
313
314         * Documentation/windows/README: 
315         * Documentation/windows/guile-1.5.6-1.5.6.jcn2.patch:
316         * Documentation/windows/changelog: New file.
317
318         * Documentation/windows/lilypond.hint (requires): libguile14 (was:
319         guile).
320
321 2002-07-03  Han-Wen  <hanwen@cs.uu.nl>
322
323         * lily/grob-property.cc (HASHING_FOR_MUTABLE_PROPS): experiment:
324         try hash tables for mutable properties.
325
326         * lily/align-interface.cc: remove aligned-interface and props
327         minimum-space-pair extra-space 
328
329         * lily/grob-property.cc: new file move grob prop handling here.
330
331         * lily/lily-guile.cc (ly_deep_copy): add vector support
332
333         * lily/break-substitution.cc (do_break_substitution): add vector
334         support.
335
336         * lily/spanner.cc: remove extend_spanner_over_* funcs.
337
338 2002-07-02  Jan Nieuwenhuizen  <janneke@gnu.org>
339
340         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Workaround for
341         broken Debian gcc version string: 'gcc (GCC) 3.1.1 20020606
342         (Debian prerelease)'
343
344 2002-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
345
346         * lily/bar-check-iterator.cc (process): change
347         barbarCheckNoSynchronize to barCheckSynchronize
348
349         * Documentation/user/bugs.itexi: move to introduction, remove.
350
351         * Documentation/user/*.itexi: general carnage/cleanage.
352         
353         * Documentation/user/internals.itely: split most of file into
354         internal documentation (.scm and .cc)
355
356         * buildscripts/make-font-dir.py: put designsize in to X font
357         sWidth field
358
359         * make/lilypond.redhat.spec.in: postinstall bugfix
360
361 2002-07-02  Juergen Reuter  <reuter@ipd.uka.de>
362
363         * lily/ambitus-engraver.cc, lily/ambitus.cc: Various bugfixes:
364         avoid segfault on undefined ambitus pitch; avoid wasteful creation
365         of pitch smobs; defer computation of centralCPosition beyond first
366         timestep to catch also clefs outside of the current voice context.
367
368 2002-07-02  Han-Wen  <hanwen@cs.uu.nl>
369
370         * input/template/satb.ly: new file
371
372 2002-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
373
374         * Documentation/user/glossary.tely: Precautions for lilypond-book:
375         don't use spaces after @lilypond options.
376
377         * Documentation/topdocs/INSTALL.texi (Top): Remove generic Guile
378         threads warning.
379
380 2002-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
381
382         * VERSION (MAJOR_VERSION): 1.5.64
383
384 2002-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
385
386         * lily/grob.cc (mark_smob): don't mark parents, explain why.
387
388         * tex/lilyponddefs.tex: Define outputscale only once.
389
390 2002-06-29  Jan Nieuwenhuizen  <janneke@gnu.org>
391
392         * configure.in: Require guile 1.4 or newer (was 1.3.4?).
393
394 2002-06-29  Han-Wen  <hanwen@cs.uu.nl>
395
396         * lily/(phrasing-)slur-engraver.cc: remove slur{Begin|End}Attachment.
397
398         * lily/separating-line-group-engraver.cc (acknowledge_grob):
399         ignore grobs with no-spacing-rods set.
400
401         * Documentation/user/tutorial.itely (Fine tuning a piece): more tut.
402
403         * scm/grob-description.scm (all-grob-descriptions): sort list
404         
405 2002-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
406
407         * Documentation/user/tutorial.itely (A piano excerpt): Bugfix:
408         remove stray brace.
409
410         * Documentation/topdocs/FAQ.texi (Installation): Add
411         lilypond-devel list.  Add faq about font removal.  Fix faq about
412         generating and running ./configure.
413
414 2002-06-26  Jan Nieuwenhuizen  <janneke@gnu.org>
415
416         * scm/chord-name.scm (chord::name->text): Workaround: clean markup
417         text.
418
419         * lily/text-item.cc (markup_text2molecule): Bugfix: raise only once.
420
421         * input/test/ambitus.ly:
422         * lily/ambitus-engraver.cc:
423         * lily/ambitus.cc:
424         * lily/include/ambitus.hh: New file.
425
426         * GNUmakefile.in (local-clean): Also remove builddir-setup's symlinks.
427
428 2002-06-25  Juergen Reuter  <reuter@ipd.uka.de>
429
430         * input/test/ambitus.ly, lily/ambitus-engraver.cc,
431         lily/ambitus.cc, lily/include/ambitus.hh, ly/engraver-init.ly,
432         scm/basic-properties.scm, scm/grob-description.scm,
433         scm/grob-property-description.scm: Add support for ambitus.
434
435 2002-06-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
436
437         * lily/text-spanner.cc: add some props to interface (patch
438         courtesy Chris J).
439
440 2002-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
441
442         * lily/text-spanner.cc (setup_pedal_bracket): Bugfix: only
443         dereference valid Grob.
444
445         * configure.in: Quoting fixes.
446
447 2002-06-24  Han-Wen  <hanwen@cs.uu.nl>
448
449         * VERSION: 1.5.63 released
450
451         * lily/grob-scheme.cc: new file
452
453         * lily/break-substitution.cc: split up break substitution
454         functionality, and make a special constant stack-space version for
455         lists of grobs. This should fix the problems of lily in
456         combination with pthreads/qthreads.
457
458         * lily/grob.cc (mark_smob): bugfix: mark other parent too.
459
460 2002-06-23  Chris Jackson  <chris@fluffhouse.org.uk>
461
462         * lily/text-spanner.cc (setup_pedal_bracket):
463         * lily/piano-pedal-engraver.cc (create_bracket_grobs): 
464         Fix the lengths of mixed-style piano pedal brackets.
465
466 2002-06-23  Jan Nieuwenhuizen  <janneke@gnu.org>
467
468         * Documentation/user/tutorial.itely (First steps): Add missing
469         quotation.
470
471         * Documentation/topdocs/INSTALL.texi (Top): Add some warnings
472         about guile --with-threads.  Hopefully this issue can be resolved
473         rsn, but maybe we should even add warnings for the standard Debian
474         and Red Hat packages?
475
476         * configure.in: Warn if guile is configured to use threads.  Maybe
477         we should make this an error (ie, add to REQUIRED list?)
478
479         * config.make.in (PACKAGE_NAME):
480         (PACKAGE, package):  Don't hardcode.
481
482         * VERSION (PACKAGE_NAME): Typo fix.
483
484 2002-06-23  Han-Wen  <hanwen@cs.uu.nl>
485
486         * input/tutorial/brahms-*.ly: new tutorial files.
487
488         * Documentation/user/tutorial.itely: fixes. Extend cheat sheet.
489
490         * scm/script.scm (default-script-alist): fermata is up.
491
492         * lily/dynamic-engraver.cc (stop_translation_timestep): stop
493         dynamic line spanner when there is no crescendo to connect.
494
495         * lily/tie.cc (get_control_points): add test to avoid flat ties.
496
497 2002-06-22  Han-Wen  <hanwen@cs.uu.nl>
498
499         * lily/note-collision.cc (check_meshing_chords): don't crash if no
500         stems.
501
502         * scm/music-functions.scm (toplevel-music-functions): new
503         definition. Functions to apply automatically. Removes the need for
504         explicitly doing \apply #voicify-music
505
506         * lily/grob.cc (do_break_substitution): rename function, use
507         global var for criterion argument. Reduces stack usage a little.
508
509         * ly/engraver-init.ly (StaffContext): add Instrument_engraver
510
511         * scripts/convert-ly.py, lily/*.cc, scm/*.scm: change
512         visibility-lambda to break-visibility
513
514 2002-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
515
516         * input/bugs/part-combiner.ly: New file.
517
518         * lily/include/spacing-interface.hh: New file.
519
520         * lily/include/spaceable-element.hh: Remove.
521
522         * input/test/script-priority.ly: New file.
523
524 2002-06-20  Han-Wen  <hanwen@cs.uu.nl>
525
526         * lily/system.cc (output_lines): kill grobs that are only for spacing.
527
528 2002-06-20  Jan Nieuwenhuizen  <janneke@gnu.org>
529
530         * lily/fingering-engraver.cc (make_script): 
531         * lily/script-engraver.cc (process_music): 
532         * lily/text-engraver.cc: 
533         (process_acknowledged_grobs): Remove hard coded script-priority.
534
535         * flower/warn.cc: Cleanup.
536
537         * lily/voice-devnull-engraver.cc: Also eat multi-measure rest, a
538         spanner now.
539
540         * aclocal.m4: Regenerate.
541
542         * stepmake/aclocal.m4: Also set GUILE_PATCH_LEVEL.
543
544         * config.hh.in: Only set GUILE_MAJOR_VERSION if necessary.
545         * lily/include/lily-guile.hh: Only include config.h if necessary.
546
547         * Changelog: cvs changes ml archive test #8.
548         
549         * lily/slur-engraver.cc: Layout fix.
550
551 2002-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
552
553         * ly/engraver-init.ly (RhythmicStaffContext): add
554         Dot_column_engraver, resurrect barlines 
555         
556         * VERSION: 1.5.62 released.
557
558         * lily/engraver-group-engraver.cc (do_announces): rename
559         create_grobs () to process_acknowledged_grobs().
560
561         * lily/grob.cc (programming_error): add programming_error with
562         origin location.  
563
564         * lily/tuplet-bracket.cc (parallel_beam): robustness check, don't
565         fail if a beam doesn't have stems.  
566
567         * lily/engraver-group-engraver.cc (do_announces): scary change in
568         calling convention of create_grobs():  no create_grobs() call
569         before acknowledge_grobs().
570
571         * lily/sequential-music-iterator.cc (skip): add support for grace
572         notes. 
573
574         * lily/music.cc (Music): fix very subtle and nasty memory
575         corruption bug. Typical symptom: "programming_error: Rhythmic_req
576         has no duration"
577
578         * mutopia/claop.py: new file: CLA(O)P II by Peter Wallin.
579
580 2002-06-19  Han-Wen  <hanwen@cs.uu.nl>
581
582         * ly/engraver-init.ly (RhythmicStaffContext): add
583         Dot_column_engraver
584         
585
586         * lily/parser.yy: various protection fixes. Less objects are now
587         overprotected.
588
589 2002-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
590
591         * stepmake/bin/release.py (prev_ver): Bugfix: assume new diff
592         naming scheme.
593
594         * Documentation/windows/zlily-profile.sh:
595         * Documentation/windows/post-lilypond.sh: Assume normal
596         prefix=/usr for lilypond.
597
598         * lily/musical-request.cc (length_mom): Display origin with error.
599
600         * input/test/duration-check.ly: New file.
601
602         * lily/lily-guile.cc (ly_pair_p): [PARANOID]: Check for freed
603         cells.
604
605         * lily/part-combine-music-iterator.cc (get_state): Bugfix: use
606         ly_symbol2scm to get a scm symbol (rather than ly_str02scm).
607
608         * aclocal.m4:
609         * autogen.sh: Regenerate.
610         
611         * Documentation/topdocs/INSTALL.texi: 
612         * configure.in: 
613         * stepmake/configure.in:
614         * stepmake/aclocal.m4: Revert autoconf upgrade.  Autoconf 2.53 has
615         a serious bug wrt AC_CONFIG_AUX_DIR (reported).  Creating
616         ./configure once again requires autoconf == 2.13.
617
618         * stepmake/autogen.sh: Check for autoconf == 2.13.
619
620 2002-06-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
621
622         * lily/parser.yy (open_request_parens): add input locations to
623         open and close parens. 
624
625 2002-06-17  Chris Jackson <chris@fluffhouse.org.uk>
626
627         * lily/tuplet-bracket.cc:
628         * lily/text-spanner.cc: 
629         * lily/piano-pedal-engraver.cc: 
630         * scm/grob-description.scm: 
631         * scm/grob-property-description.scm: Changed the
632         edge-width property of brackets to edge-widen. Changed the sign of
633         the left element of edge-widen so a pair of equal numbers produces
634         a symmetrical bracket.
635
636 2002-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
637
638         * ly/espanol.ly: added.
639
640         * lily/simple-spacer.cc (solve): remove assert.
641
642 2002-06-17  Han-Wen  <hanwen@cs.uu.nl>
643
644         * lily/forbid-break-engraver.cc (class
645         Forbid_line_break_engraver): new engraver: forbid linebreaks
646         during playing notes
647
648         * lily/spacing-spanner.cc (loose_column): add another check: don't
649         move around bar lines as loose columns.
650
651         * scm/basic-properties.scm (default-break-barline):  add pre-break
652         for .| barline
653
654 2002-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
655
656         * GNUmakefile.in (builddir-setup): Bugfix: include srcdir/tex as
657         well as mf/out as subdirs of tex, for kpathsea to find through TEXMF.
658
659         * scripts/lilypond-book.py (environment): Bugfix: update to new
660         TEXMF scheme, from ly2dvi.
661
662         * lily/lookup.cc (slur): Invoke bezier-bow.
663
664         * scm/tex.scm (bezier-bow): 
665         * scm/ps.scm (bezier-bow): Bezier sandwich with rounded endings
666         (Previously named bezier-sandwich).
667         
668         * scm/tex.scm (bezier-sandwich):
669         * scm/ps.scm (bezier-sandwich): Plain bezier sandwich.
670
671         * make/lilypond.mandrake.spec.in (post): 
672         * make/lilypond.suse.spec.in (post): 
673         * make/lilypond.redhat.spec.in (post): Also remove parmesan fonts.
674         
675         * tex/lilyponddefs.tex: Uncomment feta character support.
676
677         * Documentation/user/refman.itely (Pitches): Add espanol.ly
678         description.
679
680         * ly/catalan.ly: Add comment about (spanish) -s suffix.
681
682         * ly/espanol.ly: Spanish note names by Carlos Garc'ia Su'arez
683         <cgscqmp@terra.es>.
684
685 2002-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
686
687         * GNUmakefile.in (short-examples):
688         (long-examples): Bugfix for --srcdir build.
689         (top-web): Rewrite weblist find command.
690
691         * stepmake/bin/config.sub: 
692         * stepmake/bin/config.guess: Update from latest autotools.
693
694         * aclocal.m4:
695         * autogen.sh: Regenerate.
696         
697         * configure.in: 
698         * stepmake/configure.in: 
699         * stepmake/aclocal.m4: Run autoupdate.  Creating ./configure now
700         requires autoconf >= 2.50.
701
702         * stepmake/autogen.sh: Check for autoconf >= 2.50.
703
704         * Documentation/user/refman.itely: Bugfix for tablature example.
705
706         * Documentation/windows/compiling.texi: Update for new and
707         improved setup.
708
709 2002-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
710
711         * lily/spacing-spanner.cc (find_shortest): make 1/8 configurable:
712         introduce base-shortest-duration
713
714         * lily/parser.yy (music_output_def_body): don't crash when \tempo
715         in unexpected \midi{} is found.
716
717 2002-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
718
719         * stepmake/GNUmakefile.in: Don't install stepmake.  This breaks
720         the use of make/ly.make for use as an external makefile.  Probably
721         noone except for myself ever used this anyway.
722
723         * stepmake/stepmake/GNUmakefile (INSTALLATION_DIR): Bugfix: Adapt
724         to new $datadir convention (<package>/<version>).
725
726 2002-06-13  Han-Wen  <hanwen@cs.uu.nl>
727         
728         * VERSION: 1.5.61 released
729         
730         * Document/user/refman.itely: tablature doc and code updates by
731         Jean-Baptiste Lamy <jiba@tuxfamily.org>
732         
733         * input/template/piano-dynamics.ly: bugfixes.
734
735         * lily/key-engraver.cc (try_music): read request only once. Don't
736         overwrite lastKeySignature. Call create_key() only once. This
737         fixes a bug with multiple equal key changes on polyphonic staffs.
738
739 2002-06-12  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
740
741         * scm/grob-description.scm: Add side-position-interface to TextSpanner
742
743         * scm/grob-property-description.scm: Document the trill line type.
744
745 2002-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
746
747         * stepmake/stepmake/generic-vars.make: 
748         * make/lilypond-vars.make:
749         * GNUmakefile.in (builddir-setup): New setup for builddir run.
750         Fixes LilyPond run from builddir for --srcdir builds.
751
752         * Documentation/windows/GNUmakefile (OUT_PROFILES): Bugfix for
753         --srcdir build.
754
755 2002-06-12  Han-Wen  <hanwen@cs.uu.nl>
756
757         * scm/grob-description.scm (all-grob-descriptions): add
758         font-family to RehearsalMark
759
760         * scm/drums.scm: move over definitions from drum-pitch-init.ly
761
762         * lily/volta-bracket.cc (brew_molecule): bugfix, don't do anything
763         if glyph not set.
764
765 2002-06-12  Heikki Junes  <heikki.junes@hut.fi>
766
767         * lilypond-mode.el: Propose saving before applying a command:
768         for saved buffer set default command to LilyPond.
769
770 2002-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
771
772         * buildscripts/mutopia-index.py (headertext_nopics): Add missing
773         variable.
774
775         * Documentation/windows/lilypond.hint: Renamed (previously setup.hint).
776
777         * Documentation/windows/lilypond-doc.hint: New file.
778
779         * GNUmakefile.in: Forward port: Add toplevel target install-html-doc.
780         Bugfixes for --srcdir html-doc build.
781         
782         * make/lilypond-vars.make (LILYPOND_BOOK_INCLUDES): Forward port:
783         Bugfix: Include $(builddir)/mf/out (was $(srcdir)/mf/out.
784
785 2002-06-10  Han-Wen  <hanwen@cs.uu.nl>
786
787         * ly/script-init.ly (pralldown): add some scripts.
788
789         * Documentation/user/refman.itely: many edits.
790
791 2002-06-09  Han-Wen  <hanwen@cs.uu.nl>
792
793         * lily/tuplet-bracket.cc (brew_molecule): don't translate in Y
794         direction, this breaks staffline avoidance of the bracket when
795         they're horizontal.
796
797 2002-06-08  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
798
799         * scripts/midi2ly.py: Fix handling of -o
800
801 2002-06-08  Han-Wen  <hanwen@cs.uu.nl>
802
803         * lily/molecule.cc (translate): set max distance to 100 cm.
804
805 2002-06-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
806
807         * VERSION: 1.5.60 released
808
809         * lily/beam.cc: tremolo fix.
810
811         * scripts/convert-ly.py:  add tuplet-X-visibility rules.
812         add VerticalExtent -> verticalExtent rules.
813
814         * lily/axis-group-engraver.cc: consistent case for
815         XxxxVerticalExtent properties.  
816
817         * Documentation/user/refman.itely (Tuplets): update
818         tuplet-X-visibility properties. 
819
820         * input/test/defaultbars.ly: Corrected (thanks Mats)
821         
822 2002-06-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
823
824         * lily/beam.cc (shift_region_to_valid): fix stupido bug. 
825
826         * buildscripts/lilypond-profile.sh: override settings if
827         LILYPONDPREFIX is set.
828
829 2002-06-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
830
831         * scripts/ly2dvi.py (non_path_environment): Fix typo
832
833 2002-06-03  Heikki Junes  <heikki.junes@hut.fi>
834
835         * lilypond-mode.el: Extend "Quick notes" containing note tuples.
836
837         * lilypond-font-lock.el: Add fixes and comments to syntax-table.
838
839 2002-06-03  Han-Wen  <hanwen@cs.uu.nl>
840
841         * lily/beam-engraver.cc (class Grace_beam_engraver): derive from
842         beam-engraver: use different engraver so we can mix normal and
843         grace beams.
844
845 2002-06-01  Han-Wen  <hanwen@cs.uu.nl>
846
847         * lily/beam.cc (shift_region_to_valid): Try to shift positions
848         after slope-damping and concaveness check, so that short-stems are
849         not violated.
850
851 2002-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
852
853         * stepmake/aclocal.m4: Fix for ash as /bin/sh.
854
855 2002-05-31  Han-Wen  <hanwen@cs.uu.nl>
856
857         * VERSION: 1.5.59 released 
858         
859         * scripts/musedata2ly.py (Parser.parse_note_line): add dots. Add
860         notice that missing features are exercise for user.
861
862 2002-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
863
864         * lily/beam.cc (score_stem_lengths): Bugfix for knees: use correct
865         (but alas, not partly precomputed) value for current_y when
866         calculating stem length demerits.
867         (calc_stem_y): Temporary precomputed factors fix.
868
869         * lily/stem.cc (calc_stem_info): Take multiplicity into account
870         for shortest_y too.
871
872         * input/bugs/melisma-tie-rest.ly: New file.
873
874 2002-05-30  Han-Wen  <hanwen@cs.uu.nl>
875
876         * lily/stem.cc (calc_stem_info): remove min_y member, rename
877         stuff.  Remove kneeing stuff.
878
879         * lily/beam.cc (brew_molecule): remove beam direction. Lots of
880         twiddling
881
882 2002-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
883
884         * scm/sketch.scm: 
885         * scm/ps.scm: 
886         * scm/pdftex.scm: 
887         * scm/pdf.scm: 
888         * scm/tex.scm: Add check for Guile-1.4.1.  Guile includes
889         patch-level of version in minor-version string.  Arg.
890
891 2002-05-29  Han-Wen  <hanwen@cs.uu.nl>
892
893         * ly/engraver-init.ly (TabStaffContext): 
894         enable TabStaff by default.
895
896         *  Tablature support by Jean-Baptiste Lamy <jiba@tuxfamily.org>
897
898 2002-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
899
900         * config.hh.in: Remove duplicate DIR_DATADIR entry.
901
902         * aclocal.m4: Regenerate.
903         
904         * stepmake/aclocal.m4: Append $FULL_VERSION to datadir.
905
906 2002-05-25  Heikki Junes  <heikki.junes@hut.fi>
907
908         * lilypond-mode.el: Added Deutsch notes and fixed "Quick notes".
909
910         * lilypond-mode.el: Write notes with fewer keystrokes trough a 
911         "Quick notes"-interface.
912
913 2002-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
914
915         * input/regression/non-empty-text.ly: Update example with outdated
916         comment.
917
918 2002-05-25  Han-Wen  <hanwen@cs.uu.nl>
919
920         * scripts/convert-ly.py:  add textNonEmpty rule
921
922         * lily/text-engraver.cc (create_grobs): remove textNonEmpty
923
924 2002-05-24  Jan Nieuwenhuizen  <janneke@gnu.org>
925
926         * lily/text-item.cc (markup_text2molecule): Junk ugly lookahead by
927         using translate-robust add_molecule instead of add_at_edge.
928         Bugfix for #(lines (finger "" "1")).
929
930 2002-05-24  Han-Wen  <hanwen@cs.uu.nl>
931
932         * lily/stem-tremolo.cc (brew_molecule): clean up and fix stem
933         tremolo placement.
934
935 2002-05-22  Han-Wen  <hanwen@cs.uu.nl>
936
937         * VERSION: 1.5.58
938         
939         * Documentation/user/refman.itely: Bugfix: add node Repeats and
940         MIDI.  Regenerate menu.  Fix @end example.
941
942         * lily/accidental.cc: Add cautionary-style to interface.
943
944         * mf/feta-beugel.mf (code): use autometric macros for braces.
945         This fixes input/bugs/braces.
946
947         * lily/afm.cc (count): return numOfChars, not size of array
948         (always equals 256.)
949
950         * lily/script.cc (before_line_breaking): postpone setting the
951         X-parent of vertical scripts. This fixes the case of scripts on
952         chords with seconds 
953
954 2002-05-21  Han-Wen  <hanwen@cs.uu.nl>
955
956         * scm/grob-description.scm:  fix alignment of barnumber: make sure
957         it doesn't hit the G-clef. 
958
959         * input/mozart-hrn3-defs.ly (startGraceMusic): typo (it's
960         startGraceMusic not startGraceContext).
961
962 2002-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
963
964         * stepmake/autogen.sh: Check for autoconf2.13, and abort if not
965         found.
966
967 2002-05-20  Han-Wen  <hanwen@cs.uu.nl>
968
969         * lily/accidental-engraver.cc: remove old accidental engraver,
970         move new one to accidental-engraver.cc.
971
972         * lily/local-key-item.cc: remove file
973
974         * lily/include/local-key-item.hh: remove file
975
976         * scripts/ly2dvi.py (make_preview): add --preview-resolution
977         option.
978
979         * lily/accidental.cc (brew_molecule): support for cautionary
980         accidentals. 
981
982         * lily/note-head.cc (internal_brew_molecule): warn if note head
983         not found.
984
985         * lily/time-signature.cc (special_time_signature): remove warning
986         about time signature. 
987
988         * lily/spacing-spanner.cc (musical_column_spacing): Prevent
989         reverse springs by limiting fixed-note space.
990
991 2002-05-19  Jan Nieuwenhuizen  <janneke@gnu.org>
992
993         * stepmake/aclocal.m4: Bugfix: complain if program not found.
994
995         * scripts/update-lily.py (next_version, prev_version, diff_name):
996         New function.  Patches now named name-prev-latest.diff.gz.
997         Bugfix: import shutil.
998
999 2002-05-19  Han-Wen  <hanwen@cs.uu.nl>
1000
1001         * input/tutorial/sammartini.ly: fix and document autochange
1002         weirdness.
1003
1004         * scm/pdftex.scm: resurrect PDFTeX output. Still doesn't work, but
1005         does produce .pdftex files.
1006
1007         * lily/note-collision.cc (check_meshing_chords): move file from
1008         collision.cc, implement merged note heads (there you go, Drarn :-)
1009
1010         * input/regression/collision-heads.ly: new file
1011
1012         * VERSION: 1.5.57 released.
1013
1014 2002-05-18  Juergen Reuter  <reuter@ipd.uka.de>
1015
1016         * mf/parmesan-heads.mf, scm/grob-description.scm,
1017         scm/grob-property-description.scm, scm/interface-description,
1018         lily/include/my-lily-parser.hh, lily/include/ligature-head.hh,
1019         lily/include/mensural-ligature.hh, lily/include/lily-proto.hh,
1020         lily/include/ligature-engraver.hh,
1021         lily/include/ligature-bracket.hh, lily/parser.yy,
1022         lily/ligature-bracket-engraver.cc, lily/mensural-ligature.cc,
1023         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1024         lily/ligature-head.cc, lily/ligature-engraver.cc,
1025         lily/ligature-bracket.cc, input/test/mensural-ligatures.ly:
1026         implemented white mensural ligatures (still with a big list of
1027         TODOs)
1028
1029
1030 2002-05-19  Han-Wen  <hanwen@cs.uu.nl>
1031
1032         * lily/*.cc: use LY_DEFINE everywhere. Move doc strings from
1033         Documentation/user/internals.itely.
1034
1035         * lily/function-documentation.cc: new file. Infrastructure for
1036         self documenting Scheme functions.
1037
1038 2002-05-18  Han-Wen  <hanwen@cs.uu.nl>
1039
1040         * lily/stem.cc (calc_stem_info): bugfix for less ugly knees.
1041
1042 2002-05-17  Han-Wen  <hanwen@cs.uu.nl>
1043
1044         * scripts/lilypond-book.py (re_dict): fix regexps; don't combine ?
1045         and * (as in "([^>]*)?")
1046
1047 2002-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1048
1049         * Documentation/topdocs/INSTALL.texi: Update GCC, Flex and GUILE info.
1050         Add info about CVS.  Stable/development are currently 1.4/1.5,
1051         both at lilypond.org.
1052
1053         * autogen.sh: Generate.
1054
1055         * stepmake/configure:
1056         * configure: Regenerate.
1057         
1058         * stepmake/stepmake/automatically-generated.sub.make: Keep
1059         original first line.
1060
1061         * stepmake/stepmake/toplevel-targets.make (autogen.sh): Add rule.
1062
1063         * stepmake/stepmake/generic-targets.make (configure): Generate
1064         using autogen.sh.
1065
1066         * GNUmakefile.in (SCRIPTS):
1067         * stepmake/GNUmakefile.in (SCRIPTS): Add autogen.sh
1068
1069         * stepmake/autogen.sh: New file.
1070
1071         * configure: Check for g++ >= 2.95.
1072
1073         * stepmake/aclocal.m4: Fixes for FlexLexer.h, Python headers.  GNU
1074         c/c++ version checking.
1075
1076         * flower/include/string.hh: Typo fix.
1077
1078         * lily/include/midi-item.hh: Remove stray i.
1079
1080         * Documentation/windows/GNUmakefile: Avoid collapsed directory
1081         constructs '//'.
1082         
1083         * stepmake/bin/install-dot-exe.sh: Filter collapsed directory
1084         constructs '//' from arguments.
1085
1086 2002-05-17  Han-Wen  <hanwen@cs.uu.nl>
1087
1088         * scm/lily.scm (ly-load): show SCM filenames if verbose.
1089
1090         * lily/lily-guile.cc (init_functions): add ly-verbose function.
1091
1092         * lily/main.cc (setup_paths): remove LILYINCLUDE support. 
1093
1094         * flower/include/{pointer,tuple}*: removed.
1095
1096         * VERSION: released 1.5.56
1097         
1098         * scm/music-functions.scm (check-start-chords): function to check
1099         for chords without \context. Apply automatically from parser.
1100
1101 2002-05-16  Han-Wen  <hanwen@cs.uu.nl>
1102
1103         * lily/bar-line.cc: remove index entries. Texinfo can't handle  :
1104         in index entries.
1105
1106         * scm/output-lib.scm: fix ez notation stems. 
1107
1108         * lily/paper-outputter.cc: various fixes to speed up compilation.
1109
1110 2002-05-16  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1111
1112         * scripts/lilypond-book.py: Don't import pre for Python >= 2.2
1113
1114 2002-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1115
1116         * scripts/lilypond-book.py (determine_format): Bugfix: correctly
1117         determine latex input.
1118
1119         * stepmake/bin/install-sh: Include latest from libtool.
1120
1121         * stepmake/configure: 
1122         * configure: Regenerate.
1123
1124         * config.make.in: Remove dead variables.  Add OPTIONAL/REQUIRED lists.
1125         (USER_CFLAGS): Bugfix, include CPPFLAGS.
1126
1127         * configure.in: Use new OPTIONAL/REQUIRED mechanism.
1128
1129         * stepmake/aclocal.m4: Add mechanism for checking OPTIONAL or
1130         REQUIRED programs and version.  Try to continue configuring, list
1131         missing programs at the end, but don't generate a GNUmakefile if
1132         REQUIRED programs are missing.  Cleanups, junk obsolete stuff.
1133         Fix Cygwin detection, drop '32' suffix.  Hoping this is not too
1134         fancy for some older systems.
1135
1136 2002-05-16  Han-Wen  <hanwen@cs.uu.nl>
1137
1138         * lily/score-engraver.cc (typeset_all): sanity check for items
1139         that are Y parent to spanner. 
1140
1141         * lily/piano-pedal-engraver.cc (create_bracket_grobs): fix broken
1142         pedal spanners.
1143
1144 2002-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1145
1146         * lily/*.cc: remove as many iostream use as possible. 
1147
1148         * flower/ : remove text-db, text-stream, data-file.
1149         
1150 2002-05-15  Han-Wen  <hanwen@cs.uu.nl>
1151
1152         * scripts/lilypond-book.py: add --no-music option: strip all blocks.
1153         (completize_preamble): don't barf if no preamble present.
1154         (do_file): allow extensions on --output
1155
1156         * scripts/ly2dvi.py (make_preview): make automatic preview of
1157         first system. Small cleanups.
1158
1159 2002-05-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1160
1161         * scripts/lilypond-book.py (make_pixmap): output png directly.
1162
1163         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): create and install
1164         fonts.dir file.
1165
1166         * lily/parser.yy (My_lily_parser): comment out code. (Causes
1167         problems  with recent bison releases).
1168
1169         * make/lilypond.redhat.spec.in: add pfa fonts to X. 
1170
1171 2002-05-07  Heikki Junes <hjunes@cc.hut.fi>
1172
1173         * lilypond-font-lock.el: Fixes the order of the note name list.
1174
1175 2002-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1176
1177         * scripts/lilypond-book.py: Add html/dtml output, pseudo-filter
1178         capability, --verbose option, rlimit hack.
1179
1180 2002-05-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1181
1182         * lily/piano-pedal-engraver.cc: cleanups.
1183
1184         * lily/accidental.cc (after_line_breaking): add break tie
1185         reminders.
1186
1187         * lily/text-engraver.cc (try_music): don't typeset fingerings
1188
1189 2002-05-05  Heikki Junes <hjunes@cc.hut.fi>
1190
1191         * lilypond-font-lock.el: Handle \breve as a note (rest) duration.
1192
1193 2002-05-04  Han-Wen  <hanwen@cs.uu.nl>
1194
1195         * lily/*.cc: change gh_str02scm() to ly_str02scm().
1196
1197         * lily/spacing-spanner.cc (note_spacing): Bound
1198         shortest-playing-length by the distance to next note. This should
1199         fix chord tremolo spacing.
1200
1201         * VERSION: 1.5.55 released
1202
1203         * lily/stem.cc (off_callback): invisible stem over whole note is
1204         centered on note now.
1205
1206         * lily/stem-engraver.cc (acknowledge_grob): X_AXIS Parent of
1207         stem-tremolo is stem now.
1208
1209         * input/mozart-hrn*.ly: many corrections. 
1210
1211         * lily/dynamic-engraver.cc (acknowledge_grob): add Scripts  to
1212         support for dynamic scripts.
1213
1214         * lily/accidental-placement.cc (position_accidentals): check for
1215         collisions as well: should avoid those heads too.
1216
1217         * lily/beam.cc (check_concave): allow undefined gap and
1218         threshold. Change the meaning of threshold/gap == 0.0.
1219         (check_concave): skip Stolba concaveness check if we have a knee
1220         on outer stems.
1221
1222 2002-05-03  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1223
1224         * lily/chord-tremolo-engraver.cc (try_music): Handle chord
1225         tremolos of dotted duration.
1226
1227 2002-05-03  Han-Wen  <hanwen@cs.uu.nl>
1228
1229         * mf/feta-klef.mf: more twiddling with G clef. Almost straight
1230         downstroke again. Sigh.
1231
1232         * lily/dynamic-engraver.cc (acknowledge_grob): center dynamic
1233         script on note head.
1234
1235 2002-05-02  Han-Wen  <hanwen@cs.uu.nl>
1236
1237         * lily/slur.cc (add_column): allow slur over rest. 
1238
1239 2002-04-27  Han-Wen  <hanwen@cs.uu.nl>
1240
1241         * lily/beam.cc: move scoring constants out of code
1242
1243 2002-04-25  Han-Wen  <hanwen@cs.uu.nl>
1244
1245         * mf/feta-nummer.mf: scalability fixes.
1246
1247         * mf/feta-nummer-code.mf: fixes for 5, 8. 
1248
1249         * mf/feta-klef.mf: G clef fixes.
1250
1251 2002-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1252
1253         * scripts/ly2dvi.py: Mats' fix.  Try to import pre if available.
1254
1255         * scripts/lilypond-book.py: %Newline, rather than glue macros
1256         after \end{verbatim}.
1257
1258 2002-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1259
1260         * Documentation/user/lilypond-book.itely: 
1261         * scripts/lilypond-book.py: Add options [no]indent, linewidth and
1262         noinline.
1263
1264         * input/mozart-hrn3-defs.ly (startGraceContext): Customize grace init.
1265
1266         * scm/grob-property-description.scm (beam-space): Junk.
1267
1268         * lily/beam.cc (space_function): New method.
1269         (get_interbeam): Call space-function.
1270
1271         * scm/grob-description.scm (Beam): Initialize space-function with
1272         Beam::space_function.
1273
1274         * ly/grace-init.ly (startGraceMusic, stopGraceMusic): Set/revert
1275         Beam.space-function.  Don't quantise grace beams.
1276
1277 2002-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1278
1279         * VERSION: 1.5.54 released
1280
1281         * mf/feta-nummer-code.mf (code): tweaks for three, fixes for 6
1282         bulb. 
1283
1284         * Documentation/index.texi: add PDF links.
1285
1286         * Documentation/user/GNUmakefile (PDF_FILES): add PDF files to website.
1287
1288         * lily/system-start-delimiter-engraver.cc (acknowledge_grob):
1289         compare #'glyph as strings. 
1290
1291         * scripts/lilypond-book.py: fix by Mats. Try to import pre if available.
1292
1293         * scripts/ly2dvi.py (setup_environment): fix by Mats.
1294
1295         * lily/stem.cc (head_count): Change function name. Change property
1296         to #'note-heads i.s.o.  #'heads.
1297         (position_noteheads): Kern noteheads for invisible stems.
1298         (before_line_breaking): Do position_noteheads() for whole note
1299         heads too.
1300
1301         * lily/accidental-placement.cc (position_accidentals): First
1302         determine refpoints, only then determine extents.  
1303
1304 2002-04-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1305
1306         * lily/accidental-placement.cc (position_accidentals): use all
1307         note heads for note head-skyline. 
1308
1309         * scripts/lilypond-book.py (re_dict): remove all *? regexps.
1310
1311 2002-04-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1312
1313         * Documentation/windows/setup.hint (requires): Add gsview dependency.
1314
1315         * scripts/lilypond-book.py (re_dict): Fix for python 2.x.
1316
1317         * lilypond-mode.el (LilyPond-xdvi-command): Default to plain xdvi.
1318
1319         * input/mozart-hrn3-allegro.ly: Bugfix: include defs.
1320
1321 2002-04-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1322
1323         * mf/feta-schrift.mf: lighter staccato.
1324
1325 2002-04-22  Han-Wen  <hanwen@cs.uu.nl>
1326
1327         * mf/feta-nummer-code.mf (code): fixes for 3 glyph.
1328
1329 2002-04-21  Han-Wen  <hanwen@cs.uu.nl>
1330
1331         * VERSION: 1.5.53 released
1332
1333         * scm/lily.scm (ly-load): use primitive-load for loading.
1334
1335         * lily/misc.cc: remove quantise_iv()
1336
1337         * lily/*.cc: pass read-only arrays by reference.
1338         
1339         * lily/grob.cc (common_refpoint_of_array): new function. Try to
1340         use common_refpoint_of_{array, list} when possible.
1341
1342         * lily/include/accidental-placement.hh: new file.
1343
1344         * lily/accidental-placement.cc (alignment_callback): position
1345         accidentals in a better way.
1346
1347         * lily/skyline.cc: new file. Compute distances for collections of
1348         boxes.
1349
1350         * lily/include/skyline.hh: new file
1351
1352 2002-04-20  Han-Wen  <hanwen@cs.uu.nl>
1353
1354         * lily/accidental.cc (class Accidental_interface): grob for a
1355         single accidental.
1356
1357         * lily/accidental-engraver.cc (number_accidentals): Cleanups. Lots
1358         of reformatting
1359
1360         * lily/new-accidental-engraver.cc (acknowledge_grob): Work
1361         together with new accidental-interface. 
1362
1363         * lily/include/*.hh: remove spurious set_interface() decls.
1364
1365         * lily/key-signature-interface.cc (brew_molecule): add padding for
1366         natural signs. Make natural typesetting like the sharp.
1367         
1368
1369         * mf/feta-klef.mf: rewrote portion of the G-clef code. Downstroke
1370         is now slightly curved, not straight.
1371         
1372
1373 2002-04-18  Heikki Junes <hjunes@cc.hut.fi>
1374
1375         * lilypond-mode.el: Toggles font-lock-multiline (Emacs 21.1 or newer).
1376
1377         * lilypond-font-lock.el: Handles multiline-strings. Fontifies notes 
1378         more strictly. Use more clever regular expressions. Commented regexps.
1379
1380 2002-04-16  Heikki Junes <hjunes@cc.hut.fi>
1381
1382         * lilypond-mode.el: "C-c f" does font-lock-fontify-buffer.
1383
1384 2002-04-15  Juergen Reuter  <reuter@ipd.uka.de>
1385
1386         * scm/grob-description.scm, lily/staff-symbol.cc: added properties
1387         to control width of staff symbol in ragged-right mode (by request
1388         of Han-Wen)
1389
1390         * ly/engraver-init.ly, lily/include/my-lily-parser.hh,
1391         lily/include/ligature-bracket.hh, lily/lexer.ll, lily/parser.yy,
1392         lily/ligature-bracket.cc, lily/ligature-bracket-engraver.cc:
1393         added support for ligature brackets (needed when transcribing
1394         mensural music)
1395
1396 2002-04-15  Heikki Junes <hjunes@cc.hut.fi>
1397
1398         * lilypond-font-lock.el: Handle scheme-slurs up to seventh level.
1399         Fontify notes more strictly.
1400
1401 2002-04-15  Han-Wen  <hanwen@cs.uu.nl>
1402
1403         * mf/feta-din-code.mf: dynamic z sign.
1404
1405 2002-04-13  Heikki Junes <hjunes@cc.hut.fi>
1406
1407         * lilypond-mode.el: Prevent recoloring strings and comments.
1408
1409         * lilypond-font-lock.el: Handle block comments: block comments
1410         can have also ordinary comments inside.
1411         
1412 2002-04-13  Han-Wen  <hanwen@cs.uu.nl>
1413
1414         * lily/stem.cc (get_default_dir): set direction to CENTER if
1415         invisible. Various other fixes to deal with invisible stems and
1416         stem-direction == CENTER.
1417
1418         * lily/rest-collision.cc (do_shift): take direction from note if
1419         not set.
1420
1421         * input/regression/tie-grace.ly: new file.
1422
1423         * lily/tie-engraver.cc (create_grobs): fix tied graces.
1424
1425         * lily/note-spacing.cc (stem_dir_correction): set fixed space for
1426         knee correction. Fixes tight spacing for knees.
1427
1428 2002-04-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1429
1430         * VERSION: 1.5.52 released
1431         
1432         * lily/*.cc: add some undocced properties.
1433         scm/grob-description.scm: idem.
1434
1435 2002-04-12  Heikki Junes <hjunes@cc.hut.fi>
1436
1437         * lilypond-font-lock.el: Handle slurs \( and \), numbers,
1438         multi-measure rests like "R1 *4" and scheme (typically has '#' 
1439         in the beginning). Small fixes. Add few reserved words.
1440
1441 2002-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1442
1443         * Documentation/topdocs/INSTALL.texi: Updates for MacOS X and
1444         emacs mode.
1445
1446         * Documentation/windows/installing.texi: Suggest gswin32c (console
1447         program) for getting the version.  Layout fixes.
1448
1449 2002-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1450
1451         * Documentation/user/tutorial.itely (Running LilyPond):  Separate
1452         windows viewing commands, remove silly comment about Yap.
1453
1454 2002-04-10  Mats Bengtsson  <matsb@s3.kth.se>
1455         
1456         * Documentation/topdocs/INSTALL.texi: Describe how to learn
1457         configure to find kpathsea on for example Slackware 8.0.
1458
1459         * scripts/ly2dvi.py (non_path_environment): Set $TEXMF correctly.
1460
1461         * scm/grob-description.scm (MultiMeasureRest): number-threshold=1
1462         by default: avoid "1" over single bar rests.
1463
1464         * scripts/lilypond-book.py (LatexPaper.set_geo_option): Simplify
1465         and correct the handling of geometry options.
1466
1467 2002-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1468
1469         * lily/include/grob-interface.hh (ADD_INTERFACE): make
1470         implementation for Class::has_interface automatically. Junk all
1471         other implementations.
1472
1473         * lily/grob.cc (internal_get_grob_property): also typecheck
1474         property reads. Catches even more undocced properties. Bugfixing
1475         left for the uninspired masses.
1476
1477         * lily/beam.cc: remove end_after_line_breaking().
1478
1479         * lily/grob.cc (calculate_dependencies): remove list support for
1480         callbacks.
1481
1482         * lily/font-size-engraver.cc: only do font-interface.
1483
1484 2002-04-10  Heikki Junes <hjunes@cc.hut.fi>
1485
1486         * lilypond-font-lock.el: Handle notes with cautionary accidentals.
1487           Add few keywords.
1488
1489 2002-04-09 Chris Jackson <chris@fluffhouse.org.uk>
1490
1491         * lily/arpeggio.cc: New function brew_chord_bracket to draw chord
1492         brackets using arpeggio requests.
1493         
1494         * ly/property-init.ly: Shorthand \arpeggioBracket defined as the
1495         molecule-callback to use for drawing the brackets.
1496
1497         * Documentation/user/refman.itely: 
1498         * input/test/chord-bracket.ly: Chord brackets documented
1499         
1500 2002-04-10  Han-Wen  <hanwen@cs.uu.nl>
1501
1502         * mf/feta-din-code.mf: tweaks for p, s. New dynamic r sign. 
1503
1504         * mf/feta-eindelijk.mf: tweak for eighth rest: move bulb up.
1505
1506 2002-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1507
1508         * lily/tuplet-bracket.cc (after_line_breaking): bugfix for forced
1509         direction tuplets on beams.
1510
1511 2002-04-08  Chris Jackson <chris@fluffhouse.org.uk>
1512
1513         * lilypond-indent.el: Bugfix of indentation of final point in buffer
1514
1515 2002-04-09  Heikki Junes <hjunes@cc.hut.fi>
1516
1517         * lilypond-mode.el: new command: LilyPond-un-comment-region.
1518         Added 2Midi to "Command"-menu. Inspired by latex.el and tex.el: 
1519         separate "Command"-menu and "LilyPond"-menu. Added "Miscellanous"-
1520         submenu to "LilyPond"-menu.
1521
1522         * lilypond-mode.el: Added "Midi all" to "Command"-menu, i.e.,
1523         an interface to play midi.
1524
1525 2002-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1526
1527         * input/regression/script-stack-order.ly: new file.
1528
1529 2002-04-08  Han-Wen  <hanwen@cs.uu.nl>
1530
1531         * VERSION (MY_PATCH_LEVEL): Release 1.5.51.
1532
1533         * mf/feta-din-code.mf: kerning for dynamics.
1534
1535 2002-04-07  Han-Wen  <hanwen@cs.uu.nl>
1536
1537         * input/regression/dynamics-glyphs.ly: new file
1538
1539         * mf/feta-din-code.mf: dynamic tweaks. New dynamic s.
1540
1541         * mf/feta-nummer-code.mf: another bulb routine: mimic the bulb of
1542         forte f for the 2 number. Some fixes for the other bulbed glyphs.
1543
1544         * Documentation/windows/gs-profile.sh:
1545         * Documentation/windows/gsview-profile.sh: Remove.  Functionality
1546         moved to gs/gsview windows packages.
1547
1548 2002-04-06  Mats Bengtsson  <matsb@s3.kth.se>
1549
1550         * lily/stem-engraver.cc (acknowledge_grob): Revert to old way of
1551         finding out the duration. Fixes chord tremolo bug. 
1552
1553         * lily/completion-note-heads-engraver.cc (process_music): Set
1554         correct duration for all requests of the broken notes.
1555
1556         * input/regression/completion-heads.ly: Added example of
1557         Completion_heads_engraver.
1558
1559         * lilypond-mode.el: Added "2Midi" command
1560
1561 2002-04-06  Chris Jackson <chris@fluffhouse.org.uk>
1562
1563         * lily/tuplet-bracket.cc, scm/grob-description.scm: New
1564         edge-width, edge-height and shorten-pair properties for tuplet
1565         brackets.
1566
1567         * lilypond-indent.el: Support for blinking of matching parentheses
1568         
1569         * lilypond-font-lock.el: Fix fontification of closing > on its own line
1570         
1571         * lily/piano-pedal-engraver.cc, lily/text-spanner.cc: Fixes and
1572         cleanups of piano pedal brackets.
1573
1574 2002-04-05  Han-Wen  <hanwen@cs.uu.nl>
1575
1576         * mf/cmbase.mf: remove file. -- do without s, r and z signs for now.
1577
1578 2002-04-04  Han-Wen  <hanwen@cs.uu.nl>
1579
1580         * mf/feta-new-code.mf:  new dynamic f sign.
1581         new dynamic m sign.
1582
1583 2002-04-03  Han-Wen  <hanwen@cs.uu.nl>
1584
1585         * mf/feta-new-code.mf: new dynamic p sign.
1586
1587 2002-04-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1588
1589         * lily/note-spacing.cc (stem_dir_correction): only do
1590         beam-correction if a beam is there. 
1591
1592         * lily/stem.cc (duration_log): change from flag_i (); better
1593         naming.
1594         (get_default_stem_end_position): fix dot/flag collision code.
1595
1596 2002-04-02  Han-Wen  <hanwen@cs.uu.nl>
1597
1598         * VERSION: release 1.5.50
1599
1600         * lily/spaceable-grob.cc (add_spring): change incorrect spring to
1601         unit spring here. Reduces number of warning messages.
1602
1603         * lily/auto-beam-engraver.cc: change noAutoBeaming to autoBeaming.
1604
1605 2002-04-01  Han-Wen  <hanwen@cs.uu.nl>
1606
1607         * scm/generic-property.scm: remove generic-property, property-engraver
1608
1609         * lily/volta-bracket.cc (brew_molecule): use Lookup::line() for bracket
1610
1611         * lily/hairpin.cc (brew_molecule): use Lookup::line() for hairpins.
1612
1613         * ps/music-drawing-routines.ps: remove volta, tuplet, hairpin routines.
1614
1615         * scm/*.scm: remove volta, hairpin and tuplet functions.
1616
1617         * lily/rhythmic-column-engraver.cc (acknowledge_grob): don't make
1618         note column for notes/stems/dots that already have parents. Fixes
1619         nested grace contexts.
1620
1621 2002-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1622
1623         * input/mozart-hrn-3.ly: Tweak Slur.beautiful, so that we don't
1624         get too curved slurs.
1625
1626         * scm/slur.scm (default-slur-extremity-offset-alist) 
1627         (default-phrasing-slur-extremity-offset-alist): Move slur
1628         attachments further away from note-head, vertically.  Also, leave
1629         a horizontal gap between slur and stem end.
1630
1631         * lily/beam.cc (get_interbeam): Bugfix: don't look in empty list.
1632
1633 2002-04-01  Han-Wen  <hanwen@cs.uu.nl>
1634
1635         * input/regression/spacing-grace-duration.ly: new file
1636
1637         * lily/spacing-engraver.cc (acknowledge_grob): ignore grace notes
1638         for shortest durations.
1639
1640         * lily/multi-measure-rest.cc (set_spacing_rods): tune rods to the
1641         extent of the mm rest. 
1642
1643         * lily/spacing-spanner.cc (get_duration_space): better spacing for
1644         really short notes.
1645
1646         * lily/tuplet-bracket.cc (make_bracket): new function
1647         (get_x_offset): new function; make tuplet brackets align on stems
1648         if stem has same direction.
1649         (parallel_beam): be anal about matching bracket to tuplet.
1650
1651         * lily/lookup.cc (line): new function Lookup::line(). 
1652
1653         * scm/tex.scm (dashed-line): change -line to -system in names.
1654
1655         * lily/box.cc (add_point): new function.
1656
1657         * flower/include/interval.hh: new function add_point ().
1658         new function widen()
1659         
1660 2002-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1661
1662         * input/mozart-hrn-3.ly: Mimic Breitkopf fonts and padding.
1663
1664         * scm/grob-property-description.scm (number-threshold): Add
1665         description.
1666
1667         * lily/multi-measure-rest.cc (brew_molecule): Only put number over
1668         rest if #measures > number-threshold.  Use padding (well, fake
1669         using it, anyway).
1670
1671         * scm/font.scm (make-style-sheet): New styles: mark-number,
1672         mark-letter.
1673         (paper20-style-sheet-alist): Add bigger bold fonts.
1674
1675         * lily/mark-engraver.cc (process_music): Use style mark-number or
1676         mark-letter.
1677
1678         * .cvsignore: Ignore all kinds of lilypond input and output.
1679
1680         * lily/beam.cc (ADD_INTERFACE): Add concaveness-gap.
1681
1682 2002-04-01  Han-Wen  <hanwen@cs.uu.nl>
1683
1684         * lily/staff-symbol.cc (brew_molecule): make line thickness
1685         adjustable.
1686
1687         * lily/*.cc: replace stafflinethickness by linethickness.
1688
1689 2002-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1690
1691         * input/regression/beam-concave.ly: Add to-be-considered-concave
1692         beam.
1693
1694         * lily/beam.cc (check_concave): Add check for large gap between an
1695         inner notehead and the line through outer noteheads.
1696
1697         * scm/grob-description.scm (Beam): Add concaveness-gap, default
1698         value 2.0 staff-space.
1699         
1700         * scm/grob-property-description.scm (concaveness-gap): Add
1701         description.
1702
1703         * input/mozart-hrn3-allegro.ly: Fix typo.
1704
1705 2002-03-31  Juergen Reuter  <reuter@ipd.uka.de>
1706
1707         * scm/ps.scm, ps/music-drawing-routines.ps, lily/lookup.cc,
1708         lily/note-head-engraver: improved implementation of roundfilledbox
1709         (according to Han-Wen's request)
1710
1711         * lily/include/spacing-spanner.hh, lily/spacing-spanner.cc,
1712         lily/gourlay-breaking.cc, lily/staff-symbol.cc,
1713         lily/simple-spacer.cc: ragged-right alignment
1714
1715 2002-03-29  Han-Wen  <hanwen@cs.uu.nl>
1716
1717         * input/regression/spacing-note-flags.ly: new file
1718
1719         * input/regression/spacing-rest.ly: new file
1720
1721         * mf/feta-eindelijk.mf: make bbox of quarter rest tighter.
1722
1723         * lily/spacing-spanner.cc (note_spacing): make note spacing after
1724         all grace notes tight (not only the column directly following a
1725         grace note).
1726
1727         * scm/grob-description.scm (all-grob-descriptions): don't make
1728         mm-rests larger than normal.
1729
1730         * mf/feta-banier.mf: make upflag narrower. Make end of flag more
1731         curved. Remove white space at the right of flags.
1732
1733 2002-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1734
1735         * ports/ports.make: Bugfix: ignore CVS directories.
1736
1737         * stepmake/.cvsignore: New file.
1738
1739 2002-03-28  Han-Wen  <hanwen@cs.uu.nl>
1740
1741         * lily/note-spacing.cc (stem_dir_correction): don't correct when
1742         there is a flag on the stem.
1743
1744         * lily/multi-measure-rest.cc (brew_molecule): variable width molecule.
1745
1746         * scm/grob-property-description.scm (measure-length):
1747         measure-length grob property.
1748
1749         * lily/spacing-spanner.cc (standard_breakable_column_spacing):
1750         better spacing for breakable columns when they're juxtaposed: use
1751         measure length if applicable
1752
1753         * lily/timing-engraver.cc (start_translation_timestep): store
1754         measure length in breakable column at start of measure.
1755
1756 2002-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1757
1758         * ROADMAP: Add description for ports dir, to check email upon
1759         commit.
1760
1761 2002-03-27  Han-Wen  <hanwen@cs.uu.nl>
1762
1763         * VERSION: 1.5.48 released
1764         
1765         * lily/multi-measure-rest.cc (symbol_molecule): split off from
1766         brew_molecule()
1767         (set_spacing_rods): Use symbol_molecule() to determine minimum
1768         width
1769         (church_rest): split off from brew_molecule()
1770         (big_rest): split off from brew_molecule(). Construct using
1771         variable shape.
1772         
1773         * mf/feta-eindelijk.mf: junk multi measure rest.
1774
1775 2002-03-26  Han-Wen  <hanwen@cs.uu.nl>
1776
1777         * lily/multi-measure-rest.cc (add_column): remove columns property.
1778
1779         * lily/dynamic-engraver.cc (process_music): add more verbose warning
1780
1781         * input/mozart-hrn3-romanze.ly (romanze): add mozart horn concerto
1782         3 as test piece.
1783
1784 2002-03-26  Heikki Junes <hjunes@cc.hut.fi>
1785
1786         * lilypond-font-lock.el (LilyPond-font-lock-keywords): most new
1787         keywords covered, dropped some non-keywords, include R- and 128-notes
1788
1789 2002-03-25 Juergen Reuter <reuter@ipd.uka.de>
1790
1791         * Code clean-up: Junk multiple implementations of ledger line
1792         creation in note_head, custos, and porrectus.  This is important
1793         since there soon will be some more applications of ledger lines to
1794         come (e.g. ambitus engraver).
1795
1796         * Make thickness of ledger lines adjustable.  This is essential
1797         for mensural notation.
1798
1799         * Fix some bugs in the current ledger_line implementation, most
1800         notably that of the horizontal extent of ledger lines which equals
1801         at least the extent of the metafont ledger_line character, and
1802         which grows(!) if the desired extent shrinks below this limit.
1803
1804         * roundfilledbox: variable blotdiameter
1805
1806 2002-03-24  Han-Wen  <hanwen@cs.uu.nl>
1807
1808         * VERSION: 1.5.47 released
1809
1810         * lily/line-spanner.cc (line_atom): change line-thickness to thickness
1811
1812         * lily/porrectus.cc:  change line-thickness to thickness, change
1813         stem-direction to direction.
1814
1815         * scm/backend-documentation-lib.scm (check-dangling-properties):
1816         Automatically detect doc'ed properties that are not in an interface
1817
1818         * scm/grob-property-description.scm: property cleanup. Remove many
1819         paper-column props that are non-existent.
1820
1821         * lily/grob.cc (Grob): only use molecule_extent_proc as default if
1822         the grob has a molecule-callback.
1823
1824         * lily/*.cc: remove many set_interface() calls, and their
1825         implementations.
1826
1827         * input/regression/spacing-knee.ly: new file
1828
1829         * input/regression/spacing-clef-first-note.ly: new file
1830
1831         * lily/staff-spacing.cc (get_spacing_params): different spacing
1832         for pref matter to note at start of line, halfway during line.
1833
1834         * lily/note-spacing.cc (stem_dir_correction): apply 2nd stem direction
1835         correction only if stems have same direction (i.e. not for
1836         stem-clef combination).
1837         (stem_dir_correction): maximal correction for knees.
1838
1839         * lily/*.cc: many updates to interface descriptions.
1840         
1841         * lily/grob.cc (internal_set_grob_property): add interface check
1842         for every set_grob_property call
1843
1844         * lily/*.cc: document interface stuff in C++
1845         
1846         * lily/grob-interface.cc: new file. Add grob interfaces from C++. 
1847
1848         * lily/volta-bracket.cc: naming: change volta spanner to
1849         volta-bracket.
1850
1851         * input/bugs/*.ly: cleanup, remove lots of files.
1852         
1853         * buildscripts/mf-to-table.py (write_ps_encoding): generate
1854         .encoding file. WARNING: upgrade to pktrace 1.0.3
1855
1856         * mf/feta-toevallig.mf: change PS name for parentheses.
1857
1858 2002-03-23  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1859
1860        * scripts/ly2dvi.py (ly_paper_to_latexpaper): Use the correct unit
1861        also for textheight
1862
1863 2002-03-23  Han-Wen  <hanwen@cs.uu.nl>
1864
1865         * lily/scope.cc: remove file .
1866
1867         * lily/include/scope.hh: remove file. Remove Scope class
1868
1869         * VERSION: 1.5.46
1870
1871         * lily/beam.cc (score_slopes_dy, score_stem_lengths,
1872         score_forbidden_quants): ): take out of SCM, pass parameters so
1873         grob props are read only once. (wtk1-fugue2 from 31 sec to 14
1874         secs).
1875         (calc_stem_y): robustness: take care of last_visible_stem == 0.
1876
1877
1878         * lily/lily-guile.cc (ly_unit): return internal unit.
1879
1880         * scm/tex.scm (header-end): insert scaling factor, using ly-unit 
1881
1882         * lily/paper-outputter.cc (output_version): output internal unit
1883         from Paper_outputter
1884
1885         * scripts/ly2dvi.py: Read unit from paper vars (43.jcn3).
1886
1887 2002-03-22  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1888
1889        * scripts/ly2dvi.py: clean up old .*pk font caching code.
1890
1891        * scm/ps.scm: Use uppercase postscript font names for the standard
1892        TeX fonts.
1893
1894        * scripts/ly2dvi.py, buildscripts/lilypond-{login,profile}.sh, :
1895        Add all available TeX Type1 fonts, including Feta, to the
1896        Ghostscript font path.
1897
1898        * Documentation/topdocs/INSTALL.texi (Top): Add required pktrace
1899        version (affects the FontName) in lilypond.map.
1900
1901        * mf/GNUmakefile, Documentation/user/appendices.itely: Rename font
1902        documentation file to fetaNNlist.ly to avoid name collisions between
1903        lilypond generated .tex file and font .tex macros file.
1904
1905
1906 2002-03-22  Juergen Reuter <reuter@ipd.uka.de>
1907
1908         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: added maxima rests;
1909         made mensural longa and (semi-)brevis leaner
1910
1911         * mf/parmesan-clefs.mf, scm/clef.scm: enhanced petrucci c clef
1912
1913         * lily/{{lookup,porrectus}.cc,include/{lookup,porrectus}.hh}: code
1914         clean-up: moved bezier shape and slope from porrectus to lookup
1915
1916         * buildscripts/clean-fonts.sh: added search paths /var/cache/fonts
1917         and /usr/share/texmf/fonts
1918
1919         * scripts/ly2dvi.py: Read unit from paper vars (43.jcn3).
1920
1921 2002-03-22  Han-Wen  <hanwen@cs.uu.nl>
1922
1923         * lily/text-spanner.cc (brew_molecule): add #'thickness
1924         (brew_molecule): add corrections for thickness in molecule padding.
1925
1926         * lily/line-spanner.cc (line_atom): make function private
1927
1928         * scripts/lilypond-book.py (get_bbox): Use GS -sDEVICE=bbox to
1929         discover bounding box. This solves the cropping problem.
1930
1931         * lily/bar-check-iterator.cc (process): Only resynchronize bar
1932         check when it  fails. This fixes the combination of  grace notes
1933         and bar checks.
1934
1935 2002-03-21  Han-Wen  <hanwen@cs.uu.nl>
1936
1937         * lily/repeated-music.cc (minimum_start): new Scheme callable function
1938         (first_start): new Scheme callable. This will fix repeated music
1939         starting with grace notes.
1940
1941         * lily/music.cc (start_mom): check start-moment-function grob property.
1942
1943         * VERSION: 1.5.45 released
1944
1945         * input/regression/system-extents.ly: new regression test. Test
1946         System extents. 
1947
1948         * lily/system.cc: rename LineOfScore into System 
1949
1950         * lily/molecule.cc (ly_add_molecule): new Scheme ly-add-molecule.
1951
1952         * lily/grob.cc (ly_get_parent): new Scheme function ly-get-parent.
1953         (ly_get_extent): new Scheme function ly-get-extent
1954
1955         * ps/lilyponddefs.ps: use output-scale for  line-x
1956         definition. 
1957
1958         * scm/ps.scm (font-load-command): 
1959         use output-scale
1960
1961 2002-03-20  Rune Zedeler <rune@zedeler.dk>
1962         
1963         * lily/beaming-info.cc: Stupid typo fixed
1964         
1965         * lily/accidental-engraver.cc: rewrote accidental-routines to get
1966         support for cross-context auto-accidentals.
1967         Now the engraver can stay in Staff-context and see other contexts
1968         from there.
1969         Changed properties: autoAccidentals, autoCautionaries
1970
1971         * lily/translator-group.cc (set_children_property):
1972         Function added recursively setting the same property (deep_copied)
1973         for all children of a Translator_group.
1974         
1975         * ly/property-init.ly: added commands
1976         \pianoAccidentals \voiceAccidentals
1977         \modernVoiceAccidentals \modernVoiceCautionaries
1978
1979         * ly/engraver-init.ly: Correct initialization of new accidentals.
1980         
1981         * scm/translator-property-description.scm: Updated
1982         
1983         * input/regression/accidental-voice.ly: Added
1984         
1985         * Documentation/regression-test.tely: Added new test    
1986
1987 2002-03-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1988
1989         * VERSION: 1.5.44 released
1990
1991         * lily/slur.cc (set_extremities): robustness fixes for #'attachment.
1992
1993         * scripts/lilypond-book.py (bounding_box_dimensions): bugfix.
1994
1995         * ly/params-init.ly (blotdiameter): use unit for blotdiameter, set
1996         at 0.4 pt.
1997
1998         * tex/feta*.tex: remove.
1999         
2000         * stepmake/aclocal.m4: remove stepmake symlink. It confuses almost
2001         all software dealing with it.
2002
2003 2002-03-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2004
2005         * mf/GNUmakefile (lilypond.map): Don't prepend TeX to font name
2006         (this fixes pdf output).  Drop awk dependency.
2007
2008         * scripts/ly2dvi.py (ly_paper_to_latexpaper): Assume LilyPond's
2009         dimensions (linewidth) are in mm.
2010
2011         * mf/GNUmakefile (depth): Always allow manual access to pfa target.
2012
2013         * tex/lily-ps-defs.tex: scaletounit using PT/IN==72.
2014
2015         * lily/slur.cc (get_attachment): Bugfix: correct for stem thickness.
2016
2017 2002-03-19  Han-Wen  <hanwen@cs.uu.nl>
2018
2019         * VERSION: 1.5.43 released
2020
2021         * scm/beam.scm (beam-dir-majority-median): if majority is
2022         undecided, use median. Removes a forced dir in sarabande.
2023
2024         * mf/feta-schrift.mf: Trill fixes, Vee fixes (upbow, ltoe, rtoe)
2025
2026 2002-03-18 Chris Jackson <chris@fluffhouse.org.uk>
2027  
2028         * lily/text-spanner.cc, lily/piano-pedal-engraver.cc: Cleanups. Edge
2029         widths, heights and shortens are now customisable properties.
2030  
2031         * scm/grob-description.scm, scm/grob-property-description.scm: New
2032         properties added to PianoPedalBracket, unnecessary
2033         Y-offset-callbacks removed from *Pedal, undocumented properties
2034         fixed.
2035  
2036         * Documentation/user/refman.itely: Piano pedal updates.
2037
2038 2002-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2039
2040         * scm/grob-property-description.scm:
2041         * scm/interface-description.scm: Remove old stuff.
2042
2043         * scm/grob-description.scm (StemTremolo): Change beam-thickness to
2044         0.48 (previously 0.42).
2045         (Beam): Remove old stuff.
2046
2047         * lily/stem.cc: 
2048         * lily/stem-tremolo.cc: 
2049         * lily/beam.cc: 
2050         * scm/beam.scm: Remove old stuff.  Use Beam::get_interbeam ()
2051         (previously space-function).
2052
2053         * stepmake/bin/add-html-footer.py: Website title fix.
2054
2055 2002-03-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2056
2057         * scripts/ly2dvi.py (environment): use new font searching setup.
2058
2059         * lily/afm.cc (afm_bbox_to_box): make code dimension independent
2060
2061         * lily/tfm.cc (dimensions): make code dimension independent
2062
2063         * ps/lilyponddefs.ps: add constant for MM and true/ps-point
2064         scaling
2065
2066         * tex/lily-ps-defs.tex: scaling for PS points and MM.
2067
2068         * lily/include/dimensions.hh: try MM as internal unit.
2069
2070         * scm/*.scm: remove invoke-dim1
2071
2072 2002-03-17  Han-Wen  <hanwen@cs.uu.nl>
2073
2074         * GNUmakefile.in (fontpaths): add fontpaths target,
2075
2076         * make/mutopia-targets.make: add PDF rules.
2077
2078         * make/mutopia-rules.make: add pdf rule.
2079
2080         * buildscripts/mutopia-index.py (list_item): add PDF.
2081
2082         * buildscripts/lilypond-profile.sh (TEXMF): typo.
2083
2084         * make/lilypond-vars.make: set TEXMF for the new font setup.
2085  
2086 2002-03-17  Han-Wen  <hanwen@cs.uu.nl>
2087
2088         * VERSION: 1.5.42 released
2089         
2090         * mf/feta-schrift.mf: endless twiddling of Tr.
2091
2092         * mf/feta-eindelijk.mf: 8th rest: make darker, top of brush lower, and
2093         endless twiddling with the bulb shape.
2094
2095         * lily/note-head.cc (internal_brew_molecule): make ledger lines a
2096         little smaller if there is an accidental.
2097
2098 2002-03-15  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2099  
2100         * buildscripts/lilypond-profile.sh: 
2101  
2102         * mf/GNUmakefile (INSTALLATION_OUT_DIR*),
2103         buildscripts/lilypond-login.sh, buildscripts/lilypond-profile.sh:
2104         Implement new font installation strategy
2105  
2106         * Documentation/misc/fontinstallation (TEXMF): Documentation of
2107         the new font installation strategy.
2108  
2109         * lilypond-mode.el (LilyPond-mode-map): Add shortcut "CTRL-c ;"
2110         for comment-region.
2111  
2112         * input/test/staff-size.ly: Simplified using StaffContainer
2113  
2114         * mf/GNUmakefile (ALL_GEN_FILES): Actually generate the
2115         lilypond.map file
2116
2117 2002-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2118
2119         * scm/ps.scm (bezier-sandwich): Draw circles at slur ends.
2120
2121         * lily/beam.cc (score_stem_lengths): new quanting stuff
2122         (score_forbidden_quants): Second and third beam quant stuff.
2123
2124 2002-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2125
2126         * lily/beam.cc (least_squares): Remember least-squares-dy for
2127         later use.
2128         (quantise_interval): Don't quant to dy steeper that
2129         least-squares-dy.  Return empty interval if no sane quants found.
2130         (quantise_position): Try quantise_interval until we have
2131         acceptable solution.
2132
2133 2002-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2134
2135         * scm/interface-description.scm (beam-interface): Update.
2136
2137 2002-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2138
2139         * VERSION: 1.5.41 released
2140         
2141         * mf/feta-schrift.mf: make Tr. smaller, smoother and closer.  Use
2142         optima serifs on top of t, bottom of r.
2143
2144         * mf/feta-bolletjes.mf: make ledger line rounder. 
2145
2146         * mf/feta-toevallig.mf: some smallish fixes for flat sign.
2147
2148         * mf/feta-eindelijk.mf: make 8th rest a little darker, some more
2149         parametrization.
2150
2151 2002-03-15 Chris Jackson <chris@fluffhouse.org.uk>
2152  
2153        * lily/piano-pedal-engraver.cc: Rewritten to support bracketed as
2154        well as text pedal indications and a combination of both.  All
2155        pedal indications are horizontally aligned on a line spanner.
2156  
2157        * lily/text-spanner.cc: Edge-width property added to use in
2158        bracketed piano pedals. Function setup_sustain_pedal added to set
2159        the dimensions of the brackets. 
2160  
2161        * scm/grob-description.scm: New *PedalLineSpanner grobs added, and 
2162        some of the *Pedal properties tweaked. 
2163  
2164        * scm/grob-property-description.scm: New pedal-type (*Pedal) and
2165        edge-width (TextSpanner) properties.
2166  
2167        * ly/engraver-init.ly: Default strings added for SostenutoPedal. 
2168  
2169        * lilypond-font-lock.el: sostenuto, unaCorda and treCorde added to
2170        fontified identifiers list.
2171  
2172        * input/test/pedal.ly: New pedal features added. 
2173  
2174        * Documentation/user/refman.itely: New pedal features documented.
2175        
2176
2177 2002-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2178
2179         * lily/include/new-beam.hh: Previously new-beam.hh
2180         * lily/beam.cc: Previously new-beam.cc
2181         (least_squares): Bugfix: don't barf on beams with less than two
2182         visible stems (tremolos).
2183
2184         * scm/beam.scm: 
2185         * scm/grob-description.scm (Beam): Junk old beam stuff.
2186         
2187         
2188 2002-03-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2189
2190         * VERSION: 1.5.40
2191
2192         * mf/feta-eindelijk.mf: new 8th rest.
2193
2194         * mf/feta-toevallig.mf: small fixes for the sharp symbol. Don't
2195         stick out of staffline
2196
2197         * scripts/lilypond-book.py: fixes for texi regular expressions.
2198
2199 2002-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2200
2201         * lily/include/new-beam.hh:
2202         * lily/new-beam.cc: New file.
2203
2204         * flower/include/interval.hh: 
2205         * flower/include/interval.tcc (delta): New method.
2206         (swap): Now public (previously private).
2207         
2208         * scm/beam.scm (default-beam-y-quants): Bugfix: lower beam-sit by
2209         1 staff-line-thickness.  Sadly, this makes dy quanting problems
2210         (dy quants allowed should depend on actual left y) more visible.
2211
2212 2002-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2213
2214         * lily/beam.cc (quantise_dy): Bugfix: sign (0) = 0.  Hmm.
2215
2216         * scm/grob-property-description.scm (concaveness-threshold): Add
2217         typecheck and description.
2218
2219         * scm/grob-description.scm (Beam): Remove obsolete properties, add
2220         concaveness-threshold (previously concaveness).
2221
2222         * lily/beam.cc (check_concave): Remove choices and debugging
2223         stuff: use best concaveness calculation.
2224         (quantise_dy): Remove choice.  Try to never make a slope steeper
2225         by quantising, but certainly never quantise a slope away.
2226         (check_stem_length_f): Remove choice.  In case of lengthening
2227         alowed, always lengthen to ideal length.
2228
2229         * Documentation/index.texi: Fix FAQ url.
2230
2231         * Documentation/topdocs/INSTALL.texi: Add information about fink,
2232         compile fix and 1.4 specific fix that doesn't hurt 1.5.
2233
2234 2002-03-13  Han-Wen  <hanwen@cs.uu.nl>
2235
2236         * VERSION: 1.5.39 released
2237
2238         * lily/simple-spacer.cc (add_rod): rods take precedence over
2239         infinitely stiff springs. This fixes bugs with arpeggios and bar-lines.
2240
2241         * lily/arpeggio-engraver.cc (acknowledge_grob): clean up.
2242
2243         * lily/note-spacing.cc (get_spacing): only insert space for
2244         accidentals if necessary.
2245
2246         * input/regression/spacing-accidental-staffs.ly (texidoc): update example
2247
2248         * lily/spacing-spanner.cc (musical_column_spacing): new
2249         function. Have correct spacing from note to end-of-line as well.
2250
2251 2002-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2252
2253        * Documentation/topdocs/INSTALL.texi: Add section for MacOS X.
2254
2255        * darwin.patch: New file.
2256
2257        * lily/beam.cc (set_stem_shorten): Revive deceased stem shorten
2258        code.  Shorten stems by fraction of stems to be shortened.
2259
2260        * lily/stem.cc (get_default_stem_end_position): Shorten only half
2261        of shorten value for boundary cases.
2262
2263        * scm/grob-description.scm (Stem): Set stem-shorten to (1.0 0.5).
2264        (Beam): Set beamed-stem-shorten to (1.0 0.5).
2265
2266 2002-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2267
2268        * lily/beam.cc (check_stem_length_f): Try to lenthen more.
2269
2270        * scm/grob-description.scm (Beam): Add concaveness.  Replace
2271        Beam::cancel_suspect_slope with Beam::check_concave.
2272  
2273        * lily/beam.cc (check_concave): Calculate concaveness of beam, and
2274        set slope to horizontal if concaveness > Beam.concaveness.  This
2275        handles cases that kludgy cancel_suspect_slope was meant to catch
2276        very well.
2277        (cancel_suspect_slope): Remove.
2278
2279 2002-03-12 Rune Zedeler <rune@zedeler.dk>
2280
2281         * lily/beam.cc lily/stem.cc lily/beam-engraver.cc: allow for
2282         stemLeftBeamCount and stemRightBeamCount to equal 0.
2283         Fixes [c8 c4 c8]
2284       
2285 2002-03-12  Han-Wen  <hanwen@cs.uu.nl>
2286
2287         * lily/spacing-spanner.cc (breakable_column_spacing): Only do
2288         fixed spacing for pref matter, if the next column is musical, and
2289         at the same moment.
2290
2291         * lily/note-spacing.cc (stem_dir_correction): Use correct
2292         discretionary for stem-bar spacing.
2293
2294 2002-03-11  Han-Wen  <hanwen@cs.uu.nl>
2295
2296         * VERSION: 1.5.38 released 
2297
2298         * lily/grob.cc (warning): Use cause tracking to give more
2299         meaningful errors from the backend. 
2300
2301         * lily/property-iterator.cc (check_grob): Warn if setting grob
2302         property in unknown grob. 
2303
2304         * mf/feta-toevallig.mf: brushed stems for natural sign.
2305
2306         * lily/molecule.cc (align_to): don't translate empty molecule.
2307         (this triggers a very subtle bug in time-signature.)  
2308
2309 2002-03-10  Han-Wen  <hanwen@cs.uu.nl>
2310
2311         * lily/spring.cc: remove file.
2312
2313         * input/regression/spacing-stem-bar.ly: new file
2314
2315         * lily/score.cc (run_translator): resurrect point-and-click
2316
2317         * input/baerenreiter-sarabande.ly: Copy Barenreiter beaming for
2318         sarabande layout
2319
2320         * lily/spacing-spanner.cc (find_shortest): Shortest note for
2321         spacing is now globally determined, using the most common shortest
2322         note. Notes that are shorter are spaced geometrically, and with
2323         expand hints. This makes spacing more even, and measures that have
2324         very short notes won't be that stretched out.  
2325
2326         * mf/feta-klef.mf: F-clef fixes, documentation on the
2327         shape. (WARNING: font changed.)
2328
2329 2002-03-09  Han-Wen  <hanwen@cs.uu.nl>
2330
2331         * lily/simple-spacer.cc (add_columns): support for infinitely
2332         stiff springs.
2333  
2334         * lily/staff-spacing.cc (get_spacing_params): space after
2335         prefatory matter is fixed.
2336
2337 2002-03-08  Han-Wen  <hanwen@cs.uu.nl>
2338
2339         * lily/note-spacing.cc (stem_dir_correction): Correct spacing for
2340         barline following an upstem.
2341
2342         * lily/staff-spacing.cc (extremal_break_aligned_grob): destill
2343         function from next_notes_correction().
2344         (bar_y_positions): idem.
2345
2346 2002-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2347
2348         * input/regression/break.ly (texidoc): bugfix: escape \ in
2349         strings.
2350
2351         * lily/staff-spacing.cc (next_notes_correction): Correct the
2352         spacing of a note following a barline.
2353
2354
2355 2002-03-04  Glen Prideaux
2356
2357         * mf/feta-solfa.mf: Shaped note heads
2358
2359 2002-03-03  Han-Wen  <hanwen@cs.uu.nl>
2360
2361         * VERSION: 1.5.37 released
2362
2363         * lily/key-signature-interface.cc (brew_molecule): rename from key_item
2364         left-align molecule.
2365         
2366         * lily/break-align-interface.cc (do_alignment): completely
2367         rewritten. Now it does not use Align_interface anymore, but a
2368         separate routine. Like StaffSpacing, it reads space-alist from the
2369         breakable grobs.  This allows you to set spacing using
2370         
2371         \property Staff.Clef \override #'space-alist = '(....stuff....)  
2372  
2373         * lily/bar-line.cc, lily/include/bar-line.hh: change name from Bar
2374         to Bar_line. Move files around as well.
2375
2376         * lily/time-signature.cc (time_signature): left align time signatures. 
2377
2378         * mf/feta-timesig.mf: Remove padding from C-style time signatures.
2379         Corrections of the glyph shape C. Comments added.
2380
2381 2002-03-02  Han-Wen  <hanwen@cs.uu.nl>
2382
2383         * lily/spacing-spanner.cc: move from third-try.cc; rename
2384         Third_spacing_spanner to Spacing_spanner.
2385
2386         * lily/staff-spacing.cc (get_spacing_params): redo prefatory
2387         spacing stuff. Much cleaner now, and we prepare for neat spacing
2388         tricks around bar lines and such.
2389
2390         * lily/third-try.cc (prune_loose_colunms): bugfix. Don't init
2391         variables with themselves. (Ouch.)
2392
2393         * lily/span-bar.cc (brew_molecule): don't try to span bars that
2394         overlap.
2395
2396 2002-03-02  Han-Wen  <hanwen@cs.uu.nl>
2397
2398         * VERSION: 1.5.36
2399
2400         * lily/lily-guile.cc: isdir_b and isaxis_b changed to ly_axis_p,
2401         ly_dir_p
2402
2403         * lily/music.cc (ly_get_mus_property): typechecking
2404         (ly_set_mus_property): idem
2405         (ly_make_music): idem
2406         (ly_music_name): idem
2407
2408         * lily/chord.cc: use scm_reverse_x iso. gh_reverse()
2409
2410         * lily/note-spacing.cc (stem_dir_correction): correction for
2411         same stem notes as well. 
2412
2413         * lily/pitch.cc (pitch_transpose): stricter typechecking
2414
2415         * mf/parmesan*mf: magnification fixes.
2416
2417         * Documentation/topdocs/INSTALL.texi: update RedHat reqs
2418
2419 2002-03-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2420
2421         * buildscripts/mf-to-table.py (postfixes): Output also .ly file
2422         documenting the font. (Doesn't work for parmesan at the moment)
2423
2424         * Documentation/user/appendices.itely (The Feta font): Add list of
2425         Feta font symbols with names.
2426
2427         * mf/GNUmakefile ($(outdir)/lilypond.map): Generate lilypond.map
2428         automatically
2429
2430 2002-03-01  Han-Wen  <hanwen@cs.uu.nl>
2431
2432         * lily/translator-group.cc (ly_set_trans_property): typechecking
2433         (ly_get_trans_property): typechecking.
2434
2435         * lily/font-metric.cc (ly_text_dimension): typechecking 
2436         (ly_find_glyph_by_name): idem.
2437
2438         * scm/bass-figure.scm (brew-complete-figure): support for
2439         bracketed numbers.
2440         
2441         * lily/grob.cc (ly_get_paper_var): new function
2442
2443 2002-02-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2444
2445         * VERSION (PATCH_LEVEL): 1.5.35 released.
2446
2447         * lily/lookup.cc (ly_bracket): Scheme function ly-bracket
2448         (bracket): New function.
2449
2450         * lily/stem-engraver.cc (stop_translation_timestep): bugfix, unset
2451         stemLeftBeamCount, stemRightBeamCount in stead of using #<undefined> 
2452
2453         * lily/third-try.cc (set_implicit_neighbor_columns): type checking
2454         bugfix.
2455
2456         * lily/span-arpeggio-engraver.cc (stop_translation_timestep):
2457         typecheck bugfix. 
2458
2459         * lily/grob.cc (ly_get_grob_property): be anal about types.
2460         (ly_set_grob_property): idem
2461
2462         * lily/figured-bass-engraver.cc (process_music): move molecule
2463         building completely to Scheme
2464
2465         * lily/include/musical-request.hh (class Bass_figure_req): Add
2466         class. 
2467
2468         * lily/parser.yy (bass_figure): add support for space figure.
2469
2470         * lily/molecule.cc (ly_molecule_combined_at_edge): be anal about types 
2471
2472         * lily/font-metric.cc (ly_text_dimension): Scheme function ly-text-dimension
2473
2474         * lily/molecule.cc (ly_fontify_atom): new function ly-fontify-atom
2475         (ly_align_to_x): new function ly-align-to!
2476
2477         * lily/font-interface.cc (ly_font_interface_get_font): new Scheme
2478         function ly-get-font
2479
2480         * mf/feta-nummer.mf: include normal-space dimension. 
2481
2482         * lily/collision.cc (check_meshing_chords): don't merge collisions
2483         with whole notes.
2484         
2485         * lily/system-start-delimiter.cc (after_line_breaking): Bugfix:
2486         glyph is string.
2487
2488 2002-02-28  Mats Bengtsson  <matsb@s3.kth.se>
2489
2490         * scm/tex.scm, scm/ps.scm (or): Bugfix, ps output with Guile 3.4
2491
2492 2002-02-28  Juergen Reuter  <reuter@ipd.uka.de>
2493
2494         * mf/parmesan-heads.mf: bugfix: mensural note heads  (WARNING:
2495         font changed)
2496
2497         * scm/output-lib.scm: bugfix: resort to neo_mensural chars rather
2498         than mensural chars
2499
2500         * mf/parmesan-scripts.mf, mf/parmesan-generic.mf,
2501         scm/grob-description.scm: added mensural fermata symbol
2502
2503 2002-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2504
2505         * VERSION: 1.5.34 released.
2506
2507         * lily/rest-engraver.cc (create_grobs): rests can have pitches.
2508
2509         * lily/staff-symbol-referencer.cc (callback): assume that
2510         staff-position is unset in general.
2511
2512         * input/regression/rest-pitch.ly: new file.
2513
2514         * lily/parser.yy (simple_element): rests can have pitch. Syntax:
2515         a4\rest
2516
2517 2002-02-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2518
2519         * lily/scm-option.cc (set_lily_option): add internal-type-checks
2520         as Scheme option. Run regression test by default with
2521         internal-type-checking.
2522
2523         * lily/separating-group-spanner.cc (find_musical_sequences):  removed.
2524
2525         * lily/lily-guile.cc (type_check_assignment): changed functions.
2526
2527         * scm/*description*.scm: be anal about typechecks. Some changes
2528         for internal variable names.
2529
2530 2002-02-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2531
2532         * scm/ps.scm: -f ps  output for GUILE 1.4 and 1.3.4
2533
2534 2002-02-25  Han-Wen  <hanwen@cs.uu.nl>
2535
2536         * VERSION: 1.5.33 released.
2537
2538         * mf/feta-macros.mf (flare_path): removed draw_flare, replace by
2539         flare_path everywhere (c-clef, numbers).        
2540
2541         * lily/bar-number-engraver.cc (process_music): also print bar
2542         number if measure starts with grace note.       
2543
2544         * input/regression/grace-bar-number.ly: new test.
2545
2546 2002-02-24  Han-Wen  <hanwen@cs.uu.nl>
2547
2548         * lily/figured-bass-engraver.cc (stop_translation_timestep): reset
2549         rest as well.
2550
2551         * scm/music-functions.scm (voicify-music):  split chords into
2552         different voices automatically.
2553
2554         * lily/music.cc (ly_music_list_p): new function
2555
2556         * lily/music-sequence.cc (do_relative_octave): robustification
2557
2558         * scm/music-functions.scm: many utility functions 
2559
2560         * lily/music.cc (ly_set_mus_property): add type checks to the
2561         Scheme property assignment.
2562
2563         * buildscripts/lilypond-profile,lilypond-login.sh (TEXCONFIG):
2564         dvips fixes
2565
2566         * mf/lilypond.map: .map file from Mats' page. 
2567
2568 2002-02-21  Juergen Reuter <reuter@ipd.uka.de>
2569
2570         * Some more parmesan related fixes;
2571
2572         * Custos: varying shape (in particular, stem length), depending on the
2573           vertical position of the custos (on staffline / between stafflines);
2574
2575         * Custos: added grob property "neutral-direction" (same semantics as
2576           with stem); introduced new grob property "neutral-position";
2577
2578         * Time-signature: print a warning when resorting to default layout.
2579
2580 2002-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2581
2582         * lily/translator-group.cc (add_fresh_simple_translator): remove
2583         function; initialize() is called through
2584         Translator_group::initialize().
2585
2586         * lily/third-try.cc (prune_loose_colunms): add constraints (rods)
2587         for the neighbors of a loose column.
2588
2589         * lily/line-of-score.cc (set_loose_columns): be more intelligent:
2590         position loose columns so that they don't collide.
2591
2592 2002-02-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2593
2594         * VERSION: 1.5.32 released.
2595
2596         * scm/font.scm: remove font-name symbol.
2597
2598         * mf/GNUmakefile: use pktrace for making PFAs
2599
2600         * make/lilypond.redhat.spec.in: use pktrace when making RPMs
2601
2602         * lily/rest-collision.cc (do_shift): read direction field from
2603         rest-column in case of note-rest collision. This should fix some
2604         problems with rest collisions.
2605
2606 2002-02-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2607
2608         * lily/note-heads-engraver.cc (process_music): Removed easyPlay
2609         property.
2610
2611         * lily/note-head.cc (brew_ez_molecule): Remove note-character
2612         property. Read pitch directly from #'cause.
2613
2614         * mf/feta-puntje.mf: bugfix
2615
2616 2002-02-19  Juergen Reuter <reuter@ipd.uka.de>
2617         
2618         * mf/*.mf: tried to fix ancient-font.ly. WARNING: Font changed.
2619
2620 2002-02-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2621
2622         * Documentation/windows/compiling.texi: Update.
2623
2624         * Documentation/index.texi: Add link to orphaned compiling for
2625         windows page.
2626
2627         * Documentation/footer.html.in: Comment fix.
2628
2629         * stepmake/bin/add-html-footer.py: Python2.[12] re workarounds.
2630
2631 2002-02-18  Han-Wen  <hanwen@cs.uu.nl>
2632         
2633         * VERSION: 1.5.31 released
2634
2635         * lily/new-spacing-spanner.cc: remove file.
2636
2637         * lily/third-try.cc (do_measure): only take spacings into account
2638         if they pertain to the column pair under consideration. This fixes
2639         spacing bug when mixing eighths triplets and normal eighths.
2640
2641         * lily/note-head.cc (brew_molecule): revert ledger change: ledger
2642         lines don't take up space anymore. Document why in note-head.cc
2643         comment.
2644
2645 2002-02-17  Han-Wen  <hanwen@cs.uu.nl>
2646
2647         * lily/font-interface.cc (get_font): reinstate
2648         #'font-magnification. See input/regression/font-magnification.ly
2649         (get_font): Change the definition of  #'font-name grob property.
2650
2651         * lily/grob.cc (get_uncached_molecule): output origin for grobs
2652         that have a #'cause field.
2653
2654 2002-02-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2655
2656         * Documentation/topdocs/INSTALL.texi: remove type3 stuff. 
2657
2658         * mf/GNUmakefile:  remove metapost stuff
2659
2660         * stepmake/aclocal.m4: remove metapost detection stuff.
2661
2662 2002-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2663
2664         * mf/GNUmakefile (FET_FILES): 
2665         (FONT_FILES): Include parmesan.
2666
2667         * stepmake/bin/packagepython.py (make_assign_re): Bugfix.  Use re
2668         iso regex, regsub
2669
2670         * buildscripts/clean-fonts.sh (FILES): Clean parmesan too.
2671
2672         * Documentation/user/refman.itely (Paper size): Quote braces.
2673
2674 2002-02-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2675
2676         * stepmake/aclocal.m4: fixed bison version check to be more
2677         robust.
2678
2679         * lily/stem.cc (position_noteheads): fix for cluster chords.
2680
2681         * mf/*.mf: many blotting/pixel rounding fixes  by Rune Zedeler
2682
2683         * python 2.2 support.
2684
2685 2002-02-04  Han-Wen  <hanwen@cs.uu.nl>
2686
2687         * VERSION: 1.5.30 released
2688
2689         * lily/dynamic-engraver.cc: add doco about DynamicLineSpanner
2690
2691         * Documentation/user/refman.itely (Dynamics): add a note about
2692         DynamicLineSpanner.
2693
2694         * scm/grob-description.scm: add a 'translator-type?  object
2695         property, so that \property Foo.Bar =\turnOff doesn't cause
2696         type check warning.
2697
2698         * lily/translator-group.cc (add_fresh_group_translator): make
2699         new add-translator functions to make distinction between fresh and
2700         used group-translators. Fixes problem with scripts on auto-changing voice 
2701
2702         * lily/timing-engraver.cc: make Timing_engraver instantiatable,
2703         add to Score_performer. Fixes bar checks in MIDI
2704
2705         * lily/tie-engraver.cc (create_grobs): Use pitches to compare note
2706         heads. Fixes many quirks with ties.
2707
2708         * lily/engraver.cc (announce_grob): Use SCM argument. Store cause
2709         in the grob property #'cause, instead of using Grob_info.
2710
2711         * ly/engraver-init.ly (StaffContext): move Dot_column_engraver to
2712         staff context, fixing dot alignment on collisions.
2713
2714         * lily/beam-engraver.cc (try_music): remove can't find beam start
2715         warning, so that skipTypesetting won't complain.
2716
2717 2002-02-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2718
2719         * Documentation/user/refman.itely (Paper size): Documentation fix,
2720         papersize
2721
2722         * lily/text-engraver.cc: Bugfix: textNonEmpty works again
2723
2724         * scm/grob-description.scm: \breathe: Use feta font comma by default
2725
2726 2002-01-23  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2727
2728         * input/template/piano-dynamics.ly (pedal): Simplified
2729
2730 2002-01-18  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2731
2732         * ly/engraver-init.ly: avoid warnings on \skip in lyrics
2733
2734 2002-01-10  Mats Bengtsson  <matsb@s3.kth.se>
2735
2736         * lilypond-mode.el (LilyPond-command-query): ignore case.
2737
2738 2002-02-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2739
2740         * VERSION: 1.5.29 released
2741
2742         * all files: change 2001 to 2002 in headers globally
2743
2744         * mf/parmesan20.mf: split out ancient notation into parmesan ("old
2745         cheese") font. WARNING: fonts changed.
2746         
2747 2002-02-01  Juergen Reuter <reuter@ipd.uka.de>
2748
2749         * mf/*.mf: Fixed some blot_diameter related flaws in some feta symbols
2750         
2751         * mf/*.mf: Added some more vaticana/solesmes style font symbols
2752         
2753         * mf/*.mf: Bugfix: renamed subbipunctum -> inclinatum
2754
2755         * mf/*.mf: Fixed a few typos in various .mf files
2756
2757 2002-01-17 Rune Zedeler <rune@zedeler.dk>
2758  
2759         * mf/: added macro soft_penstroke
2760         
2761                softened some glyphs
2762                redrawn triangular noteheads
2763                redrawn tab-clef
2764                added classical quarter rest
2765         
2766         * lily/stem.cc: Bugfix: Stem-attachment when staff_space!=1
2767  
2768         * lily/bar.cc: Bugfix: repeat dots when even number of staff
2769         lines and staff_space>=2
2770  
2771         * lily/rest.cc: Use default rests when current style glyphs not
2772         found - this allows
2773         \property Staff.Rest \override #'style = #'classical
2774
2775 2002-01-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2776
2777         * input/bugs/first-tie.ly: New file.
2778
2779         * input/bugs/spacing-clash.ly: New file.
2780
2781 2002-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2782
2783         * po: regenerate.
2784
2785 2002-1-24 Chris Jackson <chris@fluffhouse.org.uk>
2786
2787         * lilypond-indent.el: New file providing indentation for
2788         parenthesised blocks of lilypond code in Emacs
2789         
2790         * lilypond-font-lock.el: Changes to the syntax table to facilitate
2791         indentation and handle block comments properly. Distinguish
2792         accents from close-brackets in fontification.
2793
2794         * lilypond-mode.el: LilyPond-indent-command set appropriately.
2795
2796 2002-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2797
2798         * Documentation/windows/installing.texi: 
2799         * Documentation/windows/compiling.texi: Include from 1.4.10.
2800
2801         * Documentation/windows/gs-profile.sh: previously lily-gs.sh
2802
2803         * input/bugs/first-midi-tie.ly: New file.
2804
2805 2001-12-29  Han-Wen  <hanwen@cs.uu.nl>
2806         
2807         * VERSION: 1.5.28 released
2808
2809         * lily/parser.yy (My_lily_parser): Slightly kludgy warning for
2810         illicit beams on [c4 c4] etc.
2811
2812         * lily/bar-check-iterator.cc (Bar_check_iterator): new
2813         file. Make separate iterator for Bar_checks. Bar_check now happen
2814         outside engravers, meaning that you can use them with
2815         skipTypesetting. Associated changes in other files.
2816         
2817         * lily/new-spacing-spanner.cc (stem_dir_correction): removed
2818         function
2819         
2820         * lily/spacing-spanner.cc (stem_dir_correction): removed function
2821
2822         * lily/include/grob.hh (unsmob_item, unsmob_spanner): Add functions
2823
2824         * lily/bar.cc (before_line_breaking): remove bar-line spacing code.
2825
2826         * lily/stem.cc (set_spacing_hints): removed function
2827
2828         * lily/note-spacing.cc (stem_dir_correction): new stem-direction
2829         correction for spacing; now take vertical extents of the stem into
2830         account.  
2831
2832         * lily/third-try.cc: More hacking to get spacing working.
2833
2834         * lily/note-spacing-engraver.cc: new file, Note_spacing_engraver
2835         sits at staff level and creates note spacing objects. Scrap it
2836         again, and document why.
2837
2838         * lily/include/group-interface.hh: rename functions. 
2839
2840 2001-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2841
2842         * stepmake/stepmake/c++-rules.make:
2843         * stepmake/stepmake/c-rules.make: Fixes for bison-1.28.
2844
2845 2001-12-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2846
2847         * make/lilypond-vars.make: 
2848         * scripts/ly2dvi.py (setup_environment): 
2849         * scripts/lilypond-book.py (setup_environment): Also set tex
2850         memory options.
2851
2852 2001-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2853
2854         * VERSION: 1.5.27 released.
2855
2856         * Documentation/user/refman.itely (Bar numbers): added bar number
2857         documentation.
2858
2859         * scm/font.scm (make-style-sheet): Fixes to make staff-sizes work
2860         again.
2861
2862 2001-12-22  Mats Bengtsson  <matsb@s3.kth.se>
2863
2864         * tex/lilyponddefs.tex: Make sure interscorelinefill=1 doesn't
2865         spread the last few lines all over the last page of a score.
2866
2867 2001-12-24  Han-Wen  <hanwen@cs.uu.nl>
2868
2869         * lily/third-try.cc: 3rd try at revising spacing
2870         engine. Not yet finished.
2871
2872         * lily/paper-column.cc (brew_molecule): print debugging marks on a
2873         paper-column.
2874
2875         * lily/tie-engraver.cc (class Tie_engraver): Use busyGrobs for
2876         collecting past note heads.
2877
2878         * lily/note-heads-engraver.cc (try_music): Remove end_mom_
2879         stuff.
2880
2881         * lily/grob-pq-engraver.cc (class Grob_pq_engraver): New file, new
2882         class. Keep a queue of grobs that are still playing in busyGrobs. 
2883
2884         * lily/lyric-combine-music-iterator.cc (get_busy_status): New
2885         function. Use busyGrobs to detect playing notes.
2886         
2887 2001-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2888  
2889         * Documentation/topdocs/INSTALL.texi: Added note about broken
2890         python-2.1.  Updated note for Debian's broken (well, broken for
2891         our use anyway) tex configuration.
2892         
2893         * scripts/lilypond-book.py (re_dict): python2.2 fix.
2894         
2895         * stepmake/stepmake/c++-rules.make ($(outdir)/%.hh): 
2896         ($(outdir)/%.cc): Adapted to bison-1.30; added bison < 1.30 fix.
2897         
2898         * scripts/lilypond-book.py (bounding_box_dimensions): Bugfix.
2899         (But left margin of png's still misses a few pixels.  Arg.)
2900         
2901 2001-12-16  Heikki Junes  <hjunes@cc.hut.fi>
2902
2903         * lilypond-mode.el (LilyPond-command-next-midi): Make
2904         possible to kill midi-process (using "C-c C-m").
2905
2906 2001-12-14  Han-Wen  <hanwen@cs.uu.nl>
2907
2908         * scripts/lilypond-book.py (LatexPaper.set_geo_option):
2909         Convert strings with dimensions to numbers.
2910
2911         * lily/volta-engraver.cc:  only make a  bracket for the top staff,
2912         as found in stavesFound. 
2913
2914         * lily/bar-number-engraver.cc: remove staff administration. 
2915
2916         * lily/mark-engraver.cc (acknowledge_grob): remove staff
2917         administration. This breaks support for invisible-staff.
2918
2919         * lily/staff-collecting-engraver.cc: new engraver. Collects staff
2920         symbols into stavesFound.
2921
2922         * lily/score-engraver.cc (acknowledge_grob): Acknowledge spacing
2923         grobs, and put them into columns.
2924
2925         * lily/engraver-group-engraver.cc (acknowledge_grobs): Include the
2926         Engraver_group_engraver as a potential candidate for ack'ing grobs.
2927
2928 2001-12-13  Heikki Junes  <hjunes@cc.hut.fi>
2929
2930         * lilypond-mode.el (LilyPond-command-next-midi): Play next (or last)
2931         midi section in the Emacs-mode, so it is possible to play certain
2932         score in a multiscore lilypond-file.
2933          
2934 2001-12-09  Rune Zedeler  <rune@zedeler.dk>
2935         * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
2936         (FIXME: not accessible from guile)
2937         
2938         * lily/accidental-engraver.cc: rewrote accidental-routines to get
2939         better support for Kurt Stone's suggestions.
2940         Removed properties: noResetKey, forgetAccidentals, autoReminders,
2941                             lazyKeySignature.
2942         Changed property:   localKeySignature.
2943         Added properties:   extraNatural, autoAccidentals,
2944                             autoCautionaries.
2945
2946         (BUGFIX: broken-tie-support destroyed in 1.5.16)
2947         
2948         * ly/property-init.ly: added commands
2949         \defaultAccidentals \modernAccidentals \modernCautionaries
2950         \noResetKey \forgetAccidentals
2951
2952         * ly/engraver-init.ly: Correct initialization of new accidentals.
2953         
2954         * scm/translator-property-description.scm: The new properties
2955         added.
2956         
2957         * input/: Some examples added, some changed.
2958         
2959         * Documentation/regression-test.tely: Added quick test of new
2960         accidentals.
2961
2962 2001-12-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2963
2964         * scripts/lilypond-book.py (scan_latex_preamble): don't crash if
2965         header not found
2966
2967 2001-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2968
2969         * lily/beam.cc (before_line_breaking): Make beams  without stems
2970         or with only one stem disappear.
2971
2972 2001-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2973
2974         * bibtools/bib2html.py: Add simple bib2html convertor, and .bst
2975         files to have standardised HTML bibliography output. Update build
2976         docs to reflect this.
2977
2978         * lily/include/simple-spacer.hh (struct Simple_spacer): add
2979         active_count_, so that we don't have to look for active springs
2980         anymore.
2981
2982         * scm/interface-description.scm,scm/grob-property-description.scm:
2983         Add 'penalty
2984
2985         * lily/simple-spacer.cc (solve): Handle forced line breaks
2986         here. Fixes problems when combining linebreaks with non-fitting
2987         line configurations
2988
2989 2001-12-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2990
2991         * 1.4.9.jcn3 forward ports.
2992         
2993         * Really included .cvsignore.
2994
2995         * Included Han-Wen's uu1 windows fixes.
2996
2997         * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
2998
2999         * Added Cygwin setup.hint
3000
3001         * Removed tex, python wrappers and postinstalls to go with Cywgin's
3002         tetex/texmf, python installations.
3003
3004         * Updated cygwin installer.
3005
3006         * ly2dvi: Don't accept filenames with spaces (+ fix).
3007
3008 2001-12-03  Han-Wen  <hanwen@cs.uu.nl>
3009
3010         * ly/engraver-init.ly (VoiceContext): fix text engraver ordering.
3011
3012         * lily/translator-def.cc: Remove manual symbol caching.
3013
3014         * lily/script-column.cc (before_line_breaking): robustness check:
3015         don't crash if no direction set.
3016
3017         * scripts/pmx2ly.py: Key and clef change support (Laura Conrad)
3018
3019         * scripts/pmx2ly.py (Parser.parse_header): more generic header
3020         parsing.
3021
3022
3023 2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
3024
3025         * lily/note-head.cc (head_extent): added to compute width without
3026         ledger lines. By default, ledger lines take up width now.
3027
3028         * input/regression/fingering.ly: demonstrate auto fingering.
3029         Horizontal placement is still buggy. 
3030         
3031         * lily/fingering-engraver.cc (class Fingering_engraver):
3032         added. Provides support for horizontal fingering scripts
3033
3034         * lily/include/grob.hh: Naming: change parent_l() into get_parent()
3035
3036         * lily/side-position-interface.cc (add_staff_support): add staff
3037         only for Y-axis side positions.
3038
3039         * lily/parser.yy (request_chord): Fix mem leak.
3040
3041         * lily/musical-request.cc (transpose): moved to Music::transpose()
3042
3043         * lily/include/grob-info.hh: Change music pointer to SCM, so we
3044         can store grobs as grob-creation cause as well.
3045
3046         * lily/group-interface.cc (add_thing): efficiency tweak: reuse
3047         handle when adding. Use precomputed symbols throughout lily.
3048         
3049         * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
3050         track of spacing issues.
3051
3052         * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
3053         to keep track of staff spacing
3054
3055 2001-11-30  Jan Nieuwenhuizen <janneke@gnu.org>
3056
3057         * Rewrote new conditional guile >= 1.5 compilation switches, to keep
3058           code clean from conditionals and have a concentrated sets of
3059           compatibility fixes for old guile versions.
3060
3061         * Fixes for guile 1.4, including embedded ps.
3062
3063 2001-11-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3064
3065         * lily/stanza-number-engraver.cc (process_music): allow pairs as
3066         well for markup texts.
3067
3068         * lily/musical-request.cc (length_mom): kludge for null pointer.
3069
3070         * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
3071
3072         * scm/lily.scm (sign): bugfix
3073
3074         * CHANGES: Change log instated.
3075
3076         * stepmake/add-html-footer.py: @BRANCH@ tag insertion.
3077