1 2002-07-27 Mats Bengtsson <mats.bengtsson@s3.kth.se>
3 * scripts/lilypond-book.py: Handle printfilename also together
6 2002-07-27 Juergen Reuter <reuter@ipd.uka.de>
8 * scm/output-lib.scm, lily/note-head.cc: fixed broken baroque
9 note-head style by setting grob property font-family
12 2002-07-26 Jan Nieuwenhuizen <janneke@gnu.org>
14 * Documentation/user/lilypond-book.itely (Insert music snippets
15 into your texts using lilypond-book): Briefly mention HTML
16 documents. Started rewrite, but lost inspiration.
18 * lily/grob-scheme.cc (get_original, get_system, get_broken_into):
19 Move scheme funcs from grob.cc and spanner.cc.
21 * lily, flower: Ran buildscripts/ontgaar.py. See also
22 http://lilypond.org/wiki/?CodingStandards.
24 * Documentation/GNUmakefile: Remove regression-test stuff.
25 (deep-WWW-clean): Remove wiki-dump. Fixes web-clean target.
27 * Documentation/regression-test.tely: Remove.
29 * Documentation/user/refman.itely (Text scripts): Comment out ref
32 * lily/beam.cc (knee_b): Fix to also work if some dirs are not
35 * lily/beam.cc (set_stem_directions): For knees, set stems to
36 their natural direction.
38 2002-07-25 Jan Nieuwenhuizen <janneke@gnu.org>
40 * lily/stem.cc (calc_stem_info): Don't force stems of kneed beams
41 to reach middle staff line.
43 * lily/beam.cc (consider_auto_knees): Recalculate beam position
44 after deciding for a knee.
46 2002-07-26 Han-Wen <hanwen@cs.uu.nl>
48 * Documentation/user/internals.itely: move output-formats doco to
51 2002-07-25 Han-Wen <hanwen@cs.uu.nl>
53 * po/fr.po: update from TP
55 * input/template/GNUmakefile (TITLE): add lysdoc target for the
58 * Documentation/user/introduction.itely (Introduction): finish
61 2002-07-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
63 * lily/include/music-iterator.hh (class Music_iterator): change
64 get_music() to get_pending_events().
66 2002-07-25 Jan Nieuwenhuizen <janneke@gnu.org>
68 * buildscripts/ontgaar.py: get_music () -> get_pending_events ().
70 * buildscripts/ontgaar.py: New file.
72 * scm/grob-property-description.scm (conditional-elements): Add
75 * lily/grob.cc: Add extent-X and extent-Y to interface.
77 * lily/grob-scheme.cc (ly_get_parent): Don't dereference null
80 * input/test/move-accidentals.ly: New file. (Han-Wen)
82 2002-07-25 Han-Wen <hanwen@cs.uu.nl>
84 * lily/grob-scheme.cc (ly_get_parent): don't crash if no parent.
86 * lily/slur.cc (get_first_notecolumn_y): robustness: don't crash
89 * server.el.patch: new file.
91 * Documentation/user/refman.itely (Point and click): updates.
92 (Graphical interfaces): add node
93 (Vertical spacing): add node
95 2002-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
97 * lily, lily/include: Rename line to system. Junk _l suffix.
99 2002-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
101 * po/fr.po: update from TP.
103 * buildscripts/lilypond-profile.sh: update support for
106 2002-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
108 * Documentation/user/refman.itely (Point and click): Add info
111 2002-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
113 * lily/accidental-placement.cc (extent_callback): remove function
114 (position_accidentals): do nothing if not live.
115 Use accidental-grobs property i.s.o. accidentals, to maintain
118 2002-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
120 * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: *
121 input/test/count-systems.ly: Update to new system-count function
124 * lily/grob.cc (get_line, get_original): Use LY_DEFINE.
126 * lily/spanner.cc (get_broken_into): Use LY_DEFINE.
128 * lily/include/spanner.hh:
129 * lily/include/grob.hh: Remove DECLARE_SCHEME_CALLBACKs.
131 * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: Add
132 forcedBreak options and fix measure count comments.
134 * GNUmakefile.in: Junk intl.
136 * config.make.in (prefix): Prepend $(DESTDIR) to allow install
137 without overriding prefix.
139 * aclocal.m4: Regenerate.
141 * stepmake/aclocal.m4: Don't expand $prefix: fixes install with
144 * cygwin/GNUmakefile:
146 * python/GNUmakefile:
150 * tex/GNUmakefile: use local_package_datadir iso datadir.
152 * make/substitute.make (ATVARIABLES): Add local_lilypond_datadir.
154 * aclocal.m4: Regenerate.
158 * stepmake/aclocal.m4: Cleanups and more conventional naming for
159 datadir ($prefix/share), package_datadir ($prefix/$package), and
160 local_package_datadir ($prefix/$package/$version).
162 * make/lilypond-vars.make:
164 * scripts/lilypond-book.py:
166 * scripts/midi2ly.py: use local_package_datadir iso datadir.
168 * GNUmakefile.in: build_datadir without version.
170 * lily/main.cc: Datadir cleanup.
172 * lily/text-item.cc (lookup_text):
173 * lily/music-output-def.cc (print_smob):
174 * lily/mensural-ligature.cc (brew_molecule):
175 * lily/beam-quanting.cc (score_slopes_dy, score_forbidden_quants):
178 2002-07-23 Jan Nieuwenhuizen <janneke@gnu.org>
180 * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: Warn when not
181 using 6 systems, like the original.
183 * input/test/count-systems.ly: New file.
185 * lily/spanner.cc (get_broken_into):
186 * lily/grob.cc (original_scm, line_scm): New function.
188 * lily/include/grob.hh (ly_scm2grob_array): Moved from
189 group-interface.hh and renamed.
190 (ly_grob_array2scm): New function.
192 2002-07-23 Juergen Reuter <reuter@ipd.uka.de>
194 * lily/ambitus-engraver.cc: bugfix: create ambitus grob during
197 2002-07-23 Han-Wen <hanwen@cs.uu.nl>
199 * lily/separation-item.cc (width): cache extent in extent-X
201 * lily/spacing-spanner.cc (standard_breakable_column_spacing):
202 only add extent for non-musical column.
204 * lily/accidental-placement.cc (split_accidentals): new function
205 (get_relevant_accidental_extent): new function
207 * lily/staff-spacing.cc (next_note_correction): idem
209 * lily/separating-group-spanner.cc (find_rods): use
212 * scm/sketch.scm: fix roundfilledbox definition
214 * lily/lily-guile.cc (robust_list_ref): be sensible with negative
215 argument. This fixes too-long stems on half and quarter notes.
217 2002-07-23 Jan Nieuwenhuizen <janneke@gnu.org>
219 * Documentation/index.texi: Add, fix, change some links and names,
220 including dump of wiki wiki.
222 * Documentation/GNUmakefile (local-WWW): Slurp wiki.
224 * buildscripts/wiki-slurp.py: New file. Accept multiple pattern.
225 (unwiki): Replace local urls with <img src> too.
227 * Documentation/GNUmakefile (wiki-dump): New target.
229 * Documentation/header.html.in: Link to Documentation/index
230 renamed to Index (was other...).
232 * Documentation/regression-test.tely: Remove.
234 * make/lysdoc-targets.make (local-WWW): Add default targets .ps.gz
237 2002-07-22 Han-Wen <hanwen@cs.uu.nl>
239 * VERSION: 1.5.69 released
241 * lily/accidental-placement.cc (position_accidentals): document
244 * lily/skyline.cc (skyline_meshing_distance): bugfixes.
246 2002-07-22 Jan Nieuwenhuizen <janneke@gnu.org>
248 * input/regression/abe.ly:
249 * input/test/transposing.ly: Remove mention of mudela.
251 * scripts/lilypond-book.py (make_pixmap): Don't use quiet_system,
252 ie, don't redirect PNG output to /dev/null. Fixes lys-to-tely
255 * input/test/mark.ly:
256 * Documentation/user/refman.itely: Re-enable \mark #'() example.
258 * lily/parser.yy: Revert to MARK scalar.
260 2002-07-21 Han-Wen <hanwen@cs.uu.nl>
262 * lily/accidental.cc (accurate_boxes): add function to represent
263 flat with 2 boxes. Improves flat-flat accidental spacing.
265 * lily/accidental-placement.cc (stagger_apes): try to arrange accs
266 in a C form, with the top accidental closet to the chord.
268 * lily/stem.cc (get_default_stem_end_position): don't crash if
270 (get_default_stem_end_position): idem for stem-shorten.
272 * mf/feta-toevallig.mf: enlarge flat bbox.
274 * input/regression/lyrics-extender.ly: new file.
276 * lily/lyric-extender.cc (brew_molecule): don't add
277 right-trim-amount if extender is broken.
279 * scripts/ly2dvi.py (global_latex_preamble): bugfix (thanks Werner).
281 2002-07-21 Jan Nieuwenhuizen <janneke@gnu.org>
283 * Documentation/index.texi: Add pointers to new regression and
286 * Documentation/user/converters.itely:
287 Documentation/user/invoking.itexi: Some small fixes for uniform
290 * input/allfontsize.ly, size*.ly: New files, moved from
293 * input/font20.ly, font-body.ly: New files, moved from input/test.
295 * input/font*.ly: New files, moved from input/test.
297 * input/test/*.ly: Remove empty files, fix broken ones.
299 * input/test/different-time-signatures.ly: Add FIXME marker;
300 comment-out broken code.
302 * Documentation/regression-test.tely: Comment-out, add
303 obsolete-marker and url to regression-test-dir.
305 * input/test/GNUmakefile:
306 * input/regression/GNUmakefile: Add rule for lys-to-tely.py.
308 * input/regression/+.ly:
309 * input/test/+.ly: New file.
311 * input/test/cue-notes.ly: better example
313 * Documentation/user/refman.itely (Font selection): font size doco
315 * input/mutopia/F.Schubert/standchen.ly: note bugfix
317 * lily/stem.cc: rewrite of scoring to give sane results on knee
320 * lily/beam.cc (set_stem_lengths): extend stems for gapped tremolo
322 (connect_beams): chop off beaming outside the beam. Fixes problem
325 * lily/score-engraver.cc (initialize): error if feta20.afm
327 2002-07-19 Han-Wen <hanwen@cs.uu.nl>
329 * scm/engraver-documentation-lib.scm
330 (document-property-operation): add properties to context
333 * scm/documentation-lib.scm (pad-string-to): align info menus.
335 2002-07-18 Jan Nieuwenhuizen <janneke@gnu.org>
337 * debian/GNUmakefile: Remove lilypond.links.
339 * debian/: Debian patch (Anthony Fok).
341 * debian/lilypond.links: Remove, as per Anthony's request.
343 * aclocal.m4: Regenerate.
345 * stepmake/aclocal.m4: Add --with-kpathsea-include,
346 --with-kpathsea-lib options.
348 * scripts/mup2ly.py: Cut-n-paste include missing lilylib.
350 * stepmake/stepmake/compile-vars.make:
351 * stepmake/stepmake/executable-rules.make:
352 * stepmake/stepmake/python-module-rules.make:
353 * stepmake/stepmake/shared-library-rules.make: Use ALL_LDFLAGS, to
354 guard agains user override of LDFLAGS.
356 * Documentation/user/refman.itely: Compile fix for \mark #'(music ...).
358 * Documentation/user/internals.itely: Use ly-set-mus-property!.
360 * cygwin/mknetrel: New file.
362 * cygwin: New directory. Moved Cygwin stuff from
363 Documentation/windows.
365 * Documentation/windows/fix-suffixes.sh:
366 * buildscripts/walk.sh: Junk.
368 * aclocal.m4: Regenerate.
370 * buildscripts/walk.sh: Remove.
372 * stepmake/stepmake/topdocs-targets.make:
373 * stepmake/stepmake/help2man-rules.make:
374 * stepmake/stepmake/generic-vars.make:
375 * stepmake/make/stepmake.make:
376 * Documentation/user/GNUmakefile:
377 * make/stepmake.make:
378 * make/lilypond-vars.make:
380 * stepmake/aclocal.m4: Remove builddir cruftyness.
382 * stepmake/stepmake/c++-rules.make: Use ALL_CXXFLAGS, to guard
383 agains user override of CXXFLAGS.
385 * stepmake/stepmake/c++-vars.make (ALL_CXXFLAGS): Include CXXFLAGS.
387 * stepmake/stepmake/c-rules.make: Use ALL_CFLAGS, to guard
388 against user override of CFLAGS.
390 * stepmake/stepmake/c-vars.make (ALL_CFLAGS): Include CFLAGS.
392 2002-07-17 Han-Wen <hanwen@cs.uu.nl>
394 * GNUmakefile.in: distribute lexer-gcc-3.1.sh as well
396 * lily/music.cc (LY_DEFINE): change ly-set-mus-property to
399 * lily/grob.cc (LY_DEFINE): change ly-set-grob-property to ly-set-grob-property!
401 * lily/parser.yy (Repeated_music): shift duration log for tremolo
402 repeats, instead of klutzing around.
404 * lily/chord-tremolo-engraver.cc (acknowledge_grob): set X parent
405 of stem tremolo grobs.
407 * scm/music-functions.scm (shift-duration-log): new function, add
408 to duration log of all notes.
410 * lily/duration.cc: add compression factor arguments to
412 compression-factor, dot-count, duration-log: add scheme functions.
414 * lily/mark-engraver.cc (process_music): allow \mark to take a
415 number as argument as well.
417 2002-07-16 Han-Wen <hanwen@cs.uu.nl>
419 * lily/rest.cc (after_line_breaking): only translate the whole
420 rest if we have more than 1 staff line
422 2002-07-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
424 * VERSION: release 1.5.68
426 * scripts/lilypond-book.py: fixes by Tom Cato Amundsen.
428 2002-07-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
430 * lily/beam-quanting.cc (score_forbidden_quants): split beam
431 quanting functionality.
432 (quanting): argh. Forgot how linear interpolation works. Bugfix.
434 * Documentation/index.texi (Top): add whole-big-page documentation.
436 * lily/side-position-interface.cc (general_side_position):
437 Subtract parent offset iso. adding it. (Huh? How could this have
440 * lily/clef-engraver.cc (stop_translation_timestep): add staff to
441 OctavateEight support.
443 * scripts/lilypond-book.py: add smallverbatim option.
445 * lily/beam.cc (quanting): bugfix. Behave sanely when no visible
448 * lily/accidental-placement.cc (position_accidentals): add padding
449 property. Increase default setting to 0.2.
451 2002-07-15 Han-Wen <hanwen@cs.uu.nl>
453 * lily/paper-column.cc (before_line_breaking): urg. bugfix.
455 * lily/separating-line-group-engraver.cc (finalize): don't replace
456 right-items, but add to list. This fixes a bug when a staff ends
457 with cross-staff voice switching away.
459 2002-07-14 Han-Wen <hanwen@cs.uu.nl>
461 * input/mutopia/GNUmakefile: move mutopia/ to input/mutopia/
463 * lily/beam.cc (quanting): add explicit support for cross-staff
464 beaming: make slope penalty larger.
466 * lily/beam.cc: use common refpoints throughout. This fixes many
469 * lily/paper-column.cc (before_line_breaking): bug fix.
471 * lily/volta-engraver.cc (process_music): do something sensible if
474 * scripts/lilypond-book.py (make_pixmap): opps. Do png conversion
477 * Documentation/user/refman.itely (Global layout): made section on
478 global layout, added spacing documentation.
480 * lily/staff-symbol.cc (brew_molecule): change ragged right for
481 staff symbols. See comments.
483 2002-07-14 Jan Nieuwenhuizen <janneke@gnu.org>
485 * lily/voice-devnull-engraver.cc (acknowledge_grob): Use proper
486 spelling for always. In solo a due mode, kill spanners when the
487 other thread has solo.
489 * lily/thread-devnull-engraver.cc (acknowledge_grob): In solo a
490 due mode, kill everything when the other thread has solo.
492 * lily/a2-engraver.cc (acknowledge_grob): In solo a due mode, do
493 not set directions when we have solo.
495 * lily/part-combine-music-iterator.cc (process): Set property
496 "othersolo" if the other thread has solo.
498 2002-07-13 Han-Wen <hanwen@cs.uu.nl>
500 * VERSION: 1.5.67 released.
502 * lily/beam.cc (calc_stem_y): fix beams on quarter notes.
504 * lily/stem-tremolo.cc (brew_molecule): add code for stem tremolos.
506 * lily/auto-beam-engraver.cc (create_beam_p): remember Beam
507 settings at the start of a potential auto beam.
509 * lily/include/sequential-iterator.hh (class Sequential_iterator):
510 bugfix: protect music list from GC.
512 * Documentation/user/introduction.itely: misc fixes.
514 * scripts/ly2dvi.py (run_latex): show latex error log. Ask for
515 bugreport if lilypond is killed by a signal.
517 * input/regression/beam-funky.ly: new file
519 * lily/input-smob.cc (make_input): GUILE 1.7 compatibility fixes.
521 * lily/beam.cc: complete rewrite of multiplicity. This fixes 16th
523 (quanting): add french beaming support (property french-beaming)
524 (stem_beams): removed.
526 i2002-07-12 Mats Bengtsson <matsb@s3.kth.se>
528 * lily/beam.cc (after_line_breaking): Set correct stem lengths
529 also when beam positions are set manually.
530 (consider_auto_knees): Do not use automatic knees if the directions
531 are set manually by the user.
533 2002-07-12 Han-Wen <hanwen@cs.uu.nl>
535 * input/regression/grace-auto-beam.ly: new file
537 * input/regression/grace-unfold-repeat.ly: new file
539 * lily/auto-beam-engraver.cc (test_moment): never start on grace moments.
541 * lily/forbid-break-engraver.cc (start_translation_timestep): skip
542 grace notes for break-forbidding. Breaks during grace notes are
543 handled by Bar_engraver.
545 * lily/unfolded-repeat-iterator.cc: Reimplement
546 Unfolded_repeat_iterator, Volta_repeat_iterator using
547 Sequential_iterator. All grace functionality from {} carries over
550 * lily/sequential-iterator.cc: new file: form baseclass for
551 sequential music iterator and unfolded/volta repeat iterator.
553 2002-07-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
555 * lily/include/debug.hh: deprecate.
557 * lily/spacing-spanner.cc (set_springs): add support for
558 common-shortest-duration field.
560 * lily/parser.yy (translator_spec_body): allow \set in \translator
561 {} block. This is the same as \override, here.
563 * lily/score-engraver.cc (one_time_step): don't warn about columns
564 when skipTypesetting == #t.
566 * lily/spacing-spanner.cc (musical_column_spacing): change
567 ragged right function to produce natural spacing.
569 2002-07-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
571 * lily/paper-column.cc (before_line_breaking): update
572 #'bounded-by-me field for suicided items. This fixes crazy
573 spacing in \partcombine scores.
575 2002-07-10 Jan Nieuwenhuizen <janneke@gnu.org>
577 * config.hh.in: Add HAVE_SSTREAM.
579 * configure.in: Add check for sstream header.
581 2002-07-09 Mats Bengtsson <matsb@s3.kth.se>
583 * flower/source-file.cc: Fix compatibility with older g++.
585 2002-07-09 Jan Nieuwenhuizen <janneke@gnu.org>
587 * input/twinkle.ly: Bugfix: no automaticMelismata.
589 2002-07-08 Han-Wen <hanwen@cs.uu.nl>
591 * mutopia/J.S.Bach/Cembalo-Partitas/: remove
593 * ly/engraver-init.ly (ScoreContext): turn on automaticMelismata
596 * lily/voice-devnull-engraver.cc (try_music):
597 lily/thread-devnull-engraver.cc: use proper spelling for #'always.
599 * lily/unfolded-repeat-iterator.cc (Unfolded_repeat_iterator):
600 copy here_mom_ too. This fixes an obscure bug with combining
601 partcombine and repeat
603 * lily/chord-tremolo-iterator.cc (Chord_tremolo_iterator): copy
606 2002-07-07 Han-Wen <hanwen@cs.uu.nl>
608 * mutopia/J.S.Bach/pa.ly: remove
609 * mutopia/J.S.Bach/Duette/: remove
611 * scm/font.scm (change-rhs-size): add support for "paper19.ly"
613 * VERSION: 1.5.66 released
615 * scm/grob-description.scm (all-grob-descriptions): add
616 item-interface where necessary
618 * lily/score-engraver.cc (one_time_step): warn for grobs created
619 during stop_translation_timestep().
621 * lily/a2-engraver.cc: restrict acknowledged grob types.
623 * lily/chord-name-engraver.cc: remove acknowledge_grob().
625 * Documentation/user/tutorial.itely: doc carnage.
627 2002-07-06 Rune Zedeler <rune@zedeler.dk>
629 * Documentation/user/refman.itely: Documented accidentals
630 (incl. bugs), subdivideBeams and drum/percussion notation.
632 * lily/translator-group.cc, lily/include/translator-group.hh
633 (Translator_group::set_children_property): removed.
635 * lily/accidental-engraver.cc: don't use
636 Translator_group::set_children_property.
638 * lily/new-accidental-engraver.cc: Added. More correct
639 accidentals, but wrong spacing.
641 * lily/beam-enagraver.cc, lily/auto-beam-engraver.cc: Small
642 subdivideBeams-fixes.
644 * scm/drums.scm: Small changes/fixes in instruments and maps
646 2002-07-05 Jan Nieuwenhuizen <janneke@gnu.org>
648 * lexer-gcc-3.1.sh: Fixes and more comments.
650 * Documentation/topdocs/INSTALL.texi: Add comment about gcc-3.0.4
653 * lily/include/stream.hh:
654 * lily/include/moment.hh:
655 * lily/include/midi-stream.hh:
657 * lily/scm-option.cc:
659 * lily/my-lily-lexer.cc:
661 * lily/midi-stream.cc:
664 * lily/includable-lexer.cc:
665 * flower/include/source-file.hh:
666 * flower/include/parray.hh:
667 * flower/include/dictionary.hh:
668 * flower/include/array.icc:
670 * flower/source-file.cc:
671 * flower/getopt-long.cc: gcc-3.1 fixes.
673 * stepmake/stepmake/generic-targets.make: Add comment about warning.
675 * lexer-gcc-3.0.patch: Add comment, and a fix for installations
676 that have an unpatched flex and gcc-3.1.x.
678 * Documentation/topdocs/INSTALL.texi: Add comments and
679 instructions on gcc-3.1.x.
681 * lexer-gcc-3.1.sh: New file.
683 * aclocal.m4: regenerate.
685 * stepmake/aclocal.m4: Version compare fix.
687 2002-07-05 Han-Wen <hanwen@cs.uu.nl>
689 * ly/engraver-init.ly (RhythmicStaffContext): stems up by default.
691 * lily-guile.hh: remove guile 1.3 compatibility, add 1.4
692 compatibility functions.
694 2002-07-05 Jan Nieuwenhuizen <janneke@gnu.org>
696 * Documentation/windows/lilypond.hint (requires): Add libintl2.
698 2002-07-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
700 * VERSION: 1.5.65 released.
702 * scripts/lilypond-book.py: patches by Tom Cato Amundsen. Adds
703 support for the columnsep when using the geometry package.
705 2002-07-04 Jan Nieuwenhuizen <janneke@gnu.org>
707 * scm/grob-property-description.scm (minimum-space-pair): Remove.
709 * Documentation/windows/README:
710 * Documentation/windows/guile-1.5.6-1.5.6.jcn2.patch:
711 * Documentation/windows/changelog: New file.
713 * Documentation/windows/lilypond.hint (requires): libguile14 (was:
716 2002-07-03 Han-Wen <hanwen@cs.uu.nl>
718 * lily/grob-property.cc (HASHING_FOR_MUTABLE_PROPS): experiment:
719 try hash tables for mutable properties.
721 * lily/align-interface.cc: remove aligned-interface and props
722 minimum-space-pair extra-space
724 * lily/grob-property.cc: new file move grob prop handling here.
726 * lily/lily-guile.cc (ly_deep_copy): add vector support
728 * lily/break-substitution.cc (do_break_substitution): add vector
731 * lily/spanner.cc: remove extend_spanner_over_* funcs.
733 2002-07-02 Jan Nieuwenhuizen <janneke@gnu.org>
735 * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Workaround for
736 broken Debian gcc version string: 'gcc (GCC) 3.1.1 20020606
739 2002-07-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
741 * lily/bar-check-iterator.cc (process): change
742 barbarCheckNoSynchronize to barCheckSynchronize
744 * Documentation/user/bugs.itexi: move to introduction, remove.
746 * Documentation/user/*.itexi: general carnage/cleanage.
748 * Documentation/user/internals.itely: split most of file into
749 internal documentation (.scm and .cc)
751 * buildscripts/make-font-dir.py: put designsize in to X font
754 * make/lilypond.redhat.spec.in: postinstall bugfix
756 2002-07-02 Juergen Reuter <reuter@ipd.uka.de>
758 * lily/ambitus-engraver.cc, lily/ambitus.cc: Various bugfixes:
759 avoid segfault on undefined ambitus pitch; avoid wasteful creation
760 of pitch smobs; defer computation of centralCPosition beyond first
761 timestep to catch also clefs outside of the current voice context.
763 2002-07-02 Han-Wen <hanwen@cs.uu.nl>
765 * input/template/satb.ly: new file
767 2002-07-01 Jan Nieuwenhuizen <janneke@gnu.org>
769 * Documentation/user/glossary.tely: Precautions for lilypond-book:
770 don't use spaces after @lilypond options.
772 * Documentation/topdocs/INSTALL.texi (Top): Remove generic Guile
775 2002-07-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
777 * VERSION (MAJOR_VERSION): 1.5.64
779 2002-06-30 Jan Nieuwenhuizen <janneke@gnu.org>
781 * lily/grob.cc (mark_smob): don't mark parents, explain why.
783 * tex/lilyponddefs.tex: Define outputscale only once.
785 2002-06-29 Jan Nieuwenhuizen <janneke@gnu.org>
787 * configure.in: Require guile 1.4 or newer (was 1.3.4?).
789 2002-06-29 Han-Wen <hanwen@cs.uu.nl>
791 * lily/(phrasing-)slur-engraver.cc: remove slur{Begin|End}Attachment.
793 * lily/separating-line-group-engraver.cc (acknowledge_grob):
794 ignore grobs with no-spacing-rods set.
796 * Documentation/user/tutorial.itely (Fine tuning a piece): more tut.
798 * scm/grob-description.scm (all-grob-descriptions): sort list
800 2002-06-27 Jan Nieuwenhuizen <janneke@gnu.org>
802 * Documentation/user/tutorial.itely (A piano excerpt): Bugfix:
805 * Documentation/topdocs/FAQ.texi (Installation): Add
806 lilypond-devel list. Add faq about font removal. Fix faq about
807 generating and running ./configure.
809 2002-06-26 Jan Nieuwenhuizen <janneke@gnu.org>
811 * scm/chord-name.scm (chord::name->text): Workaround: clean markup
814 * lily/text-item.cc (markup_text2molecule): Bugfix: raise only once.
816 * input/test/ambitus.ly:
817 * lily/ambitus-engraver.cc:
819 * lily/include/ambitus.hh: New file.
821 * GNUmakefile.in (local-clean): Also remove builddir-setup's symlinks.
823 2002-06-25 Juergen Reuter <reuter@ipd.uka.de>
825 * input/test/ambitus.ly, lily/ambitus-engraver.cc,
826 lily/ambitus.cc, lily/include/ambitus.hh, ly/engraver-init.ly,
827 scm/basic-properties.scm, scm/grob-description.scm,
828 scm/grob-property-description.scm: Add support for ambitus.
830 2002-06-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
832 * lily/text-spanner.cc: add some props to interface (patch
835 2002-06-24 Jan Nieuwenhuizen <janneke@gnu.org>
837 * lily/text-spanner.cc (setup_pedal_bracket): Bugfix: only
838 dereference valid Grob.
840 * configure.in: Quoting fixes.
842 2002-06-24 Han-Wen <hanwen@cs.uu.nl>
844 * VERSION: 1.5.63 released
846 * lily/grob-scheme.cc: new file
848 * lily/break-substitution.cc: split up break substitution
849 functionality, and make a special constant stack-space version for
850 lists of grobs. This should fix the problems of lily in
851 combination with pthreads/qthreads.
853 * lily/grob.cc (mark_smob): bugfix: mark other parent too.
855 2002-06-23 Chris Jackson <chris@fluffhouse.org.uk>
857 * lily/text-spanner.cc (setup_pedal_bracket):
858 * lily/piano-pedal-engraver.cc (create_bracket_grobs):
859 Fix the lengths of mixed-style piano pedal brackets.
861 2002-06-23 Jan Nieuwenhuizen <janneke@gnu.org>
863 * Documentation/user/tutorial.itely (First steps): Add missing
866 * Documentation/topdocs/INSTALL.texi (Top): Add some warnings
867 about guile --with-threads. Hopefully this issue can be resolved
868 rsn, but maybe we should even add warnings for the standard Debian
869 and Red Hat packages?
871 * configure.in: Warn if guile is configured to use threads. Maybe
872 we should make this an error (ie, add to REQUIRED list?)
874 * config.make.in (PACKAGE_NAME):
875 (PACKAGE, package): Don't hardcode.
877 * VERSION (PACKAGE_NAME): Typo fix.
879 2002-06-23 Han-Wen <hanwen@cs.uu.nl>
881 * input/tutorial/brahms-*.ly: new tutorial files.
883 * Documentation/user/tutorial.itely: fixes. Extend cheat sheet.
885 * scm/script.scm (default-script-alist): fermata is up.
887 * lily/dynamic-engraver.cc (stop_translation_timestep): stop
888 dynamic line spanner when there is no crescendo to connect.
890 * lily/tie.cc (get_control_points): add test to avoid flat ties.
892 2002-06-22 Han-Wen <hanwen@cs.uu.nl>
894 * lily/note-collision.cc (check_meshing_chords): don't crash if no
897 * scm/music-functions.scm (toplevel-music-functions): new
898 definition. Functions to apply automatically. Removes the need for
899 explicitly doing \apply #voicify-music
901 * lily/grob.cc (do_break_substitution): rename function, use
902 global var for criterion argument. Reduces stack usage a little.
904 * ly/engraver-init.ly (StaffContext): add Instrument_engraver
906 * scripts/convert-ly.py, lily/*.cc, scm/*.scm: change
907 visibility-lambda to break-visibility
909 2002-06-21 Jan Nieuwenhuizen <janneke@gnu.org>
911 * input/bugs/part-combiner.ly: New file.
913 * lily/include/spacing-interface.hh: New file.
915 * lily/include/spaceable-element.hh: Remove.
917 * input/test/script-priority.ly: New file.
919 2002-06-20 Han-Wen <hanwen@cs.uu.nl>
921 * lily/system.cc (output_lines): kill grobs that are only for spacing.
923 2002-06-20 Jan Nieuwenhuizen <janneke@gnu.org>
925 * lily/fingering-engraver.cc (make_script):
926 * lily/script-engraver.cc (process_music):
927 * lily/text-engraver.cc:
928 (process_acknowledged_grobs): Remove hard coded script-priority.
930 * flower/warn.cc: Cleanup.
932 * lily/voice-devnull-engraver.cc: Also eat multi-measure rest, a
935 * aclocal.m4: Regenerate.
937 * stepmake/aclocal.m4: Also set GUILE_PATCH_LEVEL.
939 * config.hh.in: Only set GUILE_MAJOR_VERSION if necessary.
940 * lily/include/lily-guile.hh: Only include config.h if necessary.
942 * Changelog: cvs changes ml archive test #8.
944 * lily/slur-engraver.cc: Layout fix.
946 2002-06-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
948 * ly/engraver-init.ly (RhythmicStaffContext): add
949 Dot_column_engraver, resurrect barlines
951 * VERSION: 1.5.62 released.
953 * lily/engraver-group-engraver.cc (do_announces): rename
954 create_grobs () to process_acknowledged_grobs().
956 * lily/grob.cc (programming_error): add programming_error with
959 * lily/tuplet-bracket.cc (parallel_beam): robustness check, don't
960 fail if a beam doesn't have stems.
962 * lily/engraver-group-engraver.cc (do_announces): scary change in
963 calling convention of create_grobs(): no create_grobs() call
964 before acknowledge_grobs().
966 * lily/sequential-music-iterator.cc (skip): add support for grace
969 * lily/music.cc (Music): fix very subtle and nasty memory
970 corruption bug. Typical symptom: "programming_error: Rhythmic_req
973 * mutopia/claop.py: new file: CLA(O)P II by Peter Wallin.
975 2002-06-19 Han-Wen <hanwen@cs.uu.nl>
977 * ly/engraver-init.ly (RhythmicStaffContext): add
981 * lily/parser.yy: various protection fixes. Less objects are now
984 2002-06-18 Jan Nieuwenhuizen <janneke@gnu.org>
986 * stepmake/bin/release.py (prev_ver): Bugfix: assume new diff
989 * Documentation/windows/zlily-profile.sh:
990 * Documentation/windows/post-lilypond.sh: Assume normal
991 prefix=/usr for lilypond.
993 * lily/musical-request.cc (length_mom): Display origin with error.
995 * input/test/duration-check.ly: New file.
997 * lily/lily-guile.cc (ly_pair_p): [PARANOID]: Check for freed
1000 * lily/part-combine-music-iterator.cc (get_state): Bugfix: use
1001 ly_symbol2scm to get a scm symbol (rather than ly_str02scm).
1004 * autogen.sh: Regenerate.
1006 * Documentation/topdocs/INSTALL.texi:
1008 * stepmake/configure.in:
1009 * stepmake/aclocal.m4: Revert autoconf upgrade. Autoconf 2.53 has
1010 a serious bug wrt AC_CONFIG_AUX_DIR (reported). Creating
1011 ./configure once again requires autoconf == 2.13.
1013 * stepmake/autogen.sh: Check for autoconf == 2.13.
1015 2002-06-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1017 * lily/parser.yy (open_request_parens): add input locations to
1018 open and close parens.
1020 2002-06-17 Chris Jackson <chris@fluffhouse.org.uk>
1022 * lily/tuplet-bracket.cc:
1023 * lily/text-spanner.cc:
1024 * lily/piano-pedal-engraver.cc:
1025 * scm/grob-description.scm:
1026 * scm/grob-property-description.scm: Changed the
1027 edge-width property of brackets to edge-widen. Changed the sign of
1028 the left element of edge-widen so a pair of equal numbers produces
1029 a symmetrical bracket.
1031 2002-06-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1033 * ly/espanol.ly: added.
1035 * lily/simple-spacer.cc (solve): remove assert.
1037 2002-06-17 Han-Wen <hanwen@cs.uu.nl>
1039 * lily/forbid-break-engraver.cc (class
1040 Forbid_line_break_engraver): new engraver: forbid linebreaks
1041 during playing notes
1043 * lily/spacing-spanner.cc (loose_column): add another check: don't
1044 move around bar lines as loose columns.
1046 * scm/basic-properties.scm (default-break-barline): add pre-break
1049 2002-06-16 Jan Nieuwenhuizen <janneke@gnu.org>
1051 * GNUmakefile.in (builddir-setup): Bugfix: include srcdir/tex as
1052 well as mf/out as subdirs of tex, for kpathsea to find through TEXMF.
1054 * scripts/lilypond-book.py (environment): Bugfix: update to new
1055 TEXMF scheme, from ly2dvi.
1057 * lily/lookup.cc (slur): Invoke bezier-bow.
1059 * scm/tex.scm (bezier-bow):
1060 * scm/ps.scm (bezier-bow): Bezier sandwich with rounded endings
1061 (Previously named bezier-sandwich).
1063 * scm/tex.scm (bezier-sandwich):
1064 * scm/ps.scm (bezier-sandwich): Plain bezier sandwich.
1066 * make/lilypond.mandrake.spec.in (post):
1067 * make/lilypond.suse.spec.in (post):
1068 * make/lilypond.redhat.spec.in (post): Also remove parmesan fonts.
1070 * tex/lilyponddefs.tex: Uncomment feta character support.
1072 * Documentation/user/refman.itely (Pitches): Add espanol.ly
1075 * ly/catalan.ly: Add comment about (spanish) -s suffix.
1077 * ly/espanol.ly: Spanish note names by Carlos Garc'ia Su'arez
1080 2002-06-14 Jan Nieuwenhuizen <janneke@gnu.org>
1082 * GNUmakefile.in (short-examples):
1083 (long-examples): Bugfix for --srcdir build.
1084 (top-web): Rewrite weblist find command.
1086 * stepmake/bin/config.sub:
1087 * stepmake/bin/config.guess: Update from latest autotools.
1090 * autogen.sh: Regenerate.
1093 * stepmake/configure.in:
1094 * stepmake/aclocal.m4: Run autoupdate. Creating ./configure now
1095 requires autoconf >= 2.50.
1097 * stepmake/autogen.sh: Check for autoconf >= 2.50.
1099 * Documentation/user/refman.itely: Bugfix for tablature example.
1101 * Documentation/windows/compiling.texi: Update for new and
1104 2002-06-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1106 * lily/spacing-spanner.cc (find_shortest): make 1/8 configurable:
1107 introduce base-shortest-duration
1109 * lily/parser.yy (music_output_def_body): don't crash when \tempo
1110 in unexpected \midi{} is found.
1112 2002-06-13 Jan Nieuwenhuizen <janneke@gnu.org>
1114 * stepmake/GNUmakefile.in: Don't install stepmake. This breaks
1115 the use of make/ly.make for use as an external makefile. Probably
1116 noone except for myself ever used this anyway.
1118 * stepmake/stepmake/GNUmakefile (INSTALLATION_DIR): Bugfix: Adapt
1119 to new $datadir convention (<package>/<version>).
1121 2002-06-13 Han-Wen <hanwen@cs.uu.nl>
1123 * VERSION: 1.5.61 released
1125 * Document/user/refman.itely: tablature doc and code updates by
1126 Jean-Baptiste Lamy <jiba@tuxfamily.org>
1128 * input/template/piano-dynamics.ly: bugfixes.
1130 * lily/key-engraver.cc (try_music): read request only once. Don't
1131 overwrite lastKeySignature. Call create_key() only once. This
1132 fixes a bug with multiple equal key changes on polyphonic staffs.
1134 2002-06-12 Mats Bengtsson <mats.bengtsson@s3.kth.se>
1136 * scm/grob-description.scm: Add side-position-interface to TextSpanner
1138 * scm/grob-property-description.scm: Document the trill line type.
1140 2002-06-12 Jan Nieuwenhuizen <janneke@gnu.org>
1142 * stepmake/stepmake/generic-vars.make:
1143 * make/lilypond-vars.make:
1144 * GNUmakefile.in (builddir-setup): New setup for builddir run.
1145 Fixes LilyPond run from builddir for --srcdir builds.
1147 * Documentation/windows/GNUmakefile (OUT_PROFILES): Bugfix for
1150 2002-06-12 Han-Wen <hanwen@cs.uu.nl>
1152 * scm/grob-description.scm (all-grob-descriptions): add
1153 font-family to RehearsalMark
1155 * scm/drums.scm: move over definitions from drum-pitch-init.ly
1157 * lily/volta-bracket.cc (brew_molecule): bugfix, don't do anything
1160 2002-06-12 Heikki Junes <heikki.junes@hut.fi>
1162 * lilypond-mode.el: Propose saving before applying a command:
1163 for saved buffer set default command to LilyPond.
1165 2002-06-11 Jan Nieuwenhuizen <janneke@gnu.org>
1167 * buildscripts/mutopia-index.py (headertext_nopics): Add missing
1170 * Documentation/windows/lilypond.hint: Renamed (previously setup.hint).
1172 * Documentation/windows/lilypond-doc.hint: New file.
1174 * GNUmakefile.in: Forward port: Add toplevel target install-html-doc.
1175 Bugfixes for --srcdir html-doc build.
1177 * make/lilypond-vars.make (LILYPOND_BOOK_INCLUDES): Forward port:
1178 Bugfix: Include $(builddir)/mf/out (was $(srcdir)/mf/out.
1180 2002-06-10 Han-Wen <hanwen@cs.uu.nl>
1182 * ly/script-init.ly (pralldown): add some scripts.
1184 * Documentation/user/refman.itely: many edits.
1186 2002-06-09 Han-Wen <hanwen@cs.uu.nl>
1188 * lily/tuplet-bracket.cc (brew_molecule): don't translate in Y
1189 direction, this breaks staffline avoidance of the bracket when
1192 2002-06-08 Mats Bengtsson <mats.bengtsson@s3.kth.se>
1194 * scripts/midi2ly.py: Fix handling of -o
1196 2002-06-08 Han-Wen <hanwen@cs.uu.nl>
1198 * lily/molecule.cc (translate): set max distance to 100 cm.
1200 2002-06-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1202 * VERSION: 1.5.60 released
1204 * lily/beam.cc: tremolo fix.
1206 * scripts/convert-ly.py: add tuplet-X-visibility rules.
1207 add VerticalExtent -> verticalExtent rules.
1209 * lily/axis-group-engraver.cc: consistent case for
1210 XxxxVerticalExtent properties.
1212 * Documentation/user/refman.itely (Tuplets): update
1213 tuplet-X-visibility properties.
1215 * input/test/defaultbars.ly: Corrected (thanks Mats)
1217 2002-06-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1219 * lily/beam.cc (shift_region_to_valid): fix stupido bug.
1221 * buildscripts/lilypond-profile.sh: override settings if
1222 LILYPONDPREFIX is set.
1224 2002-06-04 Mats Bengtsson <mats.bengtsson@s3.kth.se>
1226 * scripts/ly2dvi.py (non_path_environment): Fix typo
1228 2002-06-03 Heikki Junes <heikki.junes@hut.fi>
1230 * lilypond-mode.el: Extend "Quick notes" containing note tuples.
1232 * lilypond-font-lock.el: Add fixes and comments to syntax-table.
1234 2002-06-03 Han-Wen <hanwen@cs.uu.nl>
1236 * lily/beam-engraver.cc (class Grace_beam_engraver): derive from
1237 beam-engraver: use different engraver so we can mix normal and
1240 2002-06-01 Han-Wen <hanwen@cs.uu.nl>
1242 * lily/beam.cc (shift_region_to_valid): Try to shift positions
1243 after slope-damping and concaveness check, so that short-stems are
1246 2002-05-31 Jan Nieuwenhuizen <janneke@gnu.org>
1248 * stepmake/aclocal.m4: Fix for ash as /bin/sh.
1250 2002-05-31 Han-Wen <hanwen@cs.uu.nl>
1252 * VERSION: 1.5.59 released
1254 * scripts/musedata2ly.py (Parser.parse_note_line): add dots. Add
1255 notice that missing features are exercise for user.
1257 2002-05-30 Jan Nieuwenhuizen <janneke@gnu.org>
1259 * lily/beam.cc (score_stem_lengths): Bugfix for knees: use correct
1260 (but alas, not partly precomputed) value for current_y when
1261 calculating stem length demerits.
1262 (calc_stem_y): Temporary precomputed factors fix.
1264 * lily/stem.cc (calc_stem_info): Take multiplicity into account
1267 * input/bugs/melisma-tie-rest.ly: New file.
1269 2002-05-30 Han-Wen <hanwen@cs.uu.nl>
1271 * lily/stem.cc (calc_stem_info): remove min_y member, rename
1272 stuff. Remove kneeing stuff.
1274 * lily/beam.cc (brew_molecule): remove beam direction. Lots of
1277 2002-05-29 Jan Nieuwenhuizen <janneke@gnu.org>
1283 * scm/tex.scm: Add check for Guile-1.4.1. Guile includes
1284 patch-level of version in minor-version string. Arg.
1286 2002-05-29 Han-Wen <hanwen@cs.uu.nl>
1288 * ly/engraver-init.ly (TabStaffContext):
1289 enable TabStaff by default.
1291 * Tablature support by Jean-Baptiste Lamy <jiba@tuxfamily.org>
1293 2002-05-28 Jan Nieuwenhuizen <janneke@gnu.org>
1295 * config.hh.in: Remove duplicate DIR_DATADIR entry.
1297 * aclocal.m4: Regenerate.
1299 * stepmake/aclocal.m4: Append $FULL_VERSION to datadir.
1301 2002-05-25 Heikki Junes <heikki.junes@hut.fi>
1303 * lilypond-mode.el: Added Deutsch notes and fixed "Quick notes".
1305 * lilypond-mode.el: Write notes with fewer keystrokes trough a
1306 "Quick notes"-interface.
1308 2002-05-26 Jan Nieuwenhuizen <janneke@gnu.org>
1310 * input/regression/non-empty-text.ly: Update example with outdated
1313 2002-05-25 Han-Wen <hanwen@cs.uu.nl>
1315 * scripts/convert-ly.py: add textNonEmpty rule
1317 * lily/text-engraver.cc (create_grobs): remove textNonEmpty
1319 2002-05-24 Jan Nieuwenhuizen <janneke@gnu.org>
1321 * lily/text-item.cc (markup_text2molecule): Junk ugly lookahead by
1322 using translate-robust add_molecule instead of add_at_edge.
1323 Bugfix for #(lines (finger "" "1")).
1325 2002-05-24 Han-Wen <hanwen@cs.uu.nl>
1327 * lily/stem-tremolo.cc (brew_molecule): clean up and fix stem
1330 2002-05-22 Han-Wen <hanwen@cs.uu.nl>
1334 * Documentation/user/refman.itely: Bugfix: add node Repeats and
1335 MIDI. Regenerate menu. Fix @end example.
1337 * lily/accidental.cc: Add cautionary-style to interface.
1339 * mf/feta-beugel.mf (code): use autometric macros for braces.
1340 This fixes input/bugs/braces.
1342 * lily/afm.cc (count): return numOfChars, not size of array
1343 (always equals 256.)
1345 * lily/script.cc (before_line_breaking): postpone setting the
1346 X-parent of vertical scripts. This fixes the case of scripts on
1349 2002-05-21 Han-Wen <hanwen@cs.uu.nl>
1351 * scm/grob-description.scm: fix alignment of barnumber: make sure
1352 it doesn't hit the G-clef.
1354 * input/mozart-hrn3-defs.ly (startGraceMusic): typo (it's
1355 startGraceMusic not startGraceContext).
1357 2002-05-20 Jan Nieuwenhuizen <janneke@gnu.org>
1359 * stepmake/autogen.sh: Check for autoconf2.13, and abort if not
1362 2002-05-20 Han-Wen <hanwen@cs.uu.nl>
1364 * lily/accidental-engraver.cc: remove old accidental engraver,
1365 move new one to accidental-engraver.cc.
1367 * lily/local-key-item.cc: remove file
1369 * lily/include/local-key-item.hh: remove file
1371 * scripts/ly2dvi.py (make_preview): add --preview-resolution
1374 * lily/accidental.cc (brew_molecule): support for cautionary
1377 * lily/note-head.cc (internal_brew_molecule): warn if note head
1380 * lily/time-signature.cc (special_time_signature): remove warning
1381 about time signature.
1383 * lily/spacing-spanner.cc (musical_column_spacing): Prevent
1384 reverse springs by limiting fixed-note space.
1386 2002-05-19 Jan Nieuwenhuizen <janneke@gnu.org>
1388 * stepmake/aclocal.m4: Bugfix: complain if program not found.
1390 * scripts/update-lily.py (next_version, prev_version, diff_name):
1391 New function. Patches now named name-prev-latest.diff.gz.
1392 Bugfix: import shutil.
1394 2002-05-19 Han-Wen <hanwen@cs.uu.nl>
1396 * input/tutorial/sammartini.ly: fix and document autochange
1399 * scm/pdftex.scm: resurrect PDFTeX output. Still doesn't work, but
1400 does produce .pdftex files.
1402 * lily/note-collision.cc (check_meshing_chords): move file from
1403 collision.cc, implement merged note heads (there you go, Drarn :-)
1405 * input/regression/collision-heads.ly: new file
1407 * VERSION: 1.5.57 released.
1409 2002-05-18 Juergen Reuter <reuter@ipd.uka.de>
1411 * mf/parmesan-heads.mf, scm/grob-description.scm,
1412 scm/grob-property-description.scm, scm/interface-description,
1413 lily/include/my-lily-parser.hh, lily/include/ligature-head.hh,
1414 lily/include/mensural-ligature.hh, lily/include/lily-proto.hh,
1415 lily/include/ligature-engraver.hh,
1416 lily/include/ligature-bracket.hh, lily/parser.yy,
1417 lily/ligature-bracket-engraver.cc, lily/mensural-ligature.cc,
1418 lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1419 lily/ligature-head.cc, lily/ligature-engraver.cc,
1420 lily/ligature-bracket.cc, input/test/mensural-ligatures.ly:
1421 implemented white mensural ligatures (still with a big list of
1425 2002-05-19 Han-Wen <hanwen@cs.uu.nl>
1427 * lily/*.cc: use LY_DEFINE everywhere. Move doc strings from
1428 Documentation/user/internals.itely.
1430 * lily/function-documentation.cc: new file. Infrastructure for
1431 self documenting Scheme functions.
1433 2002-05-18 Han-Wen <hanwen@cs.uu.nl>
1435 * lily/stem.cc (calc_stem_info): bugfix for less ugly knees.
1437 2002-05-17 Han-Wen <hanwen@cs.uu.nl>
1439 * scripts/lilypond-book.py (re_dict): fix regexps; don't combine ?
1440 and * (as in "([^>]*)?")
1442 2002-05-17 Jan Nieuwenhuizen <janneke@gnu.org>
1444 * Documentation/topdocs/INSTALL.texi: Update GCC, Flex and GUILE info.
1445 Add info about CVS. Stable/development are currently 1.4/1.5,
1446 both at lilypond.org.
1448 * autogen.sh: Generate.
1450 * stepmake/configure:
1451 * configure: Regenerate.
1453 * stepmake/stepmake/automatically-generated.sub.make: Keep
1454 original first line.
1456 * stepmake/stepmake/toplevel-targets.make (autogen.sh): Add rule.
1458 * stepmake/stepmake/generic-targets.make (configure): Generate
1461 * GNUmakefile.in (SCRIPTS):
1462 * stepmake/GNUmakefile.in (SCRIPTS): Add autogen.sh
1464 * stepmake/autogen.sh: New file.
1466 * configure: Check for g++ >= 2.95.
1468 * stepmake/aclocal.m4: Fixes for FlexLexer.h, Python headers. GNU
1469 c/c++ version checking.
1471 * flower/include/string.hh: Typo fix.
1473 * lily/include/midi-item.hh: Remove stray i.
1475 * Documentation/windows/GNUmakefile: Avoid collapsed directory
1478 * stepmake/bin/install-dot-exe.sh: Filter collapsed directory
1479 constructs '//' from arguments.
1481 2002-05-17 Han-Wen <hanwen@cs.uu.nl>
1483 * scm/lily.scm (ly-load): show SCM filenames if verbose.
1485 * lily/lily-guile.cc (init_functions): add ly-verbose function.
1487 * lily/main.cc (setup_paths): remove LILYINCLUDE support.
1489 * flower/include/{pointer,tuple}*: removed.
1491 * VERSION: released 1.5.56
1493 * scm/music-functions.scm (check-start-chords): function to check
1494 for chords without \context. Apply automatically from parser.
1496 2002-05-16 Han-Wen <hanwen@cs.uu.nl>
1498 * lily/bar-line.cc: remove index entries. Texinfo can't handle :
1501 * scm/output-lib.scm: fix ez notation stems.
1503 * lily/paper-outputter.cc: various fixes to speed up compilation.
1505 2002-05-16 Mats Bengtsson <mats.bengtsson@s3.kth.se>
1507 * scripts/lilypond-book.py: Don't import pre for Python >= 2.2
1509 2002-05-16 Jan Nieuwenhuizen <janneke@gnu.org>
1511 * scripts/lilypond-book.py (determine_format): Bugfix: correctly
1512 determine latex input.
1514 * stepmake/bin/install-sh: Include latest from libtool.
1516 * stepmake/configure:
1517 * configure: Regenerate.
1519 * config.make.in: Remove dead variables. Add OPTIONAL/REQUIRED lists.
1520 (USER_CFLAGS): Bugfix, include CPPFLAGS.
1522 * configure.in: Use new OPTIONAL/REQUIRED mechanism.
1524 * stepmake/aclocal.m4: Add mechanism for checking OPTIONAL or
1525 REQUIRED programs and version. Try to continue configuring, list
1526 missing programs at the end, but don't generate a GNUmakefile if
1527 REQUIRED programs are missing. Cleanups, junk obsolete stuff.
1528 Fix Cygwin detection, drop '32' suffix. Hoping this is not too
1529 fancy for some older systems.
1531 2002-05-16 Han-Wen <hanwen@cs.uu.nl>
1533 * lily/score-engraver.cc (typeset_all): sanity check for items
1534 that are Y parent to spanner.
1536 * lily/piano-pedal-engraver.cc (create_bracket_grobs): fix broken
1539 2002-05-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1541 * lily/*.cc: remove as many iostream use as possible.
1543 * flower/ : remove text-db, text-stream, data-file.
1545 2002-05-15 Han-Wen <hanwen@cs.uu.nl>
1547 * scripts/lilypond-book.py: add --no-music option: strip all blocks.
1548 (completize_preamble): don't barf if no preamble present.
1549 (do_file): allow extensions on --output
1551 * scripts/ly2dvi.py (make_preview): make automatic preview of
1552 first system. Small cleanups.
1554 2002-05-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1556 * scripts/lilypond-book.py (make_pixmap): output png directly.
1558 * mf/GNUmakefile (INSTALLATION_OUT_FILES4): create and install
1561 * lily/parser.yy (My_lily_parser): comment out code. (Causes
1562 problems with recent bison releases).
1564 * make/lilypond.redhat.spec.in: add pfa fonts to X.
1566 2002-05-07 Heikki Junes <hjunes@cc.hut.fi>
1568 * lilypond-font-lock.el: Fixes the order of the note name list.
1570 2002-05-06 Jan Nieuwenhuizen <janneke@gnu.org>
1572 * scripts/lilypond-book.py: Add html/dtml output, pseudo-filter
1573 capability, --verbose option, rlimit hack.
1575 2002-05-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1577 * lily/piano-pedal-engraver.cc: cleanups.
1579 * lily/accidental.cc (after_line_breaking): add break tie
1582 * lily/text-engraver.cc (try_music): don't typeset fingerings
1584 2002-05-05 Heikki Junes <hjunes@cc.hut.fi>
1586 * lilypond-font-lock.el: Handle \breve as a note (rest) duration.
1588 2002-05-04 Han-Wen <hanwen@cs.uu.nl>
1590 * lily/*.cc: change gh_str02scm() to ly_str02scm().
1592 * lily/spacing-spanner.cc (note_spacing): Bound
1593 shortest-playing-length by the distance to next note. This should
1594 fix chord tremolo spacing.
1596 * VERSION: 1.5.55 released
1598 * lily/stem.cc (off_callback): invisible stem over whole note is
1599 centered on note now.
1601 * lily/stem-engraver.cc (acknowledge_grob): X_AXIS Parent of
1602 stem-tremolo is stem now.
1604 * input/mozart-hrn*.ly: many corrections.
1606 * lily/dynamic-engraver.cc (acknowledge_grob): add Scripts to
1607 support for dynamic scripts.
1609 * lily/accidental-placement.cc (position_accidentals): check for
1610 collisions as well: should avoid those heads too.
1612 * lily/beam.cc (check_concave): allow undefined gap and
1613 threshold. Change the meaning of threshold/gap == 0.0.
1614 (check_concave): skip Stolba concaveness check if we have a knee
1617 2002-05-03 Mats Bengtsson <mats.bengtsson@s3.kth.se>
1619 * lily/chord-tremolo-engraver.cc (try_music): Handle chord
1620 tremolos of dotted duration.
1622 2002-05-03 Han-Wen <hanwen@cs.uu.nl>
1624 * mf/feta-klef.mf: more twiddling with G clef. Almost straight
1625 downstroke again. Sigh.
1627 * lily/dynamic-engraver.cc (acknowledge_grob): center dynamic
1628 script on note head.
1630 2002-05-02 Han-Wen <hanwen@cs.uu.nl>
1632 * lily/slur.cc (add_column): allow slur over rest.
1634 2002-04-27 Han-Wen <hanwen@cs.uu.nl>
1636 * lily/beam.cc: move scoring constants out of code
1638 2002-04-25 Han-Wen <hanwen@cs.uu.nl>
1640 * mf/feta-nummer.mf: scalability fixes.
1642 * mf/feta-nummer-code.mf: fixes for 5, 8.
1644 * mf/feta-klef.mf: G clef fixes.
1646 2002-04-25 Jan Nieuwenhuizen <janneke@gnu.org>
1648 * scripts/ly2dvi.py: Mats' fix. Try to import pre if available.
1650 * scripts/lilypond-book.py: %Newline, rather than glue macros
1651 after \end{verbatim}.
1653 2002-04-24 Jan Nieuwenhuizen <janneke@gnu.org>
1655 * Documentation/user/lilypond-book.itely:
1656 * scripts/lilypond-book.py: Add options [no]indent, linewidth and
1659 * input/mozart-hrn3-defs.ly (startGraceContext): Customize grace init.
1661 * scm/grob-property-description.scm (beam-space): Junk.
1663 * lily/beam.cc (space_function): New method.
1664 (get_interbeam): Call space-function.
1666 * scm/grob-description.scm (Beam): Initialize space-function with
1667 Beam::space_function.
1669 * ly/grace-init.ly (startGraceMusic, stopGraceMusic): Set/revert
1670 Beam.space-function. Don't quantise grace beams.
1672 2002-04-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1674 * VERSION: 1.5.54 released
1676 * mf/feta-nummer-code.mf (code): tweaks for three, fixes for 6
1679 * Documentation/index.texi: add PDF links.
1681 * Documentation/user/GNUmakefile (PDF_FILES): add PDF files to website.
1683 * lily/system-start-delimiter-engraver.cc (acknowledge_grob):
1684 compare #'glyph as strings.
1686 * scripts/lilypond-book.py: fix by Mats. Try to import pre if available.
1688 * scripts/ly2dvi.py (setup_environment): fix by Mats.
1690 * lily/stem.cc (head_count): Change function name. Change property
1691 to #'note-heads i.s.o. #'heads.
1692 (position_noteheads): Kern noteheads for invisible stems.
1693 (before_line_breaking): Do position_noteheads() for whole note
1696 * lily/accidental-placement.cc (position_accidentals): First
1697 determine refpoints, only then determine extents.
1699 2002-04-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1701 * lily/accidental-placement.cc (position_accidentals): use all
1702 note heads for note head-skyline.
1704 * scripts/lilypond-book.py (re_dict): remove all *? regexps.
1706 2002-04-22 Jan Nieuwenhuizen <janneke@gnu.org>
1708 * Documentation/windows/setup.hint (requires): Add gsview dependency.
1710 * scripts/lilypond-book.py (re_dict): Fix for python 2.x.
1712 * lilypond-mode.el (LilyPond-xdvi-command): Default to plain xdvi.
1714 * input/mozart-hrn3-allegro.ly: Bugfix: include defs.
1716 2002-04-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1718 * mf/feta-schrift.mf: lighter staccato.
1720 2002-04-22 Han-Wen <hanwen@cs.uu.nl>
1722 * mf/feta-nummer-code.mf (code): fixes for 3 glyph.
1724 2002-04-21 Han-Wen <hanwen@cs.uu.nl>
1726 * VERSION: 1.5.53 released
1728 * scm/lily.scm (ly-load): use primitive-load for loading.
1730 * lily/misc.cc: remove quantise_iv()
1732 * lily/*.cc: pass read-only arrays by reference.
1734 * lily/grob.cc (common_refpoint_of_array): new function. Try to
1735 use common_refpoint_of_{array, list} when possible.
1737 * lily/include/accidental-placement.hh: new file.
1739 * lily/accidental-placement.cc (alignment_callback): position
1740 accidentals in a better way.
1742 * lily/skyline.cc: new file. Compute distances for collections of
1745 * lily/include/skyline.hh: new file
1747 2002-04-20 Han-Wen <hanwen@cs.uu.nl>
1749 * lily/accidental.cc (class Accidental_interface): grob for a
1752 * lily/accidental-engraver.cc (number_accidentals): Cleanups. Lots
1755 * lily/new-accidental-engraver.cc (acknowledge_grob): Work
1756 together with new accidental-interface.
1758 * lily/include/*.hh: remove spurious set_interface() decls.
1760 * lily/key-signature-interface.cc (brew_molecule): add padding for
1761 natural signs. Make natural typesetting like the sharp.
1764 * mf/feta-klef.mf: rewrote portion of the G-clef code. Downstroke
1765 is now slightly curved, not straight.
1768 2002-04-18 Heikki Junes <hjunes@cc.hut.fi>
1770 * lilypond-mode.el: Toggles font-lock-multiline (Emacs 21.1 or newer).
1772 * lilypond-font-lock.el: Handles multiline-strings. Fontifies notes
1773 more strictly. Use more clever regular expressions. Commented regexps.
1775 2002-04-16 Heikki Junes <hjunes@cc.hut.fi>
1777 * lilypond-mode.el: "C-c f" does font-lock-fontify-buffer.
1779 2002-04-15 Juergen Reuter <reuter@ipd.uka.de>
1781 * scm/grob-description.scm, lily/staff-symbol.cc: added properties
1782 to control width of staff symbol in ragged-right mode (by request
1785 * ly/engraver-init.ly, lily/include/my-lily-parser.hh,
1786 lily/include/ligature-bracket.hh, lily/lexer.ll, lily/parser.yy,
1787 lily/ligature-bracket.cc, lily/ligature-bracket-engraver.cc:
1788 added support for ligature brackets (needed when transcribing
1791 2002-04-15 Heikki Junes <hjunes@cc.hut.fi>
1793 * lilypond-font-lock.el: Handle scheme-slurs up to seventh level.
1794 Fontify notes more strictly.
1796 2002-04-15 Han-Wen <hanwen@cs.uu.nl>
1798 * mf/feta-din-code.mf: dynamic z sign.
1800 2002-04-13 Heikki Junes <hjunes@cc.hut.fi>
1802 * lilypond-mode.el: Prevent recoloring strings and comments.
1804 * lilypond-font-lock.el: Handle block comments: block comments
1805 can have also ordinary comments inside.
1807 2002-04-13 Han-Wen <hanwen@cs.uu.nl>
1809 * lily/stem.cc (get_default_dir): set direction to CENTER if
1810 invisible. Various other fixes to deal with invisible stems and
1811 stem-direction == CENTER.
1813 * lily/rest-collision.cc (do_shift): take direction from note if
1816 * input/regression/tie-grace.ly: new file.
1818 * lily/tie-engraver.cc (create_grobs): fix tied graces.
1820 * lily/note-spacing.cc (stem_dir_correction): set fixed space for
1821 knee correction. Fixes tight spacing for knees.
1823 2002-04-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1825 * VERSION: 1.5.52 released
1827 * lily/*.cc: add some undocced properties.
1828 scm/grob-description.scm: idem.
1830 2002-04-12 Heikki Junes <hjunes@cc.hut.fi>
1832 * lilypond-font-lock.el: Handle slurs \( and \), numbers,
1833 multi-measure rests like "R1 *4" and scheme (typically has '#'
1834 in the beginning). Small fixes. Add few reserved words.
1836 2002-04-12 Jan Nieuwenhuizen <janneke@gnu.org>
1838 * Documentation/topdocs/INSTALL.texi: Updates for MacOS X and
1841 * Documentation/windows/installing.texi: Suggest gswin32c (console
1842 program) for getting the version. Layout fixes.
1844 2002-04-11 Jan Nieuwenhuizen <janneke@gnu.org>
1846 * Documentation/user/tutorial.itely (Running LilyPond): Separate
1847 windows viewing commands, remove silly comment about Yap.
1849 2002-04-10 Mats Bengtsson <matsb@s3.kth.se>
1851 * Documentation/topdocs/INSTALL.texi: Describe how to learn
1852 configure to find kpathsea on for example Slackware 8.0.
1854 * scripts/ly2dvi.py (non_path_environment): Set $TEXMF correctly.
1856 * scm/grob-description.scm (MultiMeasureRest): number-threshold=1
1857 by default: avoid "1" over single bar rests.
1859 * scripts/lilypond-book.py (LatexPaper.set_geo_option): Simplify
1860 and correct the handling of geometry options.
1862 2002-04-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1864 * lily/include/grob-interface.hh (ADD_INTERFACE): make
1865 implementation for Class::has_interface automatically. Junk all
1866 other implementations.
1868 * lily/grob.cc (internal_get_grob_property): also typecheck
1869 property reads. Catches even more undocced properties. Bugfixing
1870 left for the uninspired masses.
1872 * lily/beam.cc: remove end_after_line_breaking().
1874 * lily/grob.cc (calculate_dependencies): remove list support for
1877 * lily/font-size-engraver.cc: only do font-interface.
1879 2002-04-10 Heikki Junes <hjunes@cc.hut.fi>
1881 * lilypond-font-lock.el: Handle notes with cautionary accidentals.
1884 2002-04-09 Chris Jackson <chris@fluffhouse.org.uk>
1886 * lily/arpeggio.cc: New function brew_chord_bracket to draw chord
1887 brackets using arpeggio requests.
1889 * ly/property-init.ly: Shorthand \arpeggioBracket defined as the
1890 molecule-callback to use for drawing the brackets.
1892 * Documentation/user/refman.itely:
1893 * input/test/chord-bracket.ly: Chord brackets documented
1895 2002-04-10 Han-Wen <hanwen@cs.uu.nl>
1897 * mf/feta-din-code.mf: tweaks for p, s. New dynamic r sign.
1899 * mf/feta-eindelijk.mf: tweak for eighth rest: move bulb up.
1901 2002-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1903 * lily/tuplet-bracket.cc (after_line_breaking): bugfix for forced
1904 direction tuplets on beams.
1906 2002-04-08 Chris Jackson <chris@fluffhouse.org.uk>
1908 * lilypond-indent.el: Bugfix of indentation of final point in buffer
1910 2002-04-09 Heikki Junes <hjunes@cc.hut.fi>
1912 * lilypond-mode.el: new command: LilyPond-un-comment-region.
1913 Added 2Midi to "Command"-menu. Inspired by latex.el and tex.el:
1914 separate "Command"-menu and "LilyPond"-menu. Added "Miscellanous"-
1915 submenu to "LilyPond"-menu.
1917 * lilypond-mode.el: Added "Midi all" to "Command"-menu, i.e.,
1918 an interface to play midi.
1920 2002-04-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1922 * input/regression/script-stack-order.ly: new file.
1924 2002-04-08 Han-Wen <hanwen@cs.uu.nl>
1926 * VERSION (MY_PATCH_LEVEL): Release 1.5.51.
1928 * mf/feta-din-code.mf: kerning for dynamics.
1930 2002-04-07 Han-Wen <hanwen@cs.uu.nl>
1932 * input/regression/dynamics-glyphs.ly: new file
1934 * mf/feta-din-code.mf: dynamic tweaks. New dynamic s.
1936 * mf/feta-nummer-code.mf: another bulb routine: mimic the bulb of
1937 forte f for the 2 number. Some fixes for the other bulbed glyphs.
1939 * Documentation/windows/gs-profile.sh:
1940 * Documentation/windows/gsview-profile.sh: Remove. Functionality
1941 moved to gs/gsview windows packages.
1943 2002-04-06 Mats Bengtsson <matsb@s3.kth.se>
1945 * lily/stem-engraver.cc (acknowledge_grob): Revert to old way of
1946 finding out the duration. Fixes chord tremolo bug.
1948 * lily/completion-note-heads-engraver.cc (process_music): Set
1949 correct duration for all requests of the broken notes.
1951 * input/regression/completion-heads.ly: Added example of
1952 Completion_heads_engraver.
1954 * lilypond-mode.el: Added "2Midi" command
1956 2002-04-06 Chris Jackson <chris@fluffhouse.org.uk>
1958 * lily/tuplet-bracket.cc, scm/grob-description.scm: New
1959 edge-width, edge-height and shorten-pair properties for tuplet
1962 * lilypond-indent.el: Support for blinking of matching parentheses
1964 * lilypond-font-lock.el: Fix fontification of closing > on its own line
1966 * lily/piano-pedal-engraver.cc, lily/text-spanner.cc: Fixes and
1967 cleanups of piano pedal brackets.
1969 2002-04-05 Han-Wen <hanwen@cs.uu.nl>
1971 * mf/cmbase.mf: remove file. -- do without s, r and z signs for now.
1973 2002-04-04 Han-Wen <hanwen@cs.uu.nl>
1975 * mf/feta-new-code.mf: new dynamic f sign.
1978 2002-04-03 Han-Wen <hanwen@cs.uu.nl>
1980 * mf/feta-new-code.mf: new dynamic p sign.
1982 2002-04-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1984 * lily/note-spacing.cc (stem_dir_correction): only do
1985 beam-correction if a beam is there.
1987 * lily/stem.cc (duration_log): change from flag_i (); better
1989 (get_default_stem_end_position): fix dot/flag collision code.
1991 2002-04-02 Han-Wen <hanwen@cs.uu.nl>
1993 * VERSION: release 1.5.50
1995 * lily/spaceable-grob.cc (add_spring): change incorrect spring to
1996 unit spring here. Reduces number of warning messages.
1998 * lily/auto-beam-engraver.cc: change noAutoBeaming to autoBeaming.
2000 2002-04-01 Han-Wen <hanwen@cs.uu.nl>
2002 * scm/generic-property.scm: remove generic-property, property-engraver
2004 * lily/volta-bracket.cc (brew_molecule): use Lookup::line() for bracket
2006 * lily/hairpin.cc (brew_molecule): use Lookup::line() for hairpins.
2008 * ps/music-drawing-routines.ps: remove volta, tuplet, hairpin routines.
2010 * scm/*.scm: remove volta, hairpin and tuplet functions.
2012 * lily/rhythmic-column-engraver.cc (acknowledge_grob): don't make
2013 note column for notes/stems/dots that already have parents. Fixes
2014 nested grace contexts.
2016 2002-04-01 Jan Nieuwenhuizen <janneke@gnu.org>
2018 * input/mozart-hrn-3.ly: Tweak Slur.beautiful, so that we don't
2019 get too curved slurs.
2021 * scm/slur.scm (default-slur-extremity-offset-alist)
2022 (default-phrasing-slur-extremity-offset-alist): Move slur
2023 attachments further away from note-head, vertically. Also, leave
2024 a horizontal gap between slur and stem end.
2026 * lily/beam.cc (get_interbeam): Bugfix: don't look in empty list.
2028 2002-04-01 Han-Wen <hanwen@cs.uu.nl>
2030 * input/regression/spacing-grace-duration.ly: new file
2032 * lily/spacing-engraver.cc (acknowledge_grob): ignore grace notes
2033 for shortest durations.
2035 * lily/multi-measure-rest.cc (set_spacing_rods): tune rods to the
2036 extent of the mm rest.
2038 * lily/spacing-spanner.cc (get_duration_space): better spacing for
2041 * lily/tuplet-bracket.cc (make_bracket): new function
2042 (get_x_offset): new function; make tuplet brackets align on stems
2043 if stem has same direction.
2044 (parallel_beam): be anal about matching bracket to tuplet.
2046 * lily/lookup.cc (line): new function Lookup::line().
2048 * scm/tex.scm (dashed-line): change -line to -system in names.
2050 * lily/box.cc (add_point): new function.
2052 * flower/include/interval.hh: new function add_point ().
2053 new function widen()
2055 2002-04-01 Jan Nieuwenhuizen <janneke@gnu.org>
2057 * input/mozart-hrn-3.ly: Mimic Breitkopf fonts and padding.
2059 * scm/grob-property-description.scm (number-threshold): Add
2062 * lily/multi-measure-rest.cc (brew_molecule): Only put number over
2063 rest if #measures > number-threshold. Use padding (well, fake
2066 * scm/font.scm (make-style-sheet): New styles: mark-number,
2068 (paper20-style-sheet-alist): Add bigger bold fonts.
2070 * lily/mark-engraver.cc (process_music): Use style mark-number or
2073 * .cvsignore: Ignore all kinds of lilypond input and output.
2075 * lily/beam.cc (ADD_INTERFACE): Add concaveness-gap.
2077 2002-04-01 Han-Wen <hanwen@cs.uu.nl>
2079 * lily/staff-symbol.cc (brew_molecule): make line thickness
2082 * lily/*.cc: replace stafflinethickness by linethickness.
2084 2002-04-01 Jan Nieuwenhuizen <janneke@gnu.org>
2086 * input/regression/beam-concave.ly: Add to-be-considered-concave
2089 * lily/beam.cc (check_concave): Add check for large gap between an
2090 inner notehead and the line through outer noteheads.
2092 * scm/grob-description.scm (Beam): Add concaveness-gap, default
2093 value 2.0 staff-space.
2095 * scm/grob-property-description.scm (concaveness-gap): Add
2098 * input/mozart-hrn3-allegro.ly: Fix typo.
2100 2002-03-31 Juergen Reuter <reuter@ipd.uka.de>
2102 * scm/ps.scm, ps/music-drawing-routines.ps, lily/lookup.cc,
2103 lily/note-head-engraver: improved implementation of roundfilledbox
2104 (according to Han-Wen's request)
2106 * lily/include/spacing-spanner.hh, lily/spacing-spanner.cc,
2107 lily/gourlay-breaking.cc, lily/staff-symbol.cc,
2108 lily/simple-spacer.cc: ragged-right alignment
2110 2002-03-29 Han-Wen <hanwen@cs.uu.nl>
2112 * input/regression/spacing-note-flags.ly: new file
2114 * input/regression/spacing-rest.ly: new file
2116 * mf/feta-eindelijk.mf: make bbox of quarter rest tighter.
2118 * lily/spacing-spanner.cc (note_spacing): make note spacing after
2119 all grace notes tight (not only the column directly following a
2122 * scm/grob-description.scm (all-grob-descriptions): don't make
2123 mm-rests larger than normal.
2125 * mf/feta-banier.mf: make upflag narrower. Make end of flag more
2126 curved. Remove white space at the right of flags.
2128 2002-03-28 Jan Nieuwenhuizen <janneke@gnu.org>
2130 * ports/ports.make: Bugfix: ignore CVS directories.
2132 * stepmake/.cvsignore: New file.
2134 2002-03-28 Han-Wen <hanwen@cs.uu.nl>
2136 * lily/note-spacing.cc (stem_dir_correction): don't correct when
2137 there is a flag on the stem.
2139 * lily/multi-measure-rest.cc (brew_molecule): variable width molecule.
2141 * scm/grob-property-description.scm (measure-length):
2142 measure-length grob property.
2144 * lily/spacing-spanner.cc (standard_breakable_column_spacing):
2145 better spacing for breakable columns when they're juxtaposed: use
2146 measure length if applicable
2148 * lily/timing-engraver.cc (start_translation_timestep): store
2149 measure length in breakable column at start of measure.
2151 2002-03-28 Jan Nieuwenhuizen <janneke@gnu.org>
2153 * ROADMAP: Add description for ports dir, to check email upon
2156 2002-03-27 Han-Wen <hanwen@cs.uu.nl>
2158 * VERSION: 1.5.48 released
2160 * lily/multi-measure-rest.cc (symbol_molecule): split off from
2162 (set_spacing_rods): Use symbol_molecule() to determine minimum
2164 (church_rest): split off from brew_molecule()
2165 (big_rest): split off from brew_molecule(). Construct using
2168 * mf/feta-eindelijk.mf: junk multi measure rest.
2170 2002-03-26 Han-Wen <hanwen@cs.uu.nl>
2172 * lily/multi-measure-rest.cc (add_column): remove columns property.
2174 * lily/dynamic-engraver.cc (process_music): add more verbose warning
2176 * input/mozart-hrn3-romanze.ly (romanze): add mozart horn concerto
2179 2002-03-26 Heikki Junes <hjunes@cc.hut.fi>
2181 * lilypond-font-lock.el (LilyPond-font-lock-keywords): most new
2182 keywords covered, dropped some non-keywords, include R- and 128-notes
2184 2002-03-25 Juergen Reuter <reuter@ipd.uka.de>
2186 * Code clean-up: Junk multiple implementations of ledger line
2187 creation in note_head, custos, and porrectus. This is important
2188 since there soon will be some more applications of ledger lines to
2189 come (e.g. ambitus engraver).
2191 * Make thickness of ledger lines adjustable. This is essential
2192 for mensural notation.
2194 * Fix some bugs in the current ledger_line implementation, most
2195 notably that of the horizontal extent of ledger lines which equals
2196 at least the extent of the metafont ledger_line character, and
2197 which grows(!) if the desired extent shrinks below this limit.
2199 * roundfilledbox: variable blotdiameter
2201 2002-03-24 Han-Wen <hanwen@cs.uu.nl>
2203 * VERSION: 1.5.47 released
2205 * lily/line-spanner.cc (line_atom): change line-thickness to thickness
2207 * lily/porrectus.cc: change line-thickness to thickness, change
2208 stem-direction to direction.
2210 * scm/backend-documentation-lib.scm (check-dangling-properties):
2211 Automatically detect doc'ed properties that are not in an interface
2213 * scm/grob-property-description.scm: property cleanup. Remove many
2214 paper-column props that are non-existent.
2216 * lily/grob.cc (Grob): only use molecule_extent_proc as default if
2217 the grob has a molecule-callback.
2219 * lily/*.cc: remove many set_interface() calls, and their
2222 * input/regression/spacing-knee.ly: new file
2224 * input/regression/spacing-clef-first-note.ly: new file
2226 * lily/staff-spacing.cc (get_spacing_params): different spacing
2227 for pref matter to note at start of line, halfway during line.
2229 * lily/note-spacing.cc (stem_dir_correction): apply 2nd stem direction
2230 correction only if stems have same direction (i.e. not for
2231 stem-clef combination).
2232 (stem_dir_correction): maximal correction for knees.
2234 * lily/*.cc: many updates to interface descriptions.
2236 * lily/grob.cc (internal_set_grob_property): add interface check
2237 for every set_grob_property call
2239 * lily/*.cc: document interface stuff in C++
2241 * lily/grob-interface.cc: new file. Add grob interfaces from C++.
2243 * lily/volta-bracket.cc: naming: change volta spanner to
2246 * input/bugs/*.ly: cleanup, remove lots of files.
2248 * buildscripts/mf-to-table.py (write_ps_encoding): generate
2249 .encoding file. WARNING: upgrade to pktrace 1.0.3
2251 * mf/feta-toevallig.mf: change PS name for parentheses.
2253 2002-03-23 Mats Bengtsson <mats.bengtsson@s3.kth.se>
2255 * scripts/ly2dvi.py (ly_paper_to_latexpaper): Use the correct unit
2258 2002-03-23 Han-Wen <hanwen@cs.uu.nl>
2260 * lily/scope.cc: remove file .
2262 * lily/include/scope.hh: remove file. Remove Scope class
2266 * lily/beam.cc (score_slopes_dy, score_stem_lengths,
2267 score_forbidden_quants): ): take out of SCM, pass parameters so
2268 grob props are read only once. (wtk1-fugue2 from 31 sec to 14
2270 (calc_stem_y): robustness: take care of last_visible_stem == 0.
2273 * lily/lily-guile.cc (ly_unit): return internal unit.
2275 * scm/tex.scm (header-end): insert scaling factor, using ly-unit
2277 * lily/paper-outputter.cc (output_version): output internal unit
2278 from Paper_outputter
2280 * scripts/ly2dvi.py: Read unit from paper vars (43.jcn3).
2282 2002-03-22 Mats Bengtsson <mats.bengtsson@s3.kth.se>
2284 * scripts/ly2dvi.py: clean up old .*pk font caching code.
2286 * scm/ps.scm: Use uppercase postscript font names for the standard
2289 * scripts/ly2dvi.py, buildscripts/lilypond-{login,profile}.sh, :
2290 Add all available TeX Type1 fonts, including Feta, to the
2291 Ghostscript font path.
2293 * Documentation/topdocs/INSTALL.texi (Top): Add required pktrace
2294 version (affects the FontName) in lilypond.map.
2296 * mf/GNUmakefile, Documentation/user/appendices.itely: Rename font
2297 documentation file to fetaNNlist.ly to avoid name collisions between
2298 lilypond generated .tex file and font .tex macros file.
2301 2002-03-22 Juergen Reuter <reuter@ipd.uka.de>
2303 * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: added maxima rests;
2304 made mensural longa and (semi-)brevis leaner
2306 * mf/parmesan-clefs.mf, scm/clef.scm: enhanced petrucci c clef
2308 * lily/{{lookup,porrectus}.cc,include/{lookup,porrectus}.hh}: code
2309 clean-up: moved bezier shape and slope from porrectus to lookup
2311 * buildscripts/clean-fonts.sh: added search paths /var/cache/fonts
2312 and /usr/share/texmf/fonts
2314 * scripts/ly2dvi.py: Read unit from paper vars (43.jcn3).
2316 2002-03-22 Han-Wen <hanwen@cs.uu.nl>
2318 * lily/text-spanner.cc (brew_molecule): add #'thickness
2319 (brew_molecule): add corrections for thickness in molecule padding.
2321 * lily/line-spanner.cc (line_atom): make function private
2323 * scripts/lilypond-book.py (get_bbox): Use GS -sDEVICE=bbox to
2324 discover bounding box. This solves the cropping problem.
2326 * lily/bar-check-iterator.cc (process): Only resynchronize bar
2327 check when it fails. This fixes the combination of grace notes
2330 2002-03-21 Han-Wen <hanwen@cs.uu.nl>
2332 * lily/repeated-music.cc (minimum_start): new Scheme callable function
2333 (first_start): new Scheme callable. This will fix repeated music
2334 starting with grace notes.
2336 * lily/music.cc (start_mom): check start-moment-function grob property.
2338 * VERSION: 1.5.45 released
2340 * input/regression/system-extents.ly: new regression test. Test
2343 * lily/system.cc: rename LineOfScore into System
2345 * lily/molecule.cc (ly_add_molecule): new Scheme ly-add-molecule.
2347 * lily/grob.cc (ly_get_parent): new Scheme function ly-get-parent.
2348 (ly_get_extent): new Scheme function ly-get-extent
2350 * ps/lilyponddefs.ps: use output-scale for line-x
2353 * scm/ps.scm (font-load-command):
2356 2002-03-20 Rune Zedeler <rune@zedeler.dk>
2358 * lily/beaming-info.cc: Stupid typo fixed
2360 * lily/accidental-engraver.cc: rewrote accidental-routines to get
2361 support for cross-context auto-accidentals.
2362 Now the engraver can stay in Staff-context and see other contexts
2364 Changed properties: autoAccidentals, autoCautionaries
2366 * lily/translator-group.cc (set_children_property):
2367 Function added recursively setting the same property (deep_copied)
2368 for all children of a Translator_group.
2370 * ly/property-init.ly: added commands
2371 \pianoAccidentals \voiceAccidentals
2372 \modernVoiceAccidentals \modernVoiceCautionaries
2374 * ly/engraver-init.ly: Correct initialization of new accidentals.
2376 * scm/translator-property-description.scm: Updated
2378 * input/regression/accidental-voice.ly: Added
2380 * Documentation/regression-test.tely: Added new test
2382 2002-03-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2384 * VERSION: 1.5.44 released
2386 * lily/slur.cc (set_extremities): robustness fixes for #'attachment.
2388 * scripts/lilypond-book.py (bounding_box_dimensions): bugfix.
2390 * ly/params-init.ly (blotdiameter): use unit for blotdiameter, set
2393 * tex/feta*.tex: remove.
2395 * stepmake/aclocal.m4: remove stepmake symlink. It confuses almost
2396 all software dealing with it.
2398 2002-03-20 Jan Nieuwenhuizen <janneke@gnu.org>
2400 * mf/GNUmakefile (lilypond.map): Don't prepend TeX to font name
2401 (this fixes pdf output). Drop awk dependency.
2403 * scripts/ly2dvi.py (ly_paper_to_latexpaper): Assume LilyPond's
2404 dimensions (linewidth) are in mm.
2406 * mf/GNUmakefile (depth): Always allow manual access to pfa target.
2408 * tex/lily-ps-defs.tex: scaletounit using PT/IN==72.
2410 * lily/slur.cc (get_attachment): Bugfix: correct for stem thickness.
2412 2002-03-19 Han-Wen <hanwen@cs.uu.nl>
2414 * VERSION: 1.5.43 released
2416 * scm/beam.scm (beam-dir-majority-median): if majority is
2417 undecided, use median. Removes a forced dir in sarabande.
2419 * mf/feta-schrift.mf: Trill fixes, Vee fixes (upbow, ltoe, rtoe)
2421 2002-03-18 Chris Jackson <chris@fluffhouse.org.uk>
2423 * lily/text-spanner.cc, lily/piano-pedal-engraver.cc: Cleanups. Edge
2424 widths, heights and shortens are now customisable properties.
2426 * scm/grob-description.scm, scm/grob-property-description.scm: New
2427 properties added to PianoPedalBracket, unnecessary
2428 Y-offset-callbacks removed from *Pedal, undocumented properties
2431 * Documentation/user/refman.itely: Piano pedal updates.
2433 2002-03-18 Jan Nieuwenhuizen <janneke@gnu.org>
2435 * scm/grob-property-description.scm:
2436 * scm/interface-description.scm: Remove old stuff.
2438 * scm/grob-description.scm (StemTremolo): Change beam-thickness to
2439 0.48 (previously 0.42).
2440 (Beam): Remove old stuff.
2443 * lily/stem-tremolo.cc:
2445 * scm/beam.scm: Remove old stuff. Use Beam::get_interbeam ()
2446 (previously space-function).
2448 * stepmake/bin/add-html-footer.py: Website title fix.
2450 2002-03-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2452 * scripts/ly2dvi.py (environment): use new font searching setup.
2454 * lily/afm.cc (afm_bbox_to_box): make code dimension independent
2456 * lily/tfm.cc (dimensions): make code dimension independent
2458 * ps/lilyponddefs.ps: add constant for MM and true/ps-point
2461 * tex/lily-ps-defs.tex: scaling for PS points and MM.
2463 * lily/include/dimensions.hh: try MM as internal unit.
2465 * scm/*.scm: remove invoke-dim1
2467 2002-03-17 Han-Wen <hanwen@cs.uu.nl>
2469 * GNUmakefile.in (fontpaths): add fontpaths target,
2471 * make/mutopia-targets.make: add PDF rules.
2473 * make/mutopia-rules.make: add pdf rule.
2475 * buildscripts/mutopia-index.py (list_item): add PDF.
2477 * buildscripts/lilypond-profile.sh (TEXMF): typo.
2479 * make/lilypond-vars.make: set TEXMF for the new font setup.
2481 2002-03-17 Han-Wen <hanwen@cs.uu.nl>
2483 * VERSION: 1.5.42 released
2485 * mf/feta-schrift.mf: endless twiddling of Tr.
2487 * mf/feta-eindelijk.mf: 8th rest: make darker, top of brush lower, and
2488 endless twiddling with the bulb shape.
2490 * lily/note-head.cc (internal_brew_molecule): make ledger lines a
2491 little smaller if there is an accidental.
2493 2002-03-15 Mats Bengtsson <mats.bengtsson@s3.kth.se>
2495 * buildscripts/lilypond-profile.sh:
2497 * mf/GNUmakefile (INSTALLATION_OUT_DIR*),
2498 buildscripts/lilypond-login.sh, buildscripts/lilypond-profile.sh:
2499 Implement new font installation strategy
2501 * Documentation/misc/fontinstallation (TEXMF): Documentation of
2502 the new font installation strategy.
2504 * lilypond-mode.el (LilyPond-mode-map): Add shortcut "CTRL-c ;"
2507 * input/test/staff-size.ly: Simplified using StaffContainer
2509 * mf/GNUmakefile (ALL_GEN_FILES): Actually generate the
2512 2002-03-17 Jan Nieuwenhuizen <janneke@gnu.org>
2514 * scm/ps.scm (bezier-sandwich): Draw circles at slur ends.
2516 * lily/beam.cc (score_stem_lengths): new quanting stuff
2517 (score_forbidden_quants): Second and third beam quant stuff.
2519 2002-03-16 Jan Nieuwenhuizen <janneke@gnu.org>
2521 * lily/beam.cc (least_squares): Remember least-squares-dy for
2523 (quantise_interval): Don't quant to dy steeper that
2524 least-squares-dy. Return empty interval if no sane quants found.
2525 (quantise_position): Try quantise_interval until we have
2526 acceptable solution.
2528 2002-03-15 Jan Nieuwenhuizen <janneke@gnu.org>
2530 * scm/interface-description.scm (beam-interface): Update.
2532 2002-03-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2534 * VERSION: 1.5.41 released
2536 * mf/feta-schrift.mf: make Tr. smaller, smoother and closer. Use
2537 optima serifs on top of t, bottom of r.
2539 * mf/feta-bolletjes.mf: make ledger line rounder.
2541 * mf/feta-toevallig.mf: some smallish fixes for flat sign.
2543 * mf/feta-eindelijk.mf: make 8th rest a little darker, some more
2546 2002-03-15 Chris Jackson <chris@fluffhouse.org.uk>
2548 * lily/piano-pedal-engraver.cc: Rewritten to support bracketed as
2549 well as text pedal indications and a combination of both. All
2550 pedal indications are horizontally aligned on a line spanner.
2552 * lily/text-spanner.cc: Edge-width property added to use in
2553 bracketed piano pedals. Function setup_sustain_pedal added to set
2554 the dimensions of the brackets.
2556 * scm/grob-description.scm: New *PedalLineSpanner grobs added, and
2557 some of the *Pedal properties tweaked.
2559 * scm/grob-property-description.scm: New pedal-type (*Pedal) and
2560 edge-width (TextSpanner) properties.
2562 * ly/engraver-init.ly: Default strings added for SostenutoPedal.
2564 * lilypond-font-lock.el: sostenuto, unaCorda and treCorde added to
2565 fontified identifiers list.
2567 * input/test/pedal.ly: New pedal features added.
2569 * Documentation/user/refman.itely: New pedal features documented.
2572 2002-03-15 Jan Nieuwenhuizen <janneke@gnu.org>
2574 * lily/include/new-beam.hh: Previously new-beam.hh
2575 * lily/beam.cc: Previously new-beam.cc
2576 (least_squares): Bugfix: don't barf on beams with less than two
2577 visible stems (tremolos).
2580 * scm/grob-description.scm (Beam): Junk old beam stuff.
2583 2002-03-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2587 * mf/feta-eindelijk.mf: new 8th rest.
2589 * mf/feta-toevallig.mf: small fixes for the sharp symbol. Don't
2590 stick out of staffline
2592 * scripts/lilypond-book.py: fixes for texi regular expressions.
2594 2002-03-14 Jan Nieuwenhuizen <janneke@gnu.org>
2596 * lily/include/new-beam.hh:
2597 * lily/new-beam.cc: New file.
2599 * flower/include/interval.hh:
2600 * flower/include/interval.tcc (delta): New method.
2601 (swap): Now public (previously private).
2603 * scm/beam.scm (default-beam-y-quants): Bugfix: lower beam-sit by
2604 1 staff-line-thickness. Sadly, this makes dy quanting problems
2605 (dy quants allowed should depend on actual left y) more visible.
2607 2002-03-13 Jan Nieuwenhuizen <janneke@gnu.org>
2609 * lily/beam.cc (quantise_dy): Bugfix: sign (0) = 0. Hmm.
2611 * scm/grob-property-description.scm (concaveness-threshold): Add
2612 typecheck and description.
2614 * scm/grob-description.scm (Beam): Remove obsolete properties, add
2615 concaveness-threshold (previously concaveness).
2617 * lily/beam.cc (check_concave): Remove choices and debugging
2618 stuff: use best concaveness calculation.
2619 (quantise_dy): Remove choice. Try to never make a slope steeper
2620 by quantising, but certainly never quantise a slope away.
2621 (check_stem_length_f): Remove choice. In case of lengthening
2622 alowed, always lengthen to ideal length.
2624 * Documentation/index.texi: Fix FAQ url.
2626 * Documentation/topdocs/INSTALL.texi: Add information about fink,
2627 compile fix and 1.4 specific fix that doesn't hurt 1.5.
2629 2002-03-13 Han-Wen <hanwen@cs.uu.nl>
2631 * VERSION: 1.5.39 released
2633 * lily/simple-spacer.cc (add_rod): rods take precedence over
2634 infinitely stiff springs. This fixes bugs with arpeggios and bar-lines.
2636 * lily/arpeggio-engraver.cc (acknowledge_grob): clean up.
2638 * lily/note-spacing.cc (get_spacing): only insert space for
2639 accidentals if necessary.
2641 * input/regression/spacing-accidental-staffs.ly (texidoc): update example
2643 * lily/spacing-spanner.cc (musical_column_spacing): new
2644 function. Have correct spacing from note to end-of-line as well.
2646 2002-03-12 Jan Nieuwenhuizen <janneke@gnu.org>
2648 * Documentation/topdocs/INSTALL.texi: Add section for MacOS X.
2650 * darwin.patch: New file.
2652 * lily/beam.cc (set_stem_shorten): Revive deceased stem shorten
2653 code. Shorten stems by fraction of stems to be shortened.
2655 * lily/stem.cc (get_default_stem_end_position): Shorten only half
2656 of shorten value for boundary cases.
2658 * scm/grob-description.scm (Stem): Set stem-shorten to (1.0 0.5).
2659 (Beam): Set beamed-stem-shorten to (1.0 0.5).
2661 2002-03-11 Jan Nieuwenhuizen <janneke@gnu.org>
2663 * lily/beam.cc (check_stem_length_f): Try to lenthen more.
2665 * scm/grob-description.scm (Beam): Add concaveness. Replace
2666 Beam::cancel_suspect_slope with Beam::check_concave.
2668 * lily/beam.cc (check_concave): Calculate concaveness of beam, and
2669 set slope to horizontal if concaveness > Beam.concaveness. This
2670 handles cases that kludgy cancel_suspect_slope was meant to catch
2672 (cancel_suspect_slope): Remove.
2674 2002-03-12 Rune Zedeler <rune@zedeler.dk>
2676 * lily/beam.cc lily/stem.cc lily/beam-engraver.cc: allow for
2677 stemLeftBeamCount and stemRightBeamCount to equal 0.
2680 2002-03-12 Han-Wen <hanwen@cs.uu.nl>
2682 * lily/spacing-spanner.cc (breakable_column_spacing): Only do
2683 fixed spacing for pref matter, if the next column is musical, and
2686 * lily/note-spacing.cc (stem_dir_correction): Use correct
2687 discretionary for stem-bar spacing.
2689 2002-03-11 Han-Wen <hanwen@cs.uu.nl>
2691 * VERSION: 1.5.38 released
2693 * lily/grob.cc (warning): Use cause tracking to give more
2694 meaningful errors from the backend.
2696 * lily/property-iterator.cc (check_grob): Warn if setting grob
2697 property in unknown grob.
2699 * mf/feta-toevallig.mf: brushed stems for natural sign.
2701 * lily/molecule.cc (align_to): don't translate empty molecule.
2702 (this triggers a very subtle bug in time-signature.)
2704 2002-03-10 Han-Wen <hanwen@cs.uu.nl>
2706 * lily/spring.cc: remove file.
2708 * input/regression/spacing-stem-bar.ly: new file
2710 * lily/score.cc (run_translator): resurrect point-and-click
2712 * input/baerenreiter-sarabande.ly: Copy Barenreiter beaming for
2715 * lily/spacing-spanner.cc (find_shortest): Shortest note for
2716 spacing is now globally determined, using the most common shortest
2717 note. Notes that are shorter are spaced geometrically, and with
2718 expand hints. This makes spacing more even, and measures that have
2719 very short notes won't be that stretched out.
2721 * mf/feta-klef.mf: F-clef fixes, documentation on the
2722 shape. (WARNING: font changed.)
2724 2002-03-09 Han-Wen <hanwen@cs.uu.nl>
2726 * lily/simple-spacer.cc (add_columns): support for infinitely
2729 * lily/staff-spacing.cc (get_spacing_params): space after
2730 prefatory matter is fixed.
2732 2002-03-08 Han-Wen <hanwen@cs.uu.nl>
2734 * lily/note-spacing.cc (stem_dir_correction): Correct spacing for
2735 barline following an upstem.
2737 * lily/staff-spacing.cc (extremal_break_aligned_grob): destill
2738 function from next_notes_correction().
2739 (bar_y_positions): idem.
2741 2002-03-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2743 * input/regression/break.ly (texidoc): bugfix: escape \ in
2746 * lily/staff-spacing.cc (next_notes_correction): Correct the
2747 spacing of a note following a barline.
2750 2002-03-04 Glen Prideaux
2752 * mf/feta-solfa.mf: Shaped note heads
2754 2002-03-03 Han-Wen <hanwen@cs.uu.nl>
2756 * VERSION: 1.5.37 released
2758 * lily/key-signature-interface.cc (brew_molecule): rename from key_item
2759 left-align molecule.
2761 * lily/break-align-interface.cc (do_alignment): completely
2762 rewritten. Now it does not use Align_interface anymore, but a
2763 separate routine. Like StaffSpacing, it reads space-alist from the
2764 breakable grobs. This allows you to set spacing using
2766 \property Staff.Clef \override #'space-alist = '(....stuff....)
2768 * lily/bar-line.cc, lily/include/bar-line.hh: change name from Bar
2769 to Bar_line. Move files around as well.
2771 * lily/time-signature.cc (time_signature): left align time signatures.
2773 * mf/feta-timesig.mf: Remove padding from C-style time signatures.
2774 Corrections of the glyph shape C. Comments added.
2776 2002-03-02 Han-Wen <hanwen@cs.uu.nl>
2778 * lily/spacing-spanner.cc: move from third-try.cc; rename
2779 Third_spacing_spanner to Spacing_spanner.
2781 * lily/staff-spacing.cc (get_spacing_params): redo prefatory
2782 spacing stuff. Much cleaner now, and we prepare for neat spacing
2783 tricks around bar lines and such.
2785 * lily/third-try.cc (prune_loose_colunms): bugfix. Don't init
2786 variables with themselves. (Ouch.)
2788 * lily/span-bar.cc (brew_molecule): don't try to span bars that
2791 2002-03-02 Han-Wen <hanwen@cs.uu.nl>
2795 * lily/lily-guile.cc: isdir_b and isaxis_b changed to ly_axis_p,
2798 * lily/music.cc (ly_get_mus_property): typechecking
2799 (ly_set_mus_property): idem
2800 (ly_make_music): idem
2801 (ly_music_name): idem
2803 * lily/chord.cc: use scm_reverse_x iso. gh_reverse()
2805 * lily/note-spacing.cc (stem_dir_correction): correction for
2806 same stem notes as well.
2808 * lily/pitch.cc (pitch_transpose): stricter typechecking
2810 * mf/parmesan*mf: magnification fixes.
2812 * Documentation/topdocs/INSTALL.texi: update RedHat reqs
2814 2002-03-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
2816 * buildscripts/mf-to-table.py (postfixes): Output also .ly file
2817 documenting the font. (Doesn't work for parmesan at the moment)
2819 * Documentation/user/appendices.itely (The Feta font): Add list of
2820 Feta font symbols with names.
2822 * mf/GNUmakefile ($(outdir)/lilypond.map): Generate lilypond.map
2825 2002-03-01 Han-Wen <hanwen@cs.uu.nl>
2827 * lily/translator-group.cc (ly_set_trans_property): typechecking
2828 (ly_get_trans_property): typechecking.
2830 * lily/font-metric.cc (ly_text_dimension): typechecking
2831 (ly_find_glyph_by_name): idem.
2833 * scm/bass-figure.scm (brew-complete-figure): support for
2836 * lily/grob.cc (ly_get_paper_var): new function
2838 2002-02-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2840 * VERSION (PATCH_LEVEL): 1.5.35 released.
2842 * lily/lookup.cc (ly_bracket): Scheme function ly-bracket
2843 (bracket): New function.
2845 * lily/stem-engraver.cc (stop_translation_timestep): bugfix, unset
2846 stemLeftBeamCount, stemRightBeamCount in stead of using #<undefined>
2848 * lily/third-try.cc (set_implicit_neighbor_columns): type checking
2851 * lily/span-arpeggio-engraver.cc (stop_translation_timestep):
2854 * lily/grob.cc (ly_get_grob_property): be anal about types.
2855 (ly_set_grob_property): idem
2857 * lily/figured-bass-engraver.cc (process_music): move molecule
2858 building completely to Scheme
2860 * lily/include/musical-request.hh (class Bass_figure_req): Add
2863 * lily/parser.yy (bass_figure): add support for space figure.
2865 * lily/molecule.cc (ly_molecule_combined_at_edge): be anal about types
2867 * lily/font-metric.cc (ly_text_dimension): Scheme function ly-text-dimension
2869 * lily/molecule.cc (ly_fontify_atom): new function ly-fontify-atom
2870 (ly_align_to_x): new function ly-align-to!
2872 * lily/font-interface.cc (ly_font_interface_get_font): new Scheme
2873 function ly-get-font
2875 * mf/feta-nummer.mf: include normal-space dimension.
2877 * lily/collision.cc (check_meshing_chords): don't merge collisions
2880 * lily/system-start-delimiter.cc (after_line_breaking): Bugfix:
2883 2002-02-28 Mats Bengtsson <matsb@s3.kth.se>
2885 * scm/tex.scm, scm/ps.scm (or): Bugfix, ps output with Guile 3.4
2887 2002-02-28 Juergen Reuter <reuter@ipd.uka.de>
2889 * mf/parmesan-heads.mf: bugfix: mensural note heads (WARNING:
2892 * scm/output-lib.scm: bugfix: resort to neo_mensural chars rather
2895 * mf/parmesan-scripts.mf, mf/parmesan-generic.mf,
2896 scm/grob-description.scm: added mensural fermata symbol
2898 2002-02-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2900 * VERSION: 1.5.34 released.
2902 * lily/rest-engraver.cc (create_grobs): rests can have pitches.
2904 * lily/staff-symbol-referencer.cc (callback): assume that
2905 staff-position is unset in general.
2907 * input/regression/rest-pitch.ly: new file.
2909 * lily/parser.yy (simple_element): rests can have pitch. Syntax:
2912 2002-02-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2914 * lily/scm-option.cc (set_lily_option): add internal-type-checks
2915 as Scheme option. Run regression test by default with
2916 internal-type-checking.
2918 * lily/separating-group-spanner.cc (find_musical_sequences): removed.
2920 * lily/lily-guile.cc (type_check_assignment): changed functions.
2922 * scm/*description*.scm: be anal about typechecks. Some changes
2923 for internal variable names.
2925 2002-02-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2927 * scm/ps.scm: -f ps output for GUILE 1.4 and 1.3.4
2929 2002-02-25 Han-Wen <hanwen@cs.uu.nl>
2931 * VERSION: 1.5.33 released.
2933 * mf/feta-macros.mf (flare_path): removed draw_flare, replace by
2934 flare_path everywhere (c-clef, numbers).
2936 * lily/bar-number-engraver.cc (process_music): also print bar
2937 number if measure starts with grace note.
2939 * input/regression/grace-bar-number.ly: new test.
2941 2002-02-24 Han-Wen <hanwen@cs.uu.nl>
2943 * lily/figured-bass-engraver.cc (stop_translation_timestep): reset
2946 * scm/music-functions.scm (voicify-music): split chords into
2947 different voices automatically.
2949 * lily/music.cc (ly_music_list_p): new function
2951 * lily/music-sequence.cc (do_relative_octave): robustification
2953 * scm/music-functions.scm: many utility functions
2955 * lily/music.cc (ly_set_mus_property): add type checks to the
2956 Scheme property assignment.
2958 * buildscripts/lilypond-profile,lilypond-login.sh (TEXCONFIG):
2961 * mf/lilypond.map: .map file from Mats' page.
2963 2002-02-21 Juergen Reuter <reuter@ipd.uka.de>
2965 * Some more parmesan related fixes;
2967 * Custos: varying shape (in particular, stem length), depending on the
2968 vertical position of the custos (on staffline / between stafflines);
2970 * Custos: added grob property "neutral-direction" (same semantics as
2971 with stem); introduced new grob property "neutral-position";
2973 * Time-signature: print a warning when resorting to default layout.
2975 2002-02-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2977 * lily/translator-group.cc (add_fresh_simple_translator): remove
2978 function; initialize() is called through
2979 Translator_group::initialize().
2981 * lily/third-try.cc (prune_loose_colunms): add constraints (rods)
2982 for the neighbors of a loose column.
2984 * lily/line-of-score.cc (set_loose_columns): be more intelligent:
2985 position loose columns so that they don't collide.
2987 2002-02-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2989 * VERSION: 1.5.32 released.
2991 * scm/font.scm: remove font-name symbol.
2993 * mf/GNUmakefile: use pktrace for making PFAs
2995 * make/lilypond.redhat.spec.in: use pktrace when making RPMs
2997 * lily/rest-collision.cc (do_shift): read direction field from
2998 rest-column in case of note-rest collision. This should fix some
2999 problems with rest collisions.
3001 2002-02-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3003 * lily/note-heads-engraver.cc (process_music): Removed easyPlay
3006 * lily/note-head.cc (brew_ez_molecule): Remove note-character
3007 property. Read pitch directly from #'cause.
3009 * mf/feta-puntje.mf: bugfix
3011 2002-02-19 Juergen Reuter <reuter@ipd.uka.de>
3013 * mf/*.mf: tried to fix ancient-font.ly. WARNING: Font changed.
3015 2002-02-18 Jan Nieuwenhuizen <janneke@gnu.org>
3017 * Documentation/windows/compiling.texi: Update.
3019 * Documentation/index.texi: Add link to orphaned compiling for
3022 * Documentation/footer.html.in: Comment fix.
3024 * stepmake/bin/add-html-footer.py: Python2.[12] re workarounds.
3026 2002-02-18 Han-Wen <hanwen@cs.uu.nl>
3028 * VERSION: 1.5.31 released
3030 * lily/new-spacing-spanner.cc: remove file.
3032 * lily/third-try.cc (do_measure): only take spacings into account
3033 if they pertain to the column pair under consideration. This fixes
3034 spacing bug when mixing eighths triplets and normal eighths.
3036 * lily/note-head.cc (brew_molecule): revert ledger change: ledger
3037 lines don't take up space anymore. Document why in note-head.cc
3040 2002-02-17 Han-Wen <hanwen@cs.uu.nl>
3042 * lily/font-interface.cc (get_font): reinstate
3043 #'font-magnification. See input/regression/font-magnification.ly
3044 (get_font): Change the definition of #'font-name grob property.
3046 * lily/grob.cc (get_uncached_molecule): output origin for grobs
3047 that have a #'cause field.
3049 2002-02-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3051 * Documentation/topdocs/INSTALL.texi: remove type3 stuff.
3053 * mf/GNUmakefile: remove metapost stuff
3055 * stepmake/aclocal.m4: remove metapost detection stuff.
3057 2002-02-11 Jan Nieuwenhuizen <janneke@gnu.org>
3059 * mf/GNUmakefile (FET_FILES):
3060 (FONT_FILES): Include parmesan.
3062 * stepmake/bin/packagepython.py (make_assign_re): Bugfix. Use re
3065 * buildscripts/clean-fonts.sh (FILES): Clean parmesan too.
3067 * Documentation/user/refman.itely (Paper size): Quote braces.
3069 2002-02-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3071 * stepmake/aclocal.m4: fixed bison version check to be more
3074 * lily/stem.cc (position_noteheads): fix for cluster chords.
3076 * mf/*.mf: many blotting/pixel rounding fixes by Rune Zedeler
3078 * python 2.2 support.
3080 2002-02-04 Han-Wen <hanwen@cs.uu.nl>
3082 * VERSION: 1.5.30 released
3084 * lily/dynamic-engraver.cc: add doco about DynamicLineSpanner
3086 * Documentation/user/refman.itely (Dynamics): add a note about
3089 * scm/grob-description.scm: add a 'translator-type? object
3090 property, so that \property Foo.Bar =\turnOff doesn't cause
3093 * lily/translator-group.cc (add_fresh_group_translator): make
3094 new add-translator functions to make distinction between fresh and
3095 used group-translators. Fixes problem with scripts on auto-changing voice
3097 * lily/timing-engraver.cc: make Timing_engraver instantiatable,
3098 add to Score_performer. Fixes bar checks in MIDI
3100 * lily/tie-engraver.cc (create_grobs): Use pitches to compare note
3101 heads. Fixes many quirks with ties.
3103 * lily/engraver.cc (announce_grob): Use SCM argument. Store cause
3104 in the grob property #'cause, instead of using Grob_info.
3106 * ly/engraver-init.ly (StaffContext): move Dot_column_engraver to
3107 staff context, fixing dot alignment on collisions.
3109 * lily/beam-engraver.cc (try_music): remove can't find beam start
3110 warning, so that skipTypesetting won't complain.
3112 2002-02-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
3114 * Documentation/user/refman.itely (Paper size): Documentation fix,
3117 * lily/text-engraver.cc: Bugfix: textNonEmpty works again
3119 * scm/grob-description.scm: \breathe: Use feta font comma by default
3121 2002-01-23 Mats Bengtsson <mats.bengtsson@s3.kth.se>
3123 * input/template/piano-dynamics.ly (pedal): Simplified
3125 2002-01-18 Mats Bengtsson <mats.bengtsson@s3.kth.se>
3127 * ly/engraver-init.ly: avoid warnings on \skip in lyrics
3129 2002-01-10 Mats Bengtsson <matsb@s3.kth.se>
3131 * lilypond-mode.el (LilyPond-command-query): ignore case.
3133 2002-02-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3135 * VERSION: 1.5.29 released
3137 * all files: change 2001 to 2002 in headers globally
3139 * mf/parmesan20.mf: split out ancient notation into parmesan ("old
3140 cheese") font. WARNING: fonts changed.
3142 2002-02-01 Juergen Reuter <reuter@ipd.uka.de>
3144 * mf/*.mf: Fixed some blot_diameter related flaws in some feta symbols
3146 * mf/*.mf: Added some more vaticana/solesmes style font symbols
3148 * mf/*.mf: Bugfix: renamed subbipunctum -> inclinatum
3150 * mf/*.mf: Fixed a few typos in various .mf files
3152 2002-01-17 Rune Zedeler <rune@zedeler.dk>
3154 * mf/: added macro soft_penstroke
3156 softened some glyphs
3157 redrawn triangular noteheads
3159 added classical quarter rest
3161 * lily/stem.cc: Bugfix: Stem-attachment when staff_space!=1
3163 * lily/bar.cc: Bugfix: repeat dots when even number of staff
3164 lines and staff_space>=2
3166 * lily/rest.cc: Use default rests when current style glyphs not
3168 \property Staff.Rest \override #'style = #'classical
3170 2002-01-30 Jan Nieuwenhuizen <janneke@gnu.org>
3172 * input/bugs/first-tie.ly: New file.
3174 * input/bugs/spacing-clash.ly: New file.
3176 2002-01-29 Jan Nieuwenhuizen <janneke@gnu.org>
3180 2002-1-24 Chris Jackson <chris@fluffhouse.org.uk>
3182 * lilypond-indent.el: New file providing indentation for
3183 parenthesised blocks of lilypond code in Emacs
3185 * lilypond-font-lock.el: Changes to the syntax table to facilitate
3186 indentation and handle block comments properly. Distinguish
3187 accents from close-brackets in fontification.
3189 * lilypond-mode.el: LilyPond-indent-command set appropriately.
3191 2002-01-22 Jan Nieuwenhuizen <janneke@gnu.org>
3193 * Documentation/windows/installing.texi:
3194 * Documentation/windows/compiling.texi: Include from 1.4.10.
3196 * Documentation/windows/gs-profile.sh: previously lily-gs.sh
3198 * input/bugs/first-midi-tie.ly: New file.
3200 2001-12-29 Han-Wen <hanwen@cs.uu.nl>
3202 * VERSION: 1.5.28 released
3204 * lily/parser.yy (My_lily_parser): Slightly kludgy warning for
3205 illicit beams on [c4 c4] etc.
3207 * lily/bar-check-iterator.cc (Bar_check_iterator): new
3208 file. Make separate iterator for Bar_checks. Bar_check now happen
3209 outside engravers, meaning that you can use them with
3210 skipTypesetting. Associated changes in other files.
3212 * lily/new-spacing-spanner.cc (stem_dir_correction): removed
3215 * lily/spacing-spanner.cc (stem_dir_correction): removed function
3217 * lily/include/grob.hh (unsmob_item, unsmob_spanner): Add functions
3219 * lily/bar.cc (before_line_breaking): remove bar-line spacing code.
3221 * lily/stem.cc (set_spacing_hints): removed function
3223 * lily/note-spacing.cc (stem_dir_correction): new stem-direction
3224 correction for spacing; now take vertical extents of the stem into
3227 * lily/third-try.cc: More hacking to get spacing working.
3229 * lily/note-spacing-engraver.cc: new file, Note_spacing_engraver
3230 sits at staff level and creates note spacing objects. Scrap it
3231 again, and document why.
3233 * lily/include/group-interface.hh: rename functions.
3235 2001-12-27 Jan Nieuwenhuizen <janneke@gnu.org>
3237 * stepmake/stepmake/c++-rules.make:
3238 * stepmake/stepmake/c-rules.make: Fixes for bison-1.28.
3240 2001-12-25 Jan Nieuwenhuizen <janneke@gnu.org>
3242 * make/lilypond-vars.make:
3243 * scripts/ly2dvi.py (setup_environment):
3244 * scripts/lilypond-book.py (setup_environment): Also set tex
3247 2001-12-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3249 * VERSION: 1.5.27 released.
3251 * Documentation/user/refman.itely (Bar numbers): added bar number
3254 * scm/font.scm (make-style-sheet): Fixes to make staff-sizes work
3257 2001-12-22 Mats Bengtsson <matsb@s3.kth.se>
3259 * tex/lilyponddefs.tex: Make sure interscorelinefill=1 doesn't
3260 spread the last few lines all over the last page of a score.
3262 2001-12-24 Han-Wen <hanwen@cs.uu.nl>
3264 * lily/third-try.cc: 3rd try at revising spacing
3265 engine. Not yet finished.
3267 * lily/paper-column.cc (brew_molecule): print debugging marks on a
3270 * lily/tie-engraver.cc (class Tie_engraver): Use busyGrobs for
3271 collecting past note heads.
3273 * lily/note-heads-engraver.cc (try_music): Remove end_mom_
3276 * lily/grob-pq-engraver.cc (class Grob_pq_engraver): New file, new
3277 class. Keep a queue of grobs that are still playing in busyGrobs.
3279 * lily/lyric-combine-music-iterator.cc (get_busy_status): New
3280 function. Use busyGrobs to detect playing notes.
3282 2001-12-16 Jan Nieuwenhuizen <janneke@gnu.org>
3284 * Documentation/topdocs/INSTALL.texi: Added note about broken
3285 python-2.1. Updated note for Debian's broken (well, broken for
3286 our use anyway) tex configuration.
3288 * scripts/lilypond-book.py (re_dict): python2.2 fix.
3290 * stepmake/stepmake/c++-rules.make ($(outdir)/%.hh):
3291 ($(outdir)/%.cc): Adapted to bison-1.30; added bison < 1.30 fix.
3293 * scripts/lilypond-book.py (bounding_box_dimensions): Bugfix.
3294 (But left margin of png's still misses a few pixels. Arg.)
3296 2001-12-16 Heikki Junes <hjunes@cc.hut.fi>
3298 * lilypond-mode.el (LilyPond-command-next-midi): Make
3299 possible to kill midi-process (using "C-c C-m").
3301 2001-12-14 Han-Wen <hanwen@cs.uu.nl>
3303 * scripts/lilypond-book.py (LatexPaper.set_geo_option):
3304 Convert strings with dimensions to numbers.
3306 * lily/volta-engraver.cc: only make a bracket for the top staff,
3307 as found in stavesFound.
3309 * lily/bar-number-engraver.cc: remove staff administration.
3311 * lily/mark-engraver.cc (acknowledge_grob): remove staff
3312 administration. This breaks support for invisible-staff.
3314 * lily/staff-collecting-engraver.cc: new engraver. Collects staff
3315 symbols into stavesFound.
3317 * lily/score-engraver.cc (acknowledge_grob): Acknowledge spacing
3318 grobs, and put them into columns.
3320 * lily/engraver-group-engraver.cc (acknowledge_grobs): Include the
3321 Engraver_group_engraver as a potential candidate for ack'ing grobs.
3323 2001-12-13 Heikki Junes <hjunes@cc.hut.fi>
3325 * lilypond-mode.el (LilyPond-command-next-midi): Play next (or last)
3326 midi section in the Emacs-mode, so it is possible to play certain
3327 score in a multiscore lilypond-file.
3329 2001-12-09 Rune Zedeler <rune@zedeler.dk>
3330 * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
3331 (FIXME: not accessible from guile)
3333 * lily/accidental-engraver.cc: rewrote accidental-routines to get
3334 better support for Kurt Stone's suggestions.
3335 Removed properties: noResetKey, forgetAccidentals, autoReminders,
3337 Changed property: localKeySignature.
3338 Added properties: extraNatural, autoAccidentals,
3341 (BUGFIX: broken-tie-support destroyed in 1.5.16)
3343 * ly/property-init.ly: added commands
3344 \defaultAccidentals \modernAccidentals \modernCautionaries
3345 \noResetKey \forgetAccidentals
3347 * ly/engraver-init.ly: Correct initialization of new accidentals.
3349 * scm/translator-property-description.scm: The new properties
3352 * input/: Some examples added, some changed.
3354 * Documentation/regression-test.tely: Added quick test of new
3357 2001-12-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3359 * scripts/lilypond-book.py (scan_latex_preamble): don't crash if
3362 2001-12-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3364 * lily/beam.cc (before_line_breaking): Make beams without stems
3365 or with only one stem disappear.
3367 2001-12-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3369 * bibtools/bib2html.py: Add simple bib2html convertor, and .bst
3370 files to have standardised HTML bibliography output. Update build
3371 docs to reflect this.
3373 * lily/include/simple-spacer.hh (struct Simple_spacer): add
3374 active_count_, so that we don't have to look for active springs
3377 * scm/interface-description.scm,scm/grob-property-description.scm:
3380 * lily/simple-spacer.cc (solve): Handle forced line breaks
3381 here. Fixes problems when combining linebreaks with non-fitting
3384 2001-12-05 Jan Nieuwenhuizen <janneke@gnu.org>
3386 * 1.4.9.jcn3 forward ports.
3388 * Really included .cvsignore.
3390 * Included Han-Wen's uu1 windows fixes.
3392 * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
3394 * Added Cygwin setup.hint
3396 * Removed tex, python wrappers and postinstalls to go with Cywgin's
3397 tetex/texmf, python installations.
3399 * Updated cygwin installer.
3401 * ly2dvi: Don't accept filenames with spaces (+ fix).
3403 2001-12-03 Han-Wen <hanwen@cs.uu.nl>
3405 * ly/engraver-init.ly (VoiceContext): fix text engraver ordering.
3407 * lily/translator-def.cc: Remove manual symbol caching.
3409 * lily/script-column.cc (before_line_breaking): robustness check:
3410 don't crash if no direction set.
3412 * scripts/pmx2ly.py: Key and clef change support (Laura Conrad)
3414 * scripts/pmx2ly.py (Parser.parse_header): more generic header
3418 2001-12-01 Han-Wen <hanwen@cs.uu.nl>
3420 * lily/note-head.cc (head_extent): added to compute width without
3421 ledger lines. By default, ledger lines take up width now.
3423 * input/regression/fingering.ly: demonstrate auto fingering.
3424 Horizontal placement is still buggy.
3426 * lily/fingering-engraver.cc (class Fingering_engraver):
3427 added. Provides support for horizontal fingering scripts
3429 * lily/include/grob.hh: Naming: change parent_l() into get_parent()
3431 * lily/side-position-interface.cc (add_staff_support): add staff
3432 only for Y-axis side positions.
3434 * lily/parser.yy (request_chord): Fix mem leak.
3436 * lily/musical-request.cc (transpose): moved to Music::transpose()
3438 * lily/include/grob-info.hh: Change music pointer to SCM, so we
3439 can store grobs as grob-creation cause as well.
3441 * lily/group-interface.cc (add_thing): efficiency tweak: reuse
3442 handle when adding. Use precomputed symbols throughout lily.
3444 * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
3445 track of spacing issues.
3447 * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
3448 to keep track of staff spacing
3450 2001-11-30 Jan Nieuwenhuizen <janneke@gnu.org>
3452 * Rewrote new conditional guile >= 1.5 compilation switches, to keep
3453 code clean from conditionals and have a concentrated sets of
3454 compatibility fixes for old guile versions.
3456 * Fixes for guile 1.4, including embedded ps.
3458 2001-11-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3460 * lily/stanza-number-engraver.cc (process_music): allow pairs as
3461 well for markup texts.
3463 * lily/musical-request.cc (length_mom): kludge for null pointer.
3465 * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
3467 * scm/lily.scm (sign): bugfix
3469 * CHANGES: Change log instated.
3471 * stepmake/add-html-footer.py: @BRANCH@ tag insertion.