1 --- ../lilypond-1.5.42.hwn1/ChangeLog Mon Mar 18 16:59:27 2002
2 ++ b/ChangeLog Mon Mar 18 23:23:50 2002
4 2002-03-18 Jan Nieuwenhuizen <janneke@gnu.org>
6 * scm/grob-property-description.scm:
7 * scm/interface-description.scm: Remove old stuff.
9 * scm/grob-description.scm (StemTremolo): Change beam-thickness to
10 0.48 (previously 0.42).
11 (Beam): Remove old stuff.
14 * lily/stem-tremolo.cc:
16 * scm/beam.scm: Remove old stuff. Use Beam::get_interbeam ()
17 (previously space-function).
19 2002-03-18 Han-Wen <hanwen@cs.uu.nl>
21 * lily/afm.cc (afm_bbox_to_box): make code dimension independent2002-03-18 Jan Nieuwenhuizen <janneke@gnu.org>
23 * stepmake/bin/add-html-footer.py: Website title fix.
25 2002-03-15 Mats Bengtsson <mats.bengtsson@s3.kth.se>
27 * buildscripts/lilypond-profile.sh:
29 * mf/GNUmakefile (INSTALLATION_OUT_DIR*),
30 buildscripts/lilypond-login.sh, buildscripts/lilypond-profile.sh:
31 Implement new font installation strategy
33 * Documentation/misc/fontinstallation (TEXMF): Documentation of
34 the new font installation strategy.
36 * lilypond-mode.el (LilyPond-mode-map): Add shortcut "CTRL-c ;"
39 * input/test/staff-size.ly: Simplified using StaffContainer
41 * mf/GNUmakefile (ALL_GEN_FILES): Actually generate the
44 2002-03-17 Han-Wen <hanwen@cs.uu.nl>
46 * mf/feta-schrift.mf: endless twiddling of Tr.
48 * mf/feta-eindelijk.mf: 8th rest: make darker, top of brush lower, and
49 endless twiddling with the bulb shape.
51 * lily/note-head.cc (internal_brew_molecule): make ledger lines a
52 little smaller if there is an accidental.
54 2002-03-17 Jan Nieuwenhuizen <janneke@gnu.org>
56 * scm/ps.scm (bezier-sandwich): Draw circles at slur ends.
58 * lily/beam.cc (score_stem_lengths): new quanting stuff
59 (score_forbidden_quants): Second and third beam quant stuff.
61 2002-03-16 Jan Nieuwenhuizen <janneke@gnu.org>
63 * lily/beam.cc (least_squares): Remember least-squares-dy for
65 (quantise_interval): Don't quant to dy steeper that
66 least-squares-dy. Return empty interval if no sane quants found.
67 (quantise_position): Try quantise_interval until we have
70 2002-03-15 Jan Nieuwenhuizen <janneke@gnu.org>
72 * scm/interface-description.scm (beam-interface): Update.
74 2002-03-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
76 * VERSION: 1.5.41 released
78 * mf/feta-schrift.mf: make Tr. smaller, smoother and closer. Use
79 optima serifs on top of t, bottom of r.
81 * mf/feta-bolletjes.mf: make ledger line rounder.
83 * mf/feta-toevallig.mf: some smallish fixes for flat sign.
85 * mf/feta-eindelijk.mf: make 8th rest a little darker, some more
88 2002-03-15 Chris Jackson <chris@fluffhouse.org.uk>
90 * lily/piano-pedal-engraver.cc: Rewritten to support bracketed as
91 well as text pedal indications and a combination of both. All
92 pedal indications are horizontally aligned on a line spanner.
94 * lily/text-spanner.cc: Edge-width property added to use in
95 bracketed piano pedals. Function setup_sustain_pedal added to set
96 the dimensions of the brackets.
98 * scm/grob-description.scm: New *PedalLineSpanner grobs added, and
99 some of the *Pedal properties tweaked.
101 * scm/grob-property-description.scm: New pedal-type (*Pedal) and
102 edge-width (TextSpanner) properties.
104 * ly/engraver-init.ly: Default strings added for SostenutoPedal.
106 * lilypond-font-lock.el: sostenuto, unaCorda and treCorde added to
107 fontified identifiers list.
109 * input/test/pedal.ly: New pedal features added.
111 * Documentation/user/refman.itely: New pedal features documented.
114 2002-03-15 Jan Nieuwenhuizen <janneke@gnu.org>
116 * lily/include/new-beam.hh: Previously new-beam.hh
117 * lily/beam.cc: Previously new-beam.cc
118 (least_squares): Bugfix: don't barf on beams with less than two
119 visible stems (tremolos).
122 * scm/grob-description.scm (Beam): Junk old beam stuff.
125 2002-03-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
129 * mf/feta-eindelijk.mf: new 8th rest.
131 * mf/feta-toevallig.mf: small fixes for the sharp symbol. Don't
132 stick out of staffline
134 * scripts/lilypond-book.py: fixes for texi regular expressions.
136 2002-03-14 Jan Nieuwenhuizen <janneke@gnu.org>
138 * lily/include/new-beam.hh:
139 * lily/new-beam.cc: New file.
141 * flower/include/interval.hh:
142 * flower/include/interval.tcc (delta): New method.
143 (swap): Now public (previously private).
145 * scm/beam.scm (default-beam-y-quants): Bugfix: lower beam-sit by
146 1 staff-line-thickness. Sadly, this makes dy quanting problems
147 (dy quants allowed should depend on actual left y) more visible.
149 2002-03-13 Jan Nieuwenhuizen <janneke@gnu.org>
151 * lily/beam.cc (quantise_dy): Bugfix: sign (0) = 0. Hmm.
153 * scm/grob-property-description.scm (concaveness-threshold): Add
154 typecheck and description.
156 * scm/grob-description.scm (Beam): Remove obsolete properties, add
157 concaveness-threshold (previously concaveness).
159 * lily/beam.cc (check_concave): Remove choices and debugging
160 stuff: use best concaveness calculation.
161 (quantise_dy): Remove choice. Try to never make a slope steeper
162 by quantising, but certainly never quantise a slope away.
163 (check_stem_length_f): Remove choice. In case of lengthening
164 alowed, always lengthen to ideal length.
166 * Documentation/index.texi: Fix FAQ url.
168 * Documentation/topdocs/INSTALL.texi: Add information about fink,
169 compile fix and 1.4 specific fix that doesn't hurt 1.5.
171 2002-03-13 Han-Wen <hanwen@cs.uu.nl>
173 * VERSION: 1.5.39 released
175 * lily/simple-spacer.cc (add_rod): rods take precedence over
176 infinitely stiff springs. This fixes bugs with arpeggios and bar-lines.
178 * lily/arpeggio-engraver.cc (acknowledge_grob): clean up.
180 * lily/note-spacing.cc (get_spacing): only insert space for
181 accidentals if necessary.
183 * input/regression/spacing-accidental-staffs.ly (texidoc): update example
185 * lily/spacing-spanner.cc (musical_column_spacing): new
186 function. Have correct spacing from note to end-of-line as well.
188 2002-03-12 Jan Nieuwenhuizen <janneke@gnu.org>
190 * Documentation/topdocs/INSTALL.texi: Add section for MacOS X.
192 * darwin.patch: New file.
194 * lily/beam.cc (set_stem_shorten): Revive deceased stem shorten
195 code. Shorten stems by fraction of stems to be shortened.
197 * lily/stem.cc (get_default_stem_end_position): Shorten only half
198 of shorten value for boundary cases.
200 * scm/grob-description.scm (Stem): Set stem-shorten to (1.0 0.5).
201 (Beam): Set beamed-stem-shorten to (1.0 0.5).
203 2002-03-11 Jan Nieuwenhuizen <janneke@gnu.org>
205 * lily/beam.cc (check_stem_length_f): Try to lenthen more.
207 * scm/grob-description.scm (Beam): Add concaveness. Replace
208 Beam::cancel_suspect_slope with Beam::check_concave.
210 * lily/beam.cc (check_concave): Calculate concaveness of beam, and
211 set slope to horizontal if concaveness > Beam.concaveness. This
212 handles cases that kludgy cancel_suspect_slope was meant to catch
214 (cancel_suspect_slope): Remove.
216 2002-03-12 Rune Zedeler <rune@zedeler.dk>
218 * lily/beam.cc lily/stem.cc lily/beam-engraver.cc allow for
219 stemLeftBeamCount and stemRightBeamCount to equal 0.
222 2002-03-12 Han-Wen <hanwen@cs.uu.nl>
224 * lily/spacing-spanner.cc (breakable_column_spacing): Only do
225 fixed spacing for pref matter, if the next column is musical, and
228 * lily/note-spacing.cc (stem_dir_correction): Use correct
229 discretionary for stem-bar spacing.
231 2002-03-11 Han-Wen <hanwen@cs.uu.nl>
233 * VERSION: 1.5.38 released
235 * lily/grob.cc (warning): Use cause tracking to give more
236 meaningful errors from the backend.
238 * lily/property-iterator.cc (check_grob): Warn if setting grob
239 property in unknown grob.
241 * mf/feta-toevallig.mf: brushed stems for natural sign.
243 * lily/molecule.cc (align_to): don't translate empty molecule.
244 (this triggers a very subtle bug in time-signature.)
246 2002-03-10 Han-Wen <hanwen@cs.uu.nl>
248 * lily/spring.cc: remove file.
250 * input/regression/spacing-stem-bar.ly: new file
252 * lily/score.cc (run_translator): resurrect point-and-click
254 * input/baerenreiter-sarabande.ly: Copy Barenreiter beaming for
257 * lily/spacing-spanner.cc (find_shortest): Shortest note for
258 spacing is now globally determined, using the most common shortest
259 note. Notes that are shorter are spaced geometrically, and with
260 expand hints. This makes spacing more even, and measures that have
261 very short notes won't be that stretched out.
263 * mf/feta-klef.mf: F-clef fixes, documentation on the
264 shape. (WARNING: font changed.)
266 2002-03-09 Han-Wen <hanwen@cs.uu.nl>
268 * lily/simple-spacer.cc (add_columns): support for infinitely
271 * lily/staff-spacing.cc (get_spacing_params): space after
272 prefatory matter is fixed.
274 2002-03-08 Han-Wen <hanwen@cs.uu.nl>
276 * lily/note-spacing.cc (stem_dir_correction): Correct spacing for
277 barline following an upstem.
279 * lily/staff-spacing.cc (extremal_break_aligned_grob): destill
280 function from next_notes_correction().
281 (bar_y_positions): idem.
283 2002-03-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
285 * input/regression/break.ly (texidoc): bugfix: escape \ in
288 * lily/staff-spacing.cc (next_notes_correction): Correct the
289 spacing of a note following a barline.
292 2002-03-04 Glen Prideaux
294 * mf/feta-solfa.mf: Shaped note heads
296 2002-03-03 Han-Wen <hanwen@cs.uu.nl>
298 * VERSION: 1.5.37 released
300 * lily/key-signature-interface.cc (brew_molecule): rename from key_item
303 * lily/break-align-interface.cc (do_alignment): completely
304 rewritten. Now it does not use Align_interface anymore, but a
305 separate routine. Like StaffSpacing, it reads space-alist from the
306 breakable grobs. This allows you to set spacing using
308 \property Staff.Clef \override #'space-alist = '(....stuff....)
310 * lily/bar-line.cc, lily/include/bar-line.hh: change name from Bar
311 to Bar_line. Move files around as well.
313 * lily/time-signature.cc (time_signature): left align time signatures.
315 * mf/feta-timesig.mf: Remove padding from C-style time signatures.
316 Corrections of the glyph shape C. Comments added.
318 2002-03-02 Han-Wen <hanwen@cs.uu.nl>
320 * lily/spacing-spanner.cc: move from third-try.cc; rename
321 Third_spacing_spanner to Spacing_spanner.
323 * lily/staff-spacing.cc (get_spacing_params): redo prefatory
324 spacing stuff. Much cleaner now, and we prepare for neat spacing
325 tricks around bar lines and such.
327 * lily/third-try.cc (prune_loose_colunms): bugfix. Don't init
328 variables with themselves. (Ouch.)
330 * lily/span-bar.cc (brew_molecule): don't try to span bars that
333 2002-03-02 Han-Wen <hanwen@cs.uu.nl>
337 * lily/lily-guile.cc: isdir_b and isaxis_b changed to ly_axis_p,
340 * lily/music.cc (ly_get_mus_property): typechecking
341 (ly_set_mus_property): idem
342 (ly_make_music): idem
343 (ly_music_name): idem
345 * lily/chord.cc: use scm_reverse_x iso. gh_reverse()
347 * lily/note-spacing.cc (stem_dir_correction): correction for
348 same stem notes as well.
350 * lily/pitch.cc (pitch_transpose): stricter typechecking
352 * mf/parmesan*mf: magnification fixes.
354 * Documentation/topdocs/INSTALL.texi: update RedHat reqs
356 2002-03-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
358 * buildscripts/mf-to-table.py (postfixes): Output also .ly file
359 documenting the font. (Doesn't work for parmesan at the moment)
361 * Documentation/user/appendices.itely (The Feta font): Add list of
362 Feta font symbols with names.
364 * mf/GNUmakefile ($(outdir)/lilypond.map): Generate lilypond.map
367 2002-03-01 Han-Wen <hanwen@cs.uu.nl>
369 * lily/translator-group.cc (ly_set_trans_property): typechecking
370 (ly_get_trans_property): typechecking.
372 * lily/font-metric.cc (ly_text_dimension): typechecking
373 (ly_find_glyph_by_name): idem.
375 * scm/bass-figure.scm (brew-complete-figure): support for
378 * lily/grob.cc (ly_get_paper_var): new function
380 2002-02-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
382 * VERSION (PATCH_LEVEL): 1.5.35 released.
384 * lily/lookup.cc (ly_bracket): Scheme function ly-bracket
385 (bracket): New function.
387 * lily/stem-engraver.cc (stop_translation_timestep): bugfix, unset
388 stemLeftBeamCount, stemRightBeamCount in stead of using #<undefined>
390 * lily/third-try.cc (set_implicit_neighbor_columns): type checking
393 * lily/span-arpeggio-engraver.cc (stop_translation_timestep):
396 * lily/grob.cc (ly_get_grob_property): be anal about types.
397 (ly_set_grob_property): idem
399 * lily/figured-bass-engraver.cc (process_music): move molecule
400 building completely to Scheme
402 * lily/include/musical-request.hh (class Bass_figure_req): Add
405 * lily/parser.yy (bass_figure): add support for space figure.
407 * lily/molecule.cc (ly_molecule_combined_at_edge): be anal about types
409 * lily/font-metric.cc (ly_text_dimension): Scheme function ly-text-dimension
411 * lily/molecule.cc (ly_fontify_atom): new function ly-fontify-atom
412 (ly_align_to_x): new function ly-align-to!
414 * lily/font-interface.cc (ly_font_interface_get_font): new Scheme
417 * mf/feta-nummer.mf: include normal-space dimension.
419 * lily/collision.cc (check_meshing_chords): don't merge collisions
422 * lily/system-start-delimiter.cc (after_line_breaking): Bugfix:
425 2002-02-28 Mats Bengtsson <matsb@matsb@s3.kth.se>
427 * scm/tex.scm, scm/ps.scm (or): Bugfix, ps output with Guile 3.4
429 2002-02-28 Juergen Reuter <reuter@ipd.uka.de>
431 * mf/parmesan-heads.mf: bugfix: mensural note heads (WARNING:
434 * scm/output-lib.scm: bugfix: resort to neo_mensural chars rather
437 * mf/parmesan-scripts.mf, mf/parmesan-generic.mf,
438 scm/grob-description.scm: added mensural fermata symbol
440 2002-02-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
442 * VERSION: 1.5.34 released.
444 * lily/rest-engraver.cc (create_grobs): rests can have pitches.
446 * lily/staff-symbol-referencer.cc (callback): assume that
447 staff-position is unset in general.
449 * input/regression/rest-pitch.ly: new file.
451 * lily/parser.yy (simple_element): rests can have pitch. Syntax:
454 2002-02-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
456 * lily/scm-option.cc (set_lily_option): add internal-type-checks
457 as Scheme option. Run regression test by default with
458 internal-type-checking.
460 * lily/separating-group-spanner.cc (find_musical_sequences): removed.
462 * lily/lily-guile.cc (type_check_assignment): changed functions.
464 * scm/*description*.scm: be anal about typechecks. Some changes
465 for internal variable names.
467 2002-02-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
469 * scm/ps.scm: -f ps output for GUILE 1.4 and 1.3.4
471 2002-02-25 Han-Wen <hanwen@cs.uu.nl>
473 * VERSION: 1.5.33 released.
475 * mf/feta-macros.mf (flare_path): removed draw_flare, replace by
476 flare_path everywhere (c-clef, numbers).
478 * lily/bar-number-engraver.cc (process_music): also print bar
479 number if measure starts with grace note.
481 * input/regression/grace-bar-number.ly: new test.
483 2002-02-24 Han-Wen <hanwen@cs.uu.nl>
485 * lily/figured-bass-engraver.cc (stop_translation_timestep): reset
488 * scm/music-functions.scm (voicify-music): split chords into
489 different voices automatically.
491 * lily/music.cc (ly_music_list_p): new function
493 * lily/music-sequence.cc (do_relative_octave): robustification
495 * scm/music-functions.scm: many utility functions
497 * lily/music.cc (ly_set_mus_property): add type checks to the
498 Scheme property assignment.
500 * buildscripts/lilypond-profile,lilypond-login.sh (TEXCONFIG):
503 * mf/lilypond.map: .map file from Mats' page.
505 2002-02-21 Juergen Reuter <reuter@ipd.uka.de>
507 * Some more parmesan related fixes;
509 * Custos: varying shape (in particular, stem length), depending on the
510 vertical position of the custos (on staffline / between stafflines);
512 * Custos: added grob property "neutral-direction" (same semantics as
513 with stem); introduced new grob property "neutral-position";
515 * Time-signature: print a warning when resorting to default layout.
517 2002-02-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
519 * lily/translator-group.cc (add_fresh_simple_translator): remove
520 function; initialize() is called through
521 Translator_group::initialize().
523 * lily/third-try.cc (prune_loose_colunms): add constraints (rods)
524 for the neighbors of a loose column.
526 * lily/line-of-score.cc (set_loose_columns): be more intelligent:
527 position loose columns so that they don't collide.
529 2002-02-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
531 * VERSION: 1.5.32 released.
533 * scm/font.scm: remove font-name symbol.
535 * mf/GNUmakefile: use pktrace for making PFAs
537 * make/lilypond.redhat.spec.in: use pktrace when making RPMs
539 * lily/rest-collision.cc (do_shift): read direction field from
540 rest-column in case of note-rest collision. This should fix some
541 problems with rest collisions.
543 2002-02-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
545 * lily/note-heads-engraver.cc (process_music): Removed easyPlay
548 * lily/note-head.cc (brew_ez_molecule): Remove note-character
549 property. Read pitch directly from #'cause.
551 * mf/feta-puntje.mf: bugfix
553 2002-02-19 Juergen Reuter <reuter@ipd.uka.de>
555 * mf/*.mf: tried to fix ancient-font.ly. WARNING: Font changed.
557 2002-02-18 Jan Nieuwenhuizen <janneke@gnu.org>
559 * Documentation/windows/compiling.texi: Update.
561 * Documentation/index.texi: Add link to orphaned compiling for
564 * Documentation/footer.html.in: Comment fix.
566 * stepmake/bin/add-html-footer.py: Python2.[12] re workarounds.
568 2002-02-18 Han-Wen <hanwen@cs.uu.nl>
570 * VERSION: 1.5.31 released
572 * lily/new-spacing-spanner.cc: remove file.
574 * lily/third-try.cc (do_measure): only take spacings into account
575 if they pertain to the column pair under consideration. This fixes
576 spacing bug when mixing eighths triplets and normal eighths.
578 * lily/note-head.cc (brew_molecule): revert ledger change: ledger
579 lines don't take up space anymore. Document why in note-head.cc
582 2002-02-17 Han-Wen <hanwen@cs.uu.nl>
584 * lily/font-interface.cc (get_font): reinstate
585 #'font-magnification. See input/regression/font-magnification.ly
586 (get_font): Change the definition of #'font-name grob property.
588 * lily/grob.cc (get_uncached_molecule): output origin for grobs
589 that have a #'cause field.
591 2002-02-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
593 * Documentation/topdocs/INSTALL.texi: remove type3 stuff.
595 * mf/GNUmakefile: remove metapost stuff
597 * stepmake/aclocal.m4: remove metapost detection stuff.
599 2002-02-11 Jan Nieuwenhuizen <janneke@gnu.org>
601 * mf/GNUmakefile (FET_FILES):
602 (FONT_FILES): Include parmesan.
604 * stepmake/bin/packagepython.py (make_assign_re): Bugfix. Use re
607 * buildscripts/clean-fonts.sh (FILES): Clean parmesan too.
609 * Documentation/user/refman.itely (Paper size): Quote braces.
611 2002-02-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
613 * stepmake/aclocal.m4: fixed bison version check to be more
616 * lily/stem.cc (position_noteheads): fix for cluster chords.
618 * mf/*.mf: many blotting/pixel rounding fixes by Rune Zedeler
620 * python 2.2 support.
622 2002-02-04 Han-Wen <hanwen@cs.uu.nl>
624 * VERSION: 1.5.30 released
626 * lily/dynamic-engraver.cc: add doco about DynamicLineSpanner
628 * Documentation/user/refman.itely (Dynamics): add a note about
631 * scm/grob-description.scm: add a 'translator-type? object
632 property, so that \property Foo.Bar =\turnOff doesn't cause
635 * lily/translator-group.cc (add_fresh_group_translator): make
636 new add-translator functions to make distinction between fresh and
637 used group-translators. Fixes problem with scripts on auto-changing voice
639 * lily/timing-engraver.cc: make Timing_engraver instantiatable,
640 add to Score_performer. Fixes bar checks in MIDI
642 * lily/tie-engraver.cc (create_grobs): Use pitches to compare note
643 heads. Fixes many quirks with ties.
645 * lily/engraver.cc (announce_grob): Use SCM argument. Store cause
646 in the grob property #'cause, instead of using Grob_info.
648 * ly/engraver-init.ly (StaffContext): move Dot_column_engraver to
649 staff context, fixing dot alignment on collisions.
651 * lily/beam-engraver.cc (try_music): remove can't find beam start
652 warning, so that skipTypesetting won't complain.
654 2002-02-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
656 * Documentation/user/refman.itely (Paper size): Documentation fix,
659 * lily/text-engraver.cc: Bugfix: textNonEmpty works again
661 * scm/grob-description.scm: \breathe: Use feta font comma by default
663 2002-01-23 Mats Bengtsson <mats.bengtsson@s3.kth.se>
665 * input/template/piano-dynamics.ly (pedal): Simplified
667 2002-01-18 Mats Bengtsson <mats.bengtsson@s3.kth.se>
669 * ly/engraver-init.ly: avoid warnings on \skip in lyrics
671 2002-01-10 Mats Bengtsson <matsb@s3.kth.se>
673 * lilypond-mode.el (LilyPond-command-query): ignore case.
675 2002-02-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
677 * VERSION: 1.5.29 released
679 * all files: change 2001 to 2002 in headers globally
681 * mf/parmesan20.mf: split out ancient notation into parmesan ("old
682 cheese") font. WARNING: fonts changed.
684 2002-02-01 Juergen Reuter <reuter@ipd.uka.de>
686 * mf/*.mf: Fixed some blot_diameter related flaws in some feta symbols
688 * mf/*.mf: Added some more vaticana/solesmes style font symbols
690 * mf/*.mf: Bugfix: renamed subbipunctum -> inclinatum
692 * mf/*.mf: Fixed a few typos in various .mf files
694 2002-01-17 Rune Zedeler <rune@zedeler.dk>
696 * mf/: added macro soft_penstroke
699 redrawn triangular noteheads
701 added classical quarter rest
703 * lily/stem.cc: Bugfix: Stem-attachment when staff_space!=1
705 * lily/bar.cc: Bugfix: repeat dots when even number of staff
706 lines and staff_space>=2
708 * lily/rest.cc: Use default rests when current style glyphs not
710 \property Staff.Rest \override #'style = #'classical
712 2002-01-30 Jan Nieuwenhuizen <janneke@gnu.org>
714 * input/bugs/first-tie.ly: New file.
716 * input/bugs/spacing-clash.ly: New file.
718 2002-01-29 Jan Nieuwenhuizen <janneke@gnu.org>
722 2002-1-24 Chris Jackson <chris@fluffhouse.org.uk>
724 * lilypond-indent.el: New file providing indentation for
725 parenthesised blocks of lilypond code in Emacs
727 * lilypond-font-lock.el: Changes to the syntax table to facilitate
728 indentation and handle block comments properly. Distinguish
729 accents from close-brackets in fontification.
731 * lilypond-mode.el: LilyPond-indent-command set appropriately.
733 2002-01-22 Jan Nieuwenhuizen <janneke@gnu.org>
735 * Documentation/windows/installing.texi:
736 * Documentation/windows/compiling.texi: Include from 1.4.10.
738 * Documentation/windows/gs-profile.sh: previously lily-gs.sh
740 * input/bugs/first-midi-tie.ly: New file.
742 2001-12-29 Han-Wen <hanwen@cs.uu.nl>
744 * VERSION: 1.5.28 released
746 * lily/parser.yy (My_lily_parser): Slightly kludgy warning for
747 illicit beams on [c4 c4] etc.
749 * lily/bar-check-iterator.cc (Bar_check_iterator): new
750 file. Make separate iterator for Bar_checks. Bar_check now happen
751 outside engravers, meaning that you can use them with
752 skipTypesetting. Associated changes in other files.
754 * lily/new-spacing-spanner.cc (stem_dir_correction): removed
757 * lily/spacing-spanner.cc (stem_dir_correction): removed function
759 * lily/include/grob.hh (unsmob_item, unsmob_spanner): Add functions
761 * lily/bar.cc (before_line_breaking): remove bar-line spacing code.
763 * lily/stem.cc (set_spacing_hints): removed function
765 * lily/note-spacing.cc (stem_dir_correction): new stem-direction
766 correction for spacing; now take vertical extents of the stem into
769 * lily/third-try.cc: More hacking to get spacing working.
771 * lily/note-spacing-engraver.cc: new file, Note_spacing_engraver
772 sits at staff level and creates note spacing objects. Scrap it
773 again, and document why.
775 * lily/include/group-interface.hh: rename functions.
777 2001-12-27 Jan Nieuwenhuizen <janneke@gnu.org>
779 * stepmake/stepmake/c++-rules.make:
780 * stepmake/stepmake/c-rules.make: Fixes for bison-1.28.
782 2001-12-25 Jan Nieuwenhuizen <janneke@gnu.org>
784 * make/lilypond-vars.make:
785 * scripts/ly2dvi.py (setup_environment):
786 * scripts/lilypond-book.py (setup_environment): Also set tex
789 2001-12-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
791 * VERSION: 1.5.27 released.
793 * Documentation/user/refman.itely (Bar numbers): added bar number
796 * scm/font.scm (make-style-sheet): Fixes to make staff-sizes work
799 2001-12-22 Mats Bengtsson <matsb@matsb@s3.kth.se>
801 * tex/lilyponddefs.tex: Make sure interscorelinefill=1 doesn't
802 spread the last few lines all over the last page of a score.
804 2001-12-24 Han-Wen <hanwen@cs.uu.nl>
806 * lily/third-try.cc: 3rd try at revising spacing
807 engine. Not yet finished.
809 * lily/paper-column.cc (brew_molecule): print debugging marks on a
812 * lily/tie-engraver.cc (class Tie_engraver): Use busyGrobs for
813 collecting past note heads.
815 * lily/note-heads-engraver.cc (try_music): Remove end_mom_
818 * lily/grob-pq-engraver.cc (class Grob_pq_engraver): New file, new
819 class. Keep a queue of grobs that are still playing in busyGrobs.
821 * lily/lyric-combine-music-iterator.cc (get_busy_status): New
822 function. Use busyGrobs to detect playing notes.
824 2001-12-16 Jan Nieuwenhuizen <janneke@gnu.org>
826 * Documentation/topdocs/INSTALL.texi: Added note about broken
827 python-2.1. Updated note for Debian's broken (well, broken for
828 our use anyway) tex configuration.
830 * scripts/lilypond-book.py (re_dict): python2.2 fix.
832 * stepmake/stepmake/c++-rules.make ($(outdir)/%.hh):
833 ($(outdir)/%.cc): Adapted to bison-1.30; added bison < 1.30 fix.
835 * scripts/lilypond-book.py (bounding_box_dimensions): Bugfix.
836 (But left margin of png's still misses a few pixels. Arg.)
838 2001-12-16 Heikki Junes <hjunes@cc.hut.fi>
840 * lilypond-mode.el (LilyPond-command-next-midi): Make
841 possible to kill midi-process (using "C-c C-m").
843 2001-12-14 Han-Wen <hanwen@cs.uu.nl>
845 * scripts/lilypond-book.py (LatexPaper.set_geo_option):
846 Convert strings with dimensions to numbers.
848 * lily/volta-engraver.cc: only make a bracket for the top staff,
849 as found in stavesFound.
851 * lily/bar-number-engraver.cc: remove staff administration.
853 * lily/mark-engraver.cc (acknowledge_grob): remove staff
854 administration. This breaks support for invisible-staff.
856 * lily/staff-collecting-engraver.cc: new engraver. Collects staff
857 symbols into stavesFound.
859 * lily/score-engraver.cc (acknowledge_grob): Acknowledge spacing
860 grobs, and put them into columns.
862 * lily/engraver-group-engraver.cc (acknowledge_grobs): Include the
863 Engraver_group_engraver as a potential candidate for ack'ing grobs.
865 2001-12-13 Heikki Junes <hjunes@cc.hut.fi>
867 * lilypond-mode.el (LilyPond-command-next-midi): Play next (or last)
868 midi section in the Emacs-mode, so it is possible to play certain
869 score in a multiscore lilypond-file.
871 2001-12-09 Rune Zedeler <rune@zedeler.dk>
872 * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
873 (FIXME: not accessible from guile)
875 * lily/accidental-engraver.cc: rewrote accidental-routines to get
876 better support for Kurt Stone's suggestions.
877 Removed properties: noResetKey, forgetAccidentals, autoReminders,
879 Changed property: localKeySignature.
880 Added properties: extraNatural, autoAccidentals,
883 (BUGFIX: broken-tie-support destroyed in 1.5.16)
885 * ly/property-init.ly: added commands
886 \defaultAccidentals \modernAccidentals \modernCautionaries
887 \noResetKey \forgetAccidentals
889 * ly/engraver-init.ly: Correct initialization of new accidentals.
891 * scm/translator-property-description.scm: The new properties
894 * input/: Some examples added, some changed.
896 * Documentation/regression-test.tely: Added quick test of new
899 2001-12-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
901 * scripts/lilypond-book.py (scan_latex_preamble): don't crash if
904 2001-12-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
906 * lily/beam.cc (before_line_breaking): Make beams without stems
907 or with only one stem disappear.
909 2001-12-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
911 * bibtools/bib2html.py: Add simple bib2html convertor, and .bst
912 files to have standardised HTML bibliography output. Update build
913 docs to reflect this.
915 * lily/include/simple-spacer.hh (struct Simple_spacer): add
916 active_count_, so that we don't have to look for active springs
919 * scm/interface-description.scm,scm/grob-property-description.scm:
922 * lily/simple-spacer.cc (solve): Handle forced line breaks
923 here. Fixes problems when combining linebreaks with non-fitting
926 2001-12-05 Jan Nieuwenhuizen <janneke@gnu.org>
928 * 1.4.9.jcn3 forward ports.
930 * Really included .cvsignore.
932 * Included Han-Wen's uu1 windows fixes.
934 * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
936 * Added Cygwin setup.hint
938 * Removed tex, python wrappers and postinstalls to go with Cywgin's
939 tetex/texmf, python installations.
941 * Updated cygwin installer.
943 * ly2dvi: Don't accept filenames with spaces (+ fix).
945 2001-12-03 Han-Wen <hanwen@cs.uu.nl>
947 * ly/engraver-init.ly (VoiceContext): fix text engraver ordering.
949 * lily/translator-def.cc: Remove manual symbol caching.
951 * lily/script-column.cc (before_line_breaking): robustness check:
952 don't crash if no direction set.
954 * scripts/pmx2ly.py: Key and clef change support (Laura Conrad)
956 * scripts/pmx2ly.py (Parser.parse_header): more generic header
960 2001-12-01 Han-Wen <hanwen@cs.uu.nl>
962 * lily/note-head.cc (head_extent): added to compute width without
963 ledger lines. By default, ledger lines take up width now.
965 * input/regression/fingering.ly: demonstrate auto fingering.
966 Horizontal placement is still buggy.
968 * lily/fingering-engraver.cc (class Fingering_engraver):
969 added. Provides support for horizontal fingering scripts
971 * lily/include/grob.hh: Naming: change parent_l() into get_parent()
973 * lily/side-position-interface.cc (add_staff_support): add staff
974 only for Y-axis side positions.
976 * lily/parser.yy (request_chord): Fix mem leak.
978 * lily/musical-request.cc (transpose): moved to Music::transpose()
980 * lily/include/grob-info.hh: Change music pointer to SCM, so we
981 can store grobs as grob-creation cause as well.
983 * lily/group-interface.cc (add_thing): efficiency tweak: reuse
984 handle when adding. Use precomputed symbols throughout lily.
986 * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
987 track of spacing issues.
989 * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
990 to keep track of staff spacing
992 2001-11-30 Jan Nieuwenhuizen <janneke@gnu.org>
994 * Rewrote new conditional guile >= 1.5 compilation switches, to keep
995 code clean from conditionals and have a concentrated sets of
996 compatitility fixes for old guile versions.
998 * Fixes for guile 1.4, including embedded ps.
1000 2001-11-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1002 * lily/stanza-number-engraver.cc (process_music): allow pairs as
1003 well for markup texts.
1005 * lily/musical-request.cc (length_mom): kludge for null pointer.
1007 * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
1009 * scm/lily.scm (sign): bugfix
1011 * CHANGES: Change log instated.
1013 * stepmake/add-html-footer.py: @BRANCH@ tag insertion.