Better pdflatex compatibility in lilypond-book.
[lilypond.git] / ChangeLog
blob62e88a496e9fd22c1f022e6007261c44da986ce0
1 2002-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3         * Documentation/index.texi: 
4         * Documentation/windows/compiling.texi: 
5         * Documentation/windows/installing.texi: Update to reflect
6         LilyPond's inclusion into Cygwin.
8 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10         * input/test/phrasing-slur-height.ly: New file.
12         * scm/grob-property-description.scm (height-limit, ratio): Add.
14         * lily/slur.cc: 
15         * scm/grob-description.scm (Slur, PhrasingSlur): Move height-limit
16         and ratio out of details.
18         * lily/scores.cc (Input_file_settings): Initalize global_header_.
20         * lily/include/file-results.hh (class Input_file_settings): Add
21         private constructor.
23         * cygwin/GNUmakefile: [CYGWIN] Install bug-lilypond-cygwin.  Typo
24         fix.  Add kpsewhich commands (Thanks Mats).
26         * cygwin/bug-lilypond-cygwin.sh: New file.
28         * stepmake/stepmake/help2man-rules.make: Better way of showing
29         help2man command.
31         * Documentation/topdocs/FAQ.texi: Add more possible stale font
32         paths.
34         * stepmake/bin/package-diff.py: Prepend ./ to cut-and-pastable
35         commands.
37         * Documentation/topdocs/INSTALL.texi: Mention the need to and how
38         to create configure for CVS source trees.  Mention libkpathsea-dev
39         as alternative possible name for tetex-devel (or should that be
40         the other way around?).
42 2002-08-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
44         * lily/include/file-results.hh (class Input_file_settings):
45         encapsulate file settings in a class, Input_file_settings.
47         * lily/scores.cc: new function ly_set_point_and_click_x
48         
49         * Documentation/topdocs/README.texi (Top): add note about xdelta
51         * Documentation/topdocs/INSTALL.texi (Top): move kpathsea to problems
52         section.
53         
54 2002-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
56         * scripts/ly2dvi.py: Remove debug printing.
58 2002-08-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
60         * scripts/convert-ly.py (FatalConversionError.conv): bug in
61         verticalExtent replacement.
63         * VERSION: 1.73 released.
65 2002-08-14 <jiba@tuxfamily.org>
67         * scm/output-lib.scm: Support of hammers and pulls in tablature
68         -- Hammers and pulls are inserted exactly like slurs, and a "H" or
69         a "P" is added over the slur as needed.  
71         * ./input/test/tablature-hammer.ly: example of hammer, pull and
72         legato in a tablature.
74         * ly/engraver-init.ly: Stem.up-to-staff is now disabled by
75         default, since it appears that most of the published tablatures
76         are not like that.
78 2002-08-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
80         * lily/beam.cc (brew_molecule): use
81         Staff_symbol_referencer::staff_space for thickness.
83 2002-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
85         * Documentation/user/lilypond.tely: Add dir entries for
86         executables.
88         * Documentation/user/converters.itely: 
89         * Documentation/user/invoking.itexi: Fix `invocation' node names,
90         in line with standard dir entries.
92         * Documentation/user/convert-ly.itexi
93         * Documentation/user/ly2dvi.itexi: Remove.
94         
95         * scripts/ly2dvi.py: Add pseudo-filter (and stdout output)
96         support.
98         * lily/main.c: 
99         * lily/paper-score.cc : 
100         * lily/gourlay-breaking.cc: Write info to stderr.
102         * buildscripts/help2man.pl: Update to latest version from Debian.
103         Fixes generation of man pages with perl 5.6.1.
105         * GNUmakefile.in: Add python link to build-datadir.  Fixes
106         generation of midi2ly man page.
108 2002-08-14  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
110         * Documentation/user/{tutorial.itely, introduction.itely}: 
111         Small fixes.
113 2002-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
115         * lily/beam.cc (least_squares): Add comment.
117         * input/regression/beam-center-slope.ly: Update.
119         * lily/beam-quanting.cc (score_stem_lengths): Revert oops.
121         * input/template/melody-chords.ly: New file.
123         * lily/stem.cc (calc_stem_info): Move, document, clean up and fix
124         up-to-stem feature.
126         * ly/grace-init.ly (startGraceMusic):
127         * scm/grob-description.scm (beamed-lengths): Subtract half a beam
128         thickness, to fix most ugly beams.  See input/test/stem.ly and
129         baerenreiter-sarabande.ly.
131         * input/test/stem.ly:
132         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: Play with
133         beamed-lengths.
135         * input/test/spacing.ly: Give enough room to test spacing.
137         * cygwin/post-lilypond.sh: Fix and update.
139         * cygwin/zlily-profile.sh: Remove.
141 2002-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
143         * GNUmakefile.in (EXTRA_DIST_FILES): Add server.el.patch.
145         * scm/grob-property-description.scm
146         (beamed-extreme-minimum-free-lengths): New property, now correctly
147         named.
149         * ly/grace-init.ly: New beam property updates.
151         * input/les-nereides.ly: Updates.
153         * cygwin/README.in: New file.
155         * input/sondag-morgen/GNUmakefile: 
156         * input/mutopia/R.Schumann/GNUmakefile: New file.
158         * scm/grob-property-description.scm (beamed-minimum-free-lengths):
159         (beamed-extreme-free-lengths): New property.
161         * lily/beam.cc (forced_stem_count): Count boundary cases too.
162         (set_stem_shorten): Integer divide bug fix.
164         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: Really expect
165         six systems, change warning into error.
167         * scm/grob-description.scm (beamed-stem-shorten): Shorten 8th
168         beams same as normal stem (one staffspace), high order beams less
169         (arbitrary guess).
170         (beamed-lengths): Standard length for all beams.
171         (beamed-minimum-free-lengths):
172         (beamed-extreme-minimum-free-lengths): New property.
174         * input/regression/beam-default-lengths.ly: 
175         * input/regression/beam-shortened-lengths.ly: New file.
177         * lily/stem.cc (get_stem_info): New function.
178         (calc_stem_info): Partial rewrite.
180         * scm/grob-description.scm (Beam): same beamed-stem-shorten for
181         all beam counts.
183 2002-08-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
185         * VERSION: 1.5.72 released
187         * input/sondag-morgen/GNUmakefile (examples): add file
189         * input/mutopia/R.Schumann/GNUmakefile (examples): add file
190         
191         * lily/lily-guile.cc (to_dir): return CENTER if not a direction.
193         * lily/include/grob.hh: remove remove_grob_property()
195         * lily/stem-engraver.cc (stop_translation_timestep): remove
196         dir-forced grob property
198         * Documentation/user/refman.itely (Grace notes): explain grace
199         after main note.
201         * input/test/ : small convert-ly mishaps.
203         * Documentation/user/preface.itely: small bits 
205         * Documentation/user/introduction.itely: add sectioning
207 2002-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
209         * lily/stem.cc (get_default_stem_end_position): use beam_count - 1
210         as index; this fixes too short forced stem directions.
211         (calc_stem_info): various minute bugfixes.  
213         * lily/gourlay-breaking.cc (combine_demerits): set uniform
214         tightness constraint back to one. This fixes Baerenreiter
215         sarabande layout.
217         * input: some fixes. Add \version to all files.
218         
219         * lily/stem.cc (calc_stem_info): Use get_direction_beam_count.
221         * lily/beam.cc (get_direction_beam_count): New function.
223         * GNUmakefile.in: Fix config.h dependency.
225         * input/test/beam-dir-function.ly: Fix for new default
226         neutral-direction = -1 (down).
228         * input/regression/tuplet-properties.ly:
229         * input/regression/tuplet-nest.ly: Fix.
231         * lilypond-font-lock.el (LilyPond-font-lock-keywords):
232         * input/test/improv.ly:
233         * input/test/cautionaries.ly: Accidentals -> Accidental.
235         * input/test/add-text-script.ly: Bugfix.  How did this ever work?
237         * Documentation/windows/installing.texi: 
238         * Documentation/windows/compiling.texi:
239         * cygwin/README: Update to reflect new binary release setup and
240         build instructions.
242 2002-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
244         * server.el.patch: Update.
246 2002-08-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
248         * stepmake/stepmake/metafont-rules.make: pktrace -> mftrace name
249         change.
250         * configure.in: idem
252 2002-08-10  Juergen Reuter  <reuter@ipd.uka.de>
254         * mf/parmesan-timesig.mf, scm/output-lib.scm,
255         lily/include/time-signature.hh, lily/time-signature.cc,
256         input/test/time.ly: fixed broken time-signature by setting grob
257         property font-family automatically.
259 2002-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
261         * Documentation/user/tutorial.itely (Running LilyPond): Mention
262         xdvi and XFree86 option for Windows users.
264         * Documentation/user/invoking.itexi: Add ly2dvi's -p alias.
266         * scripts/ly2dvi.py: Bugfix for `ly2dvi -I ./foo foo.ly'.  Also
267         append directory of first file to search path, allowing
268         `ly2dvi foo/foo.ly' when foo.ly includes other files from
269         directory foo.  Add short option alias '-p' for --pdf.
271         * input/test/trills.ly: 
272         * input/test/preset-extent.ly: 
273         * scm/grob-property-description.scm: more extent renaming.
275 2002-08-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
277         * lily/parse-scm.cc (protected_ly_parse_scm): compatibility with
278         CVS GUILE 
280         * input/test/preset-extent.ly (texidoc): added file.
282         * scripts/convert-ly.py: add extent rule.
284         * lily/grob.cc: change extent-[XY] to [XY]-extent globally.
286 2002-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
288         * lily/main.cc (main): Remove stale #ifdef for windows.
290         * stepmake/stepmake/python-module-rules.make: 
291         * stepmake/stepmake/python-module-vars.make: 
292         * stepmake/stepmake/shared-library-vars.make: Add Cygwin support.
294         * stepmake/stepmake/generic-vars.make:
295         * cygwin/GNUmakefile: Fix Cygwin build detection.
296         
297         * stepmake/stepmake/shared-library-rules.make: Remove version juggling.
299         * stepmake/stepmake/shared-library-targets.make: Default target
300         includes version, add target libFOO.
302         * lily/main.cc: Temporary fix for access to scm_read_opts array
303         from shared Cygwin library.
305 2002-08-08  Rune Zedeler <rune@zedeler.dk>
306         
307         * ly/property-init.ly: Added phrasingSlurUp, phrasingSlurDown and
308         phrasingSlurBoth.
310         * input/mutopia/R.Schumann/romanze-op28-2.ly: Added.
312         * input/sondag-morgen/*: renamed files from input/SondagMorgen/*
313         
314 2002-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
316         * lily/beam.cc (struct Int_set): typo.
318         * mf/feta-beugel.mf (code): braces should start at 0, not 1.
320         * lily/include/lily-guile.hh (scm_int2num): guile 1.4 compatibility. 
322         * scm/grob-description.scm (all-grob-descriptions): set
323         X-offset-callbacks for TextScript
325         * lily/stem.cc (invisible_b): don't use support_head(), since it
326         sets stem direction.
328         * lily/beam.cc (struct Int_set): don't get stuck inserting
329         interval segments of length 0.0.
331         * scripts/convert-ly.py:  break-align conversion.
333 2002-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
335         * lily/*.cc (process_music): gh_int2scm -> scm_int2num
337 2002-08-06  Heikki Junes <hjunes@cc.hut.fi>
339         * lilypond-mode.el: Also "C-xC-s" sets default command to LilyPond.
341 2002-08-05  Rune Zedeler <rune@zedeler.dk>
343         * mf/feta-eindelijk.mf: Fix silly typo in 16th and shorter rests.
345 2002-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
347         * stepmake/bin/make-version.py: robustify.
349         * input/test/rhythm-excercise.ly: new file
351         * input/test/blank-notes.ly: new file
353         * lily/note-head.cc (head_extent): robustness fix.
354         
355         * Documentation/user/preface.itely: add some more.
357 2002-08-04  Rune Zedeler <rune@zedeler.dk>
359         * Documentation/user/refman.itely
360         * Documentation/user/internals.itely: Documented "Current" property.
361         
362 2002-08-04  Han-Wen  <hanwen@cs.uu.nl>
364         * lily/lily-guile.cc: change gh_str02scm to scm_makfrom0str.
366 2002-08-04  Werner Lemberg  <wl@gnu.org>
368         * tex/lilyponddefs.tex: s/filllastpage/lastpagefill/.
369         
370         * Documentation/user/refman.itely: Document it.
372 2002-08-04  Han-Wen  <hanwen@cs.uu.nl>
374         * lily/main.cc (sane_putenv): Oops.  Should supply a private copy
375         to putenv. (this was actually caught by valgrind, but I didn't
376         think the error was mine... )
378 2002-08-03  Han-Wen  <hanwen@cs.uu.nl>
380         * tex/lilyponddefs.tex: add filllastpage support.
382         * GNUmakefile.in: barf if config.h is older than configure. 
384         * VERSION: released 1.5.71 
385         
386         * lily/beam.cc (consider_auto_knees): rewrite function; now only
387         consider horizontal knees. Fixes input/bugs/bizzarre-beam.ly
389         * lily/syllable-group.cc (set_lyric_align): fix centering on note
390         head for `normal' lyrics. This fixes input/bugs/lyrics-spacing.ly.
392 2002-08-02  Han-Wen  <hanwen@cs.uu.nl>
394         * lily/beam.cc (connect_beams): fix quarter note beams.
396         * input/regression/beam-quarter.ly: new file.
398 2002-08-02  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
400         * buildscripts/mf-to-table.py (postfixes): Reduce the line spacing
401         in the font list.
403 2002-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
405         * lily/scm-option.cc: excorcise iostream.
407         * lily/main.cc: remove iostream usage.
409 2002-08-02  Han-Wen  <hanwen@cs.uu.nl>
411         * scripts/lilypond-book.py: make URL for printfilename option.
413         * lily/beam.cc (position_with_maximal_common_beams): fix kneed
414         beamlets. This fixes input/bugs/knee
416         * ly/engraver-init.ly (HaraKiriStaffContext): switch off auto knee
417         for hara kiri staffs.
419         * lily/slur-engraver.cc (try_music): remove nested slur
420         functionality. This fixes spurious warnings with the partcombiner.
422 2002-08-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
424         * lily/parse-scm.cc (protected_ly_parse_scm): guile 1.4 compatibility.
426 2002-08-01 Rune Zedeler <rune@zedeler.dk>
428         * lily/tab-note-heads-engraver.cc: add algorithm for automatically
429         selecting frets when none given by user. Read property
430         "minimumFret".
432         * scm/translator-property-description.scm: Add "minimumFret"
433         
434         * mf/feta-eindelijk.mf: Changed layout of 16th and shorter rests
435         to match the 8th rest. slanted 8th rest a bit more.
436         WARNING: 8th rest and classical quarter rest exchanged.
437         
438 2002-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
440         * scm/grob-description.scm (RehearsalMark): Add baseline-skip to
441         handle multiline marks correctly.
443 2002-07-31  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
445         * scripts/ly2dvi.py (ly_paper_to_latexpaper): Fix dvips flags
447 2002-07-31 Rune Zedeler <rune@zedeler.dk>
449         * input/SondagMorgen/*.ly: Added. TODO: Lots of cleanups but now
450         it's there.
452 2002-07-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
454         * lily/parser.yy (chord_notes): typo. 
456         * scm/music-functions.scm (unfold-repeats): bugfix
458 2002-07-31  Rune Zedeler <rune@zedeler.dk>
460         * ly/engraver-init.ly: remove alias "Current" from all contexts.
462         * lily/translator-group (find_existing_translator): If
463         n=="Current", return this context.
464         
465         * lily/tab-note-heads-engraver.cc: add algorithm for automatically
466         selecting frets when none given by user. Read property
467         "minimumFret".
469         * scm/translator-property-description.scm: add "minimumFret"
471         * lily/rest.cc:
472         * lily/time-signature.cc: spacing for even number of staff lines.
473         
474 2002-07-31  Han-Wen  <hanwen@cs.uu.nl>
476         * input/bugs/: remove various files.
478         * Documentation/user/refman.itely: doco updates.
480         * scripts/ly2dvi.py (find_pfa_fonts): add and document --pdf
481         option.
483 2002-07-30  Rune Zedeler <rune@zedeler.dk>
485         * ly/engraver-init.ly: add alias "Current" to all contexts.
487         * ly/property-init.ly: Use "Current" context in the accidental
488         macros. TODO: Do the same in some of the other macros?
489         
490         * scm/output-lib.scm (tablature-stem-attachment-function): add
491         duration argument. Now the function can be called again :-)
493 2002-07-30  Han-Wen  <hanwen@cs.uu.nl>
495         * lily/parse-scm.cc (parse_handler): add better error message,
496         return a sensible number of nchars
498 2002-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
500         * lily/parse-scm.cc (protected_ly_parse_scm): catch GUILE errors
501         when parsing, and emit useful warning message.
503         * lily/lily-guile.cc (ly_parse_scm): add line/col/file locations
504         to SCM port for parser.
506 2002-07-28  Rune Zedeler <rune@zedeler.dk>
507         
508         * lily/note-spacing.cc (stem_dir_correction) Add property
509         knee_spacing_correction controlling the amount of optical spacing
510         added to knees.
511         
512 2002-07-28  Glen Prideaux  <gprideau@odyssey.apana.org.au>
513        
514        * lily/syllable-group.cc (set_lyric_align): Only fiddle with
515        alignment if a note has more than a single lyric so single stanza
516        songs are aligned correctly.
518 2002-07-28  Han-Wen  <hanwen@cs.uu.nl>
520         * input/test/broken-spanner-adjustment.ly: new file.
522 2002-07-27  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
524         * scripts/lilypond-book.py: Handle printfilename also together
525         with {small,}verbatim
527 2002-07-27  Juergen Reuter  <reuter@ipd.uka.de>
529         * scm/output-lib.scm, lily/note-head.cc: fixed broken baroque
530         note-head style by setting grob property font-family
531         automatically.
533 2002-07-26  Jan Nieuwenhuizen  <janneke@gnu.org>
535         * VERSION: 1.5.70 released.
536         
537         * Documentation/user/lilypond-book.itely (Insert music snippets
538         into your texts using lilypond-book): Briefly mention HTML
539         documents.  Started rewrite, but lost inspiration.
541         * lily/grob-scheme.cc (get_original, get_system, get_broken_into):
542         Move scheme funcs from grob.cc and spanner.cc.
544         * lily, flower: Ran buildscripts/ontgaar.py.  See also
545         http://lilypond.org/wiki/?CodingStandards.
546         
547         * Documentation/GNUmakefile: Remove regression-test stuff.
548         (deep-WWW-clean): Remove wiki-dump.  Fixes web-clean target.
550         * Documentation/regression-test.tely: Remove.
552         * Documentation/user/refman.itely (Text scripts): Comment out ref
553         to PostScript output.
555         * lily/beam.cc (knee_b): Fix to also work if some dirs are not
556         set.
558         * lily/beam.cc (set_stem_directions): For knees, set stems to
559         their natural direction.
561 2002-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
563         * lily/stem.cc (calc_stem_info): Don't force stems of kneed beams
564         to reach middle staff line.
566         * lily/beam.cc (consider_auto_knees): Recalculate beam position
567         after deciding for a knee.
569 2002-07-26  Han-Wen  <hanwen@cs.uu.nl>
571         * Documentation/user/internals.itely: move output-formats doco to
572         WikiWiki.
573         
574 2002-07-25  Han-Wen  <hanwen@cs.uu.nl>
575         
576         * po/fr.po: update from TP
578         * input/template/GNUmakefile (TITLE): add lysdoc target for the
579         templates
581         * Documentation/user/introduction.itely (Introduction): finish
582         introduction 
584 2002-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
586         * lily/include/music-iterator.hh (class Music_iterator): change
587         get_music() to get_pending_events().
589 2002-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
591         * buildscripts/ontgaar.py: get_music () -> get_pending_events ().
592         
593         * buildscripts/ontgaar.py: New file.
595         * scm/grob-property-description.scm (conditional-elements): Add
596         extent-X.
598         * lily/grob.cc: Add extent-X and extent-Y to interface.
600         * lily/grob-scheme.cc (ly_get_parent): Don't dereference null
601         parent. (Han-Wen)
603         * input/test/move-accidentals.ly: New file. (Han-Wen)
605 2002-07-25  Han-Wen  <hanwen@cs.uu.nl>
607         * lily/grob-scheme.cc (ly_get_parent): don't crash if no parent.
609         * lily/slur.cc (get_first_notecolumn_y): robustness: don't crash
610         if no note-columns.
612         * server.el.patch: new file.
614         * Documentation/user/refman.itely (Point and click):  updates.
615         (Graphical interfaces): add node
616         (Vertical spacing): add node
618 2002-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
620         * lily, lily/include: Rename line to system.  Junk _l suffix.
622 2002-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
624         * po/fr.po: update from TP.
626         * buildscripts/lilypond-profile.sh: update support for
627         LILYPONDPREFIX
629 2002-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
631         * Documentation/user/refman.itely (Point and click): Add info
632         about GVim, NEdit.
634 2002-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
636         * lily/accidental-placement.cc (extent_callback): remove function
637         (position_accidentals): do nothing if not live.
638         Use accidental-grobs property i.s.o. accidentals, to maintain
639         proper typing. 
641 2002-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
643         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: *
644         input/test/count-systems.ly: Update to new system-count function
645         names.
647         * lily/grob.cc (get_line, get_original): Use LY_DEFINE.
649         * lily/spanner.cc (get_broken_into): Use LY_DEFINE.
651         * lily/include/spanner.hh:
652         * lily/include/grob.hh: Remove DECLARE_SCHEME_CALLBACKs.
654         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: Add
655         forcedBreak options and fix measure count comments.
657         * GNUmakefile.in: Junk intl.
659         * config.make.in (prefix): Prepend $(DESTDIR) to allow install
660         without overriding prefix.
662         * aclocal.m4: Regenerate.
663         
664         * stepmake/aclocal.m4: Don't expand $prefix: fixes install with
665         other $prefix.
667         * cygwin/GNUmakefile: 
668         * ly/GNUmakefile: 
669         * python/GNUmakefile: 
670         * make/GNUmakefile: 
671         * mf/GNUmakefile: 
672         * scm/GNUmakefile:
673         * tex/GNUmakefile: use local_package_datadir iso datadir.
675         * make/substitute.make (ATVARIABLES): Add local_lilypond_datadir.
677         * aclocal.m4: Regenerate.
678         
679         * config.hh.in:
680         * config.make.in:
681         * stepmake/aclocal.m4: Cleanups and more conventional naming for
682         datadir ($prefix/share), package_datadir ($prefix/$package), and
683         local_package_datadir ($prefix/$package/$version).
684         
685         * make/lilypond-vars.make:
686         * scripts/ly2dvi.py:
687         * scripts/lilypond-book.py:
688         * scripts/mup2ly.py:
689         * scripts/midi2ly.py: use local_package_datadir iso datadir.
690         
691         * GNUmakefile.in: build_datadir without version.
692         
693         * lily/main.cc: Datadir cleanup.
695         * lily/text-item.cc (lookup_text): 
696         * lily/music-output-def.cc (print_smob): 
697         * lily/mensural-ligature.cc (brew_molecule):
698         * lily/beam-quanting.cc (score_slopes_dy, score_forbidden_quants):
699         Fix warnings.
700         
701 2002-07-23  Jan Nieuwenhuizen  <janneke@gnu.org>
703         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: Warn when not
704         using 6 systems, like the original.
706         * input/test/count-systems.ly: New file.
708         * lily/spanner.cc (get_broken_into):
709         * lily/grob.cc (original_scm, line_scm): New function.
711         * lily/include/grob.hh (ly_scm2grob_array): Moved from
712         group-interface.hh and renamed.
713         (ly_grob_array2scm): New function.
715 2002-07-23  Juergen Reuter  <reuter@ipd.uka.de>
717         * lily/ambitus-engraver.cc: bugfix: create ambitus grob during
718         process_music phase
720 2002-07-23  Han-Wen  <hanwen@cs.uu.nl>
722         * lily/separation-item.cc (width): cache extent in extent-X
724         * lily/spacing-spanner.cc (standard_breakable_column_spacing):
725         only add extent for non-musical column.
727         * lily/accidental-placement.cc (split_accidentals): new function
728         (get_relevant_accidental_extent): new function
730         * lily/staff-spacing.cc (next_note_correction): idem
732         * lily/separating-group-spanner.cc (find_rods): use
733         conditional_width().
734         
735         * scm/sketch.scm: fix roundfilledbox definition
737         * lily/lily-guile.cc (robust_list_ref): be sensible with negative
738         argument. This fixes too-long stems on half and quarter notes.
740 2002-07-23  Jan Nieuwenhuizen  <janneke@gnu.org>
742         * Documentation/index.texi: Add, fix, change some links and names,
743         including dump of wiki wiki.
745         * Documentation/GNUmakefile (local-WWW): Slurp wiki.
747         * buildscripts/wiki-slurp.py: New file.  Accept multiple pattern.
748         (unwiki): Replace local urls with <img src> too.
750         * Documentation/GNUmakefile (wiki-dump): New target.
752         * Documentation/header.html.in: Link to Documentation/index
753         renamed to Index (was other...).
755         * Documentation/regression-test.tely: Remove.
757         * make/lysdoc-targets.make (local-WWW): Add default targets .ps.gz
758         and .pdf.
760 2002-07-22  Han-Wen  <hanwen@cs.uu.nl>
762         * VERSION: 1.5.69 released
763         
764         * lily/accidental-placement.cc (position_accidentals): document
765         two bugcases.
767         * lily/skyline.cc (skyline_meshing_distance): bugfixes.
769 2002-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
771         * input/regression/abe.ly: 
772         * input/test/transposing.ly: Remove mention of mudela.
774         * scripts/lilypond-book.py (make_pixmap): Don't use quiet_system,
775         ie, don't redirect PNG output to /dev/null.  Fixes lys-to-tely
776         documents.
778         * input/test/mark.ly: 
779         * Documentation/user/refman.itely: Re-enable \mark #'() example.
781         * lily/parser.yy: Revert to MARK scalar.
783 2002-07-21  Han-Wen  <hanwen@cs.uu.nl>
785         * lily/accidental.cc (accurate_boxes): add function to represent
786         flat with 2 boxes. Improves flat-flat accidental spacing. 
788         * lily/accidental-placement.cc (stagger_apes): try to arrange accs
789         in a C form, with the top accidental closet to the chord.
791         * lily/stem.cc (get_default_stem_end_position): don't crash if
792         lengths not set.
793         (get_default_stem_end_position): idem for stem-shorten.
795         * mf/feta-toevallig.mf: enlarge flat bbox.
797         * input/regression/lyrics-extender.ly: new file.
799         * lily/lyric-extender.cc (brew_molecule): don't add
800         right-trim-amount if extender is broken.
802         * scripts/ly2dvi.py (global_latex_preamble): bugfix (thanks Werner).
804 2002-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
806         * Documentation/index.texi: Add pointers to new regression and
807         test documents.
809         * Documentation/user/converters.itely:
810         Documentation/user/invoking.itexi: Some small fixes for uniform
811         usage example.
813         * input/allfontsize.ly, size*.ly: New files, moved from
814         input/regression.
815         
816         * input/font20.ly, font-body.ly: New files, moved from input/test.
817         
818         * input/font*.ly: New files, moved from input/test.
820         * input/test/*.ly: Remove empty files, fix broken ones.
822         * input/test/different-time-signatures.ly: Add FIXME marker;
823         comment-out broken code.
825         * Documentation/regression-test.tely: Comment-out, add
826         obsolete-marker and url to regression-test-dir.
828         * input/test/GNUmakefile: 
829         * input/regression/GNUmakefile: Add rule for lys-to-tely.py.
831         * input/regression/+.ly:
832         * input/test/+.ly: New file.
834         * input/test/cue-notes.ly: better example
836         * Documentation/user/refman.itely (Font selection): font size doco
838         * input/mutopia/F.Schubert/standchen.ly: note bugfix
840         * lily/stem.cc: rewrite of scoring to give sane results on knee
841         beams.
843         * lily/beam.cc (set_stem_lengths): extend stems for gapped tremolo
844         beams.
845         (connect_beams): chop off beaming outside the beam. Fixes problem
846         with tremolo beams.
848         * lily/score-engraver.cc (initialize): error if feta20.afm
850 2002-07-19  Han-Wen  <hanwen@cs.uu.nl>
852         * scm/engraver-documentation-lib.scm
853         (document-property-operation): add properties to context
854         documentation.
856         * scm/documentation-lib.scm (pad-string-to): align info menus.
858 2002-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
860         * debian/GNUmakefile: Remove lilypond.links.
861         
862         * debian/: Debian patch (Anthony Fok).
863         
864         * debian/lilypond.links: Remove, as per Anthony's request.
866         * aclocal.m4: Regenerate.
867         
868         * stepmake/aclocal.m4: Add --with-kpathsea-include,
869         --with-kpathsea-lib options.
871         * scripts/mup2ly.py: Cut-n-paste include missing lilylib.
873         * stepmake/stepmake/compile-vars.make: 
874         * stepmake/stepmake/executable-rules.make: 
875         * stepmake/stepmake/python-module-rules.make:
876         * stepmake/stepmake/shared-library-rules.make: Use ALL_LDFLAGS, to
877         guard agains user override of LDFLAGS.
879         * Documentation/user/refman.itely: Compile fix for \mark #'(music ...).
881         * Documentation/user/internals.itely: Use ly-set-mus-property!.
883         * cygwin/mknetrel: New file.
885         * cygwin: New directory.  Moved Cygwin stuff from
886         Documentation/windows.
887         
888         * Documentation/windows/fix-suffixes.sh:
889         * buildscripts/walk.sh: Junk.
891         * aclocal.m4: Regenerate.
893         * buildscripts/walk.sh: Remove.
895         * stepmake/stepmake/topdocs-targets.make: 
896         * stepmake/stepmake/help2man-rules.make: 
897         * stepmake/stepmake/generic-vars.make: 
898         * stepmake/make/stepmake.make: 
899         * Documentation/user/GNUmakefile: 
900         * make/stepmake.make: 
901         * make/lilypond-vars.make: 
902         * GNUmakefile.in: 
903         * stepmake/aclocal.m4: Remove builddir cruftyness.
904         
905         * stepmake/stepmake/c++-rules.make: Use ALL_CXXFLAGS, to guard
906         agains user override of CXXFLAGS.
907         
908         * stepmake/stepmake/c++-vars.make (ALL_CXXFLAGS): Include CXXFLAGS.
909         
910         * stepmake/stepmake/c-rules.make: Use ALL_CFLAGS, to guard
911         against user override of CFLAGS.
912         
913         * stepmake/stepmake/c-vars.make (ALL_CFLAGS): Include CFLAGS.
915 2002-07-17  Han-Wen  <hanwen@cs.uu.nl>
917         * GNUmakefile.in: distribute lexer-gcc-3.1.sh  as well
918         
919         * lily/music.cc (LY_DEFINE): change ly-set-mus-property to
920         ly-set-mus-property!
922         * lily/grob.cc (LY_DEFINE): change ly-set-grob-property to ly-set-grob-property!
924         * lily/parser.yy (Repeated_music): shift duration log for tremolo
925         repeats, instead of klutzing around.
927         * lily/chord-tremolo-engraver.cc (acknowledge_grob): set X parent
928         of stem tremolo grobs.
930         * scm/music-functions.scm (shift-duration-log): new function, add
931         to duration log of all notes.
933         * lily/duration.cc: add compression factor arguments to
934         make-duration.
935         compression-factor, dot-count, duration-log: add scheme functions.
937         * lily/mark-engraver.cc (process_music): allow \mark to take a
938         number as argument as well.
940 2002-07-16  Han-Wen  <hanwen@cs.uu.nl>
942         * lily/rest.cc (after_line_breaking): only translate the whole
943         rest if we have more than 1 staff line
945 2002-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
947         * VERSION: release 1.5.68
949         * scripts/lilypond-book.py: fixes by Tom Cato Amundsen.
951 2002-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
953         * lily/beam-quanting.cc (score_forbidden_quants): split beam
954         quanting functionality.
955         (quanting): argh. Forgot how linear interpolation works. Bugfix.
957         * Documentation/index.texi (Top): add whole-big-page documentation.
959         * lily/side-position-interface.cc (general_side_position):
960         Subtract parent offset iso. adding it. (Huh? How could this have
961         worked?)
963         * lily/clef-engraver.cc (stop_translation_timestep): add staff to
964         OctavateEight support.
966         * scripts/lilypond-book.py: add smallverbatim option.
968         * lily/beam.cc (quanting): bugfix. Behave sanely when no visible
969         stems.
971         * lily/accidental-placement.cc (position_accidentals): add padding
972         property. Increase default setting to 0.2. 
974 2002-07-15  Han-Wen  <hanwen@cs.uu.nl>
976         * lily/paper-column.cc (before_line_breaking): urg. bugfix.
978         * lily/separating-line-group-engraver.cc (finalize): don't replace
979         right-items, but add to list. This fixes a bug when a staff ends
980         with cross-staff voice switching away.
982 2002-07-14  Han-Wen  <hanwen@cs.uu.nl>
984         * input/mutopia/GNUmakefile: move mutopia/ to input/mutopia/
986         * lily/beam.cc (quanting): add explicit support for cross-staff
987         beaming: make slope penalty larger.
989         * lily/beam.cc: use common refpoints throughout. This fixes many
990         cross staff issues.
992         * lily/paper-column.cc (before_line_breaking): bug fix.
994         * lily/volta-engraver.cc (process_music): do something sensible if
995         no staffs found. 
997         * scripts/lilypond-book.py (make_pixmap): opps. Do png conversion
998         only once. 
1000         * Documentation/user/refman.itely (Global layout): made section on
1001         global layout, added spacing documentation.
1003         * lily/staff-symbol.cc (brew_molecule): change ragged right for
1004         staff symbols. See comments.
1006 2002-07-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1008         * lily/voice-devnull-engraver.cc (acknowledge_grob): Use proper
1009         spelling for always.  In solo a due mode, kill spanners when the
1010         other thread has solo.
1012         * lily/thread-devnull-engraver.cc (acknowledge_grob): In solo a
1013         due mode, kill everything when the other thread has solo.
1015         * lily/a2-engraver.cc (acknowledge_grob): In solo a due mode, do
1016         not set directions when we have solo.
1018         * lily/part-combine-music-iterator.cc (process): Set property
1019         "othersolo" if the other thread has solo.
1021 2002-07-13  Han-Wen  <hanwen@cs.uu.nl>
1023         * VERSION: 1.5.67 released.
1024         
1025         * lily/beam.cc (calc_stem_y): fix beams on quarter notes.
1027         * lily/stem-tremolo.cc (brew_molecule): add code for stem tremolos.
1029         * lily/auto-beam-engraver.cc (create_beam_p): remember Beam
1030         settings at the start of a potential auto beam.
1032         * lily/include/sequential-iterator.hh (class Sequential_iterator):
1033         bugfix: protect music list from GC.
1035         * Documentation/user/introduction.itely: misc fixes.
1037         * scripts/ly2dvi.py (run_latex): show latex error log. Ask for
1038         bugreport if lilypond is killed by a signal. 
1040         * input/regression/beam-funky.ly:  new file
1042         * lily/input-smob.cc (make_input): GUILE 1.7 compatibility fixes.
1044         * lily/beam.cc: complete rewrite of multiplicity. This fixes 16th
1045         knees code.
1046         (quanting): add french beaming support (property french-beaming)
1047         (stem_beams): removed.
1049 i2002-07-12  Mats Bengtsson  <matsb@s3.kth.se>
1051         * lily/beam.cc (after_line_breaking): Set correct stem lengths
1052         also when beam positions are set manually.
1053         (consider_auto_knees): Do not use automatic knees if the directions
1054         are set manually by the user.
1056 2002-07-12  Han-Wen  <hanwen@cs.uu.nl>
1058         * input/regression/grace-auto-beam.ly: new file
1060         * input/regression/grace-unfold-repeat.ly: new file
1062         * lily/auto-beam-engraver.cc (test_moment): never start on grace moments.
1064         * lily/forbid-break-engraver.cc (start_translation_timestep): skip
1065         grace notes for break-forbidding. Breaks during grace notes are
1066         handled by Bar_engraver.        
1068         * lily/unfolded-repeat-iterator.cc: Reimplement
1069         Unfolded_repeat_iterator, Volta_repeat_iterator using
1070         Sequential_iterator. All grace functionality from {} carries over
1071         to repeats as well.
1073         * lily/sequential-iterator.cc: new file: form baseclass for
1074         sequential music iterator and unfolded/volta repeat iterator.
1076 2002-07-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1078         * lily/include/debug.hh: deprecate.
1080         * lily/spacing-spanner.cc (set_springs): add support for
1081         common-shortest-duration field.
1083         * lily/parser.yy (translator_spec_body): allow \set in \translator
1084         {}  block. This is the same as \override, here.
1086         * lily/score-engraver.cc (one_time_step): don't warn about columns
1087         when skipTypesetting == #t.
1089         * lily/spacing-spanner.cc (musical_column_spacing): change
1090         ragged right function to produce natural spacing.
1092 2002-07-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1094         * lily/paper-column.cc (before_line_breaking): update
1095         #'bounded-by-me field for suicided items.  This fixes crazy
1096         spacing in \partcombine scores.
1098 2002-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1100         * config.hh.in: Add HAVE_SSTREAM.
1101         
1102         * configure.in: Add check for sstream header.
1104 2002-07-09  Mats Bengtsson  <matsb@s3.kth.se>
1106         * flower/source-file.cc: Fix compatibility with older g++.
1108 2002-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1110         * input/twinkle.ly: Bugfix: no automaticMelismata.
1112 2002-07-08  Han-Wen  <hanwen@cs.uu.nl>
1114         * mutopia/J.S.Bach/Cembalo-Partitas/: remove
1116         * ly/engraver-init.ly (ScoreContext): turn on automaticMelismata
1117         by default.
1119         * lily/voice-devnull-engraver.cc (try_music):
1120         lily/thread-devnull-engraver.cc: use proper spelling for #'always.
1122         * lily/unfolded-repeat-iterator.cc (Unfolded_repeat_iterator):
1123         copy here_mom_ too. This fixes an obscure bug with combining
1124         partcombine and repeat
1126         * lily/chord-tremolo-iterator.cc (Chord_tremolo_iterator): copy
1127         factor too. 
1129 2002-07-07  Han-Wen  <hanwen@cs.uu.nl>
1131         * mutopia/J.S.Bach/pa.ly: remove
1132         * mutopia/J.S.Bach/Duette/: remove  
1133         
1134         * scm/font.scm (change-rhs-size): add support for "paper19.ly"
1136         * VERSION: 1.5.66 released
1138         * scm/grob-description.scm (all-grob-descriptions): add
1139         item-interface where necessary
1141         * lily/score-engraver.cc (one_time_step): warn for grobs created
1142         during stop_translation_timestep().
1144         * lily/a2-engraver.cc: restrict acknowledged grob types.
1146         * lily/chord-name-engraver.cc: remove acknowledge_grob().
1148         * Documentation/user/tutorial.itely: doc carnage.
1150 2002-07-06  Rune Zedeler  <rune@zedeler.dk>
1152         * Documentation/user/refman.itely: Documented accidentals
1153         (incl. bugs), subdivideBeams and drum/percussion notation.
1155         * lily/translator-group.cc, lily/include/translator-group.hh
1156         (Translator_group::set_children_property): removed.
1158         * lily/accidental-engraver.cc: don't use
1159         Translator_group::set_children_property.
1161         * lily/new-accidental-engraver.cc: Added. More correct
1162         accidentals, but wrong spacing.
1164         * lily/beam-enagraver.cc, lily/auto-beam-engraver.cc: Small
1165         subdivideBeams-fixes.
1167         * scm/drums.scm: Small changes/fixes in instruments and maps
1168         
1169 2002-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1171         * lexer-gcc-3.1.sh: Fixes and more comments.
1173         * Documentation/topdocs/INSTALL.texi: Add comment about gcc-3.0.4
1174         problems.
1176         * lily/include/stream.hh:
1177         * lily/include/moment.hh:
1178         * lily/include/midi-stream.hh:
1179         * lily/streams.cc:
1180         * lily/scm-option.cc:
1181         * lily/parser.yy:
1182         * lily/my-lily-lexer.cc:
1183         * lily/moment.cc:
1184         * lily/midi-stream.cc:
1185         * lily/main.cc:
1186         * lily/lexer.ll:
1187         * lily/includable-lexer.cc:
1188         * flower/include/source-file.hh:
1189         * flower/include/parray.hh:
1190         * flower/include/dictionary.hh:
1191         * flower/include/array.icc:
1192         * flower/string.cc: 
1193         * flower/source-file.cc:
1194         * flower/getopt-long.cc: gcc-3.1 fixes.
1196         * stepmake/stepmake/generic-targets.make: Add comment about warning.
1198         * lexer-gcc-3.0.patch: Add comment, and a fix for installations
1199         that have an unpatched flex and gcc-3.1.x.
1201         * Documentation/topdocs/INSTALL.texi: Add comments and
1202         instructions on gcc-3.1.x.
1204         * lexer-gcc-3.1.sh: New file.
1206         * aclocal.m4: regenerate.
1207         
1208         * stepmake/aclocal.m4: Version compare fix.
1210 2002-07-05  Han-Wen  <hanwen@cs.uu.nl>
1212         * ly/engraver-init.ly (RhythmicStaffContext): stems up by default.
1214         * lily-guile.hh: remove guile 1.3 compatibility,  add 1.4
1215         compatibility functions.
1217 2002-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1219         * Documentation/windows/lilypond.hint (requires): Add libintl2.
1221 2002-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1223         * VERSION: 1.5.65 released. 
1224         
1225         * scripts/lilypond-book.py: patches by Tom Cato Amundsen.  Adds
1226         support for the columnsep when using the geometry package.
1227         
1228 2002-07-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1230         * scm/grob-property-description.scm (minimum-space-pair): Remove.
1232         * Documentation/windows/README: 
1233         * Documentation/windows/guile-1.5.6-1.5.6.jcn2.patch:
1234         * Documentation/windows/changelog: New file.
1236         * Documentation/windows/lilypond.hint (requires): libguile14 (was:
1237         guile).
1239 2002-07-03  Han-Wen  <hanwen@cs.uu.nl>
1241         * lily/grob-property.cc (HASHING_FOR_MUTABLE_PROPS): experiment:
1242         try hash tables for mutable properties.
1244         * lily/align-interface.cc: remove aligned-interface and props
1245         minimum-space-pair extra-space 
1247         * lily/grob-property.cc: new file move grob prop handling here.
1249         * lily/lily-guile.cc (ly_deep_copy): add vector support
1251         * lily/break-substitution.cc (do_break_substitution): add vector
1252         support.
1254         * lily/spanner.cc: remove extend_spanner_over_* funcs.
1256 2002-07-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1258         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Workaround for
1259         broken Debian gcc version string: 'gcc (GCC) 3.1.1 20020606
1260         (Debian prerelease)'
1262 2002-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1264         * lily/bar-check-iterator.cc (process): change
1265         barbarCheckNoSynchronize to barCheckSynchronize
1267         * Documentation/user/bugs.itexi: move to introduction, remove.
1269         * Documentation/user/*.itexi: general carnage/cleanage.
1270         
1271         * Documentation/user/internals.itely: split most of file into
1272         internal documentation (.scm and .cc)
1274         * buildscripts/make-font-dir.py: put designsize in to X font
1275         sWidth field
1277         * make/lilypond.redhat.spec.in: postinstall bugfix
1279 2002-07-02  Juergen Reuter  <reuter@ipd.uka.de>
1281         * lily/ambitus-engraver.cc, lily/ambitus.cc: Various bugfixes:
1282         avoid segfault on undefined ambitus pitch; avoid wasteful creation
1283         of pitch smobs; defer computation of centralCPosition beyond first
1284         timestep to catch also clefs outside of the current voice context.
1286 2002-07-02  Han-Wen  <hanwen@cs.uu.nl>
1288         * input/template/satb.ly: new file
1290 2002-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1292         * Documentation/user/glossary.tely: Precautions for lilypond-book:
1293         don't use spaces after @lilypond options.
1295         * Documentation/topdocs/INSTALL.texi (Top): Remove generic Guile
1296         threads warning.
1298 2002-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1300         * VERSION (MAJOR_VERSION): 1.5.64
1302 2002-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1304         * lily/grob.cc (mark_smob): don't mark parents, explain why.
1306         * tex/lilyponddefs.tex: Define outputscale only once.
1308 2002-06-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1310         * configure.in: Require guile 1.4 or newer (was 1.3.4?).
1312 2002-06-29  Han-Wen  <hanwen@cs.uu.nl>
1314         * lily/(phrasing-)slur-engraver.cc: remove slur{Begin|End}Attachment.
1316         * lily/separating-line-group-engraver.cc (acknowledge_grob):
1317         ignore grobs with no-spacing-rods set.
1319         * Documentation/user/tutorial.itely (Fine tuning a piece): more tut.
1321         * scm/grob-description.scm (all-grob-descriptions): sort list
1322         
1323 2002-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1325         * Documentation/user/tutorial.itely (A piano excerpt): Bugfix:
1326         remove stray brace.
1328         * Documentation/topdocs/FAQ.texi (Installation): Add
1329         lilypond-devel list.  Add faq about font removal.  Fix faq about
1330         generating and running ./configure.
1332 2002-06-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1334         * scm/chord-name.scm (chord::name->text): Workaround: clean markup
1335         text.
1337         * lily/text-item.cc (markup_text2molecule): Bugfix: raise only once.
1339         * input/test/ambitus.ly:
1340         * lily/ambitus-engraver.cc:
1341         * lily/ambitus.cc:
1342         * lily/include/ambitus.hh: New file.
1344         * GNUmakefile.in (local-clean): Also remove builddir-setup's symlinks.
1346 2002-06-25  Juergen Reuter  <reuter@ipd.uka.de>
1348         * input/test/ambitus.ly, lily/ambitus-engraver.cc,
1349         lily/ambitus.cc, lily/include/ambitus.hh, ly/engraver-init.ly,
1350         scm/basic-properties.scm, scm/grob-description.scm,
1351         scm/grob-property-description.scm: Add support for ambitus.
1353 2002-06-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1355         * lily/text-spanner.cc: add some props to interface (patch
1356         courtesy Chris J).
1358 2002-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1360         * lily/text-spanner.cc (setup_pedal_bracket): Bugfix: only
1361         dereference valid Grob.
1363         * configure.in: Quoting fixes.
1365 2002-06-24  Han-Wen  <hanwen@cs.uu.nl>
1367         * VERSION: 1.5.63 released
1369         * lily/grob-scheme.cc: new file
1371         * lily/break-substitution.cc: split up break substitution
1372         functionality, and make a special constant stack-space version for
1373         lists of grobs. This should fix the problems of lily in
1374         combination with pthreads/qthreads.
1376         * lily/grob.cc (mark_smob): bugfix: mark other parent too.
1378 2002-06-23  Chris Jackson  <chris@fluffhouse.org.uk>
1380         * lily/text-spanner.cc (setup_pedal_bracket):
1381         * lily/piano-pedal-engraver.cc (create_bracket_grobs): 
1382         Fix the lengths of mixed-style piano pedal brackets.
1384 2002-06-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1386         * Documentation/user/tutorial.itely (First steps): Add missing
1387         quotation.
1389         * Documentation/topdocs/INSTALL.texi (Top): Add some warnings
1390         about guile --with-threads.  Hopefully this issue can be resolved
1391         rsn, but maybe we should even add warnings for the standard Debian
1392         and Red Hat packages?
1394         * configure.in: Warn if guile is configured to use threads.  Maybe
1395         we should make this an error (ie, add to REQUIRED list?)
1397         * config.make.in (PACKAGE_NAME):
1398         (PACKAGE, package):  Don't hardcode.
1400         * VERSION (PACKAGE_NAME): Typo fix.
1402 2002-06-23  Han-Wen  <hanwen@cs.uu.nl>
1404         * input/tutorial/brahms-*.ly: new tutorial files.
1406         * Documentation/user/tutorial.itely: fixes. Extend cheat sheet.
1408         * scm/script.scm (default-script-alist): fermata is up.
1410         * lily/dynamic-engraver.cc (stop_translation_timestep): stop
1411         dynamic line spanner when there is no crescendo to connect.
1413         * lily/tie.cc (get_control_points): add test to avoid flat ties.
1415 2002-06-22  Han-Wen  <hanwen@cs.uu.nl>
1417         * lily/note-collision.cc (check_meshing_chords): don't crash if no
1418         stems.
1420         * scm/music-functions.scm (toplevel-music-functions): new
1421         definition. Functions to apply automatically. Removes the need for
1422         explicitly doing \apply #voicify-music
1424         * lily/grob.cc (do_break_substitution): rename function, use
1425         global var for criterion argument. Reduces stack usage a little.
1427         * ly/engraver-init.ly (StaffContext): add Instrument_engraver
1429         * scripts/convert-ly.py, lily/*.cc, scm/*.scm: change
1430         visibility-lambda to break-visibility
1432 2002-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1434         * input/bugs/part-combiner.ly: New file.
1436         * lily/include/spacing-interface.hh: New file.
1438         * lily/include/spaceable-element.hh: Remove.
1440         * input/test/script-priority.ly: New file.
1442 2002-06-20  Han-Wen  <hanwen@cs.uu.nl>
1444         * lily/system.cc (output_lines): kill grobs that are only for spacing.
1446 2002-06-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1448         * lily/fingering-engraver.cc (make_script): 
1449         * lily/script-engraver.cc (process_music): 
1450         * lily/text-engraver.cc: 
1451         (process_acknowledged_grobs): Remove hard coded script-priority.
1453         * flower/warn.cc: Cleanup.
1455         * lily/voice-devnull-engraver.cc: Also eat multi-measure rest, a
1456         spanner now.
1458         * aclocal.m4: Regenerate.
1460         * stepmake/aclocal.m4: Also set GUILE_PATCH_LEVEL.
1462         * config.hh.in: Only set GUILE_MAJOR_VERSION if necessary.
1463         * lily/include/lily-guile.hh: Only include config.h if necessary.
1465         * Changelog: cvs changes ml archive test #8.
1466         
1467         * lily/slur-engraver.cc: Layout fix.
1469 2002-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1471         * ly/engraver-init.ly (RhythmicStaffContext): add
1472         Dot_column_engraver, resurrect barlines 
1473         
1474         * VERSION: 1.5.62 released.
1476         * lily/engraver-group-engraver.cc (do_announces): rename
1477         create_grobs () to process_acknowledged_grobs().
1479         * lily/grob.cc (programming_error): add programming_error with
1480         origin location.  
1482         * lily/tuplet-bracket.cc (parallel_beam): robustness check, don't
1483         fail if a beam doesn't have stems.  
1485         * lily/engraver-group-engraver.cc (do_announces): scary change in
1486         calling convention of create_grobs():  no create_grobs() call
1487         before acknowledge_grobs().
1489         * lily/sequential-music-iterator.cc (skip): add support for grace
1490         notes. 
1492         * lily/music.cc (Music): fix very subtle and nasty memory
1493         corruption bug. Typical symptom: "programming_error: Rhythmic_req
1494         has no duration"
1496         * mutopia/claop.py: new file: CLA(O)P II by Peter Wallin.
1498 2002-06-19  Han-Wen  <hanwen@cs.uu.nl>
1500         * ly/engraver-init.ly (RhythmicStaffContext): add
1501         Dot_column_engraver
1502         
1504         * lily/parser.yy: various protection fixes. Less objects are now
1505         overprotected.
1507 2002-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1509         * stepmake/bin/release.py (prev_ver): Bugfix: assume new diff
1510         naming scheme.
1512         * Documentation/windows/zlily-profile.sh:
1513         * Documentation/windows/post-lilypond.sh: Assume normal
1514         prefix=/usr for lilypond.
1516         * lily/musical-request.cc (length_mom): Display origin with error.
1518         * input/test/duration-check.ly: New file.
1520         * lily/lily-guile.cc (ly_pair_p): [PARANOID]: Check for freed
1521         cells.
1523         * lily/part-combine-music-iterator.cc (get_state): Bugfix: use
1524         ly_symbol2scm to get a scm symbol (rather than ly_str02scm).
1526         * aclocal.m4:
1527         * autogen.sh: Regenerate.
1528         
1529         * Documentation/topdocs/INSTALL.texi: 
1530         * configure.in: 
1531         * stepmake/configure.in:
1532         * stepmake/aclocal.m4: Revert autoconf upgrade.  Autoconf 2.53 has
1533         a serious bug wrt AC_CONFIG_AUX_DIR (reported).  Creating
1534         ./configure once again requires autoconf == 2.13.
1536         * stepmake/autogen.sh: Check for autoconf == 2.13.
1538 2002-06-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1540         * lily/parser.yy (open_request_parens): add input locations to
1541         open and close parens. 
1543 2002-06-17  Chris Jackson <chris@fluffhouse.org.uk>
1545         * lily/tuplet-bracket.cc:
1546         * lily/text-spanner.cc: 
1547         * lily/piano-pedal-engraver.cc: 
1548         * scm/grob-description.scm: 
1549         * scm/grob-property-description.scm: Changed the
1550         edge-width property of brackets to edge-widen. Changed the sign of
1551         the left element of edge-widen so a pair of equal numbers produces
1552         a symmetrical bracket.
1554 2002-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1556         * ly/espanol.ly: added.
1558         * lily/simple-spacer.cc (solve): remove assert.
1560 2002-06-17  Han-Wen  <hanwen@cs.uu.nl>
1562         * lily/forbid-break-engraver.cc (class
1563         Forbid_line_break_engraver): new engraver: forbid linebreaks
1564         during playing notes
1566         * lily/spacing-spanner.cc (loose_column): add another check: don't
1567         move around bar lines as loose columns.
1569         * scm/basic-properties.scm (default-break-barline):  add pre-break
1570         for .| barline
1572 2002-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1574         * GNUmakefile.in (builddir-setup): Bugfix: include srcdir/tex as
1575         well as mf/out as subdirs of tex, for kpathsea to find through TEXMF.
1577         * scripts/lilypond-book.py (environment): Bugfix: update to new
1578         TEXMF scheme, from ly2dvi.
1580         * lily/lookup.cc (slur): Invoke bezier-bow.
1582         * scm/tex.scm (bezier-bow): 
1583         * scm/ps.scm (bezier-bow): Bezier sandwich with rounded endings
1584         (Previously named bezier-sandwich).
1585         
1586         * scm/tex.scm (bezier-sandwich):
1587         * scm/ps.scm (bezier-sandwich): Plain bezier sandwich.
1589         * make/lilypond.mandrake.spec.in (post): 
1590         * make/lilypond.suse.spec.in (post): 
1591         * make/lilypond.redhat.spec.in (post): Also remove parmesan fonts.
1592         
1593         * tex/lilyponddefs.tex: Uncomment feta character support.
1595         * Documentation/user/refman.itely (Pitches): Add espanol.ly
1596         description.
1598         * ly/catalan.ly: Add comment about (spanish) -s suffix.
1600         * ly/espanol.ly: Spanish note names by Carlos Garc'ia Su'arez
1601         <cgscqmp@terra.es>.
1603 2002-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1605         * GNUmakefile.in (short-examples):
1606         (long-examples): Bugfix for --srcdir build.
1607         (top-web): Rewrite weblist find command.
1609         * stepmake/bin/config.sub: 
1610         * stepmake/bin/config.guess: Update from latest autotools.
1612         * aclocal.m4:
1613         * autogen.sh: Regenerate.
1614         
1615         * configure.in: 
1616         * stepmake/configure.in: 
1617         * stepmake/aclocal.m4: Run autoupdate.  Creating ./configure now
1618         requires autoconf >= 2.50.
1620         * stepmake/autogen.sh: Check for autoconf >= 2.50.
1622         * Documentation/user/refman.itely: Bugfix for tablature example.
1624         * Documentation/windows/compiling.texi: Update for new and
1625         improved setup.
1627 2002-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1629         * lily/spacing-spanner.cc (find_shortest): make 1/8 configurable:
1630         introduce base-shortest-duration
1632         * lily/parser.yy (music_output_def_body): don't crash when \tempo
1633         in unexpected \midi{} is found.
1635 2002-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1637         * stepmake/GNUmakefile.in: Don't install stepmake.  This breaks
1638         the use of make/ly.make for use as an external makefile.  Probably
1639         noone except for myself ever used this anyway.
1641         * stepmake/stepmake/GNUmakefile (INSTALLATION_DIR): Bugfix: Adapt
1642         to new $datadir convention (<package>/<version>).
1644 2002-06-13  Han-Wen  <hanwen@cs.uu.nl>
1645         
1646         * VERSION: 1.5.61 released
1647         
1648         * Document/user/refman.itely: tablature doc and code updates by
1649         Jean-Baptiste Lamy <jiba@tuxfamily.org>
1650         
1651         * input/template/piano-dynamics.ly: bugfixes.
1653         * lily/key-engraver.cc (try_music): read request only once. Don't
1654         overwrite lastKeySignature. Call create_key() only once. This
1655         fixes a bug with multiple equal key changes on polyphonic staffs.
1657 2002-06-12  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1659         * scm/grob-description.scm: Add side-position-interface to TextSpanner
1661         * scm/grob-property-description.scm: Document the trill line type.
1663 2002-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1665         * stepmake/stepmake/generic-vars.make: 
1666         * make/lilypond-vars.make:
1667         * GNUmakefile.in (builddir-setup): New setup for builddir run.
1668         Fixes LilyPond run from builddir for --srcdir builds.
1670         * Documentation/windows/GNUmakefile (OUT_PROFILES): Bugfix for
1671         --srcdir build.
1673 2002-06-12  Han-Wen  <hanwen@cs.uu.nl>
1675         * scm/grob-description.scm (all-grob-descriptions): add
1676         font-family to RehearsalMark
1678         * scm/drums.scm: move over definitions from drum-pitch-init.ly
1680         * lily/volta-bracket.cc (brew_molecule): bugfix, don't do anything
1681         if glyph not set.
1683 2002-06-12  Heikki Junes  <heikki.junes@hut.fi>
1685         * lilypond-mode.el: Propose saving before applying a command:
1686         for saved buffer set default command to LilyPond.
1688 2002-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1690         * buildscripts/mutopia-index.py (headertext_nopics): Add missing
1691         variable.
1693         * Documentation/windows/lilypond.hint: Renamed (previously setup.hint).
1695         * Documentation/windows/lilypond-doc.hint: New file.
1697         * GNUmakefile.in: Forward port: Add toplevel target install-html-doc.
1698         Bugfixes for --srcdir html-doc build.
1699         
1700         * make/lilypond-vars.make (LILYPOND_BOOK_INCLUDES): Forward port:
1701         Bugfix: Include $(builddir)/mf/out (was $(srcdir)/mf/out.
1703 2002-06-10  Han-Wen  <hanwen@cs.uu.nl>
1705         * ly/script-init.ly (pralldown): add some scripts.
1707         * Documentation/user/refman.itely: many edits.
1709 2002-06-09  Han-Wen  <hanwen@cs.uu.nl>
1711         * lily/tuplet-bracket.cc (brew_molecule): don't translate in Y
1712         direction, this breaks staffline avoidance of the bracket when
1713         they're horizontal.
1715 2002-06-08  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1717         * scripts/midi2ly.py: Fix handling of -o
1719 2002-06-08  Han-Wen  <hanwen@cs.uu.nl>
1721         * lily/molecule.cc (translate): set max distance to 100 cm.
1723 2002-06-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1725         * VERSION: 1.5.60 released
1727         * lily/beam.cc: tremolo fix.
1729         * scripts/convert-ly.py:  add tuplet-X-visibility rules.
1730         add VerticalExtent -> verticalExtent rules.
1732         * lily/axis-group-engraver.cc: consistent case for
1733         XxxxVerticalExtent properties.  
1735         * Documentation/user/refman.itely (Tuplets): update
1736         tuplet-X-visibility properties. 
1738         * input/test/defaultbars.ly: Corrected (thanks Mats)
1739         
1740 2002-06-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1742         * lily/beam.cc (shift_region_to_valid): fix stupido bug. 
1744         * buildscripts/lilypond-profile.sh: override settings if
1745         LILYPONDPREFIX is set.
1747 2002-06-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1749         * scripts/ly2dvi.py (non_path_environment): Fix typo
1751 2002-06-03  Heikki Junes  <heikki.junes@hut.fi>
1753         * lilypond-mode.el: Extend "Quick notes" containing note tuples.
1755         * lilypond-font-lock.el: Add fixes and comments to syntax-table.
1757 2002-06-03  Han-Wen  <hanwen@cs.uu.nl>
1759         * lily/beam-engraver.cc (class Grace_beam_engraver): derive from
1760         beam-engraver: use different engraver so we can mix normal and
1761         grace beams.
1763 2002-06-01  Han-Wen  <hanwen@cs.uu.nl>
1765         * lily/beam.cc (shift_region_to_valid): Try to shift positions
1766         after slope-damping and concaveness check, so that short-stems are
1767         not violated.
1769 2002-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1771         * stepmake/aclocal.m4: Fix for ash as /bin/sh.
1773 2002-05-31  Han-Wen  <hanwen@cs.uu.nl>
1775         * VERSION: 1.5.59 released 
1776         
1777         * scripts/musedata2ly.py (Parser.parse_note_line): add dots. Add
1778         notice that missing features are exercise for user.
1780 2002-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1782         * lily/beam.cc (score_stem_lengths): Bugfix for knees: use correct
1783         (but alas, not partly precomputed) value for current_y when
1784         calculating stem length demerits.
1785         (calc_stem_y): Temporary precomputed factors fix.
1787         * lily/stem.cc (calc_stem_info): Take multiplicity into account
1788         for shortest_y too.
1790         * input/bugs/melisma-tie-rest.ly: New file.
1792 2002-05-30  Han-Wen  <hanwen@cs.uu.nl>
1794         * lily/stem.cc (calc_stem_info): remove min_y member, rename
1795         stuff.  Remove kneeing stuff.
1797         * lily/beam.cc (brew_molecule): remove beam direction. Lots of
1798         twiddling
1800 2002-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1802         * scm/sketch.scm: 
1803         * scm/ps.scm: 
1804         * scm/pdftex.scm: 
1805         * scm/pdf.scm: 
1806         * scm/tex.scm: Add check for Guile-1.4.1.  Guile includes
1807         patch-level of version in minor-version string.  Arg.
1809 2002-05-29  Han-Wen  <hanwen@cs.uu.nl>
1811         * ly/engraver-init.ly (TabStaffContext): 
1812         enable TabStaff by default.
1814         *  Tablature support by Jean-Baptiste Lamy <jiba@tuxfamily.org>
1816 2002-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1818         * config.hh.in: Remove duplicate DIR_DATADIR entry.
1820         * aclocal.m4: Regenerate.
1821         
1822         * stepmake/aclocal.m4: Append $FULL_VERSION to datadir.
1824 2002-05-25  Heikki Junes  <heikki.junes@hut.fi>
1826         * lilypond-mode.el: Added Deutsch notes and fixed "Quick notes".
1828         * lilypond-mode.el: Write notes with fewer keystrokes trough a 
1829         "Quick notes"-interface.
1831 2002-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1833         * input/regression/non-empty-text.ly: Update example with outdated
1834         comment.
1836 2002-05-25  Han-Wen  <hanwen@cs.uu.nl>
1838         * scripts/convert-ly.py:  add textNonEmpty rule
1840         * lily/text-engraver.cc (create_grobs): remove textNonEmpty
1842 2002-05-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1844         * lily/text-item.cc (markup_text2molecule): Junk ugly lookahead by
1845         using translate-robust add_molecule instead of add_at_edge.
1846         Bugfix for #(lines (finger "" "1")).
1848 2002-05-24  Han-Wen  <hanwen@cs.uu.nl>
1850         * lily/stem-tremolo.cc (brew_molecule): clean up and fix stem
1851         tremolo placement.
1853 2002-05-22  Han-Wen  <hanwen@cs.uu.nl>
1855         * VERSION: 1.5.58
1856         
1857         * Documentation/user/refman.itely: Bugfix: add node Repeats and
1858         MIDI.  Regenerate menu.  Fix @end example.
1860         * lily/accidental.cc: Add cautionary-style to interface.
1862         * mf/feta-beugel.mf (code): use autometric macros for braces.
1863         This fixes input/bugs/braces.
1865         * lily/afm.cc (count): return numOfChars, not size of array
1866         (always equals 256.)
1868         * lily/script.cc (before_line_breaking): postpone setting the
1869         X-parent of vertical scripts. This fixes the case of scripts on
1870         chords with seconds 
1872 2002-05-21  Han-Wen  <hanwen@cs.uu.nl>
1874         * scm/grob-description.scm:  fix alignment of barnumber: make sure
1875         it doesn't hit the G-clef. 
1877         * input/mozart-hrn3-defs.ly (startGraceMusic): typo (it's
1878         startGraceMusic not startGraceContext).
1880 2002-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1882         * stepmake/autogen.sh: Check for autoconf2.13, and abort if not
1883         found.
1885 2002-05-20  Han-Wen  <hanwen@cs.uu.nl>
1887         * lily/accidental-engraver.cc: remove old accidental engraver,
1888         move new one to accidental-engraver.cc.
1890         * lily/local-key-item.cc: remove file
1892         * lily/include/local-key-item.hh: remove file
1894         * scripts/ly2dvi.py (make_preview): add --preview-resolution
1895         option.
1897         * lily/accidental.cc (brew_molecule): support for cautionary
1898         accidentals. 
1900         * lily/note-head.cc (internal_brew_molecule): warn if note head
1901         not found.
1903         * lily/time-signature.cc (special_time_signature): remove warning
1904         about time signature. 
1906         * lily/spacing-spanner.cc (musical_column_spacing): Prevent
1907         reverse springs by limiting fixed-note space.
1909 2002-05-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1911         * stepmake/aclocal.m4: Bugfix: complain if program not found.
1913         * scripts/update-lily.py (next_version, prev_version, diff_name):
1914         New function.  Patches now named name-prev-latest.diff.gz.
1915         Bugfix: import shutil.
1917 2002-05-19  Han-Wen  <hanwen@cs.uu.nl>
1919         * input/tutorial/sammartini.ly: fix and document autochange
1920         weirdness.
1922         * scm/pdftex.scm: resurrect PDFTeX output. Still doesn't work, but
1923         does produce .pdftex files.
1925         * lily/note-collision.cc (check_meshing_chords): move file from
1926         collision.cc, implement merged note heads (there you go, Drarn :-)
1928         * input/regression/collision-heads.ly: new file
1930         * VERSION: 1.5.57 released.
1932 2002-05-18  Juergen Reuter  <reuter@ipd.uka.de>
1934         * mf/parmesan-heads.mf, scm/grob-description.scm,
1935         scm/grob-property-description.scm, scm/interface-description,
1936         lily/include/my-lily-parser.hh, lily/include/ligature-head.hh,
1937         lily/include/mensural-ligature.hh, lily/include/lily-proto.hh,
1938         lily/include/ligature-engraver.hh,
1939         lily/include/ligature-bracket.hh, lily/parser.yy,
1940         lily/ligature-bracket-engraver.cc, lily/mensural-ligature.cc,
1941         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1942         lily/ligature-head.cc, lily/ligature-engraver.cc,
1943         lily/ligature-bracket.cc, input/test/mensural-ligatures.ly:
1944         implemented white mensural ligatures (still with a big list of
1945         TODOs)
1948 2002-05-19  Han-Wen  <hanwen@cs.uu.nl>
1950         * lily/*.cc: use LY_DEFINE everywhere. Move doc strings from
1951         Documentation/user/internals.itely.
1953         * lily/function-documentation.cc: new file. Infrastructure for
1954         self documenting Scheme functions.
1956 2002-05-18  Han-Wen  <hanwen@cs.uu.nl>
1958         * lily/stem.cc (calc_stem_info): bugfix for less ugly knees.
1960 2002-05-17  Han-Wen  <hanwen@cs.uu.nl>
1962         * scripts/lilypond-book.py (re_dict): fix regexps; don't combine ?
1963         and * (as in "([^>]*)?")
1965 2002-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1967         * Documentation/topdocs/INSTALL.texi: Update GCC, Flex and GUILE info.
1968         Add info about CVS.  Stable/development are currently 1.4/1.5,
1969         both at lilypond.org.
1971         * autogen.sh: Generate.
1973         * stepmake/configure:
1974         * configure: Regenerate.
1975         
1976         * stepmake/stepmake/automatically-generated.sub.make: Keep
1977         original first line.
1979         * stepmake/stepmake/toplevel-targets.make (autogen.sh): Add rule.
1981         * stepmake/stepmake/generic-targets.make (configure): Generate
1982         using autogen.sh.
1984         * GNUmakefile.in (SCRIPTS):
1985         * stepmake/GNUmakefile.in (SCRIPTS): Add autogen.sh
1987         * stepmake/autogen.sh: New file.
1989         * configure: Check for g++ >= 2.95.
1991         * stepmake/aclocal.m4: Fixes for FlexLexer.h, Python headers.  GNU
1992         c/c++ version checking.
1994         * flower/include/string.hh: Typo fix.
1996         * lily/include/midi-item.hh: Remove stray i.
1998         * Documentation/windows/GNUmakefile: Avoid collapsed directory
1999         constructs '//'.
2000         
2001         * stepmake/bin/install-dot-exe.sh: Filter collapsed directory
2002         constructs '//' from arguments.
2004 2002-05-17  Han-Wen  <hanwen@cs.uu.nl>
2006         * scm/lily.scm (ly-load): show SCM filenames if verbose.
2008         * lily/lily-guile.cc (init_functions): add ly-verbose function.
2010         * lily/main.cc (setup_paths): remove LILYINCLUDE support. 
2012         * flower/include/{pointer,tuple}*: removed.
2014         * VERSION: released 1.5.56
2015         
2016         * scm/music-functions.scm (check-start-chords): function to check
2017         for chords without \context. Apply automatically from parser.
2019 2002-05-16  Han-Wen  <hanwen@cs.uu.nl>
2021         * lily/bar-line.cc: remove index entries. Texinfo can't handle  :
2022         in index entries.
2024         * scm/output-lib.scm: fix ez notation stems. 
2026         * lily/paper-outputter.cc: various fixes to speed up compilation.
2028 2002-05-16  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2030         * scripts/lilypond-book.py: Don't import pre for Python >= 2.2
2032 2002-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2034         * scripts/lilypond-book.py (determine_format): Bugfix: correctly
2035         determine latex input.
2037         * stepmake/bin/install-sh: Include latest from libtool.
2039         * stepmake/configure: 
2040         * configure: Regenerate.
2042         * config.make.in: Remove dead variables.  Add OPTIONAL/REQUIRED lists.
2043         (USER_CFLAGS): Bugfix, include CPPFLAGS.
2045         * configure.in: Use new OPTIONAL/REQUIRED mechanism.
2047         * stepmake/aclocal.m4: Add mechanism for checking OPTIONAL or
2048         REQUIRED programs and version.  Try to continue configuring, list
2049         missing programs at the end, but don't generate a GNUmakefile if
2050         REQUIRED programs are missing.  Cleanups, junk obsolete stuff.
2051         Fix Cygwin detection, drop '32' suffix.  Hoping this is not too
2052         fancy for some older systems.
2054 2002-05-16  Han-Wen  <hanwen@cs.uu.nl>
2056         * lily/score-engraver.cc (typeset_all): sanity check for items
2057         that are Y parent to spanner. 
2059         * lily/piano-pedal-engraver.cc (create_bracket_grobs): fix broken
2060         pedal spanners.
2062 2002-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2064         * lily/*.cc: remove as many iostream use as possible. 
2066         * flower/ : remove text-db, text-stream, data-file.
2067         
2068 2002-05-15  Han-Wen  <hanwen@cs.uu.nl>
2070         * scripts/lilypond-book.py: add --no-music option: strip all blocks.
2071         (completize_preamble): don't barf if no preamble present.
2072         (do_file): allow extensions on --output
2074         * scripts/ly2dvi.py (make_preview): make automatic preview of
2075         first system. Small cleanups.
2077 2002-05-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2079         * scripts/lilypond-book.py (make_pixmap): output png directly.
2081         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): create and install
2082         fonts.dir file.
2084         * lily/parser.yy (My_lily_parser): comment out code. (Causes
2085         problems  with recent bison releases).
2087         * make/lilypond.redhat.spec.in: add pfa fonts to X. 
2089 2002-05-07  Heikki Junes <hjunes@cc.hut.fi>
2091         * lilypond-font-lock.el: Fixes the order of the note name list.
2093 2002-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2095         * scripts/lilypond-book.py: Add html/dtml output, pseudo-filter
2096         capability, --verbose option, rlimit hack.
2098 2002-05-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2100         * lily/piano-pedal-engraver.cc: cleanups.
2102         * lily/accidental.cc (after_line_breaking): add break tie
2103         reminders.
2105         * lily/text-engraver.cc (try_music): don't typeset fingerings
2107 2002-05-05  Heikki Junes <hjunes@cc.hut.fi>
2109         * lilypond-font-lock.el: Handle \breve as a note (rest) duration.
2111 2002-05-04  Han-Wen  <hanwen@cs.uu.nl>
2113         * lily/*.cc: change gh_str02scm() to ly_str02scm().
2115         * lily/spacing-spanner.cc (note_spacing): Bound
2116         shortest-playing-length by the distance to next note. This should
2117         fix chord tremolo spacing.
2119         * VERSION: 1.5.55 released
2121         * lily/stem.cc (off_callback): invisible stem over whole note is
2122         centered on note now.
2124         * lily/stem-engraver.cc (acknowledge_grob): X_AXIS Parent of
2125         stem-tremolo is stem now.
2127         * input/mozart-hrn*.ly: many corrections. 
2129         * lily/dynamic-engraver.cc (acknowledge_grob): add Scripts  to
2130         support for dynamic scripts.
2132         * lily/accidental-placement.cc (position_accidentals): check for
2133         collisions as well: should avoid those heads too.
2135         * lily/beam.cc (check_concave): allow undefined gap and
2136         threshold. Change the meaning of threshold/gap == 0.0.
2137         (check_concave): skip Stolba concaveness check if we have a knee
2138         on outer stems.
2140 2002-05-03  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2142         * lily/chord-tremolo-engraver.cc (try_music): Handle chord
2143         tremolos of dotted duration.
2145 2002-05-03  Han-Wen  <hanwen@cs.uu.nl>
2147         * mf/feta-klef.mf: more twiddling with G clef. Almost straight
2148         downstroke again. Sigh.
2150         * lily/dynamic-engraver.cc (acknowledge_grob): center dynamic
2151         script on note head.
2153 2002-05-02  Han-Wen  <hanwen@cs.uu.nl>
2155         * lily/slur.cc (add_column): allow slur over rest. 
2157 2002-04-27  Han-Wen  <hanwen@cs.uu.nl>
2159         * lily/beam.cc: move scoring constants out of code
2161 2002-04-25  Han-Wen  <hanwen@cs.uu.nl>
2163         * mf/feta-nummer.mf: scalability fixes.
2165         * mf/feta-nummer-code.mf: fixes for 5, 8. 
2167         * mf/feta-klef.mf: G clef fixes.
2169 2002-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2171         * scripts/ly2dvi.py: Mats' fix.  Try to import pre if available.
2173         * scripts/lilypond-book.py: %Newline, rather than glue macros
2174         after \end{verbatim}.
2176 2002-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2178         * Documentation/user/lilypond-book.itely: 
2179         * scripts/lilypond-book.py: Add options [no]indent, linewidth and
2180         noinline.
2182         * input/mozart-hrn3-defs.ly (startGraceContext): Customize grace init.
2184         * scm/grob-property-description.scm (beam-space): Junk.
2186         * lily/beam.cc (space_function): New method.
2187         (get_interbeam): Call space-function.
2189         * scm/grob-description.scm (Beam): Initialize space-function with
2190         Beam::space_function.
2192         * ly/grace-init.ly (startGraceMusic, stopGraceMusic): Set/revert
2193         Beam.space-function.  Don't quantise grace beams.
2195 2002-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2197         * VERSION: 1.5.54 released
2199         * mf/feta-nummer-code.mf (code): tweaks for three, fixes for 6
2200         bulb. 
2202         * Documentation/index.texi: add PDF links.
2204         * Documentation/user/GNUmakefile (PDF_FILES): add PDF files to website.
2206         * lily/system-start-delimiter-engraver.cc (acknowledge_grob):
2207         compare #'glyph as strings. 
2209         * scripts/lilypond-book.py: fix by Mats. Try to import pre if available.
2211         * scripts/ly2dvi.py (setup_environment): fix by Mats.
2213         * lily/stem.cc (head_count): Change function name. Change property
2214         to #'note-heads i.s.o.  #'heads.
2215         (position_noteheads): Kern noteheads for invisible stems.
2216         (before_line_breaking): Do position_noteheads() for whole note
2217         heads too.
2219         * lily/accidental-placement.cc (position_accidentals): First
2220         determine refpoints, only then determine extents.  
2222 2002-04-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2224         * lily/accidental-placement.cc (position_accidentals): use all
2225         note heads for note head-skyline. 
2227         * scripts/lilypond-book.py (re_dict): remove all *? regexps.
2229 2002-04-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2231         * Documentation/windows/setup.hint (requires): Add gsview dependency.
2233         * scripts/lilypond-book.py (re_dict): Fix for python 2.x.
2235         * lilypond-mode.el (LilyPond-xdvi-command): Default to plain xdvi.
2237         * input/mozart-hrn3-allegro.ly: Bugfix: include defs.
2239 2002-04-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2241         * mf/feta-schrift.mf: lighter staccato.
2243 2002-04-22  Han-Wen  <hanwen@cs.uu.nl>
2245         * mf/feta-nummer-code.mf (code): fixes for 3 glyph.
2247 2002-04-21  Han-Wen  <hanwen@cs.uu.nl>
2249         * VERSION: 1.5.53 released
2251         * scm/lily.scm (ly-load): use primitive-load for loading.
2253         * lily/misc.cc: remove quantise_iv()
2255         * lily/*.cc: pass read-only arrays by reference.
2256         
2257         * lily/grob.cc (common_refpoint_of_array): new function. Try to
2258         use common_refpoint_of_{array, list} when possible.
2260         * lily/include/accidental-placement.hh: new file.
2262         * lily/accidental-placement.cc (alignment_callback): position
2263         accidentals in a better way.
2265         * lily/skyline.cc: new file. Compute distances for collections of
2266         boxes.
2268         * lily/include/skyline.hh: new file
2270 2002-04-20  Han-Wen  <hanwen@cs.uu.nl>
2272         * lily/accidental.cc (class Accidental_interface): grob for a
2273         single accidental.
2275         * lily/accidental-engraver.cc (number_accidentals): Cleanups. Lots
2276         of reformatting
2278         * lily/new-accidental-engraver.cc (acknowledge_grob): Work
2279         together with new accidental-interface. 
2281         * lily/include/*.hh: remove spurious set_interface() decls.
2283         * lily/key-signature-interface.cc (brew_molecule): add padding for
2284         natural signs. Make natural typesetting like the sharp.
2285         
2287         * mf/feta-klef.mf: rewrote portion of the G-clef code. Downstroke
2288         is now slightly curved, not straight.
2289         
2291 2002-04-18  Heikki Junes <hjunes@cc.hut.fi>
2293         * lilypond-mode.el: Toggles font-lock-multiline (Emacs 21.1 or newer).
2295         * lilypond-font-lock.el: Handles multiline-strings. Fontifies notes 
2296         more strictly. Use more clever regular expressions. Commented regexps.
2298 2002-04-16  Heikki Junes <hjunes@cc.hut.fi>
2300         * lilypond-mode.el: "C-c f" does font-lock-fontify-buffer.
2302 2002-04-15  Juergen Reuter  <reuter@ipd.uka.de>
2304         * scm/grob-description.scm, lily/staff-symbol.cc: added properties
2305         to control width of staff symbol in ragged-right mode (by request
2306         of Han-Wen)
2308         * ly/engraver-init.ly, lily/include/my-lily-parser.hh,
2309         lily/include/ligature-bracket.hh, lily/lexer.ll, lily/parser.yy,
2310         lily/ligature-bracket.cc, lily/ligature-bracket-engraver.cc:
2311         added support for ligature brackets (needed when transcribing
2312         mensural music)
2314 2002-04-15  Heikki Junes <hjunes@cc.hut.fi>
2316         * lilypond-font-lock.el: Handle scheme-slurs up to seventh level.
2317         Fontify notes more strictly.
2319 2002-04-15  Han-Wen  <hanwen@cs.uu.nl>
2321         * mf/feta-din-code.mf: dynamic z sign.
2323 2002-04-13  Heikki Junes <hjunes@cc.hut.fi>
2325         * lilypond-mode.el: Prevent recoloring strings and comments.
2327         * lilypond-font-lock.el: Handle block comments: block comments
2328         can have also ordinary comments inside.
2329         
2330 2002-04-13  Han-Wen  <hanwen@cs.uu.nl>
2332         * lily/stem.cc (get_default_dir): set direction to CENTER if
2333         invisible. Various other fixes to deal with invisible stems and
2334         stem-direction == CENTER.
2336         * lily/rest-collision.cc (do_shift): take direction from note if
2337         not set.
2339         * input/regression/tie-grace.ly: new file.
2341         * lily/tie-engraver.cc (create_grobs): fix tied graces.
2343         * lily/note-spacing.cc (stem_dir_correction): set fixed space for
2344         knee correction. Fixes tight spacing for knees.
2346 2002-04-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2348         * VERSION: 1.5.52 released
2349         
2350         * lily/*.cc: add some undocced properties.
2351         scm/grob-description.scm: idem.
2353 2002-04-12  Heikki Junes <hjunes@cc.hut.fi>
2355         * lilypond-font-lock.el: Handle slurs \( and \), numbers,
2356         multi-measure rests like "R1 *4" and scheme (typically has '#' 
2357         in the beginning). Small fixes. Add few reserved words.
2359 2002-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2361         * Documentation/topdocs/INSTALL.texi: Updates for MacOS X and
2362         emacs mode.
2364         * Documentation/windows/installing.texi: Suggest gswin32c (console
2365         program) for getting the version.  Layout fixes.
2367 2002-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2369         * Documentation/user/tutorial.itely (Running LilyPond):  Separate
2370         windows viewing commands, remove silly comment about Yap.
2372 2002-04-10  Mats Bengtsson  <matsb@s3.kth.se>
2373         
2374         * Documentation/topdocs/INSTALL.texi: Describe how to learn
2375         configure to find kpathsea on for example Slackware 8.0.
2377         * scripts/ly2dvi.py (non_path_environment): Set $TEXMF correctly.
2379         * scm/grob-description.scm (MultiMeasureRest): number-threshold=1
2380         by default: avoid "1" over single bar rests.
2382         * scripts/lilypond-book.py (LatexPaper.set_geo_option): Simplify
2383         and correct the handling of geometry options.
2385 2002-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2387         * lily/include/grob-interface.hh (ADD_INTERFACE): make
2388         implementation for Class::has_interface automatically. Junk all
2389         other implementations.
2391         * lily/grob.cc (internal_get_grob_property): also typecheck
2392         property reads. Catches even more undocced properties. Bugfixing
2393         left for the uninspired masses.
2395         * lily/beam.cc: remove end_after_line_breaking().
2397         * lily/grob.cc (calculate_dependencies): remove list support for
2398         callbacks.
2400         * lily/font-size-engraver.cc: only do font-interface.
2402 2002-04-10  Heikki Junes <hjunes@cc.hut.fi>
2404         * lilypond-font-lock.el: Handle notes with cautionary accidentals.
2405           Add few keywords.
2407 2002-04-09 Chris Jackson <chris@fluffhouse.org.uk>
2409         * lily/arpeggio.cc: New function brew_chord_bracket to draw chord
2410         brackets using arpeggio requests.
2411         
2412         * ly/property-init.ly: Shorthand \arpeggioBracket defined as the
2413         molecule-callback to use for drawing the brackets.
2415         * Documentation/user/refman.itely: 
2416         * input/test/chord-bracket.ly: Chord brackets documented
2417         
2418 2002-04-10  Han-Wen  <hanwen@cs.uu.nl>
2420         * mf/feta-din-code.mf: tweaks for p, s. New dynamic r sign. 
2422         * mf/feta-eindelijk.mf: tweak for eighth rest: move bulb up.
2424 2002-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2426         * lily/tuplet-bracket.cc (after_line_breaking): bugfix for forced
2427         direction tuplets on beams.
2429 2002-04-08  Chris Jackson <chris@fluffhouse.org.uk>
2431         * lilypond-indent.el: Bugfix of indentation of final point in buffer
2433 2002-04-09  Heikki Junes <hjunes@cc.hut.fi>
2435         * lilypond-mode.el: new command: LilyPond-un-comment-region.
2436         Added 2Midi to "Command"-menu. Inspired by latex.el and tex.el: 
2437         separate "Command"-menu and "LilyPond"-menu. Added "Miscellanous"-
2438         submenu to "LilyPond"-menu.
2440         * lilypond-mode.el: Added "Midi all" to "Command"-menu, i.e.,
2441         an interface to play midi.
2443 2002-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2445         * input/regression/script-stack-order.ly: new file.
2447 2002-04-08  Han-Wen  <hanwen@cs.uu.nl>
2449         * VERSION (MY_PATCH_LEVEL): Release 1.5.51.
2451         * mf/feta-din-code.mf: kerning for dynamics.
2453 2002-04-07  Han-Wen  <hanwen@cs.uu.nl>
2455         * input/regression/dynamics-glyphs.ly: new file
2457         * mf/feta-din-code.mf: dynamic tweaks. New dynamic s.
2459         * mf/feta-nummer-code.mf: another bulb routine: mimic the bulb of
2460         forte f for the 2 number. Some fixes for the other bulbed glyphs.
2462         * Documentation/windows/gs-profile.sh:
2463         * Documentation/windows/gsview-profile.sh: Remove.  Functionality
2464         moved to gs/gsview windows packages.
2466 2002-04-06  Mats Bengtsson  <matsb@s3.kth.se>
2468         * lily/stem-engraver.cc (acknowledge_grob): Revert to old way of
2469         finding out the duration. Fixes chord tremolo bug. 
2471         * lily/completion-note-heads-engraver.cc (process_music): Set
2472         correct duration for all requests of the broken notes.
2474         * input/regression/completion-heads.ly: Added example of
2475         Completion_heads_engraver.
2477         * lilypond-mode.el: Added "2Midi" command
2479 2002-04-06  Chris Jackson <chris@fluffhouse.org.uk>
2481         * lily/tuplet-bracket.cc, scm/grob-description.scm: New
2482         edge-width, edge-height and shorten-pair properties for tuplet
2483         brackets.
2485         * lilypond-indent.el: Support for blinking of matching parentheses
2486         
2487         * lilypond-font-lock.el: Fix fontification of closing > on its own line
2488         
2489         * lily/piano-pedal-engraver.cc, lily/text-spanner.cc: Fixes and
2490         cleanups of piano pedal brackets.
2492 2002-04-05  Han-Wen  <hanwen@cs.uu.nl>
2494         * mf/cmbase.mf: remove file. -- do without s, r and z signs for now.
2496 2002-04-04  Han-Wen  <hanwen@cs.uu.nl>
2498         * mf/feta-new-code.mf:  new dynamic f sign.
2499         new dynamic m sign.
2501 2002-04-03  Han-Wen  <hanwen@cs.uu.nl>
2503         * mf/feta-new-code.mf: new dynamic p sign.
2505 2002-04-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2507         * lily/note-spacing.cc (stem_dir_correction): only do
2508         beam-correction if a beam is there. 
2510         * lily/stem.cc (duration_log): change from flag_i (); better
2511         naming.
2512         (get_default_stem_end_position): fix dot/flag collision code.
2514 2002-04-02  Han-Wen  <hanwen@cs.uu.nl>
2516         * VERSION: release 1.5.50
2518         * lily/spaceable-grob.cc (add_spring): change incorrect spring to
2519         unit spring here. Reduces number of warning messages.
2521         * lily/auto-beam-engraver.cc: change noAutoBeaming to autoBeaming.
2523 2002-04-01  Han-Wen  <hanwen@cs.uu.nl>
2525         * scm/generic-property.scm: remove generic-property, property-engraver
2527         * lily/volta-bracket.cc (brew_molecule): use Lookup::line() for bracket
2529         * lily/hairpin.cc (brew_molecule): use Lookup::line() for hairpins.
2531         * ps/music-drawing-routines.ps: remove volta, tuplet, hairpin routines.
2533         * scm/*.scm: remove volta, hairpin and tuplet functions.
2535         * lily/rhythmic-column-engraver.cc (acknowledge_grob): don't make
2536         note column for notes/stems/dots that already have parents. Fixes
2537         nested grace contexts.
2539 2002-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2541         * input/mozart-hrn-3.ly: Tweak Slur.beautiful, so that we don't
2542         get too curved slurs.
2544         * scm/slur.scm (default-slur-extremity-offset-alist) 
2545         (default-phrasing-slur-extremity-offset-alist): Move slur
2546         attachments further away from note-head, vertically.  Also, leave
2547         a horizontal gap between slur and stem end.
2549         * lily/beam.cc (get_interbeam): Bugfix: don't look in empty list.
2551 2002-04-01  Han-Wen  <hanwen@cs.uu.nl>
2553         * input/regression/spacing-grace-duration.ly: new file
2555         * lily/spacing-engraver.cc (acknowledge_grob): ignore grace notes
2556         for shortest durations.
2558         * lily/multi-measure-rest.cc (set_spacing_rods): tune rods to the
2559         extent of the mm rest. 
2561         * lily/spacing-spanner.cc (get_duration_space): better spacing for
2562         really short notes.
2564         * lily/tuplet-bracket.cc (make_bracket): new function
2565         (get_x_offset): new function; make tuplet brackets align on stems
2566         if stem has same direction.
2567         (parallel_beam): be anal about matching bracket to tuplet.
2569         * lily/lookup.cc (line): new function Lookup::line(). 
2571         * scm/tex.scm (dashed-line): change -line to -system in names.
2573         * lily/box.cc (add_point): new function.
2575         * flower/include/interval.hh: new function add_point ().
2576         new function widen()
2577         
2578 2002-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2580         * input/mozart-hrn-3.ly: Mimic Breitkopf fonts and padding.
2582         * scm/grob-property-description.scm (number-threshold): Add
2583         description.
2585         * lily/multi-measure-rest.cc (brew_molecule): Only put number over
2586         rest if #measures > number-threshold.  Use padding (well, fake
2587         using it, anyway).
2589         * scm/font.scm (make-style-sheet): New styles: mark-number,
2590         mark-letter.
2591         (paper20-style-sheet-alist): Add bigger bold fonts.
2593         * lily/mark-engraver.cc (process_music): Use style mark-number or
2594         mark-letter.
2596         * .cvsignore: Ignore all kinds of lilypond input and output.
2598         * lily/beam.cc (ADD_INTERFACE): Add concaveness-gap.
2600 2002-04-01  Han-Wen  <hanwen@cs.uu.nl>
2602         * lily/staff-symbol.cc (brew_molecule): make line thickness
2603         adjustable.
2605         * lily/*.cc: replace stafflinethickness by linethickness.
2607 2002-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2609         * input/regression/beam-concave.ly: Add to-be-considered-concave
2610         beam.
2612         * lily/beam.cc (check_concave): Add check for large gap between an
2613         inner notehead and the line through outer noteheads.
2615         * scm/grob-description.scm (Beam): Add concaveness-gap, default
2616         value 2.0 staff-space.
2617         
2618         * scm/grob-property-description.scm (concaveness-gap): Add
2619         description.
2621         * input/mozart-hrn3-allegro.ly: Fix typo.
2623 2002-03-31  Juergen Reuter  <reuter@ipd.uka.de>
2625         * scm/ps.scm, ps/music-drawing-routines.ps, lily/lookup.cc,
2626         lily/note-head-engraver: improved implementation of roundfilledbox
2627         (according to Han-Wen's request)
2629         * lily/include/spacing-spanner.hh, lily/spacing-spanner.cc,
2630         lily/gourlay-breaking.cc, lily/staff-symbol.cc,
2631         lily/simple-spacer.cc: ragged-right alignment
2633 2002-03-29  Han-Wen  <hanwen@cs.uu.nl>
2635         * input/regression/spacing-note-flags.ly: new file
2637         * input/regression/spacing-rest.ly: new file
2639         * mf/feta-eindelijk.mf: make bbox of quarter rest tighter.
2641         * lily/spacing-spanner.cc (note_spacing): make note spacing after
2642         all grace notes tight (not only the column directly following a
2643         grace note).
2645         * scm/grob-description.scm (all-grob-descriptions): don't make
2646         mm-rests larger than normal.
2648         * mf/feta-banier.mf: make upflag narrower. Make end of flag more
2649         curved. Remove white space at the right of flags.
2651 2002-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2653         * ports/ports.make: Bugfix: ignore CVS directories.
2655         * stepmake/.cvsignore: New file.
2657 2002-03-28  Han-Wen  <hanwen@cs.uu.nl>
2659         * lily/note-spacing.cc (stem_dir_correction): don't correct when
2660         there is a flag on the stem.
2662         * lily/multi-measure-rest.cc (brew_molecule): variable width molecule.
2664         * scm/grob-property-description.scm (measure-length):
2665         measure-length grob property.
2667         * lily/spacing-spanner.cc (standard_breakable_column_spacing):
2668         better spacing for breakable columns when they're juxtaposed: use
2669         measure length if applicable
2671         * lily/timing-engraver.cc (start_translation_timestep): store
2672         measure length in breakable column at start of measure.
2674 2002-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2676         * ROADMAP: Add description for ports dir, to check email upon
2677         commit.
2679 2002-03-27  Han-Wen  <hanwen@cs.uu.nl>
2681         * VERSION: 1.5.48 released
2682         
2683         * lily/multi-measure-rest.cc (symbol_molecule): split off from
2684         brew_molecule()
2685         (set_spacing_rods): Use symbol_molecule() to determine minimum
2686         width
2687         (church_rest): split off from brew_molecule()
2688         (big_rest): split off from brew_molecule(). Construct using
2689         variable shape.
2690         
2691         * mf/feta-eindelijk.mf: junk multi measure rest.
2693 2002-03-26  Han-Wen  <hanwen@cs.uu.nl>
2695         * lily/multi-measure-rest.cc (add_column): remove columns property.
2697         * lily/dynamic-engraver.cc (process_music): add more verbose warning
2699         * input/mozart-hrn3-romanze.ly (romanze): add mozart horn concerto
2700         3 as test piece.
2702 2002-03-26  Heikki Junes <hjunes@cc.hut.fi>
2704         * lilypond-font-lock.el (LilyPond-font-lock-keywords): most new
2705         keywords covered, dropped some non-keywords, include R- and 128-notes
2707 2002-03-25 Juergen Reuter <reuter@ipd.uka.de>
2709         * Code clean-up: Junk multiple implementations of ledger line
2710         creation in note_head, custos, and porrectus.  This is important
2711         since there soon will be some more applications of ledger lines to
2712         come (e.g. ambitus engraver).
2714         * Make thickness of ledger lines adjustable.  This is essential
2715         for mensural notation.
2717         * Fix some bugs in the current ledger_line implementation, most
2718         notably that of the horizontal extent of ledger lines which equals
2719         at least the extent of the metafont ledger_line character, and
2720         which grows(!) if the desired extent shrinks below this limit.
2722         * roundfilledbox: variable blotdiameter
2724 2002-03-24  Han-Wen  <hanwen@cs.uu.nl>
2726         * VERSION: 1.5.47 released
2728         * lily/line-spanner.cc (line_atom): change line-thickness to thickness
2730         * lily/porrectus.cc:  change line-thickness to thickness, change
2731         stem-direction to direction.
2733         * scm/backend-documentation-lib.scm (check-dangling-properties):
2734         Automatically detect doc'ed properties that are not in an interface
2736         * scm/grob-property-description.scm: property cleanup. Remove many
2737         paper-column props that are non-existent.
2739         * lily/grob.cc (Grob): only use molecule_extent_proc as default if
2740         the grob has a molecule-callback.
2742         * lily/*.cc: remove many set_interface() calls, and their
2743         implementations.
2745         * input/regression/spacing-knee.ly: new file
2747         * input/regression/spacing-clef-first-note.ly: new file
2749         * lily/staff-spacing.cc (get_spacing_params): different spacing
2750         for pref matter to note at start of line, halfway during line.
2752         * lily/note-spacing.cc (stem_dir_correction): apply 2nd stem direction
2753         correction only if stems have same direction (i.e. not for
2754         stem-clef combination).
2755         (stem_dir_correction): maximal correction for knees.
2757         * lily/*.cc: many updates to interface descriptions.
2758         
2759         * lily/grob.cc (internal_set_grob_property): add interface check
2760         for every set_grob_property call
2762         * lily/*.cc: document interface stuff in C++
2763         
2764         * lily/grob-interface.cc: new file. Add grob interfaces from C++. 
2766         * lily/volta-bracket.cc: naming: change volta spanner to
2767         volta-bracket.
2769         * input/bugs/*.ly: cleanup, remove lots of files.
2770         
2771         * buildscripts/mf-to-table.py (write_ps_encoding): generate
2772         .encoding file. WARNING: upgrade to pktrace 1.0.3
2774         * mf/feta-toevallig.mf: change PS name for parentheses.
2776 2002-03-23  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2778        * scripts/ly2dvi.py (ly_paper_to_latexpaper): Use the correct unit
2779        also for textheight
2781 2002-03-23  Han-Wen  <hanwen@cs.uu.nl>
2783         * lily/scope.cc: remove file .
2785         * lily/include/scope.hh: remove file. Remove Scope class
2787         * VERSION: 1.5.46
2789         * lily/beam.cc (score_slopes_dy, score_stem_lengths,
2790         score_forbidden_quants): ): take out of SCM, pass parameters so
2791         grob props are read only once. (wtk1-fugue2 from 31 sec to 14
2792         secs).
2793         (calc_stem_y): robustness: take care of last_visible_stem == 0.
2796         * lily/lily-guile.cc (ly_unit): return internal unit.
2798         * scm/tex.scm (header-end): insert scaling factor, using ly-unit 
2800         * lily/paper-outputter.cc (output_version): output internal unit
2801         from Paper_outputter
2803         * scripts/ly2dvi.py: Read unit from paper vars (43.jcn3).
2805 2002-03-22  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2807        * scripts/ly2dvi.py: clean up old .*pk font caching code.
2809        * scm/ps.scm: Use uppercase postscript font names for the standard
2810        TeX fonts.
2812        * scripts/ly2dvi.py, buildscripts/lilypond-{login,profile}.sh, :
2813        Add all available TeX Type1 fonts, including Feta, to the
2814        Ghostscript font path.
2816        * Documentation/topdocs/INSTALL.texi (Top): Add required pktrace
2817        version (affects the FontName) in lilypond.map.
2819        * mf/GNUmakefile, Documentation/user/appendices.itely: Rename font
2820        documentation file to fetaNNlist.ly to avoid name collisions between
2821        lilypond generated .tex file and font .tex macros file.
2824 2002-03-22  Juergen Reuter <reuter@ipd.uka.de>
2826         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: added maxima rests;
2827         made mensural longa and (semi-)brevis leaner
2829         * mf/parmesan-clefs.mf, scm/clef.scm: enhanced petrucci c clef
2831         * lily/{{lookup,porrectus}.cc,include/{lookup,porrectus}.hh}: code
2832         clean-up: moved bezier shape and slope from porrectus to lookup
2834         * buildscripts/clean-fonts.sh: added search paths /var/cache/fonts
2835         and /usr/share/texmf/fonts
2837         * scripts/ly2dvi.py: Read unit from paper vars (43.jcn3).
2839 2002-03-22  Han-Wen  <hanwen@cs.uu.nl>
2841         * lily/text-spanner.cc (brew_molecule): add #'thickness
2842         (brew_molecule): add corrections for thickness in molecule padding.
2844         * lily/line-spanner.cc (line_atom): make function private
2846         * scripts/lilypond-book.py (get_bbox): Use GS -sDEVICE=bbox to
2847         discover bounding box. This solves the cropping problem.
2849         * lily/bar-check-iterator.cc (process): Only resynchronize bar
2850         check when it  fails. This fixes the combination of  grace notes
2851         and bar checks.
2853 2002-03-21  Han-Wen  <hanwen@cs.uu.nl>
2855         * lily/repeated-music.cc (minimum_start): new Scheme callable function
2856         (first_start): new Scheme callable. This will fix repeated music
2857         starting with grace notes.
2859         * lily/music.cc (start_mom): check start-moment-function grob property.
2861         * VERSION: 1.5.45 released
2863         * input/regression/system-extents.ly: new regression test. Test
2864         System extents. 
2866         * lily/system.cc: rename LineOfScore into System 
2868         * lily/molecule.cc (ly_add_molecule): new Scheme ly-add-molecule.
2870         * lily/grob.cc (ly_get_parent): new Scheme function ly-get-parent.
2871         (ly_get_extent): new Scheme function ly-get-extent
2873         * ps/lilyponddefs.ps: use output-scale for  line-x
2874         definition. 
2876         * scm/ps.scm (font-load-command): 
2877         use output-scale
2879 2002-03-20  Rune Zedeler <rune@zedeler.dk>
2880         
2881         * lily/beaming-info.cc: Stupid typo fixed
2882         
2883         * lily/accidental-engraver.cc: rewrote accidental-routines to get
2884         support for cross-context auto-accidentals.
2885         Now the engraver can stay in Staff-context and see other contexts
2886         from there.
2887         Changed properties: autoAccidentals, autoCautionaries
2889         * lily/translator-group.cc (set_children_property):
2890         Function added recursively setting the same property (deep_copied)
2891         for all children of a Translator_group.
2892         
2893         * ly/property-init.ly: added commands
2894         \pianoAccidentals \voiceAccidentals
2895         \modernVoiceAccidentals \modernVoiceCautionaries
2897         * ly/engraver-init.ly: Correct initialization of new accidentals.
2898         
2899         * scm/translator-property-description.scm: Updated
2900         
2901         * input/regression/accidental-voice.ly: Added
2902         
2903         * Documentation/regression-test.tely: Added new test    
2905 2002-03-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2907         * VERSION: 1.5.44 released
2909         * lily/slur.cc (set_extremities): robustness fixes for #'attachment.
2911         * scripts/lilypond-book.py (bounding_box_dimensions): bugfix.
2913         * ly/params-init.ly (blotdiameter): use unit for blotdiameter, set
2914         at 0.4 pt.
2916         * tex/feta*.tex: remove.
2917         
2918         * stepmake/aclocal.m4: remove stepmake symlink. It confuses almost
2919         all software dealing with it.
2921 2002-03-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2923         * mf/GNUmakefile (lilypond.map): Don't prepend TeX to font name
2924         (this fixes pdf output).  Drop awk dependency.
2926         * scripts/ly2dvi.py (ly_paper_to_latexpaper): Assume LilyPond's
2927         dimensions (linewidth) are in mm.
2929         * mf/GNUmakefile (depth): Always allow manual access to pfa target.
2931         * tex/lily-ps-defs.tex: scaletounit using PT/IN==72.
2933         * lily/slur.cc (get_attachment): Bugfix: correct for stem thickness.
2935 2002-03-19  Han-Wen  <hanwen@cs.uu.nl>
2937         * VERSION: 1.5.43 released
2939         * scm/beam.scm (beam-dir-majority-median): if majority is
2940         undecided, use median. Removes a forced dir in sarabande.
2942         * mf/feta-schrift.mf: Trill fixes, Vee fixes (upbow, ltoe, rtoe)
2944 2002-03-18 Chris Jackson <chris@fluffhouse.org.uk>
2946         * lily/text-spanner.cc, lily/piano-pedal-engraver.cc: Cleanups. Edge
2947         widths, heights and shortens are now customisable properties.
2949         * scm/grob-description.scm, scm/grob-property-description.scm: New
2950         properties added to PianoPedalBracket, unnecessary
2951         Y-offset-callbacks removed from *Pedal, undocumented properties
2952         fixed.
2954         * Documentation/user/refman.itely: Piano pedal updates.
2956 2002-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2958         * scm/grob-property-description.scm:
2959         * scm/interface-description.scm: Remove old stuff.
2961         * scm/grob-description.scm (StemTremolo): Change beam-thickness to
2962         0.48 (previously 0.42).
2963         (Beam): Remove old stuff.
2965         * lily/stem.cc: 
2966         * lily/stem-tremolo.cc: 
2967         * lily/beam.cc: 
2968         * scm/beam.scm: Remove old stuff.  Use Beam::get_interbeam ()
2969         (previously space-function).
2971         * stepmake/bin/add-html-footer.py: Website title fix.
2973 2002-03-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2975         * scripts/ly2dvi.py (environment): use new font searching setup.
2977         * lily/afm.cc (afm_bbox_to_box): make code dimension independent
2979         * lily/tfm.cc (dimensions): make code dimension independent
2981         * ps/lilyponddefs.ps: add constant for MM and true/ps-point
2982         scaling
2984         * tex/lily-ps-defs.tex: scaling for PS points and MM.
2986         * lily/include/dimensions.hh: try MM as internal unit.
2988         * scm/*.scm: remove invoke-dim1
2990 2002-03-17  Han-Wen  <hanwen@cs.uu.nl>
2992         * GNUmakefile.in (fontpaths): add fontpaths target,
2994         * make/mutopia-targets.make: add PDF rules.
2996         * make/mutopia-rules.make: add pdf rule.
2998         * buildscripts/mutopia-index.py (list_item): add PDF.
3000         * buildscripts/lilypond-profile.sh (TEXMF): typo.
3002         * make/lilypond-vars.make: set TEXMF for the new font setup.
3004 2002-03-17  Han-Wen  <hanwen@cs.uu.nl>
3006         * VERSION: 1.5.42 released
3007         
3008         * mf/feta-schrift.mf: endless twiddling of Tr.
3010         * mf/feta-eindelijk.mf: 8th rest: make darker, top of brush lower, and
3011         endless twiddling with the bulb shape.
3013         * lily/note-head.cc (internal_brew_molecule): make ledger lines a
3014         little smaller if there is an accidental.
3016 2002-03-15  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3018         * buildscripts/lilypond-profile.sh: 
3020         * mf/GNUmakefile (INSTALLATION_OUT_DIR*),
3021         buildscripts/lilypond-login.sh, buildscripts/lilypond-profile.sh:
3022         Implement new font installation strategy
3024         * Documentation/misc/fontinstallation (TEXMF): Documentation of
3025         the new font installation strategy.
3027         * lilypond-mode.el (LilyPond-mode-map): Add shortcut "CTRL-c ;"
3028         for comment-region.
3030         * input/test/staff-size.ly: Simplified using StaffContainer
3032         * mf/GNUmakefile (ALL_GEN_FILES): Actually generate the
3033         lilypond.map file
3035 2002-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3037         * scm/ps.scm (bezier-sandwich): Draw circles at slur ends.
3039         * lily/beam.cc (score_stem_lengths): new quanting stuff
3040         (score_forbidden_quants): Second and third beam quant stuff.
3042 2002-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3044         * lily/beam.cc (least_squares): Remember least-squares-dy for
3045         later use.
3046         (quantise_interval): Don't quant to dy steeper that
3047         least-squares-dy.  Return empty interval if no sane quants found.
3048         (quantise_position): Try quantise_interval until we have
3049         acceptable solution.
3051 2002-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3053         * scm/interface-description.scm (beam-interface): Update.
3055 2002-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3057         * VERSION: 1.5.41 released
3058         
3059         * mf/feta-schrift.mf: make Tr. smaller, smoother and closer.  Use
3060         optima serifs on top of t, bottom of r.
3062         * mf/feta-bolletjes.mf: make ledger line rounder. 
3064         * mf/feta-toevallig.mf: some smallish fixes for flat sign.
3066         * mf/feta-eindelijk.mf: make 8th rest a little darker, some more
3067         parametrization.
3069 2002-03-15 Chris Jackson <chris@fluffhouse.org.uk>
3071        * lily/piano-pedal-engraver.cc: Rewritten to support bracketed as
3072        well as text pedal indications and a combination of both.  All
3073        pedal indications are horizontally aligned on a line spanner.
3075        * lily/text-spanner.cc: Edge-width property added to use in
3076        bracketed piano pedals. Function setup_sustain_pedal added to set
3077        the dimensions of the brackets. 
3079        * scm/grob-description.scm: New *PedalLineSpanner grobs added, and 
3080        some of the *Pedal properties tweaked. 
3082        * scm/grob-property-description.scm: New pedal-type (*Pedal) and
3083        edge-width (TextSpanner) properties.
3085        * ly/engraver-init.ly: Default strings added for SostenutoPedal. 
3087        * lilypond-font-lock.el: sostenuto, unaCorda and treCorde added to
3088        fontified identifiers list.
3090        * input/test/pedal.ly: New pedal features added. 
3092        * Documentation/user/refman.itely: New pedal features documented.
3093        
3095 2002-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3097         * lily/include/new-beam.hh: Previously new-beam.hh
3098         * lily/beam.cc: Previously new-beam.cc
3099         (least_squares): Bugfix: don't barf on beams with less than two
3100         visible stems (tremolos).
3102         * scm/beam.scm: 
3103         * scm/grob-description.scm (Beam): Junk old beam stuff.
3104         
3105         
3106 2002-03-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3108         * VERSION: 1.5.40
3110         * mf/feta-eindelijk.mf: new 8th rest.
3112         * mf/feta-toevallig.mf: small fixes for the sharp symbol. Don't
3113         stick out of staffline
3115         * scripts/lilypond-book.py: fixes for texi regular expressions.
3117 2002-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3119         * lily/include/new-beam.hh:
3120         * lily/new-beam.cc: New file.
3122         * flower/include/interval.hh: 
3123         * flower/include/interval.tcc (delta): New method.
3124         (swap): Now public (previously private).
3125         
3126         * scm/beam.scm (default-beam-y-quants): Bugfix: lower beam-sit by
3127         1 staff-line-thickness.  Sadly, this makes dy quanting problems
3128         (dy quants allowed should depend on actual left y) more visible.
3130 2002-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3132         * lily/beam.cc (quantise_dy): Bugfix: sign (0) = 0.  Hmm.
3134         * scm/grob-property-description.scm (concaveness-threshold): Add
3135         typecheck and description.
3137         * scm/grob-description.scm (Beam): Remove obsolete properties, add
3138         concaveness-threshold (previously concaveness).
3140         * lily/beam.cc (check_concave): Remove choices and debugging
3141         stuff: use best concaveness calculation.
3142         (quantise_dy): Remove choice.  Try to never make a slope steeper
3143         by quantising, but certainly never quantise a slope away.
3144         (check_stem_length_f): Remove choice.  In case of lengthening
3145         alowed, always lengthen to ideal length.
3147         * Documentation/index.texi: Fix FAQ url.
3149         * Documentation/topdocs/INSTALL.texi: Add information about fink,
3150         compile fix and 1.4 specific fix that doesn't hurt 1.5.
3152 2002-03-13  Han-Wen  <hanwen@cs.uu.nl>
3154         * VERSION: 1.5.39 released
3156         * lily/simple-spacer.cc (add_rod): rods take precedence over
3157         infinitely stiff springs. This fixes bugs with arpeggios and bar-lines.
3159         * lily/arpeggio-engraver.cc (acknowledge_grob): clean up.
3161         * lily/note-spacing.cc (get_spacing): only insert space for
3162         accidentals if necessary.
3164         * input/regression/spacing-accidental-staffs.ly (texidoc): update example
3166         * lily/spacing-spanner.cc (musical_column_spacing): new
3167         function. Have correct spacing from note to end-of-line as well.
3169 2002-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3171        * Documentation/topdocs/INSTALL.texi: Add section for MacOS X.
3173        * darwin.patch: New file.
3175        * lily/beam.cc (set_stem_shorten): Revive deceased stem shorten
3176        code.  Shorten stems by fraction of stems to be shortened.
3178        * lily/stem.cc (get_default_stem_end_position): Shorten only half
3179        of shorten value for boundary cases.
3181        * scm/grob-description.scm (Stem): Set stem-shorten to (1.0 0.5).
3182        (Beam): Set beamed-stem-shorten to (1.0 0.5).
3184 2002-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3186        * lily/beam.cc (check_stem_length_f): Try to lenthen more.
3188        * scm/grob-description.scm (Beam): Add concaveness.  Replace
3189        Beam::cancel_suspect_slope with Beam::check_concave.
3191        * lily/beam.cc (check_concave): Calculate concaveness of beam, and
3192        set slope to horizontal if concaveness > Beam.concaveness.  This
3193        handles cases that kludgy cancel_suspect_slope was meant to catch
3194        very well.
3195        (cancel_suspect_slope): Remove.
3197 2002-03-12 Rune Zedeler <rune@zedeler.dk>
3199         * lily/beam.cc lily/stem.cc lily/beam-engraver.cc: allow for
3200         stemLeftBeamCount and stemRightBeamCount to equal 0.
3201         Fixes [c8 c4 c8]
3202       
3203 2002-03-12  Han-Wen  <hanwen@cs.uu.nl>
3205         * lily/spacing-spanner.cc (breakable_column_spacing): Only do
3206         fixed spacing for pref matter, if the next column is musical, and
3207         at the same moment.
3209         * lily/note-spacing.cc (stem_dir_correction): Use correct
3210         discretionary for stem-bar spacing.
3212 2002-03-11  Han-Wen  <hanwen@cs.uu.nl>
3214         * VERSION: 1.5.38 released 
3216         * lily/grob.cc (warning): Use cause tracking to give more
3217         meaningful errors from the backend. 
3219         * lily/property-iterator.cc (check_grob): Warn if setting grob
3220         property in unknown grob. 
3222         * mf/feta-toevallig.mf: brushed stems for natural sign.
3224         * lily/molecule.cc (align_to): don't translate empty molecule.
3225         (this triggers a very subtle bug in time-signature.)  
3227 2002-03-10  Han-Wen  <hanwen@cs.uu.nl>
3229         * lily/spring.cc: remove file.
3231         * input/regression/spacing-stem-bar.ly: new file
3233         * lily/score.cc (run_translator): resurrect point-and-click
3235         * input/baerenreiter-sarabande.ly: Copy Barenreiter beaming for
3236         sarabande layout
3238         * lily/spacing-spanner.cc (find_shortest): Shortest note for
3239         spacing is now globally determined, using the most common shortest
3240         note. Notes that are shorter are spaced geometrically, and with
3241         expand hints. This makes spacing more even, and measures that have
3242         very short notes won't be that stretched out.  
3244         * mf/feta-klef.mf: F-clef fixes, documentation on the
3245         shape. (WARNING: font changed.)
3247 2002-03-09  Han-Wen  <hanwen@cs.uu.nl>
3249         * lily/simple-spacer.cc (add_columns): support for infinitely
3250         stiff springs.
3252         * lily/staff-spacing.cc (get_spacing_params): space after
3253         prefatory matter is fixed.
3255 2002-03-08  Han-Wen  <hanwen@cs.uu.nl>
3257         * lily/note-spacing.cc (stem_dir_correction): Correct spacing for
3258         barline following an upstem.
3260         * lily/staff-spacing.cc (extremal_break_aligned_grob): destill
3261         function from next_notes_correction().
3262         (bar_y_positions): idem.
3264 2002-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3266         * input/regression/break.ly (texidoc): bugfix: escape \ in
3267         strings.
3269         * lily/staff-spacing.cc (next_notes_correction): Correct the
3270         spacing of a note following a barline.
3273 2002-03-04  Glen Prideaux
3275         * mf/feta-solfa.mf: Shaped note heads
3277 2002-03-03  Han-Wen  <hanwen@cs.uu.nl>
3279         * VERSION: 1.5.37 released
3281         * lily/key-signature-interface.cc (brew_molecule): rename from key_item
3282         left-align molecule.
3283         
3284         * lily/break-align-interface.cc (do_alignment): completely
3285         rewritten. Now it does not use Align_interface anymore, but a
3286         separate routine. Like StaffSpacing, it reads space-alist from the
3287         breakable grobs.  This allows you to set spacing using
3288         
3289         \property Staff.Clef \override #'space-alist = '(....stuff....)  
3291         * lily/bar-line.cc, lily/include/bar-line.hh: change name from Bar
3292         to Bar_line. Move files around as well.
3294         * lily/time-signature.cc (time_signature): left align time signatures. 
3296         * mf/feta-timesig.mf: Remove padding from C-style time signatures.
3297         Corrections of the glyph shape C. Comments added.
3299 2002-03-02  Han-Wen  <hanwen@cs.uu.nl>
3301         * lily/spacing-spanner.cc: move from third-try.cc; rename
3302         Third_spacing_spanner to Spacing_spanner.
3304         * lily/staff-spacing.cc (get_spacing_params): redo prefatory
3305         spacing stuff. Much cleaner now, and we prepare for neat spacing
3306         tricks around bar lines and such.
3308         * lily/third-try.cc (prune_loose_colunms): bugfix. Don't init
3309         variables with themselves. (Ouch.)
3311         * lily/span-bar.cc (brew_molecule): don't try to span bars that
3312         overlap.
3314 2002-03-02  Han-Wen  <hanwen@cs.uu.nl>
3316         * VERSION: 1.5.36
3318         * lily/lily-guile.cc: isdir_b and isaxis_b changed to ly_axis_p,
3319         ly_dir_p
3321         * lily/music.cc (ly_get_mus_property): typechecking
3322         (ly_set_mus_property): idem
3323         (ly_make_music): idem
3324         (ly_music_name): idem
3326         * lily/chord.cc: use scm_reverse_x iso. gh_reverse()
3328         * lily/note-spacing.cc (stem_dir_correction): correction for
3329         same stem notes as well. 
3331         * lily/pitch.cc (pitch_transpose): stricter typechecking
3333         * mf/parmesan*mf: magnification fixes.
3335         * Documentation/topdocs/INSTALL.texi: update RedHat reqs
3337 2002-03-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3339         * buildscripts/mf-to-table.py (postfixes): Output also .ly file
3340         documenting the font. (Doesn't work for parmesan at the moment)
3342         * Documentation/user/appendices.itely (The Feta font): Add list of
3343         Feta font symbols with names.
3345         * mf/GNUmakefile ($(outdir)/lilypond.map): Generate lilypond.map
3346         automatically
3348 2002-03-01  Han-Wen  <hanwen@cs.uu.nl>
3350         * lily/translator-group.cc (ly_set_trans_property): typechecking
3351         (ly_get_trans_property): typechecking.
3353         * lily/font-metric.cc (ly_text_dimension): typechecking 
3354         (ly_find_glyph_by_name): idem.
3356         * scm/bass-figure.scm (brew-complete-figure): support for
3357         bracketed numbers.
3358         
3359         * lily/grob.cc (ly_get_paper_var): new function
3361 2002-02-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3363         * VERSION (PATCH_LEVEL): 1.5.35 released.
3365         * lily/lookup.cc (ly_bracket): Scheme function ly-bracket
3366         (bracket): New function.
3368         * lily/stem-engraver.cc (stop_translation_timestep): bugfix, unset
3369         stemLeftBeamCount, stemRightBeamCount in stead of using #<undefined> 
3371         * lily/third-try.cc (set_implicit_neighbor_columns): type checking
3372         bugfix.
3374         * lily/span-arpeggio-engraver.cc (stop_translation_timestep):
3375         typecheck bugfix. 
3377         * lily/grob.cc (ly_get_grob_property): be anal about types.
3378         (ly_set_grob_property): idem
3380         * lily/figured-bass-engraver.cc (process_music): move molecule
3381         building completely to Scheme
3383         * lily/include/musical-request.hh (class Bass_figure_req): Add
3384         class. 
3386         * lily/parser.yy (bass_figure): add support for space figure.
3388         * lily/molecule.cc (ly_molecule_combined_at_edge): be anal about types 
3390         * lily/font-metric.cc (ly_text_dimension): Scheme function ly-text-dimension
3392         * lily/molecule.cc (ly_fontify_atom): new function ly-fontify-atom
3393         (ly_align_to_x): new function ly-align-to!
3395         * lily/font-interface.cc (ly_font_interface_get_font): new Scheme
3396         function ly-get-font
3398         * mf/feta-nummer.mf: include normal-space dimension. 
3400         * lily/collision.cc (check_meshing_chords): don't merge collisions
3401         with whole notes.
3402         
3403         * lily/system-start-delimiter.cc (after_line_breaking): Bugfix:
3404         glyph is string.
3406 2002-02-28  Mats Bengtsson  <matsb@s3.kth.se>
3408         * scm/tex.scm, scm/ps.scm (or): Bugfix, ps output with Guile 3.4
3410 2002-02-28  Juergen Reuter  <reuter@ipd.uka.de>
3412         * mf/parmesan-heads.mf: bugfix: mensural note heads  (WARNING:
3413         font changed)
3415         * scm/output-lib.scm: bugfix: resort to neo_mensural chars rather
3416         than mensural chars
3418         * mf/parmesan-scripts.mf, mf/parmesan-generic.mf,
3419         scm/grob-description.scm: added mensural fermata symbol
3421 2002-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3423         * VERSION: 1.5.34 released.
3425         * lily/rest-engraver.cc (create_grobs): rests can have pitches.
3427         * lily/staff-symbol-referencer.cc (callback): assume that
3428         staff-position is unset in general.
3430         * input/regression/rest-pitch.ly: new file.
3432         * lily/parser.yy (simple_element): rests can have pitch. Syntax:
3433         a4\rest
3435 2002-02-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3437         * lily/scm-option.cc (set_lily_option): add internal-type-checks
3438         as Scheme option. Run regression test by default with
3439         internal-type-checking.
3441         * lily/separating-group-spanner.cc (find_musical_sequences):  removed.
3443         * lily/lily-guile.cc (type_check_assignment): changed functions.
3445         * scm/*description*.scm: be anal about typechecks. Some changes
3446         for internal variable names.
3448 2002-02-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3450         * scm/ps.scm: -f ps  output for GUILE 1.4 and 1.3.4
3452 2002-02-25  Han-Wen  <hanwen@cs.uu.nl>
3454         * VERSION: 1.5.33 released.
3456         * mf/feta-macros.mf (flare_path): removed draw_flare, replace by
3457         flare_path everywhere (c-clef, numbers).        
3459         * lily/bar-number-engraver.cc (process_music): also print bar
3460         number if measure starts with grace note.       
3462         * input/regression/grace-bar-number.ly: new test.
3464 2002-02-24  Han-Wen  <hanwen@cs.uu.nl>
3466         * lily/figured-bass-engraver.cc (stop_translation_timestep): reset
3467         rest as well.
3469         * scm/music-functions.scm (voicify-music):  split chords into
3470         different voices automatically.
3472         * lily/music.cc (ly_music_list_p): new function
3474         * lily/music-sequence.cc (do_relative_octave): robustification
3476         * scm/music-functions.scm: many utility functions 
3478         * lily/music.cc (ly_set_mus_property): add type checks to the
3479         Scheme property assignment.
3481         * buildscripts/lilypond-profile,lilypond-login.sh (TEXCONFIG):
3482         dvips fixes
3484         * mf/lilypond.map: .map file from Mats' page. 
3486 2002-02-21  Juergen Reuter <reuter@ipd.uka.de>
3488         * Some more parmesan related fixes;
3490         * Custos: varying shape (in particular, stem length), depending on the
3491           vertical position of the custos (on staffline / between stafflines);
3493         * Custos: added grob property "neutral-direction" (same semantics as
3494           with stem); introduced new grob property "neutral-position";
3496         * Time-signature: print a warning when resorting to default layout.
3498 2002-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3500         * lily/translator-group.cc (add_fresh_simple_translator): remove
3501         function; initialize() is called through
3502         Translator_group::initialize().
3504         * lily/third-try.cc (prune_loose_colunms): add constraints (rods)
3505         for the neighbors of a loose column.
3507         * lily/line-of-score.cc (set_loose_columns): be more intelligent:
3508         position loose columns so that they don't collide.
3510 2002-02-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3512         * VERSION: 1.5.32 released.
3514         * scm/font.scm: remove font-name symbol.
3516         * mf/GNUmakefile: use pktrace for making PFAs
3518         * make/lilypond.redhat.spec.in: use pktrace when making RPMs
3520         * lily/rest-collision.cc (do_shift): read direction field from
3521         rest-column in case of note-rest collision. This should fix some
3522         problems with rest collisions.
3524 2002-02-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3526         * lily/note-heads-engraver.cc (process_music): Removed easyPlay
3527         property.
3529         * lily/note-head.cc (brew_ez_molecule): Remove note-character
3530         property. Read pitch directly from #'cause.
3532         * mf/feta-puntje.mf: bugfix
3534 2002-02-19  Juergen Reuter <reuter@ipd.uka.de>
3535         
3536         * mf/*.mf: tried to fix ancient-font.ly. WARNING: Font changed.
3538 2002-02-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3540         * Documentation/windows/compiling.texi: Update.
3542         * Documentation/index.texi: Add link to orphaned compiling for
3543         windows page.
3545         * Documentation/footer.html.in: Comment fix.
3547         * stepmake/bin/add-html-footer.py: Python2.[12] re workarounds.
3549 2002-02-18  Han-Wen  <hanwen@cs.uu.nl>
3550         
3551         * VERSION: 1.5.31 released
3553         * lily/new-spacing-spanner.cc: remove file.
3555         * lily/third-try.cc (do_measure): only take spacings into account
3556         if they pertain to the column pair under consideration. This fixes
3557         spacing bug when mixing eighths triplets and normal eighths.
3559         * lily/note-head.cc (brew_molecule): revert ledger change: ledger
3560         lines don't take up space anymore. Document why in note-head.cc
3561         comment.
3563 2002-02-17  Han-Wen  <hanwen@cs.uu.nl>
3565         * lily/font-interface.cc (get_font): reinstate
3566         #'font-magnification. See input/regression/font-magnification.ly
3567         (get_font): Change the definition of  #'font-name grob property.
3569         * lily/grob.cc (get_uncached_molecule): output origin for grobs
3570         that have a #'cause field.
3572 2002-02-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3574         * Documentation/topdocs/INSTALL.texi: remove type3 stuff. 
3576         * mf/GNUmakefile:  remove metapost stuff
3578         * stepmake/aclocal.m4: remove metapost detection stuff.
3580 2002-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3582         * mf/GNUmakefile (FET_FILES): 
3583         (FONT_FILES): Include parmesan.
3585         * stepmake/bin/packagepython.py (make_assign_re): Bugfix.  Use re
3586         iso regex, regsub
3588         * buildscripts/clean-fonts.sh (FILES): Clean parmesan too.
3590         * Documentation/user/refman.itely (Paper size): Quote braces.
3592 2002-02-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3594         * stepmake/aclocal.m4: fixed bison version check to be more
3595         robust.
3597         * lily/stem.cc (position_noteheads): fix for cluster chords.
3599         * mf/*.mf: many blotting/pixel rounding fixes  by Rune Zedeler
3601         * python 2.2 support.
3603 2002-02-04  Han-Wen  <hanwen@cs.uu.nl>
3605         * VERSION: 1.5.30 released
3607         * lily/dynamic-engraver.cc: add doco about DynamicLineSpanner
3609         * Documentation/user/refman.itely (Dynamics): add a note about
3610         DynamicLineSpanner.
3612         * scm/grob-description.scm: add a 'translator-type?  object
3613         property, so that \property Foo.Bar =\turnOff doesn't cause
3614         type check warning.
3616         * lily/translator-group.cc (add_fresh_group_translator): make
3617         new add-translator functions to make distinction between fresh and
3618         used group-translators. Fixes problem with scripts on auto-changing voice 
3620         * lily/timing-engraver.cc: make Timing_engraver instantiatable,
3621         add to Score_performer. Fixes bar checks in MIDI
3623         * lily/tie-engraver.cc (create_grobs): Use pitches to compare note
3624         heads. Fixes many quirks with ties.
3626         * lily/engraver.cc (announce_grob): Use SCM argument. Store cause
3627         in the grob property #'cause, instead of using Grob_info.
3629         * ly/engraver-init.ly (StaffContext): move Dot_column_engraver to
3630         staff context, fixing dot alignment on collisions.
3632         * lily/beam-engraver.cc (try_music): remove can't find beam start
3633         warning, so that skipTypesetting won't complain.
3635 2002-02-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3637         * Documentation/user/refman.itely (Paper size): Documentation fix,
3638         papersize
3640         * lily/text-engraver.cc: Bugfix: textNonEmpty works again
3642         * scm/grob-description.scm: \breathe: Use feta font comma by default
3644 2002-01-23  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3646         * input/template/piano-dynamics.ly (pedal): Simplified
3648 2002-01-18  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3650         * ly/engraver-init.ly: avoid warnings on \skip in lyrics
3652 2002-01-10  Mats Bengtsson  <matsb@s3.kth.se>
3654         * lilypond-mode.el (LilyPond-command-query): ignore case.
3656 2002-02-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3658         * VERSION: 1.5.29 released
3660         * all files: change 2001 to 2002 in headers globally
3662         * mf/parmesan20.mf: split out ancient notation into parmesan ("old
3663         cheese") font. WARNING: fonts changed.
3664         
3665 2002-02-01  Juergen Reuter <reuter@ipd.uka.de>
3667         * mf/*.mf: Fixed some blot_diameter related flaws in some feta symbols
3668         
3669         * mf/*.mf: Added some more vaticana/solesmes style font symbols
3670         
3671         * mf/*.mf: Bugfix: renamed subbipunctum -> inclinatum
3673         * mf/*.mf: Fixed a few typos in various .mf files
3675 2002-01-17 Rune Zedeler <rune@zedeler.dk>
3677         * mf/: added macro soft_penstroke
3678         
3679                softened some glyphs
3680                redrawn triangular noteheads
3681                redrawn tab-clef
3682                added classical quarter rest
3683         
3684         * lily/stem.cc: Bugfix: Stem-attachment when staff_space!=1
3686         * lily/bar.cc: Bugfix: repeat dots when even number of staff
3687         lines and staff_space>=2
3689         * lily/rest.cc: Use default rests when current style glyphs not
3690         found - this allows
3691         \property Staff.Rest \override #'style = #'classical
3693 2002-01-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3695         * input/bugs/first-tie.ly: New file.
3697         * input/bugs/spacing-clash.ly: New file.
3699 2002-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3701         * po: regenerate.
3703 2002-1-24 Chris Jackson <chris@fluffhouse.org.uk>
3705         * lilypond-indent.el: New file providing indentation for
3706         parenthesised blocks of lilypond code in Emacs
3707         
3708         * lilypond-font-lock.el: Changes to the syntax table to facilitate
3709         indentation and handle block comments properly. Distinguish
3710         accents from close-brackets in fontification.
3712         * lilypond-mode.el: LilyPond-indent-command set appropriately.
3714 2002-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3716         * Documentation/windows/installing.texi: 
3717         * Documentation/windows/compiling.texi: Include from 1.4.10.
3719         * Documentation/windows/gs-profile.sh: previously lily-gs.sh
3721         * input/bugs/first-midi-tie.ly: New file.
3723 2001-12-29  Han-Wen  <hanwen@cs.uu.nl>
3724         
3725         * VERSION: 1.5.28 released
3727         * lily/parser.yy (My_lily_parser): Slightly kludgy warning for
3728         illicit beams on [c4 c4] etc.
3730         * lily/bar-check-iterator.cc (Bar_check_iterator): new
3731         file. Make separate iterator for Bar_checks. Bar_check now happen
3732         outside engravers, meaning that you can use them with
3733         skipTypesetting. Associated changes in other files.
3734         
3735         * lily/new-spacing-spanner.cc (stem_dir_correction): removed
3736         function
3737         
3738         * lily/spacing-spanner.cc (stem_dir_correction): removed function
3740         * lily/include/grob.hh (unsmob_item, unsmob_spanner): Add functions
3742         * lily/bar.cc (before_line_breaking): remove bar-line spacing code.
3744         * lily/stem.cc (set_spacing_hints): removed function
3746         * lily/note-spacing.cc (stem_dir_correction): new stem-direction
3747         correction for spacing; now take vertical extents of the stem into
3748         account.  
3750         * lily/third-try.cc: More hacking to get spacing working.
3752         * lily/note-spacing-engraver.cc: new file, Note_spacing_engraver
3753         sits at staff level and creates note spacing objects. Scrap it
3754         again, and document why.
3756         * lily/include/group-interface.hh: rename functions. 
3758 2001-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3760         * stepmake/stepmake/c++-rules.make:
3761         * stepmake/stepmake/c-rules.make: Fixes for bison-1.28.
3763 2001-12-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3765         * make/lilypond-vars.make: 
3766         * scripts/ly2dvi.py (setup_environment): 
3767         * scripts/lilypond-book.py (setup_environment): Also set tex
3768         memory options.
3770 2001-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3772         * VERSION: 1.5.27 released.
3774         * Documentation/user/refman.itely (Bar numbers): added bar number
3775         documentation.
3777         * scm/font.scm (make-style-sheet): Fixes to make staff-sizes work
3778         again.
3780 2001-12-22  Mats Bengtsson  <matsb@s3.kth.se>
3782         * tex/lilyponddefs.tex: Make sure interscorelinefill=1 doesn't
3783         spread the last few lines all over the last page of a score.
3785 2001-12-24  Han-Wen  <hanwen@cs.uu.nl>
3787         * lily/third-try.cc: 3rd try at revising spacing
3788         engine. Not yet finished.
3790         * lily/paper-column.cc (brew_molecule): print debugging marks on a
3791         paper-column.
3793         * lily/tie-engraver.cc (class Tie_engraver): Use busyGrobs for
3794         collecting past note heads.
3796         * lily/note-heads-engraver.cc (try_music): Remove end_mom_
3797         stuff.
3799         * lily/grob-pq-engraver.cc (class Grob_pq_engraver): New file, new
3800         class. Keep a queue of grobs that are still playing in busyGrobs. 
3802         * lily/lyric-combine-music-iterator.cc (get_busy_status): New
3803         function. Use busyGrobs to detect playing notes.
3804         
3805 2001-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3807         * Documentation/topdocs/INSTALL.texi: Added note about broken
3808         python-2.1.  Updated note for Debian's broken (well, broken for
3809         our use anyway) tex configuration.
3810         
3811         * scripts/lilypond-book.py (re_dict): python2.2 fix.
3812         
3813         * stepmake/stepmake/c++-rules.make ($(outdir)/%.hh): 
3814         ($(outdir)/%.cc): Adapted to bison-1.30; added bison < 1.30 fix.
3815         
3816         * scripts/lilypond-book.py (bounding_box_dimensions): Bugfix.
3817         (But left margin of png's still misses a few pixels.  Arg.)
3818         
3819 2001-12-16  Heikki Junes  <hjunes@cc.hut.fi>
3821         * lilypond-mode.el (LilyPond-command-next-midi): Make
3822         possible to kill midi-process (using "C-c C-m").
3824 2001-12-14  Han-Wen  <hanwen@cs.uu.nl>
3826         * scripts/lilypond-book.py (LatexPaper.set_geo_option):
3827         Convert strings with dimensions to numbers.
3829         * lily/volta-engraver.cc:  only make a  bracket for the top staff,
3830         as found in stavesFound. 
3832         * lily/bar-number-engraver.cc: remove staff administration. 
3834         * lily/mark-engraver.cc (acknowledge_grob): remove staff
3835         administration. This breaks support for invisible-staff.
3837         * lily/staff-collecting-engraver.cc: new engraver. Collects staff
3838         symbols into stavesFound.
3840         * lily/score-engraver.cc (acknowledge_grob): Acknowledge spacing
3841         grobs, and put them into columns.
3843         * lily/engraver-group-engraver.cc (acknowledge_grobs): Include the
3844         Engraver_group_engraver as a potential candidate for ack'ing grobs.
3846 2001-12-13  Heikki Junes  <hjunes@cc.hut.fi>
3848         * lilypond-mode.el (LilyPond-command-next-midi): Play next (or last)
3849         midi section in the Emacs-mode, so it is possible to play certain
3850         score in a multiscore lilypond-file.
3851          
3852 2001-12-09  Rune Zedeler  <rune@zedeler.dk>
3853         * lily/lily-guile.cc: Added ly_assoc_front_x() and ly_assoc_cdr()
3854         (FIXME: not accessible from guile)
3855         
3856         * lily/accidental-engraver.cc: rewrote accidental-routines to get
3857         better support for Kurt Stone's suggestions.
3858         Removed properties: noResetKey, forgetAccidentals, autoReminders,
3859                             lazyKeySignature.
3860         Changed property:   localKeySignature.
3861         Added properties:   extraNatural, autoAccidentals,
3862                             autoCautionaries.
3864         (BUGFIX: broken-tie-support destroyed in 1.5.16)
3865         
3866         * ly/property-init.ly: added commands
3867         \defaultAccidentals \modernAccidentals \modernCautionaries
3868         \noResetKey \forgetAccidentals
3870         * ly/engraver-init.ly: Correct initialization of new accidentals.
3871         
3872         * scm/translator-property-description.scm: The new properties
3873         added.
3874         
3875         * input/: Some examples added, some changed.
3876         
3877         * Documentation/regression-test.tely: Added quick test of new
3878         accidentals.
3880 2001-12-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3882         * scripts/lilypond-book.py (scan_latex_preamble): don't crash if
3883         header not found
3885 2001-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3887         * lily/beam.cc (before_line_breaking): Make beams  without stems
3888         or with only one stem disappear.
3890 2001-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3892         * bibtools/bib2html.py: Add simple bib2html convertor, and .bst
3893         files to have standardised HTML bibliography output. Update build
3894         docs to reflect this.
3896         * lily/include/simple-spacer.hh (struct Simple_spacer): add
3897         active_count_, so that we don't have to look for active springs
3898         anymore.
3900         * scm/interface-description.scm,scm/grob-property-description.scm:
3901         Add 'penalty
3903         * lily/simple-spacer.cc (solve): Handle forced line breaks
3904         here. Fixes problems when combining linebreaks with non-fitting
3905         line configurations
3907 2001-12-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3909         * 1.4.9.jcn3 forward ports.
3910         
3911         * Really included .cvsignore.
3913         * Included Han-Wen's uu1 windows fixes.
3915         * Bugfix: lilypond-profile.sh: append to GS_FONTPATH, GS_LIB.
3917         * Added Cygwin setup.hint
3919         * Removed tex, python wrappers and postinstalls to go with Cywgin's
3920         tetex/texmf, python installations.
3922         * Updated cygwin installer.
3924         * ly2dvi: Don't accept filenames with spaces (+ fix).
3926 2001-12-03  Han-Wen  <hanwen@cs.uu.nl>
3928         * ly/engraver-init.ly (VoiceContext): fix text engraver ordering.
3930         * lily/translator-def.cc: Remove manual symbol caching.
3932         * lily/script-column.cc (before_line_breaking): robustness check:
3933         don't crash if no direction set.
3935         * scripts/pmx2ly.py: Key and clef change support (Laura Conrad)
3937         * scripts/pmx2ly.py (Parser.parse_header): more generic header
3938         parsing.
3941 2001-12-01  Han-Wen  <hanwen@cs.uu.nl>
3943         * lily/note-head.cc (head_extent): added to compute width without
3944         ledger lines. By default, ledger lines take up width now.
3946         * input/regression/fingering.ly: demonstrate auto fingering.
3947         Horizontal placement is still buggy. 
3948         
3949         * lily/fingering-engraver.cc (class Fingering_engraver):
3950         added. Provides support for horizontal fingering scripts
3952         * lily/include/grob.hh: Naming: change parent_l() into get_parent()
3954         * lily/side-position-interface.cc (add_staff_support): add staff
3955         only for Y-axis side positions.
3957         * lily/parser.yy (request_chord): Fix mem leak.
3959         * lily/musical-request.cc (transpose): moved to Music::transpose()
3961         * lily/include/grob-info.hh: Change music pointer to SCM, so we
3962         can store grobs as grob-creation cause as well.
3964         * lily/group-interface.cc (add_thing): efficiency tweak: reuse
3965         handle when adding. Use precomputed symbols throughout lily.
3966         
3967         * lily/rhythmic-column-engraver.cc: make NoteSpacing grobs to keep
3968         track of spacing issues.
3970         * lily/separating-line-group-engraver.cc: make StaffSpacing grobs
3971         to keep track of staff spacing
3973 2001-11-30  Jan Nieuwenhuizen <janneke@gnu.org>
3975         * Rewrote new conditional guile >= 1.5 compilation switches, to keep
3976           code clean from conditionals and have a concentrated sets of
3977           compatibility fixes for old guile versions.
3979         * Fixes for guile 1.4, including embedded ps.
3981 2001-11-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3983         * lily/stanza-number-engraver.cc (process_music): allow pairs as
3984         well for markup texts.
3986         * lily/musical-request.cc (length_mom): kludge for null pointer.
3988         * scm/sketch.scm (sketch-output-expression): guile 1.4 compatibility
3990         * scm/lily.scm (sign): bugfix
3992         * CHANGES: Change log instated.
3994         * stepmake/add-html-footer.py: @BRANCH@ tag insertion.