(Introduction): rewrite
[lilypond.git] / ChangeLog
blobbaf13fab975b4520ad879b2838d08336245898b6
1 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
5         * Documentation/index.texi (Top): cleanup.
7         * Documentation/user/introduction.itely (Introduction): rewrite
8         introduction, 
9         (Music notation and  engraving): about notation. Add flat-picture
11 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
13         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
14         separation items. This keeps lyrics from bumping into each other.
16 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
18         * GNUmakefile.in (topdocs-web): New target.
19         (local-web): Depend on topdocs-web; fixes html-doc.
21 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
23         * po/lilypond.pot: run po-replace
25         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
27         * scm/drums.scm (reset-drum-kit): new function.
29         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
31         * scripts/update-lily.py: remove
32         
33         * VERSION: release 1.7.25
34         
35         * Documentation/user/introduction.itely (Introduction): rewrite
36         start of introduction.
38 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
40         * lily/all-font-metrics.cc: fixed typo
42 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
44         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
45         LilyPond-mode-context-set-syntax-table): new functions to define
46         the syntax table according to context.
48         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
50 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
52         * Documentation/user/refman.itely (Figured bass): 
53         language nit courtesy http://www.vocabula.com
55         * GNUmakefile.in: remove no kpathsea hack.
57         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
58         doco.
60         * GNUmakefile.in: remove web-doc target.
62         * lily/all-font-metrics.cc (find_afm): add message about
63         buildscripts/clean-fonts.sh 
65         * scm/define-music-properties.scm (figure): use string for 'figure
67         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
69         * input/regression/ : add raggedright = ##t where applicable. 
70         
71         * scm/bass-figure.scm (make-bass-figure-markup): add
72         alignBassFigureAccidentals property.
74         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
75         bracket.
77         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
78         syllables widths into account for minimum-length.
80         * input/test/staff-container.ly: update file
82         * input/test/stem.ly: remove
84         * lily/event.cc (LY_DEFINE): add ly: prefix.
86         * input/test/clef-manual-control.ly: from manual-clef
88         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
90         * input/test/different-time-signatures.ly: move to poly-metric.ly
92         * input/test/hara-kiri*,scales.ly: remove
93         
94         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
95         with chord-names-jazz.ly)
97         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
98         get scalable cm fonts too.
100         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
101         --encoding for mftrace if present.
103         * input/regression/slur-area.ly: move from test/
105         * input/test/: remove simple-slur-endings slur-attachment
106         slur-broken-cross-staff slur-broken.ly slur-damping.ly
107         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
108         slur-symmetry slur-symmetry tie-broken.ly
110         * scm/drums.scm (set-drum-kit): add function.
112         * Documentation/user/refman.itely (Percussion staves): use
113         set-drum-kit
115         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
116         too
117         (Global_measure.set_timesig): handle 3/8 time sig too.
119         * scm/output-lib.scm (note-head-style->attachment-coordinates):
120         note about triangle note heads.
122         * scm/drums.scm: use alist for instrument-settings. This fixes the
123         bug with assigning to drums in the .ly file.
125         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
126         CHANGED.
128         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
129         cluster-beacon-interface
131         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
133         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
135         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
137         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
138         to get positions.
140         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
141         make ClusterSpannerBeacon to record Y positions. This removes the
142         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
143         make cluster-note-events.
145 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
147         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
149         * configure.in: Use lily/main.cc as identifying source file.
151         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
153         * config.hh.in: 
154         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
156         * configure.in: Require PYTHON >= 2.0.
158         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
159           $PYTHON for include dir location.
160         (STEPMAKE_PYTHON): New function.  Use
161         
162             PYTHON=foo ./configure
164           to override.
166 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
168         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
169         something.
171         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
172         ftp.lilypond.org everywhere.
174 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
176         * lily/text-item.cc (interpret_new_markup): do only if new-markup
177         detected.
179         * Documentation/user/refman.itely (Grace notes): note on explicit
180         contexts
182 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
184         * lilypond-font-lock.el: add a comment about LilyPond specific
185         escape characters: ^, - and _, in the syntax table.
187         * Documentation/user/appendices.itely: a majuscule fix.
189 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
191         * input/test/trills.ly (endHorizScript): fixes.
193         * input/test/chord-names-jazz.ly: merge in alternate Jazz
194         notation, move from regression.
196         * input/test/script-stack.ly: change name from stacked-scripts
198         * input/test/ossia.ly: octave errors.
200         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
201         for midi-volume-equaliser
203 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
205         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
206         cm fonts.
208         * mf/feta-beugel.mf: don't multiply font_count by 10.
210         * lily/lookup.cc (horizontal_line): new function. Use
211         horizontal-line in output backends.
213         * Documentation/user/tutorial.itely (An orchestral part): new
214         section on orchestral stuff and identifiers.
216 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
218         * lilypond-mode.el: comment-out paren-highlighting, it still causes
219         some interference to other modes.
221 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
223         * lily/spacing-spanner.cc (musical_column_spacing): use average,
224         not maximum of spacing wishes in polyphonic situations.
226         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
227         number
229         * lilypond-indent.el: remove paren matching. 
231         * lily/text-item.cc (interpret_new_markup): new function
232         use iso. text2molecule.
234         * lily/main.cc (notice): change FSF address 
236         * po/de.po: update PO file to 1.6.
238 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
240         * Documentation/user/ {many}: Add periods and remove spaces.
241         
242 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
244         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
245         Disable buffer-locally default paren hook and make a new one. 
247         * lilypond-mode.el: Turn off locally paren-mode, but turn on
248         locally LilyPond-paren-mode. Add todo for mouse double-click.
250 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
252         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
253         Disable buffer-locally default paren idle timer and make a new one. 
255         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
256         locally LilyPond-show-paren-mode. Add to menu a toggle for
257         LilyPond-show-paren-function.
259 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
261         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
263 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
265         * Documentation/user/refman.itely: spelling fix.
267         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
268         paren highlight function definitions. add todo for
269         Lilypond-show-paren-mode.
271 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
273         * input/template/jazz-combo.ly: new file.
275 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
277         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
278         lo-res fixes.
280         * mf/feta-schrift.mf: bugfix in varcoda sign.
281         WARNING: FONT CHANGED
283         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
284         in accordance with lexer.ll.   
286 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
288         * Documentation/user/tutorial.itely: Edit introduction.
290 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
292         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
293         ly:grob-staff-position
295 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
297         * scm/to-xml.scm: import srfi-1
299         * VERSION (MAJOR_VERSION):  release 1.7.24
301         * python/lilylib.py (make_ps_images): make multipage _really_ work.
303         * scripts/lilypond-book.py (do_file): put texidoc before image.
304         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
306         * input/regression/*.ly: fix snippet octaves 
308         * input/test/spanner-after-break-tweak.ly: import
309         broken-spanner-adjustment
311         * input/no-notation/midi-transposing.ly: move from input/test/
313         * input/test/: remove chord-markup
315         * input/regression/instrument-name-partial.ly: move from input/test.
317         * input/test/vertical-text.ly: remove
319         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
320         space above lyrics lines.
322         * input/test/uniform-breaking.ly: remove file.
324         * lily/gourlay-breaking.cc (combine_demerits): add comment about
325         uniform spacing density. 
327         * input/test/chords.ly (keys): remove file.
329         * scm/documentation-lib.scm (oop): use srfi-1 too.
331         * input/regression/*.ly: add \version
333         * Documentation/user/*.itely: various fixes.
335         * buildscripts/mf-to-table.py (base): break table every three
336         symbols.
338         * input/:  remove %% new-chords-done %% .
340         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
341         os-music.ly
342         
343 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
345         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
347         * scm/new-markup.scm (box-markup): new function.
348         (box-markup): new function. Contributed by Dick Schoeller
349         <schoeller@attbi.com>
351         * scm/lily.scm: remove reduce-no-unit 
352         (list-insert-separator): use fold-right
354         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
355         of arguments. 
357         * NEWS: more neutral language for ancient notation 
359         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
360         inside pointing beaming for chord tremolo.
362         * Documentation/user/lilypond-book.itely: minor editing
364 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
366         * NEWS: added news for 1.8 regarding ancient notation
368         * Documentation/user/refman.itely (Gregorian square neumes
369         ligatures): fixed typo
371         * lily/vaticana-ligature-engraver.cc,
372         lily/include/vaticana-ligature.hh: bugfix: use special heads for
373         lower/upper head of Pes only when heads are stacked
375         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
376         scm/define-grob-properties.scm: cleanup: make "join-left" a
377         boolean grob property and save delta pitch in grob property
378         "delta-pitch" instead
380         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
382 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
384         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
385         completely borked
387         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
388         (try_music): bug fix: beam multiplicity was completely borked.
390         * scm/lily.scm: remove tail, filter-list, filter-out-list,
391         first-n, butfirst-n in favor of srfi-1 functions.
392         remove string-join, string-pad in favor of srfi-13 functions.
394         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
396         * NEWS: use complete sentences.
398         * Documentation/user/introduction.itely (Example applications):
399         add note about databases and lilypond-book.
401         * input/test/volta.ly: remove file
403         * input/regression/volta-broken-left-edge.ly: simplify file
405 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
407         * Documentation/user/refman.itely (Constructing a tweak): new
408         subsection.
410         * Documentation/user/tutorial.itely (Fine tuning layout): add
411         common tweaks.
413         * scm/define-grobs.scm (TextScript): use new brewer.
415 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
417         * VERSION: release 1.7.23
419         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
421         * python/lilylib.py (make_ps_images): bugfixes.
423         * input/regression/volta-multi-staff.ly: new file.
425         * Documentation/user/macros.itexi: refcommands, refcommand macros.
427         * Documentation/user/tutorial.itely (Piano staffs): new section.
428         (Setting variables): new section
429         (Fine tuning layout): new section
431         * input/just-friends.ly: remove file. Superseeded by
432         input/test/chords-without-melody.ly
434         * ly/property-init.ly: add all commands to refman.
436         * scm/define-translator-properties.scm: remove
437         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
439         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
440         name. Underscores botch up PS output.
442         * scm/define-translator-properties.scm: remove
443         textNonEmpty, oneBeat, regularSpacingDelta
445         * scripts/convert-ly.py (FatalConversionError.conv): conversion
446         rule for automaticBars.
448         * lily/timing-engraver.cc (start_translation_timestep): change
449         barNonAuto to automaticBars
451 2003-06-30  Graham Percival  <gperlist@shaw.ca>
453         * input/test/perform-tie.ly: delete file.
455 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
457         * Documentation/user/refman.itely (Gregorian square neumes
458         ligatures): bugfix: do not show ledger lines in neumes table
459         (fixed by setting staff symbol to transparent rather than removing
460         it from staff context)
462 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
464         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
465         glue into brew-new-markup-molecule.
467         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
469         * Documentation/user/introduction.itely (Computerized typography):
470         new section
472         * Documentation/user/tutorial.itely (An orchestral part): remove
473         pc example from tutorial.
475         * input/tutorial/lilbook.tex: use screech-boink
477         * scripts/lilypond-book.py (compile_all_files): split formatting
478         output body and scheduling lilypond compilation.
479         (format_lilypond_output_bodies): new function
480         (format_lilypond_block): new function
481         (html_pages): allow multi-page images in HTML
483         * python/lilylib.py (make_ps_images): rename function from
484         make_preview, merge with make_page_images
486 2003-06-28  Graham Percival  <gperlist@shaw.ca>
488         * input/test/key-clefs.ly: moved to regression.
490         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
492         * input/no-notation/README: added note about midi-*.ly files.
494         * input/test/two-key.ly: moved to no-notation/parse5.ly
496         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
497         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
499         * input/test/ {various}: modified comments, marked some for deletion.
501         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
503         * input/test/mmrest-collision: moved to regression.
505 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
507         * scm/chord-name.scm (note-name->markup): don't superscript root
508         alterations in chordnames.
510 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
512         * Documentation/user/refman.itely (Multi measure rests): more
513         index/cross-referencing.
515         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
517         * scm/font.scm: remove properties-to-font-name code.
519         * scm/define-grob-properties.scm: remove 'type
521         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
522         conversion
524         * lily/text-spanner.cc: change 'type grob prop to 'style 
526         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
527         "first" flag to decide whether to make a start-repeat
529         * input/regression/grace-volta-repeat-2.ly: new file.
531 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
533         * lilypond-indent.el: rename generic functions to LilyPond-*
535 2003-06-22  Graham Percival  <gperlist@shaw.ca>
537         * input/test/thumb.ly: delete, merged into refman.
539         * Documentation/user/refman.itely: added thumb info to Fingering.
541         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
542         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
543         vertical-align.ly : deleted files.
545 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
547         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
549         * lily/line-spanner.cc (broken_trend_offset): remove function.
550         (get_broken_offset): idem.
551         (brew_molecule): rewrite the line-break case.
553         * input/regression/follow-voice-break.ly:  new file.
555         * lily/line-spanner.cc (after_line_breaking): remove lines at the
556         start of a system.
558 2003-06-20  Graham Percival  <gperlist@shaw.ca>
560         * input/test/tuplet-rest.ly: moved to regression.
562         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
563         deleted file.
565         * input/test/ {many} : marked file for possible deletion.
567 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
569         * input/regression/beam-funky.ly: add note about (disputed)
570         correct beaming.
572         * ly/engraver-init.ly (ScoreContext): put key-signature after
573         staff-bar
574         
575 2003-06-20  Graham Percival  <gperlist@shaw.ca>
577         * input/test/ broken.ly lyric-phrasing.ly: deleted.
579         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
581         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
583         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
584         stem-extend was deleted (it was duplicate example, and not as
585         good).
587         * input/test/[s-z]*.ly: add texidoc index.
589 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
591         * lily/slur.cc (get_boundary_notecolumn_y): change name from
592         get_first_notecolumn_y
594         * lily/spanner.cc (broken_spanner_index): new function.
596 2003-06-19  Graham Percival  <gperlist@shaw.ca>
598         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
599         lyric-hyphen.ly : moved to regression.
601         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
602         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
604         * input/test/instrument-name-mmrest.ly: moved to
605         ../regression/multi-measure-rest-instr-name.ly
607         * input/test/knee-sym.ly: moved to
608         ../regression/beam-knee-symmetry.ly.
610         * input/test/hymn.ly: change comments.
612         * input/test/[p-r]*.ly: add texidoc index.
614 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
616         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
617         to postfix syntax
618         
619         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
620         syntax.
622         * VERSION: release 1.7.22
624 2003-06-18  Graham Percival  <gperlist@shaw.ca>
626         * input/test/[h-k]*.ly: added texidoc index.
628         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
630         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
632         * input/test/ various : mark files for deletion or moving to regression.
634         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
636         * input/test/[l-o]*.ly: added texidoc index.
638 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
640         * scm/music-functions.scm (make-ottava-set): 
641         only do ottavation if centralCPosition is set.
643         * lily/translator-scheme.cc (ly:context-property-where-defined):
644         return '() if not found.
646 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
648         * lilypond-mode.el (LilyPond-un-comment-region): removed.
649         Use one command for both commenting and uncommenting.
651         * lilypond-indent.el (LilyPond-comment-region): new function,
652         (un)comments each line separately.
654         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
655         
656         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
657         imenu is not added by default; adapted from f90.el,
658         makes Help-menu, which does not fit, visible in XEmacs.
659         
660 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
662         * lilypond-mode.el: Set show-paren-mode local; minor-mode
663         show-paren-mode sets blink-matching-paren-on-screen local.
664         Try to make show-paren-function to paren-highlight local.
666         * lilypond-indent.el (LilyPond-scan-sexps): new function.
667         Copy definitions of Emacs' show-paren-function and
668         XEmacs' paren-highlight and make minimal changes;
669         add comments about locality. 
670         Fix matching first open-paren-char in '<< .. >>'.
672 2003-06-16  Graham Percival  <gperlist@shaw.ca>
674         * input/test/g*: added texidoc index.
676         * input/test/[a-g]*: added raggedright==#t when it
677          seemed appropiate.
679         * input/test/ fake-grace.ly figured-bass.ly : removed file.
681         * Documentation/topdoc/INSTALL.texi: removed false warnings
682         about gcc 3.3.
684 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
686         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
688         * input/test/chords-without-melody.ly (texidoc): add from
689         input/just-friends.ly
691         * input/regression/size{13--26}.ly: move from input/
693         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
694         input/{star-spangled-banner,twinkle}.ly: remove 
695         
696         * lily/slur.cc: remove slur over rest warnings.
698         * lily/note-spacing.cc (get_spacing): include left part of right
699         object in fixed space. This fixes stretched space before
700         accidentals.
702         * input/regression/spacing-accidental-stretch.ly: new file.
704 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
706         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
707         Reduce to 16pt.
709 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
711         * input/regression/spacing-knee.ly: docstring
713         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
715         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
716         input/tutorial/{test,solar,flowing}.ly: remove
718         * input/rhythm.ly: remove
720         * input/mutopia/F.Schubert/standchen.ly: update syntax.
722         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
723         update syntax. 
725         * scm/define-grobs.scm (all-grob-descriptions): set
726         knee-spacing-correction to 1.0
728         * lily/note-spacing.cc (stem_dir_correction): compute knee
729         correction using stem-thickness and head width.
731         * input/regression/beam-quanting-horizontal.ly: update texidoc
733         * scm/define-grobs.scm (all-grob-descriptions): set
734         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
735         This fixes 32nd beams for noteheads in spaces quants.
737         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
739 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
741         * README.mandrake: Change lilypond-extras to lilypond-documentation.
743 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
745         * input/test/dpncnt.ly,part-combine-score.ly: remove.
747         * VERSION (PACKAGE_NAME): release 1.7.21
749         * input/regression/stem-shorten.ly: new file.
751         * lily/stem.cc (get_default_stem_end_position): revise stem
752         shortening code.
754         * input/regression/spacing-multi-tuplet.ly: move from input/test/
756         * input/test/{scripts,volta-start,sleur}.ly: remove
757         
758         * input/regression/span-bar.ly: smaller file.
760         * input/regression/spacing-{natural,tight,loose}.ly: remove
762         * input/test/markup.ly: remove
764         * scripts/lilypond-book.py: put printfilename in separate chunk,
765         so texidoc is printed after the filename.  
767 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
769         * make/lilypond.mandrake.spec.in: fix docdirs.
771 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
773         * input/regression/beam-french.ly: bugfix.
775         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
777         * input/regression/(various).ly: add raggedright = #t.
779         * input/regression/auto-beam.ly: move from abe.ly
781 2003-06-13  Graham Percival  <gperlist@shaw.ca>
783         * input/test/f*.ly: added texinfo index.
784         
785         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
787 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
789         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
790         quant penalty for beam just outside staff.
792         * input/regression/beam-quanting-horizontal.ly (texidoc): move
793         from beam-pos.ly,  remove non-horizontal tests. 
795         * input/test/(various): cleanup header info. 
797         * input/test/tchaikovsky.ly: remove file.
799         * scm/chord-generic-names.scm: move from
800         double-plus-new-chord-name.scm
802         * input/test/orchestscore.ly: remove file
804         * Documentation/user/refman.itely (Vocal music): update documentation.
806         * scm/define-translator-properties.scm (chordNoteNamer): remove
807         chordNameStyle, use chordNameFunction
809         * scm/chord-name.scm (set-chord-name-style): remove
810         set-chord-name-style. Use \property chordNameFunction.
812 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
814         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
815         music): remove @TeX{} command.
817 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
819         * lilypond-indent.el (scan-sexps): Renamed to
820         aargh-this-breaks-other-emacs-modes-scan-sexps.
822 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
824         * lilypond-indent.el: Fix: match concurrent one-char opening and 
825         closing slurs: '()', etc. Add comments.
827         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
829         * lilypond-font-lock.el: match unending string at eof.
831         * make/lilypond.mandrake.spec.in: refreshed packed file list.
832         
833 2003-06-10  Graham Percival  <gperlist@shaw.ca>
835         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
836         input/test/beam-dir.ly input/test/beam-position.ly    
837         input/test/beam-suspect.ly input/test/beam-trend.ly    
838         input/test/beams.ly input/test/crescendo-text.ly : deleted
839         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
840         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
841         * input/test/default-bars.ly: moved to bar-always.ly
842         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
844 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
846         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
848 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
850         * scm/chord-ignatzek-names.scm (remove-step): rename file.
852 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
854         * lilypond-indent.el: Match better slurs in scheme expressions.
855         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
857         * Documentation/user/invoking.itexi: document Emacs' paren matching.
859 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
861         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
863         * input/ac-extra-voice.ly: Add texidoc.
865         * ly/chord-modifiers-init.ly: 
866         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
867         and chordNameExceptionsPartial for new chord names.
869         * input/test/chord-names-dpnj.ly: 
870         * input/test/dpncnt.ly: Update.
872         * scm/chord-name.scm: 
873         * scm/double-plus-new-chord-name.scm: Add compatibility for new
874         chord selection and options.
876         * ly/chord-modifiers-init.ly: Add exceptions 
878         * scm/define-translator-properties.scm (chordNameStyle) 
879         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
881 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
883         * ly/property-init.ly (germanChords): Added.
884         (semiGermanChords): Added.
885         
886         * input/test/chord-names-german.ly: Use new macros
887         
888 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
890         * lilypond-indent.el: Use similar parenthesis highlighting for 
891         Emacs and XEmacs through redefinitions of parenthesis highlighting 
892         functions; removed LilyPond-show-paren-function. Fix indenting.
893         Turn paren-matching on also in XEmacs.
895         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
896         as needed by parenthesis highlighting functions (in scan-sexp).
898 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
900         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
901         function.
902         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
904 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
906         * lilypond-indent.el: tune regexp for show-paren-function.
908 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
910         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
911         for all LilyPond-produced tex snippets.
913         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
914         fixes one line --preview output of ly2dvi.
916 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
918         * lilypond-indent.el: match only one type of slurs in
919         LilyPond-show-paren-function.
921 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
923         * debian/GNUmakefile (EXTRA_DIST_FILES): 
924         * debian/lilypond1.7.dirs: 
925         * debian/lilypond1.7-doc.dirs: New file.
927         * input/regression/chord-name-exceptions.ly: Add parameter for
928         ignatzekExceptions.  Quote hash in docstring.
930 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
932         * lilypond-indent.el (show-paren-function): define show-paren-function
933         as LilyPond-blink-matching-open and use it for closing parens.
934         Let LilyPond-blink-matching-open know whether a bracket was inserted.
936         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
937         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
938         LilyPond-blink-matching-paren in order to match both open and close
939         brackets.
940         
941 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
943         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
944         testing by modifying the code from FSF Emacs paren.el. Add comments.
946 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
948         * input/test/dpncnt.ly: Transpose example to match new
949         default \chords octave.  Add comment.
950         
951         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
952         comment about octave change.
954 2003-06-04  Graham Percival  <gperlist@shaw.ca>
956         * input/test/[d,e]: added texinfo index tags.
957         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
959 2003-06-04  Graham Percival  <gperlist@shaw.ca>
961         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
963 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
965         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
966         as in blink-matching-open.
968 2003-06-03  Graham Percival  <gperlist@shaw.ca>
970         * input/test/[a-c]: more comments in files.
971         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
972         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
973         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
974         mark file for proposed deletion.
975         * input/test: renaming files:
976         auto-beam-4-8.ly to beam-auto-4-8.ly
977         auto-beam-override.ly to beam-auto-override.ly
978         auto-beam.ly to beam-auto.ly
979         blank.ly to blank-paper.ly
980         absolute-volume.ly to dynamic-absolute-volume.ly
982 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
984         * input/test/dpncnt.ly: 
985         * input/test/chord-names-dpnj.ly: Resurrect.
987         * lily/my-lily-lexer.cc: Remove chordnames keyword.
989         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
991         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
992         Better docstring, add parameter OMIT-ROOT, tidy up.
994 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
996         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
998 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1000         * scm/output-ascii-script.scm (as-font-alist-alist):
1001         (as-properties-to-font-name):
1002         (as-make-style-sheet): Remove.
1004         * scm/font.scm (as-make-font-list): New function.
1005         (as-font-sheet-alist): New variable.
1007         * ly/paper-as9-init.ly: 
1008         * ly/paper-as5-init.ly: Update.
1010         * ly/paper-as5.ly:
1011         * ly/paper-as9.ly: New file.
1013 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1015         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
1017 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1018         * input/sondag-morgen/*: removed due to copyright concerns.
1019         * input/[a,b]*.ly: added a newline at the end of the texinfo
1020         doc string (produces better output in HTML version).
1021         * input/c*.ly: added texinfo index and added comments to
1022         aid in future changes to input/test/ files.
1024 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1025         
1026         * Documentation/user/refman.itely: fixed build problem (missing
1027         file) caused by previous renaming.
1029 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1030         
1031         * input/test/[a,b]*.ly: added texinfo index and added comments to
1032         aid in future changes to input/test/ files.
1033         * input/test/bar-number-every-5-reset.ly: renamed to
1034         bar-number-every-five-reset.ly
1035         * input/test/bar-script-visibility.ly: renamed to
1036         bar-number-show-all.ly
1038 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1040         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
1041         to Voice.
1043         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
1044         out note-line and glissando functionality.
1045         
1046         * lily/line-spanner.cc (brew_molecule): cleanup.
1048 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1050         * scripts/as2text.scm: Use rdelim module.
1051         (start-system): Rename from start-line.
1052         (stop-system): Rename from stop-line.
1053         (af-gulp-file): Use string iso symbol for getenv.
1055         * scm/output-ascii-script.scm: Add guile and lily modules.
1056         (font-name-alist): New variable.
1057         (draw-line): New function.
1059         * scm/output-lib.scm (func, arg->string): Re-add from archive.
1060         (Were these silently removed, without ChangeLog entry?)
1062 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1064         * scm/music-functions.scm (make-ottava-set): bugfixes: also
1065         process 2nd ottava correctly.
1067 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
1069         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
1071 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1073         * Documentation/user/converters.itely (Invoking midi2ly): Update.
1075 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1077         * VERSION: release 1.7.20
1078         
1079         * lily/text-spanner.cc (brew_molecule): clean up function. This
1080         fixes bugs with broken 8va spanners.
1082         * lily/simple-spacer.cc (solve): also compute force for raggedright.
1083         This prevents spurious line-breaks with raggedright
1084         
1085 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1087         * lily/key-performer.cc (create_audio_elements): always use major
1088         key
1090         * Documentation/user/internals.itely: updates
1092         * input/regression/beam-break.ly: new file.
1094         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
1095         beams if starting or terminating stems have 'beaming set.)
1097         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
1098         property.
1100         * lily/parser.yy (verbose_command_req): add comment about scales.
1102 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
1104         * lilypond-indent.el: adjust regexps in bracket-matching.
1106 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
1108         * Documentation/user/refman.itely: more tiny fixes
1110         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
1111         "Chord names"; added table with input syntax for solesmes neumes
1112         table; added some words about rationale on input syntax design
1114         * lily/gregorian-ligature-engraver.cc,
1115         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1116         lily/include/gregorian-ligature.hh: bugfix: horizontal head
1117         alignment of Pes Initio Debilis
1119         * Documentation/user/refman.itely,
1120         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1121         mf/parmesan-heads.mf: fixed most of the head selection/alignment
1122         bugs in the solesmes neumes table
1124 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
1126         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
1127         Similarly, match '[' and ']' by skipping '\[' and '\]'.
1129         * lilypond-mode.el: fix tag-score. small improvements.
1131 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1133         * .cvsignore: Add aclocal.m4.
1135         * lily/music-constructor.cc: Include <assert.h>.
1137 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1139         * ly/engraver-init.ly (HaraKiriStaffContext): use
1140         RemoveEmptyStaffContext instead.
1142         * Documentation/user/refman.itely: updates
1144 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
1146         * Documentation/user/refman.itely: added solesmes neumes table;
1147         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
1148         bugfix: "Ornaments" -> "Articulations"
1150         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
1152 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1154         * lilypond-indent.el: Add a message about trying to match \] or \).
1155         
1156 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
1157         
1158         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
1159         obsolete "arithmetic_*"
1161         * input/bugs/ligatures.ly: removed (will be put into a different
1162         directory later)
1164 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1166         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
1167         libkpathsea (Maurizio Tomasi).
1169 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1171         * input/regression/repeat-slash.ly (texidoc): new file
1173         * lily/slash-repeat-engraver.cc (try_music): new file, handle
1174         slash repeats separately. Slash repeats and %
1175         repeats can now be nested.
1177 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1179         * lilypond-indent.el: Add preliminary test for closing \] and \).
1180         
1181 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
1183         * lily/gregorian-ligature-engraver.cc,
1184         lily/vaticana-ligature-engraver.cc,
1185         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
1186         mf/parmesan-heads.mf: various semivocalis related bugfixes
1188         * input/bugs/ligatures.ly: new file demonstrating problems with
1189         ligatures
1190         
1191 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
1193         * lilypond-mode.el,
1194         lilypond-font-lock.el,
1195         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
1197 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
1199         * lilypond-mode.el: Remove outdated code. Stress the difference 
1200         between Emacs and XEmacs definitions.
1202         * lilypond-mode.el,
1203         lilypond-indent.el: Define a function interactive only when necessary.
1205 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
1207         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
1208         Use inactive regions also in XEmacs.
1210 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1212         * Documentation/user/refman.itely (Repeat syntax): more updates
1214         * lily/simple-spacer.cc (solve): move solution process into
1215         solve(). This fixes a bug with collisions and raggedright = ##t.
1217         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
1219         * ly/engraver-init.ly: remove GraceContext. Update examples.
1221 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1223         * GNUmakefile.in (fonts): Also make fontball.
1225         * Website fixes:
1227         * ly/engraver-init.ly (GraceContext): Add.
1229         * run:
1231             convert-ly $(find . -name *.ly)
1233         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
1234         new chords.
1236 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1238         * VERSION: 1.7.19 released
1239         
1240         * scm/music-functions.scm (set-octavation): new function.
1242         * input/regression/ottava.ly: new file
1244         * lily/translator-scheme.cc (LY_DEFINE): new function
1245         ly:unset-context-property
1246         (LY_DEFINE) new function ly:context-property-where-defined: 
1248 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
1250         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
1252         * lilypond.words: add few.
1254         * input/test/script-chart.ly: fix typo.
1256 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1258         * scm/define-grobs.scm: uniform naming for definitions and output
1259         routine files. 
1261         * ly/engraver-init.ly (ChoirStaffContext): add \description from
1262         scm/context-description.scm
1264         * lily/parser.yy (translator_spec_body): add \description to the
1265         \translator{} body syntax.
1267         * lily/ottava-engraver.cc: new file.
1269         * scm/chord-name.scm (natural-chord-alteration): replace old
1270         chord stuff. 
1272         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
1274         * Documentation/user/refman.itely (Metronome marks): update doco.
1276         * input/regression/markup-note.ly: new file
1278         * input/regression/metronome-marking.ly: new file
1280         * lily/metronome-engraver.cc: new file. Print \tempo markings.
1282         * scm/new-markup.scm (note-markup): make a note glyph, useful for
1283         metronome marks.
1285 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1287         * Documentation/user/GNUmakefile: Compatibility fix for new
1288         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
1289         for making binary packages; info splitting bug has been fixed.
1291         * Documentation/user/refman.itely: Compile fixes.
1293 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
1295         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
1296         Count \midi -keywords also for a region.
1298 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1300         * lily/lookup.cc (LY_DEFINE): new function
1302         * Documentation/user/tutorial.itely: updates
1304 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
1306         * lilypond-mode.el: Allow Midi on buffer.
1307         Use only '.ly'-extension, remove '.sly' and '.fly'.
1308         Allow use of inactive regions. Invoke next Command on Master file, 
1309         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
1311 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1313         * Documentation/user/tutorial.itely: updates.
1315 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
1317         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
1319 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
1321         * lily/coherent-ligature-engraver.cc: fixed typo
1323         * lily/coherent-ligature-engraver.cc,
1324         lily/gregorian-ligature-engraver.cc,
1325         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1326         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1327         lily/vaticana-ligature-engraver.cc,
1328         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
1329         scm/grob-description.scm: cleanup: junked LigatureHead grob and
1330         removed all ligature specific stuff from NoteHead code
1332         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
1333         ligatures now use regular noteheads
1335         * lily/vaticana-ligature.cc: tiny code cleanups
1337         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
1338         space between two adjacent noteheads of the same pitch
1340         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
1341         description; cleanup: removed obsolete font-family settings
1343 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
1345         * lily/coherent-ligature-engraver.cc,
1346         lily/gregorian-ligature-engraver.cc,
1347         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1348         lily/mensural-ligature-engraver.cc,
1349         lily/vaticana-ligature-engraver.cc,
1350         lily/include/gregorian-ligature-engraver.hh: updated for new
1351         Coherent_ligature_engraver; added comments that describe the basic
1352         design ideas of the ligature implementation
1354         * lily/coherent-ligature-engraver.cc,
1355         lily/include/coherent-ligature-engraver.hh: new file: shared code
1356         between mensural ligatures and Gregorian chant notation ligatures
1358 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1360         * lilypond-mode.el: XEmacs fixes: include two definitions for the
1361         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
1362         use only two arguments in sit-for, use no arguments in
1363         read-char-exclusive, backspace is not a character (127) in XEmacs.
1365         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
1367 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1369         * lilypond-mode.el: un-commenting works after syntax-table fix.
1371         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
1372         group, verbose commenting for syntax table.
1374         * lilypond-indent.el: add TODO for ligature slurs.
1376 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
1378         * lilypond-mode.el: Move comments of parenthesis matching away,
1379         (blink-matching-paren-on-screen) fix blinking in Emacs.
1381         * lilypond-font-lock.el: Fix parent-matching for Emacs:
1382         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
1384         * lilypond-indent.el: Add TODO for parenthesis matching.
1386 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
1388         * lilypond-mode.el: Fix XEmacs: 
1389         changed [S-iso-lefttab] to [(shift iso-lefttab)],
1390         invoke explicitly easy-menu-add (in Emacs done automatically).
1391         
1392         * lilypond.words: Add few words from input/*/*.ly.
1394 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1396         * VERSION (PATCH_LEVEL): release 1.7.18
1398         * scripts/lilypond-book.py: only print basename for printfilename
1399         option
1401         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
1402         and syntax updates.
1404 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1406         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
1407         better parametrisation. Move fatness of bulb downward.
1409         * mf/parmesan-custodes.mf (dir_down): remove underscores from
1410         glyph names. Underscores are not allowed .ps encoding files.
1412 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
1414         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
1415         variable "packed" for packed right-ragged mode
1417         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
1418         unused variable ragged; fixed indentation
1420         * Documentation/user/refman.itely: tiny cleanups in ancient
1421         clef and custos section
1423 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1425         * lily/parser.yy (Simple_music): add \applyoutput, syntax
1426         \applyoutput PROCEDURE
1428         * lily/my-lily-lexer.cc: add \applyoutput.
1430         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
1432         * lily/text-item.cc: clean text-interface description
1434 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1436         * input/{regression,test}/: use postfix for slur endings and beam
1437         begins.
1439         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
1440         style beams too. 
1442         * input/regression/lyrics-melisma-beam.ly: new file.
1444         * lily/lyric-engraver.cc (process_music): change from
1445         process_acknowledged_grobs()
1447         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
1448         functions to set and revert auto-beam settings.
1450 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1452         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
1454 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
1456         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
1457         Documentation/user/lilypond.tely: fixed some typos; updated author
1458         info
1460         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
1461         #"" -> #'flag-style = #'()
1463         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
1464         cleanup: removed dead #includes
1466         * lily/gregorian-ligature-engraver.cc,
1467         lily/include/gregorian-ligature.hh,
1468         scm/grob-property-description.scm: small cleanups, small spacing
1469         fixes
1471         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
1472         lily/vaticana-ligature.cc,
1473         lily/include/gregorian-ligature-engraver.hh,
1474         scm/grob-property-description.scm, scm/music-types.scm:
1475         "porrectus" -> "pes or flexa"
1477         * ly/engraver-init.ly, scm/grob-description.scm,
1478         scm/grob-property-description.scm: junked porrectus, now handled
1479         by ligature code
1481         * scm/grob-description.scm: bugfix: added space-alist entry for
1482         breathing sign/custos
1484 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1486         * Another grand 2003 update.
1487         
1488         * Remove mentioning of `mudela'; There's no such thing.
1490 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1492         * Documentation/user/preface.itely (Preface to version 1.8): update
1494         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
1496         * Documentation/user/converters.itely (Invoking convert-ly): revise
1498         * scripts/convert-ly.py (outfile_name): remove --assume-old.
1500         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
1502 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1504         * Documentation/user/internals.itely: more updates.
1506 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1508         * Documentation/user/refman.itely: revise 
1510         * Documentation/user/internals.itely: revise
1512         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
1514 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
1516         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
1517         beautification: reformatted ancient clefs section; cleanup: small
1518         wording fixes
1520 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
1522         * lilypond.words: added words for chant notation, sorted
1523         alphabetically through "sort lilypond.words"
1525 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
1527         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
1528         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
1529         chant notation
1531 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
1533         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
1534         prevent TeX from interpreting them as long dash
1536         * input/test/vaticana.ly: updated
1538         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
1539         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
1540         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
1541         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
1542         fixes
1544         * mf/parmesan-heads.mf: ledger endings: removed dead code
1546 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1548         * VERSION: 1.7.17 released
1549         
1550         * Documentation/user/GNUmakefile
1551         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
1552         files too.
1554         * scm/document-markup.scm: new file: document all markup
1555         functions.
1557         * scm/documentation-generate.scm: rename all documentation modules
1558         to document-*.scm
1560         * scripts/lilypond-book.py: generate link to .ly file iso. link to
1561         .png
1563         * input/test/divisiones.ly: added
1565         * input/regression/output-property.ly: new file
1567         * lily/cluster.cc: change cluster-interface to use style property
1569 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
1571         * input/test/chord-names-german.ly: modified.
1573         * scm/chords-ignatzek.scm:
1574           chord-name->german-markup: Added
1575           note-name->german-markup: Changed (now producing lowercase notenames)
1577         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
1578         
1579 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1581         * scripts/convert-ly.py (FatalConversionError.conv):
1582         divisiominima -> divisioMinima, etc.
1584         * ly/engraver-init.ly (FiguredBassContext): add
1585         Separating_line_group_engraver to Figured bass context.
1587         * ly/german-chords-init.ly: remove file
1589         * input/test/chord-names-german.ly (scm): new file.
1591         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
1593         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
1594         Chord_name_engraver
1596         * Documentation/user/refman.itely: lots of updates.
1598         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
1599         new file
1601         * input/test/bar-number-every-5-reset.ly: new file.
1603 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1605         * input/regression/chord-name-major7.ly: new file
1607         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
1608         if specced explicitly.
1610         * input/regression/chord-name-entry-11.ly: new file.
1612         * input/test/slur-beautiful.ly: new file.
1614         * Documentation/user/refman.itely: updates.
1616         * input/regression/collisions.ly (threevoice): cleanup.
1618         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
1620 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1622         * Documentation/user/*.itely: various updates.
1624         * ly/spanners-init.ly: enddecr/ endcr.
1626         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
1627         of tutorial
1629 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1631         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
1633         * lily/new-chord-name-engraver.cc (process_music): use octavation
1634         (a number) instead of original-pitch to store inversions. This
1635         fixes a problem with transposed chords with inversions.  
1637 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1639         * stepmake/aclocal.m4: Include compile fix for broken flex, as
1640         used in includable-lexer.hh.
1642         * lily/includable-lexer.cc: Bugfix: include config.h.
1644         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
1645         circumvention of Debian packaging bug.
1647 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1649         * flex-2.5.31 hits Debian/unstable.  Fixes below.
1650         
1651         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
1653         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
1654         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
1656         * lily/include/includable-lexer.hh: 
1657         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
1659         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
1661         * aclocal.m4: Regenerate.
1663         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
1664         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
1666         * scm/pdf.scm (use-modules): Include lily.
1668         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
1669         Noordkamp).
1670         (use-modules): Include lily.
1671         (lily-def): Bugfix: include tex-val in let.
1673 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
1675         * lilypond-mode.el: sensible error if lilypond.words not found.
1677         * lilypond.words: add few words.
1679 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
1681         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
1683         * mf/parmesan-scripts.mf: fixed typo in char name
1685 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1687         * VERSION: 1.7.16 released
1689         * python/lilylib.py (setup_temp): temporary directories are mode 700.
1690         (this is a security vulnerability).
1692         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
1694         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1695         add staff support.
1697 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
1699         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
1700         ly/script-init.ly, scm/script.scm: bugfix: renamed
1701         fermata->signumcongruentiae to fix naming clash with feta font
1703 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1705         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
1707         * lily/multi-measure-rest-engraver.cc
1708         (start_translation_timestep): use grace timing too for determining
1709         when to make mmrest.
1710         (start_translation_timestep): clear numbers too.
1712 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
1714         * scm/music-types.scm: compile fix: escape braces
1716         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
1717         work around font selection problem
1719         * Documentation/user/refman.itely: BreathingSign: added docu for
1720         property "text"
1722 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1724         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
1725         information.
1727 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1729         * lily/multi-measure-rest-engraver.cc (class
1730         Multi_measure_rest_engraver): make multiple Number objects, one
1731         for each MultiMeasureTextEvent.
1733         * scm/music-functions.scm (glue-mm-rest-texts): use
1734         MultiMeasureTextEvent
1736         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
1738         * Documentation/user/refman.itely (Multi measure rests): update.
1740 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1742         * lily/ly-module.cc (ly_copy_module_variables): use
1743         scm_internal_hash_fold() for iterating modules.
1745 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
1747         * Documentation/user/refman.itely: Section Custodes: added more
1748         example code
1750         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
1751         neo-mensural rests to parmesan font
1753         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
1754         header
1756 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1758         * Documentation/user/macros.itexi: @fileref macro.
1760         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
1761         each file. 
1763 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
1765         * lily/include/custos.hh, make/lilypond.suse.spec.in,
1766         Documentation/topdocs/AUTHORS.texi: updated my email address
1768         * Documentation/user/refman.itely: updated custos documentation;
1769         beautified divisiones example; beautified articulations table
1771         * lily/breathing-sign.cc: bugfix: finalis molecule
1773 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
1775         * Documentation/user/refman.itely: added docu for
1776         contemporary fermata symbols, gregorian breathing signs; small fixes
1778         * ly/gregorian-init.ly: removed obsolete #'type props
1780 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1782         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
1783         minimum-length property correctly.
1785 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1787         * scm/music-functions.scm (make-multi-measure-rest): set input
1788         locations for multimeasure rests.
1790 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
1792         * input/regression/breathing-sign.ly: updated to for ancient
1793         notation
1795 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1797         * scripts/ly2dvi.py: Add newline.
1799 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1801         * scripts/ly2dvi.py (dependency_files): Compile fix.
1803 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1805         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
1806         (make_html_menu_file): --html menu. 
1808 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1810         * scripts/ly2dvi.py (run_dvips): +add the .map file 
1812 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1814         * input/screech-boink.ly: new file.
1816 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1818         * scripts/lilypond-book.py (make_lilypond_file): convert
1819         lilypond-file to lilypond block directly, without going through
1820         begin/end lilypond text.
1821         
1823 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
1825         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
1826         scm/grob-description.scm: moved Michael's original breathing sign
1827         code in brew_molecule() to divisio_minima(); provided new
1828         brew_molecule() that effectively replaces the
1829         Text_item::brew_molecule callback (with additional fallback to
1830         Michael's original code); added callbacks for brewing divisio
1831         maior/maxima and finalis
1833         * gregorian-init.ly: added breathing sign shortcuts for virgula,
1834         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
1836         * script-init.ly: added shortfermata, longfermata,
1837         verylongfermata, varcoda
1839         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
1840         longfermata, verylongfermata, varcomma, varcoda
1842 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1844         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
1845           Remove all noquote and insert a few quote.
1846         
1847         * Documentation/user/lilypond-book.itely (Music fragment options),
1848           scripts/lilypond-book.py: Don't include quotation blocks by
1849           default. Introduce option quote instead of noquote
1851 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1853         * VERSION: 1.7.15 released
1854         
1855         * Documentation/user/lilypond.tely: omf updates.
1857         * buildscripts/texi2omf.py (omf_vars): include version.date
1859         * make/lilypond.redhat.spec.in: fixes for spec file. 
1861         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
1862         by function definition: lily now requires a recent GNU Make.
1864         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
1866         * make/ly-rules.make: remove .ly -> .tex rule
1868         * Documentation/user/refman.itely (Figured bass): revised figured
1869         bass example.
1871 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1873         * stepmake/stepmake/omf-targets.make (local-install): add
1874         scrollkeeper-update message.
1876         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
1877         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
1879         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
1881         * Documentation/user/converters.itely (Invoking midi2ly): add
1882         track/channel notice.
1884 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1886         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
1888         * lily/parser.yy (scalar): DIGIT is also a scalar.
1890         * Documentation/user/music-glossary.tely: add @omf tags
1892         * Documentation/user/lilypond.tely: add @omf tags
1894         * scm/generate-documentation.scm (string-append): add @omf tags.
1896         * stepmake/stepmake/omf-*: new files 
1898         * input/regression/multi-measure-rest.ly (texidoc): add doco
1900         * GNUmakefile.in (web-doc-install): add web-doc-install target
1902         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
1903         fixes crashes while dumping MIDI.
1905         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
1906         midi
1908 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1910         * buildscripts/texi2omf.py: new file.
1912         * mf/feta-beugel.mf: include font count, not staffsize (16) in
1913         font-name
1915 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1917         * input/regression/beam-manual-beaming.ly (texidoc): new file.
1919         * lily/sequential-iterator.cc (descend_to_child): call
1920         descend_to_child() for all types of music.
1922 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1924         * scm/translator-property-description.scm: Add
1925         bassFigureFormatFunction.  Replace some entries.
1927 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1929         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
1930         clean out.
1932 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1934         * scripts/midi2ly.py (Note.dump): never dump duration for
1935         dump_dur=0.
1937         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
1938         new function
1940         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
1941         figures using new markups. Much simpler, and should improve layout
1942         a little.
1944         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
1946 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1948         * ly/engraver-init.ly: use Hara kiri by default for 
1949         ChordNames, FiguredBass and Lyrics(Voice) context. 
1951         * lily/axis-group-engraver.cc (acknowledge_grob): use
1952         rhythmic-grob-interface for selecting items not to hara-kiri'd 
1954         * scm/new-markup.scm (markup-function-list): add bracket,
1955         vbracket.
1957         * ly/engraver-init.ly (ChordNamesContext): set
1958         minimumVerticalExtent
1960 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1962         * input/test/time-signature-double.ly: new file 
1964         * input/regression/collision-head-chords.ly (texidoc): new file.
1966         * lily/type-swallow-translator.cc: add note swallow translator 
1968         * input/test/time-signature-double.ly: new file.
1970         * lily/type-swallow-translator.cc: add Rest_swallow_translator
1972         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
1973         (FiguredBassContext): idem.
1975         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
1977         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
1979         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
1981         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
1982         .afm dependency
1984         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
1986         * python/lilylib.py (make_page_images): add function.
1988         * scripts/ly2dvi.py (run_latex): include title in preview image.
1990         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
1991         from lilypond-book for <ly2dvifile> tags in HTML.
1993         * scripts/ly2dvi.py (option_definitions): add --debug option to
1994         print out environment.
1996         * input/regression/tie-chord-partial.ly: new file.
1998 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
2000         * lilypond.words: add 3
2002 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2004         * scm/new-markup.scm (markup-function-list): add finger-markup
2006         * input/tutorial/brahms-tweaked.ly: new markup 
2008         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
2010         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
2011         crash when processing '() markup
2013         * input/regression/breathing-sign.ly (texidoc): add caesura example.
2015         * lily/breathing-sign.cc (railtracks): another caesura.
2017         * mf/feta-schrift.mf: caesura symbol. 
2019 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2021         * scripts/convert-ly.py (FatalConversionError.conv): add
2022         ly:molecule-XXX conversions.
2024         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
2026         * input/regression/multi-measure-rest-text.ly: new file.
2028         * scm/music-functions.scm (glue-mm-rest-texts): automatically
2029         convert MMREST-TEXT to MultiMeasureRestNumber settings.
2031         * ly/engraver-init.ly (ScoreContext): move tablature settings to
2032         ScoreContext
2034         * scm/new-markup.scm (center-markup): \center markup.
2036         * scm/music-functions.scm: remove pitchify scripts.
2038         * lily/music.cc (print_smob): display music name if available 
2040 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2042         * Documentation/user/refman.itely (Instrument names): remove
2043         \turnOff doco.
2045 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2047         * lily/score.cc (mark_smob): bugfix.
2049         * input/regression/rehearsal-mark.ly: new file.
2051         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
2052         report error at the current token again.
2054 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2056         * cygwin/mknetrel: Exit if doc build fails.
2058         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
2060 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2062         * scm/music-types.scm (music-descriptions): add doc strings
2064 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2066         * lily/lexer.ll: 
2067         * lily/include/my-lily-lexer.hh: 
2068         * lily/include/includable-lexer.hh: Add flex kludge.
2070         * config.hh.in: 
2071         * config.make.in: 
2072         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
2073         cruft.
2074         
2075         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
2076         code.
2078 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2080         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
2082         * lily/parser.yy (new_chord): Compile fix.
2084 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2086         * Documentation/user/refman.itely (Tuning groups of objects):
2087         remove documentation for \turnOff. 
2089         * lily/percent-repeat-engraver.cc (try_music): add correct
2090         processing moments for double-measure percents as well.
2092         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
2094         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
2095         grob prop type. 
2097         * Documentation/user/refman.itely (Printing named chords): add
2098         chord name tweak doco.
2100         * input/template/gregorian-transcription.ly: new file.
2102 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2104         * VERSION: 1.7.13 released
2105         
2106         * input/test/*: lots of cleanups/comment-outs/removals in chord
2107         examples
2108         
2109         * input/regression/*: lots of cleanups/comment-outs/removals in
2110         chord examples
2111         
2112         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
2113         options
2115         * lily/new-chord-name-engraver.cc (process_music): give original
2116         inversion pitch to chord name routine.
2118         * input/tutorial/os-score.ly: update to new markup
2120         * Documentation/user/appendices.itely: simply include
2121         chords-ignatzek. 
2123         * Documentation/user/refman.itely (Chords mode): add documentation
2124         for chord mode.
2126         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
2127         not present in chord.
2128         (construct-chord): add inversion and bass support.
2130         * lily/chord.cc: junk contents.
2132 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
2134         * Documentation/user/refman.itely:
2135         * Documentation/user/music-glossary.tely: fix. 
2137 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2139         * scm/chord-entry.scm (construct-chord): move chord construction
2140         to Scheme.
2142         * lily/parser.yy (new_chord): new setup for chord entry.
2144 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
2146         * lilypond.words:
2147         * Documentation/user/music-glossary.tely: add ambitus.
2149 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2151         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
2153         * lily/include/*.hh: string() -> to_string()
2155         * scm/chords-ignatzek.scm: new file.
2157         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
2158         standard chord name exceptions.
2160         * scm/translator-property-description.scm (chordNameSeparator):
2161         add property.
2162         (majorSevenSymbol): add property
2164         * lily/translator-scheme.cc (ly:context-properties): new function
2165         (ly:context-parent): new function.
2166         (print_smob): print context name.
2168         * lily/music.cc (ly:get-music-length): new function
2169         (print_smob): don't print properties.
2171         * lily/duration.cc (duration<?): new function
2173         * input/regression/chords-funky-ignatzek.ly: new file.
2175         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
2176         jazz chords.
2178         * lily/pitch.cc (ly:pitch-diff): new function.
2180         * input/regression/chords-ignatzek.ly: new file.
2182 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2184         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
2185         pitches for jazz chords.
2187 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2189         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
2191 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
2193         * lilypond.words: add 1
2195 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
2197         * Documentation/topdocs/AUTHORS.texi: refine.
2199 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2201         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
2202         
2203         * lilypond.words: add one.
2205 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
2207         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
2208         Fontify bass note in chords, e.g., e in c1/e.
2209         
2210 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2212         * Documentation/user/music-glossary.tely: Dutch updates and
2213         additions (Arent Storm).
2215 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2217         * input/regression/ambitus.ly:  move file.      
2219         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
2221         * lily/event.cc (transpose): add tonic property to Key_change_req
2222         and to Key_engraver.
2224 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
2226         * Documentation/user/refman.itely: fix typo.
2228         * lilypond.words: removed wrong identifiers.
2230 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2232         * mf/feta-toevallig.mf: make flat stem shorter 
2234 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
2236         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
2238         * lilypond.words: add from Phrasing slur.
2239         
2240 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
2242         * lilypond-mode.el: allow launching multiple ViewPS processes.
2243         
2244         * lilypond.words: add from Text markup.
2246 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2248         * input/test/ossia.ly (texidoc): add comment.
2250         * input/regression/voice-follower.ly: new file.
2252         * mf/feta-toevallig.mf: make flat heavier.
2254         * lily/cluster-engraver.cc: clean up Cluster engraver
2256         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
2257         Engraver. Use Note_column to compute Y positions and deal with
2258         line break stuff.
2260 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2262         * lily/stem.cc: move french-beaming to stem.
2264 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
2266         * lilypond-font-lock.el: fontify all durations in chords.
2268         * lilypond.words: add from lily/my-lily-lexer.cc
2270 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2272         * VERSION: release 1.7.12
2274         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
2276         * lily/gregorian-ligature.cc: new file
2278         * lily/*: the Great 2003 search & replace.
2280         * Documentation/user/refman.itely (Manual repeat commands): add
2281         note about font selection.
2283 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
2285         * lilypond-mode.el: propose recompiling midi while invoking playing,
2286         not while stopping playing.
2288 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
2290         * lilypond.words: add one.
2292         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
2293         and expressional note grouping. Fontify chord modes.
2295 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
2297         * Documentation/user/music-glossary.tely (Top): translate melisma.
2299 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2301         * Documentation/user/music-glossary.tely (Top): add melisma.
2303 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
2305         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
2306         interfaces for (abstract) grob GregorianLigature
2308         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2309         renamed head* -> glyph_name*, x-shift* -> x-offset*
2311         * scm/grob-property-description.scm: bugfix: added missing descriptions
2313 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2315         * input/test/chord-names-dpnj.ly: New file.
2317         * scm/double-plus-new-chord-name.scm: Implement full and partial
2318         exceptions.
2320         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
2322         * scm/double-plus-new-chord-name.scm
2323         (double-plus-new-chord->markup): Fix sub->markup.
2326 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
2328         * lily/custos-engraver.cc: added TODO; editorial changes
2330         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
2331         consistency with other ligature engravers; removed access on (now)
2332         private variable _ligature of Ligature_engraver
2334         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
2335         renamed last_bound -> last_bound_; issue programming_error on
2336         abstract method calls; moved primitives code from
2337         Mensural_bracket_engraver to here (because almost ligature
2338         engravers will need it); renamed try_stop_ligature () ->
2339         typeset_ligature (); bugfix: store primitives of finished ligature
2340         in separate variable finished_primitives_ to avoid clash on input
2341         like "\] \["; added current_ligature () to enable access on
2342         private variable _ligature
2344         * lily/mensural-ligature-engraver.cc: removed primitives_ code
2345         (now in super class); renamed try_stop_ligature () ->
2346         typeset_ligature ()
2348         * lily/mensural-ligature.cc: issue programming_error on abstract
2349         method calls
2351         * lily/note-heads-engraver.cc: added TODO comment upon bool
2352         in_ligature
2354         * mf/parmesan-heads.mf: fixed some of set_char_box()
2356         * scm/grob-description.scm: added VaticanaLigature
2358         * scm/grob-property-description.scm: added neume prefix properties
2360         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
2361         lily/include/gregorian-ligature-engraver.hh,
2362         lily/include/gregorian-ligature.hh: new files; framework for
2363         gregorian ligature engravers such as vaticana
2365         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
2366         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
2367         vaticana style ligature implementation (still somewhat uncomplete)
2369 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2371         * VERSION: release 1.7.11
2373         * scripts/convert-ly.py: add ly:pitch-transpose rule
2375 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2377         * input/test/dpncnt.ly: New file.
2379         * lily/my-lily-lexer.cc: Add chordnames keyword.
2381         * lily/parser.yy (chordnames_block): Parse chord name exception
2382         lists, see input/test/dpncnt.ly.
2384         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
2385         function.
2387         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
2388         filter-out too.
2390         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
2391         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
2392         pitch functions (except for ly:make-pitch, but that's apparently
2393         some sort of scheme naming standard?).
2395         * scm/lily.scm (!=): define-public.
2397         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
2399 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2401         * scm/double-plus-new-chord-name.scm
2402         (double-plus-new-chord-name->markup): New file.
2404 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2406         * python/lilylib.py (make_preview): don't suppress progress for
2407         bbox extraction.
2409 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2411         * Documentation/user/appendices.itely (scheme): update for new syntax.
2413         * input/regression/chord-name-styles.ly: new file
2415         * lily/instrument-name-engraver.cc: create instrument names
2416         without barline too.  Allows instrument name on ChordNames  
2418         * scm/new-markup.scm (interpret-markup): allow simple strings as
2419         markup too.
2421 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2423         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
2424         (step->markup-accidental): Fix: add accidental.
2425         (chord::inner-name-american): 
2426         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
2427         append stray '/' if last superscript addition was 'o'.
2429         * scm/new-markup.scm (normal-size-sub-markup) 
2430         (normal-size-super-markup): New function.
2432         * lily/source-file.cc (Source_file): Add warning for possibly
2433         intentional but suspicious initialization.
2435         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
2436         add comments about cut-and-paste programming.
2438         * flower/rational.cc (lcm): Not used; comment out.
2440 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2442         * lily/new-fingering-engraver.cc (position_scripts): use
2443         fingerHorizontalDirection to determine fingering horizontal
2444         directions.
2446         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
2447         fingering support.
2449         * scripts/convert-ly.py (FatalConversionError.conv): add style
2450         conversion rule. 
2452         * scm/chord-name.scm (set-chord-name-style): new function.
2453         (new-chord-name-brew-molecule): revise to interpret markup only
2454         (new-chord->markup): cleanuppish rewrite. To be called from the
2455         new engraver.
2457         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
2458         Markup earlier, during interpreting.
2460         * input/test/{banter,jazz,american}-chords.ly (scheme): update
2461         style settings. Rename to chord-names-*.ly
2463 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2465         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
2466         markup code and update to new markup.  Most probably broke some of
2467         it.
2468         
2469 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
2471         * Documentation/user/refman.itely: added docu for ambitus and
2472         clusters
2474         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
2475         ly_quote_scm() in lookup.cc
2477         * mf/parmesan-clefs.mf: set_char_box fix
2479         * lily/cluster-engraver.cc: junk implicit protection; use
2480         Protected_scm instead
2482 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2484         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
2485         throughout.
2487         * scm/new-markup.scm: Turn-off error-triggering test code.
2489 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2491         * scm/new-markup.scm (markup-thrower-typecheck) 
2492         (markup-typecheck?):  add full typechecking functions.
2493         (make-markup-maker): add make-FOO-markup functions.
2494         (markup-argument-list-error): nice error checking messages.
2495         (make-markup): better function: less quoting escapades.
2497 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2499         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
2501 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2503         * cygwin/lilypond.hint (requires): Add cygwin.
2505         * .cvsignore: Remove stepmake (huh!?!), add lib.
2507         * GNUmakefile.in: Add libdir links for builddir runs.
2509         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
2510         instead of datadir.
2512         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
2513         local_lilypond_libdir.
2515         * config.make.in (lilypond_libdir): Add.
2517         * stepmake/stepmake/substitute-rules.make: 
2518         * stepmake/stepmake/script-rules.make: 
2519         * stepmake/stepmake/python-module-rules.make:
2520         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
2521         lilypond-python-module patch.
2523 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2525         * Documentation/user/refman.itely (Graphical interfaces): add note
2526         about xml2ly.
2528 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2530         * scripts/ly2dvi.py (run_dvips): remove trailing newline
2532 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2534         * VERSION: released 1.7.10
2536         * scripts/musedata2ly.py (): idem
2538         * scripts/midi2ly.py (dump_chord): idem
2540         * scripts/etf2ly.py (version): idem 
2542         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
2544         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
2546         * scm/tex.scm (tex-output-expression): remove eval compat
2547         glut. Other output files too.
2549         * scm/chord-name.scm: don't export anything from chord module.
2551         * input/test/american-chords.ly: idem
2553         * input/test/banter-chords.ly (texidoc): idem
2555         * input/test/Cc-chords.ly: add breakage notes.
2557         * Documentation/user/refman.itely (Text markup): rewrite manual section.
2559         * lily/parser.yy (scalar): allow \markup { } as property value. 
2561         * scm/chord-name.scm: complete new markup usage
2563         * scm/grob-description.scm (all-grob-descriptions): use new markup
2564         texts by default
2566 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2568         * scm/chord-name.scm: partial move to new markup texts.
2570 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2572         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
2574         * scm/bass-figure.scm (brew-bass-figure): make stack direction
2575         settable.
2577 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
2579         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
2580         invoked for old midi, wait for killing.
2582 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
2584         * Documentation/user/music-glossary.tely: Finnishing.
2586 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2588         * mf/feta-nummer-code.mf: some kerning pairs.
2590 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
2592         * scm/output-lib.scm (set-bar-number-visibility): Context-function
2593         Added.
2595         * Documentation/user/refman.itely (Bar numbers):
2596         set-bar-number-visibility added, modulo-bar-number removed again
2597         (sorry).
2599 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
2601         * scm/output-lib.scm (modulo-bar-number-visible): add function.
2603         * Documentation/user/refman.itely: add modulo-bar-number-visible.
2605         * Documentation/user/music-glossary.tely: translate into Finnish.
2607 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2609         * lilypond-mode.el: add shortcut for 2midi
2611         * lilypond-font-lock.el: fontify lyrics
2613 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
2615         * scm/drums.scm : use 1.7.x names.
2617         * input/regression/drums.ly : Don't use << chords >>
2619 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2621         * lilypond-mode.el: tidy, add TODO
2623         * make/lilypond.mandrake.spec.in: install-info quietly.
2625 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2627         * input/test/markup.ly: use new syntax.
2629 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2631         * ly/params-init.ly (interscoreline): add word-space
2633         * input/test/metronome.ly (eighthNote): idem.
2635         * input/test/script-priority.ly: use new markup
2637         * lily/parser.yy (markup): allow HEAD markup0 markup1 
2639         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
2641         * lily/parser.yy (gen_text_def): bugfix.
2642         (full_markup): allow markup identifier.
2644 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
2646         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
2647         jobs at the same time. Add horizontal lines to Command menu.
2648         Allow one compiling job -- propose killing others before a new one.
2650         * lilypond.words: add markup, teeny, etc.
2652 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
2654         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
2655         Allow only one type of midi process; launching Midi either stops
2656         midis or plays the current midi and launching MidiAll stops midis
2657         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
2658         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
2660 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2662         * lily/text-engraver.cc (process_acknowledged_grobs): use new
2663         markup  for new markup texts.
2665         * lily/mark-engraver.cc (process_music): idem
2666         
2667         * lily/instrument-name-engraver.cc (create_text): idem
2669         * scm/new-markup.scm (magnify-markup): new function.
2671         * scm/molecule.scm (stack-lines): bugfix.
2673         * lily/font-interface.cc (get_font): take font-magnification from
2674         alist chain.
2676 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2678         * lily/molecule-scheme.cc: move scheme functions to separate file.
2680         * lily/font-metric.cc  (ly_get_glyph): new function. 
2681         
2682         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
2683         (italic-markup, dynamic-markup): new functions
2684         (font-markup): new function
2686         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
2687         padding and minimum
2689 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
2691         * lily/accidental-engraver.cc:
2692         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
2694 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
2696         * lilypond.vim:
2697         * lilypond-font-lock.el: Put \longa as duration. Accept only 
2698         [a-zA-Z] for user defined identifiers. Separate note cases 
2699         with and without a duration (allow cis\longaX).
2701         * lilypond.words: Add words from Info.
2703 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2705         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
2707 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
2709         * lilypond-mode.el: Propose reverting buffer before a command if
2710         it was edited with an another editor.
2712 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2714         * lily/molecule.cc (ly_translate_molecule): new function
2716         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
2717         into libdir
2719         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
2721         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
2723 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
2725         * lilypond.words: take \words from Info-index.
2727 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2729         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
2731 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
2733         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
2735 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
2737         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
2738         and lilypond-documentation.
2740 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2742         * lily/parser.yy: Compile fix (bison 1.75).
2744 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2746         * VERSION: 1.7.9 released
2748         * scm/music-functions.scm (shift-one-duration-log): refactor.
2749         Use music-map.
2751         * input/regression/chord-tremolo.ly (texidoc): add dot test.
2753         * NEWS: update.
2755         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
2756         argument
2757         
2758         * scm/music-functions.scm (display-music): new function
2759         (music-map): change arg order.
2761         * input/regression/new-markup-syntax.scm: new file
2763         * lily/parser.yy (markup): add \markup { .. } syntax.
2765         * scm/new-markup.scm (override-markup): new function
2766         (lookup-markup): new function
2767         (music-markup): new function
2768         (lookup-markup-command): use markup-signature to store argument
2769         format for parser.
2771         * lily/lexer.ll: preliminary \markup syntax. 
2773 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
2775         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
2776         add pre/post-dependencies and menus with icons from source.
2778         * Documentation/pictures/lilypond-48x48.xpm:
2779         * Documentation/pictures/lilypond-32x32.xpm:
2780         * Documentation/pictures/lilypond-16x16.xpm: new files, background
2781         transparent.
2783         * stepmake/stepmake/generic-targets.make:
2784         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
2786 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2788         * input/regression/music-map.ly (texidoc): new file.
2790         * scm/music-functions.scm (music-map): new function
2792 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2794         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
2796 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
2798         * input/test/to-xml.ly:
2799         * lily/ligature-engraver.cc: Fixes documentation.
2801         * lilypond.mandrake.spec.in:
2802         * lilypond.redhat.spec.in: Add lilypond.words.
2804         * Documentation/user/refman.itely: Mention Info inside emacs.
2805         
2806         * lilypond.suse.spec.in:
2807         * lilypond.redhat.spec.in: 
2808         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
2810 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2812         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
2813         os.popen.read ().
2815 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2817         * scripts/ly2dvi.py (include_path): print warning if failing anything.
2819         * python/lilylib.py (error): add space
2821 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2823         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
2824         distribution.
2826 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2828         * lily/paper-outputter.cc (Paper_outputter): close port when
2829         finishing score.
2831 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2833         * scm/sodipodi.scm: Fixes.
2835 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
2837         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
2839         * buildscripts/make-font-dir.py: Fix. 
2841 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
2843         * lilypond-mode.el: Add support for Info inside Emacs.
2845 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2847         * buildscripts/make-font-dir.py: 
2848         * mf/GNUmakefile: Make sodipodi font map.
2850         * scm/sodipodi.scm: Add more output functions.
2852         * mf/feta-nummer.mf: 
2853         * mf/feta-beugel.mf: Add font_coding_scheme.
2855         * lily/paper-outputter.cc (output_header): Fix creator string.
2857 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2859         * lilypond-mode.el (LilyPond-autocompletion): invoked with
2860         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
2862         * lilypond.words: add two (Everybody can add/remove words now!).
2864         * debian/rules:
2865         * make/lilypond.suse.spec.in:
2866         * make/lilypond.mandrake.spec.in:
2867         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
2869         * Documentation/user/refman.itely: Mention autocompletion.
2871 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2873         * scripts/ly2dvi.py: Add paper sizes.
2875         * lily/timing-engraver.cc: 
2876         * lily/time-signature.cc: 
2877         * lily/span-bar.cc: 
2878         * lily/grob-scheme.cc: Code formatting fixes.
2880         * scm/sodipodi.scm: 
2881         * scm/sketch.scm:
2882         * buildscripts/mf-to-table.py: 
2883         * buildscripts/make-font-dir.py: Font testing.
2885 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2887         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
2888         inserts try-completion and shows all-completions.
2890         * lilypond.words: '\' -> '\\'
2892         * lilypond-mode.el: load libraries in the end, lilypond.words defines
2893         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
2894         
2895         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
2896         and LilyPond-reserved-words.
2897         
2898 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
2900         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
2901         from load-path.
2902         
2903         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
2904         the mini-buffer with Control-Shift-c.
2905         
2906 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2908         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
2909         duration. This fixes \tempo taking time.
2911 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2913         * lily/volta-engraver.cc (process_acknowledged_grobs): 
2914         Allow for text markup in repeatCommands. 
2916 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
2918         * lilypond-mode.el (LilyPond-insert-string): new function, use it
2919         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
2920         Get rid of skeleton.el-dependency.
2922         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
2924 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2926         * lily/beam-engraver.cc (stop_translation_timestep): reset
2927         now_stop_ev_
2929         * lily/scm-option.cc: add parse-protect to ly:set-option
2931         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
2933 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2935         * lily/include/ligature-bracket.hh: removed
2936         * lily/ligature-bracket.cc: removed
2938         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
2939         .tex
2941         * lily/beam.cc (set_beaming): don't change beam count on rests.
2942         (brew_molecule): always set flag-width > 0.
2944 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
2946         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
2947         chars, remove instructions; instead, refer to lilypond-init.el and
2948         Documentation/topdocs/INSTALL.texi.
2950         * lilypond.words: add identifiers and reserved words.
2952         * Documentation/topdocs/INSTALL.texi: separate sections for installing
2953         files and adding a load-path.
2955         * lilypond-init.el: Instructions, extracted from 
2956         Documentation/topdocs/INSTALL.texi. 
2957         
2958 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2960         * VERSION: 1.7.8 released 
2962         * lily/grob.cc (warning): better robustness fix.
2964 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
2966         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
2968         * lily/cluster-engraver.cc: stick better to variable naming
2969         conventions
2971         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
2972         until stop_translation_timestep()
2974         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
2975         min/max coordinates to backend, but no musical info such as
2976         pitches
2978         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
2980         * lily/grob.cc: robustness fix: warning(): do not crash if
2981         cause is not set
2983         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
2984         the much more elaborated tuplet brackets than the very naive and
2985         simple ligature bracket grob
2987 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2989         * Documentation/user/refman.itely (Analysis brackets): add
2990         horizontal bracket doco.
2992         * ly/property-init.ly (setMmRestFermata): added.
2994         * Documentation/user/refman.itely (Multi measure rests): fermatas
2995         on mm rests.
2997         * input/regression/apply-context.ly (texidoc): new file
2999         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
3000         code to be executed during interpretation. Possible applications:
3001         smart octavation, more advanced bar checks. 
3003         * lily/apply-context-iterator.cc: new file.
3005 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3007         * input/test/new-markup.ly: new file.
3009         * lily/text-item.cc (text_to_molecule): new function
3011         * scm/new-markup.scm (lambda): new file
3013         * lily/function-documentation.cc (ly_add_function_documentation):
3014         add proc property as well
3016 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3018         * Documentation/user/music-glossary.tely (Top): add custos.
3020 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
3022         * Documentation/topdocs/INSTALL.texi: advise how to include source
3023         path to Emacs load-path and improve language.
3025 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3027         * GNUmakefile.in: config.h message fix.
3029         * autogen.sh:
3030         * aclocal.m4: Regenerate.
3032         * configure.in: 
3033         * config.make.in: 
3034         * stepmake/config.make.in: 
3035         * stepmake/configure.in: 
3036         * stepmake/autogen.sh: 
3037         * stepmake/aclocal.m4: Update for autoconf 2.56.
3039 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
3041         * Documentation/topdocs/INSTALL.texi: instructions for an user how
3042         to install Emacs-mode. Instructions how to use vim-mode.
3044 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3046         * scm/music-types.scm (music-descriptions): no length for tempo event.
3048         * input/*.ly: add \version everywhere.
3049         
3050         * input/*.ly: update syntax to 1.7 + new-chords.
3052         * VERSION: 1.7.7 released.
3053         
3054         * Documentation/user/*.tely: new chord syntax.
3056         * input/regression/[bc]*.ly (texidoc): syntax updates.
3057         
3058 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
3060         * lilypond.words: add vocabulary to be used in auto-completion
3062         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
3064         * lilypond.vim: allow note name at EOF
3066 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3068         * buildscripts/new-chords.py (edit): -e option: inline editing.
3070         * input/regression/a*.ly (texidoc): syntax updates.
3072         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
3073         music): elucidations. 
3075 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
3077         * lily/include/lily-proto.hh, ly/engraver-init.ly,
3078         ly/spanners-init.ly, scm/grob-description.scm,
3079         scm/grob-property-description.scm, scm/music-types.scm,
3080         lily/cluster-engraver.cc, lily/cluster.cc,
3081         lily/include/cluster.hh, input/test/cluster.ly: cluster
3082         implementation
3084         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
3085         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
3086         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
3088         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
3090         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
3092         * scm/grob-description.scm: bugfix: by default, use default note
3093         head style when engraving ligatures
3095         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
3097         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
3098         events
3100         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
3102         * input/test/ancient-font.ly: bugfix: style -> flag-style
3104         * lily/ligature-engraver.cc: indentation fix
3106         * lily/parser.yy: indentation fixes
3107         
3108 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3110         * input/regression/measure-grouping.ly: more elaborate example.
3112         * lily/moment.cc: ly:add-moment, ly:mul-moment,
3113         ly:div-moment. New functions 
3115         * scm/music-functions.scm (set-time-signature): new function,
3116         allow inline time sig settings with measure grouping.
3118         * lily/parser.yy (command_element): move time sig construction
3119         into Scheme.
3121         * lily/side-position-interface.cc (out_of_staff): new function,
3122         like padding, but keep minimum distance from staff. Easier than
3123         linespanners (dynamics, pedals), but roughly the same effect.
3125 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
3127         * emacs-mode.el: Added spanish-note-replacements 
3128         (<carlos.betancourt@chello.be>).
3130         * vimrc: (Un)commenting with <(S-)F12>, tidy.
3132 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
3134         * lilypond.vim: Do not fontify cises, desis, etc.
3136         * vimrc: view dvi with <S-F6>
3138 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3140         * lily/lookup.cc (triangle): new function.
3142         * input/regression/measure-grouping.ly (texidoc): new file: show
3143         triangles and brackets for beat groups of 3 and 2.
3145         * lily/include/measure-grouping-spanner.hh (class
3146         Measure_grouping): new file.
3148         * lily/measure-grouping-spanner.cc (brew_molecule): new file
3150         * lily/measure-grouping-engraver.cc (class
3151         Measure_grouping_engraver): new file.
3153 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3155         * Merge from stable:
3157             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
3158         
3159         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
3160         stylesheet.
3162         * ly/paper19.ly: Include paper19-init.ly.
3164         * ly/paper19-init.ly: New file.
3166         * Documentation/user/tutorial.itely (First steps): Fix first
3167         example for font test.
3169         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
3171         * ChangeLog: Add 1.7.6 release marker (see below).
3173         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
3174         Add .py files.
3176 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3178         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
3180         * input/tutorial/*.ly: update to new syntax.
3182         * lily/parser.yy (Composite_music): new transpose syntax,
3183         \transpose FROM TO MUSIC. 
3185 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3187         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
3188         latex progress/error output to stderr (by default this goes to
3189         stdout).  Show lilypond progress, even when not verbose.
3191         * python/lilylib.py (system): New optional parameter to control
3192         showing of progress.
3194         * scm/backend-documentation-lib.scm (check-dangling-properties):
3195         Fix error message.
3197         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
3198         axis, extent.
3200         * scm/grob-property-description.scm (magnify): Remove.
3201         (extent, axis): Add.
3203 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3205         * VERSION: Release 1.7.6.
3207         * scripts/convert-ly.py: more uniformization substitutions.
3209         * buildscripts/new-chords.py (sub_chords): new file.
3211 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3213         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
3214         lilypond.map.  Include sauter fonts too.  Cleanups.
3216 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3218         * Documentation/user/tutorial.itely (First steps): change to new
3219         chord/tie/slur/beam notation.
3221         * lily/parser.yy (event_that_take_dir): allow postfix notation for
3222         ties.
3224         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
3225         engraver. Process ties in postfix notation, i.e. c8-~ c
3227         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
3229         * input/regression/beam-postfix-notation.ly (texidoc): new file.
3231         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
3233         * lily/beam-engraver.cc (try_music): accept new-beam-events
3235         * input/regression/chord-scripts.ly (texidoc): new file
3237         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
3238         script-events.
3240         * scm/script.scm (default-script-alist): cleanup.
3242         * lily/script-engraver.cc (make_script_from_event): cleanup.
3244         * lily/lyric-combine-music-iterator.cc
3245         (Lyric_combine_music_iterator): remove superfluous events.
3246         (melisma_busy): new function. Fix broken melismas.
3248 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3250         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
3251         Remove nonvalid settings. Use descriptive key names.
3252         Use <Return> to indicate the pressing of that key.
3254 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3256         * scripts/lilypond-book.py (option_definitions): Typo.
3258         * scripts/ly2dvi.py: Updates.
3260         * python/lilylib.py (setup_environment, print_environment)
3261         (get_bbox, make_preview): Merge and remove from ly2dvi and
3262         lilypond-book.
3264         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
3266         * .cvsignore: Remove some cruft.
3268         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
3269         path.
3271         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
3272         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
3273         throughout.
3275         * python/lilylib.py (quiet_system): Junk
3276         (system): Display error log upon failure.
3277         (read_pipe): New function.  Cleanups and fixes.
3279         * python/*.py: Rename from *.py.in.
3280         
3281         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
3283         * GNUmakefile.in (SUBDIRS): Move python before scripts.
3285 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3287         * python/GNUmakefile: Bugfix: handle modules.
3289         * stepmake/stepmake/python-module-targets.make (default): Add
3290         compiled modules. 
3292         * stepmake/stepmake/python-module-rules.make: Add rule for byte
3293         compiling modules.
3295         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
3296         Bugfix.  (OUT_PYC_MODULES): Add.
3298 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3300         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
3301         Use default paths. Refresh description.
3303 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3305         * VERSION: 1.7.5 released
3307         * input/regression/finger-chords.ly (texidoc): new file.
3309         * lily/script-engraver.cc (process_music): remove scriptHorizontal
3310         support
3312         * lily/fingering-engraver.cc (process_music): remove kludgy
3313         scriptHorizontal stuff.
3315         * lily/script.cc: remove staff-support property.
3317         * lily/new-fingering-engraver.cc (add_fingering): new
3318         file. Fingering engraver for new style chords.
3320 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3322         * lily/parser.yy (bare_number): allow 4 \cm (without
3323         decimal dot). (should backport to 1.6?)
3325         * ly/declarations-init.ly: use Scheme for dimension defs.
3327         * lily/parser.yy (TODO): remove hard coded dimensions, add
3328         REAL NUMBER_IDENTIFIER production.
3330         * lily/rest-collision.cc (force_shift_callback): rewrite using
3331         -done property.
3333         * scm/grob-property-description.scm (rest-collision-done): add
3334         property.
3335         
3336         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
3338 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3340         * input/regression/multi-measure-rest-center.ly: new file.
3342         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
3343         off horizontally by 0.05 ss. Fixed.
3345 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3347         * scm/pdftex.scm: Rename ly-number to ly:number->string.
3349         * Documentation/topdocs/index.tely: Remove duplicate from merge.
3351 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3353         * lily/tie.cc (get_control_points): also avoid staff lines on the
3354         just outside the outer staff lines
3356 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3358         * ly/params-init.ly: Just define style-alist, no need to
3359         define-public.
3361         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
3362         (thanks Han-Wen).
3364         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
3365         (FET_FILES): = FONT_FILES.
3367         * Merge from stable:
3369             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
3371 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3373         * VERSION: 1.7.4 released.  
3374         
3375         * scm/generate-documentation.scm (string-append): add macro
3376         definitions.
3378         * lily/text-item.cc (lookup_text): don't use virtual fonts for
3379         normal texts.
3381         * lily/multi-measure-rest-engraver.cc: make separate
3382         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
3384         * lily/multi-measure-rest.cc: remove text handling. Remove
3385         number-threshold.
3387 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3389         * scm/music-types.scm: doc patch by Graham Percival
3391 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3393         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
3394         encoding part.
3395         (Font_info.set_defaults): pixelsize now also defauts to '0'.
3396         (sketch_p): Sketch wants only first four elements of X11 font spec.
3398         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
3400         * mf/feta-autometric.mf: Write foundry and family to log.
3402         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
3403         font translation table.
3405         * buildscripts/mf-to-table.py: Better font info into afm.
3407         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
3408         1.0.9 required.
3410         * configure.in: Whine for mftrace 1.0.9.
3412 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3414         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
3416         * lily/main.cc (main_prog): don't try to load init.EXT when
3417         processing foo.EXT.
3419 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
3421         * scm/tex.scm (zigzig-line): added.
3423         * scm/ps.scm (zigzag-line): added.
3425         * ps/music-drawing-routines.ps (subvec): added.
3426         (draw_zigzag_line): added.
3427         
3428         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
3429         grob properties zigzag-width and zigzag-length.
3431         * input/regression/glissando.ly: Add some zig-zagged glissandi.
3433 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3435         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
3436         svg output, including font.
3438 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3440         * scm/lily.scm: Register sodipodi output module.
3442         * scm/sodipodi.scm: New file.
3444         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
3446         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
3447         comment, after header.
3448         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
3449         FullName.  Fix FontName key.
3451 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
3453         * lily/rest.cc (after_line_breaking): bugfix: dots after half
3454         and breve rests.
3455         
3456         * input/test/blank-notes.ly: bugfix
3458         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
3459         rests. (Kim Shrier)
3461         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
3462         
3463 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3465         * scm/tex.scm: 
3466         * scm/ps.scm: Cleanup and remove obsolete junk.
3468         * Documentation/user/internals.itely:
3469         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
3471         * lily/parser.yy: Identify shift/reduce problems.
3473         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
3474         make-style-sheet.  Too specific for convert-ly?
3476 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3478         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
3480         * input/test/*.ly: various fixes.
3482         * lily/music.cc (name): bugfix
3484         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
3486         * lily/input-file-results.cc (code): set-point-and-click! ->
3487         set-point-and-click
3488         
3489 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3491         * Use uniform ly: prefix for exported scheme primitive functions.
3493         * scm/music-types.scm: junk compat glue
3495         * scripts/convert-ly.py: add rules for stuff below, junk
3496         compatibility glue for spanrequest.
3498         * lily/parser.yy (verbose_event): remove \spanrequest,
3499         \commandspanrequest, \script. 
3500         
3501         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
3503         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
3504         for \penalty, \glissando.
3506         * VERSION: release 1.7.3
3507         
3508 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
3510         * lily/accidental-engraver.cc: Fix
3511         grace-in-the-beginning-of-measure bug caused by the resent
3512         partial-measure fix.
3514         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
3515         overlap looks too crowded)
3516         
3517 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3519         * lily/parser.yy (assignment): allow SCM expression as assignment.
3521         * lily/include/music-output-def.hh (class Music_output_def):
3522         * lily/music-output-def.cc: 
3523         * lily/paper-def.cc: 
3524         * scm/font.scm (markup-to-properties):
3525         * lily/parser.yy (music_output_def_body): 
3526         remove style_sheet_
3528 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3530         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
3531         length.
3533         * input/regression/spacing-to-grace.ly: new file.
3535         * input/regression/spacing-end-of-line.ly: new file.
3537         * lily/note-spacing.cc (get_spacing): take into account breakable
3538         stuff sticking out at the left (time sig change at line break).
3540         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
3541         raggedright code.
3543         * scm/music-functions.scm (make-voice-props-set): add
3544         staff-position for mm rests.
3546         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
3547         before grace notes a little.
3549         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
3551         * lily/break-align-interface.cc (do_alignment): right-edge spacing
3552         key adds space at the end of line. 
3554 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3556         * scm/sketch.scm: Fix beams.
3558         * buildscripts/mf-to-table.py: Add EncodingScheme.
3560         * scm/sketch.scm: Resurrect.
3562 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3564         * lily/multi-measure-rest.cc: use breve rests for measure lengths
3565         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
3567 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3569         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
3571         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3573 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3575         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
3576         token for origin information.
3578         * lily/parser.yy (My_lily_lexer): do identifier location and
3579         cloning from lexer.
3581         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
3582         logic out of the parser. Add bar checks on both ends.
3584         * Documentation/user/refman.itely (Multi measure rests): add more
3585         notes about mm rests.
3587 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3589         * input/regression/bar-scripts.ly: Re-enable.
3591         * lily/parser.yy:
3592         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
3593         released rsn.  Bison 1.50 has a crucial bug and won't work.
3595         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3598 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3600         * input/regression/bar-scripts.ly: Blunt documentation build fix.
3602 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3604         * Actually merge changes since 1.6.4 besides ChangeLog, and
3605         resolve conflicts.  Lots of updates, hope all is well.
3606         
3607         * cygwin/lilypond.hint (requires): Add ghostscript.
3609         * scm: Update some (c).
3610         
3611 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3613         * input/test/{various}.ly: add \header fields and texidoc strings.
3615 2002-10-05  Werner Lemberg  <wl@gnu.org>
3617         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
3618         renamed to `output_latex_quoted'.
3619         Added `output_latex_noquote'.
3620         (schedule_lilypond_block): Implement `noquote' option for LaTeX
3621         mode.
3623 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3625         * ChangeLog: Add 1.6.6 release marker.  See below.
3627         * stepmake/stepmake/po-targets.make: Remove --c++ option.
3629         * scripts/midi2ly.py: Fix global syntax warnings.
3631         * GNUmakefile.in: Generate builddir locale tree too.
3633         * scripts/ly2dvi.py:
3634         * scripts/midi2ly.py: 
3635         * scripts/mup2ly.py: 
3636         * scripts/update-lily.py:
3637         * lily/main.cc (setup_paths): Fix for locales setup.
3639 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3641         * Documentation/windows/installing.texi: Soften wording about
3642         necessity of becoming Administrator.  tommie@iae.nl reports this
3643         does not seem to be necessary for his flavour of Windows 2000.
3644         Explicitely discourage text mode mounts.
3646 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3648         * lily/rest.cc (after_line_breaking): backport dot position fix.
3650         * lily/rest-collision.cc (do_shift): also remove dots for suicided
3651         rests. Thanks to Klaus Zimmermann for finding this bug.
3653 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3655         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
3657 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3659         * Documentation/user/music-glossary.tely: fix links.
3661 2002-10-21  Werner Lemberg  <wl@gnu.org>
3663         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
3664         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
3665         scaling factor) only once and use them in the definition of
3666         \embeddedps.
3667         * ps/music-drawing-routines.ps (skeel): Removed.
3669 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3671         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
3672         Solaris7, as we don't use nested $( ) constructs.
3674 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3676         * VERSION: Release 1.6.6.
3677         
3678 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3680         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
3681         as workaround for /bin/sh problems on Solaris7.
3683 2002-10-19  Werner Lemberg  <wl@gnu.org>
3685         * GNUmakefile.in (web-doc): Fix typos.
3686         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
3687         `music-drawing-routines.ps' but emit \special{header=...} once.
3688         * scm/tex.scm (header-end): Updated.
3690 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3692         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
3693         undefined tremolo. 
3695 2002-10-15  Werner Lemberg  <wl@gnu.org>
3697         * scripts/lilypond-book.py (g_make_html): New global variable.
3698         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
3699         if `g_make_html' isn't set.
3700         [main]: Add format `texi-html'.
3701         (option_definitions): Updated.
3702         * Documentation/user/lilypond-book.itely: Updated.
3704         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
3705         * make/ly-rules.make (%.texi, %.nexi): Use it.
3706         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
3707         format to lilypond-book.
3708         * GNUmakefile.in (web-doc): Ditto.
3710 2002-10-14  Werner Lemberg  <wl@gnu.org>
3712         Further improve TeX output.  The produced files are about 40%
3713         smaller.  `lilyponddefs.tex' is now read only once.
3715         * tex/lilyponddefs.tex: Remove footer stuff.
3716         (\ifundefined): Renamed to...
3717         (\lilypondundefined): This.  Use LaTeX's definition to
3718         make it nestable and make it global.
3719         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
3720         output.
3721         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
3722         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
3723         them global.
3724         (\placebox): Renamed to...
3725         (\lyitem): This.
3726         Make it global and call \outputscale by itself.
3727         (\lybox, \lyvrule): New macros to reduce input data.
3728         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
3729         New auxiliary macros.
3730         (\SkipLilydefs, \EndLilyPondOutput): Removed.
3731         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
3732         to...
3733         (\lilypondspace): This and made it global.
3734         (\turnOnPostScript): Renamed to...
3735         (\lilypondpostscript): This and made it global.
3736         (\turnOnExperimentalFeatures): Renamed to...
3737         (\lilypondexperimentalfeatures): This and made it global.
3738         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
3739         (\lilypondsetdimen): This and made it global.
3740         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
3741         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
3742         (all, $(outdir)/music-drawing-routines.ps): New rules.
3743         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
3744         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
3745         start-system, stop-system, stop-last-system, filledbox): Updated to
3746         use the changed macros from lilyponddefs.tex.
3747         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
3749 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3751         * Documentation/windows/installing.texi: Update.
3753 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3755         * VERSION: 1.6.5 released
3757         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3759 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3761         * scm/translator-property-description.scm (voltaOnThisStaff): add
3762         property.
3764 2002-09-28  Werner Lemberg  <wl@gnu.org>
3766         * scm/tex.scm (header-end): Suppress page numbering.
3768         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3769         Fix quotation for HTML output.
3771 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3772         
3773         * Documentation/user/refman.itely: grammar and phrasing
3774           fixes to "Note Entry" section.  Also adds a few new examples.
3776 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3778         * flower/include/string-data.icc: include string.h
3780 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3782         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3784 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3786         * Documentation/user/GNUmakefile (extra-local-help): Add.
3788         * stepmake/stepmake/www-targets.make (local-help): Add.
3790 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3792         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3793         packages.
3795         * Documentation/topdocs/README.texi (Top): building documentation
3796         (not website.)
3798 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3800         * Documentation/user/refman.itely: 
3801         * Documentation/user/tutorial.itely: 
3802         * Documentation/user/music-glossary.tely: Merge changes.
3804         * Documentation/user/glossary.html.in: 
3805         * Documentation/index.texi: 
3806         * Documentation/header.html.in: Accomodate renaming of glossary.
3807         
3808         * Documentation/user/tutorial.itely: Add some glossary references.
3809         
3810         * Documentation/user/refman.itely: Minor fixes.
3811         
3812         * Documentation/user/lilypond.tely: Add glossary do direntry.
3814         * Documentation/user/music-glossary.tely: Rename (previously:
3815         glossary.tely).  Fix anchor placement.
3817         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3819 2002-09-23  Werner Lemberg  <wl@gnu.org>
3821         * scripts/lilypond-book.py (output_dict): Fix handling of
3822         various environments by avoid extraneous newlines.
3823         Rename `output-all' regexp for html to `output-html'.
3824         Replace `output-all' regexp for texi with `output-texi-quote'
3825         and `output-texi-noquote'.
3826         (compose_full_body): Don't override `linewidth' user option
3827         for `singleline'.
3828         (schedule_lilypond_block): Don't indent text specified with
3829         `intertext' option.
3830         Add new option `noquote'.
3831         (compile_all_files): Use latex instead of tex to compile ly
3832         files directly.
3834         * Documentation/user/lilypond-book.itely: Updated and revised.
3835         Improve layout.
3837         * Documentation/user/glossary.tely,
3838         Documentation/user/introduction.itely,
3839         Documentation/user/tutorial.itely,
3840         Documentation/user/refman.itely,
3841         Documentation/user/appendices.itely: Fix overfull LilyPond
3842         boxes caused by the new lilypond-book code.  Other minor
3843         fixes.
3845         * Documentation/user/macros.itexi (@texiflat): Don't emit
3846         trailing space.
3848         * scm/tex.scm (end-output, header-end): Add preamble and
3849         postamble to make lilypond output directly compilable with
3850         latex.
3852         
3853 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3855         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3856         instructions.
3858 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3860         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3862 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3864         * lily/beam.cc (connect_beams): don't crash if there are quarter
3865         notes in beams.
3867 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3869         * Documentation/user/refman.itely: corrected ancient clef
3870         docu; added docu on ligatures
3872 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3874         * Documentation/user/glossary.tely,
3875         Documentation/user/refman.itely, input/les-nereides.ly,
3876         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3877         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3878         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3879         Stem properties: flag-style -> stroke-style, style -> flag-style.
3882 2002-09-22  Werner Lemberg  <wl@gnu.org>
3884         * scripts/lilypond-book.py: Add option `notime' to suppress
3885         printing of a time signature.  Specify default indentation of 0pt
3886         if single line fragment.  Don't emit redundant `\paper{ }'.
3888         * Documentation/user/lilypond-book.itely: Updated.
3890         * Documentation/user/glossary.tely: Completely reformatting.
3892 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3894         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3896 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3898         * Documentation/user/tutorial.itely: Fix links.
3899         
3900         * Documentation/topdocs/index.tely:
3901         * Documentation/index.texi:
3902         * Documentation/header.html.in: Small website fixes and updates.
3904         * debian/: Debian patch by Anthony Fok.
3906 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3908         * Documentation/footer.html.in: How time flies: It's already 2002!
3910         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3911         more descriptive link names than 'here'.
3913 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3915         * VERSION: 1.7.2 released
3916         * VERSION: 1.6.4 released
3917         
3918         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
3920         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
3921         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
3923         * mf/feta-din.mf (test): add x-height and space.
3925         * lily/dynamic-engraver.cc (process_music): take dynamic direction
3926         from ^_ for crescendi. Idem for slurs and phrasing slurs.
3928         * ly/grace-init.ly: add-to-grace-init: function to portably add
3929         settings to \grace. 
3931         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
3932         if we get an absolute dynamic event.
3934         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
3936         * lily/source-file.cc (get_line): oops. All line numbers were off
3937         by 2. Fix that. 
3939         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
3940         be after the note, combined with -_^, i.e. c4-(-\)-\>  
3942         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
3944         * lily/parser.yy (number_factor): remove (number) as number
3945         expression. ("Let them eat Lisp").
3947 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3949         * lily/horizontal-bracket.cc: new file.
3951         * lily/horizontal-bracket-engraver.cc: new file.
3953         * input/regression/note-group-bracket.ly: new file. Support
3954         horizontal note brackets for music analysis.
3956         * lily/stem.cc (flag): new flag-style: no-flag.
3958         * input/test/stem-cross-staff.ly: new file
3959         
3960         * Documentation/user/internals.itely: Improved formatting, fixing
3961         typos.  Added a section `Output details' to describe how the TeX
3962         code looks like.
3964         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
3966         * lily/parser.yy: remove \dynamicscript.
3968         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
3969         definitions. 
3971         * python/midi.c (midi_error): take two arguments.
3973         * Merge 1.6.5 changes:
3974         
3975 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3977         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
3978         staff-space.  Previous 1.5 was probably meant as half-spaces.
3979         (cautionary-style): parentheses (was: smaller).  This is what doco
3980         says, and it seems more logical.
3982         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
3983         for 2nd sentence.
3985 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3987         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
3989 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3991         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3993 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3995         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3997 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3999         * scm/translator-property-description.scm (voltaOnThisStaff): add
4000         property.
4002 2002-09-28  Werner Lemberg  <wl@gnu.org>
4004         * scm/tex.scm (header-end): Suppress page numbering.
4006         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
4007         Fix quotation for HTML output.
4009 2002-09-28   Graham Percival   <gperciva@sfu.ca>
4010         
4011         * Documentation/user/refman.itely: grammar and phrasing
4012           fixes to "Note Entry" section.  Also adds a few new examples.
4014 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4016         * flower/include/string-data.icc: include string.h
4018 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4020         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4022 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4024         * Documentation/user/GNUmakefile (extra-local-help): Add.
4026         * stepmake/stepmake/www-targets.make (local-help): Add.
4028 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4030         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4031         packages.
4033         * Documentation/topdocs/README.texi (Top): building documentation
4034         (not website.)
4036 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4038         * Documentation/user/refman.itely: 
4039         * Documentation/user/tutorial.itely: 
4040         * Documentation/user/music-glossary.tely: Merge changes.
4042         * Documentation/user/glossary.html.in: 
4043         * Documentation/index.texi: 
4044         * Documentation/header.html.in: Accomodate renaming of glossary.
4045         
4046         * Documentation/user/tutorial.itely: Add some glossary references.
4047         
4048         * Documentation/user/refman.itely: Minor fixes.
4049         
4050         * Documentation/user/lilypond.tely: Add glossary do direntry.
4052         * Documentation/user/music-glossary.tely: Rename (previously:
4053         glossary.tely).  Fix anchor placement.
4055         * Documentation/user/GNUmakefile: Make music-glossary.info too.
4057 2002-09-23  Werner Lemberg  <wl@gnu.org>
4059         * scripts/lilypond-book.py (output_dict): Fix handling of
4060         various environments by avoid extraneous newlines.
4061         Rename `output-all' regexp for html to `output-html'.
4062         Replace `output-all' regexp for texi with `output-texi-quote'
4063         and `output-texi-noquote'.
4064         (compose_full_body): Don't override `linewidth' user option
4065         for `singleline'.
4066         (schedule_lilypond_block): Don't indent text specified with
4067         `intertext' option.
4068         Add new option `noquote'.
4069         (compile_all_files): Use latex instead of tex to compile ly
4070         files directly.
4072         * Documentation/user/lilypond-book.itely: Updated and revised.
4073         Improve layout.
4075         * Documentation/user/glossary.tely,
4076         Documentation/user/introduction.itely,
4077         Documentation/user/tutorial.itely,
4078         Documentation/user/refman.itely,
4079         Documentation/user/appendices.itely: Fix overfull LilyPond
4080         boxes caused by the new lilypond-book code.  Other minor
4081         fixes.
4083         * Documentation/user/macros.itexi (@texiflat): Don't emit
4084         trailing space.
4086         * scm/tex.scm (end-output, header-end): Add preamble and
4087         postamble to make lilypond output directly compilable with
4088         latex.
4090         
4091 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4093         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4094         instructions.
4096 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4098         * Documentation/user/glossary.tely: Add titling and hyperlinks.
4100 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4102         * lily/beam.cc (connect_beams): don't crash if there are quarter
4103         notes in beams.
4105 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4107         * Documentation/user/refman.itely: corrected ancient clef
4108         docu; added docu on ligatures
4110 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4112         * Documentation/user/glossary.tely,
4113         Documentation/user/refman.itely, input/les-nereides.ly,
4114         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4115         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4116         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4117         Stem properties: flag-style -> stroke-style, style -> flag-style.
4119 2002-09-22  Werner Lemberg  <wl@gnu.org>
4121         * scripts/lilypond-book.py: Add option `notime' to suppress
4122         printing of a time signature.  Specify default indentation of 0pt
4123         if single line fragment.  Don't emit redundant `\paper{ }'.
4125         * Documentation/user/lilypond-book.itely: Updated.
4127         * Documentation/user/glossary.tely: Completely reformatting.
4129 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4131         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4133 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4135         * Documentation/user/tutorial.itely: Fix links.
4136         
4137         * Documentation/topdocs/index.tely:
4138         * Documentation/index.texi:
4139         * Documentation/header.html.in: Small website fixes and updates.
4141         * debian/: Debian patch by Anthony Fok.
4143 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4145         * Documentation/footer.html.in: How time flies: It's already 2002!
4147         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4148         more descriptive link names than 'here'.
4150 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4152         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4154 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4156         * lily/part-combine-music-iterator.cc (get_state): cleanup
4157         (get_music_info): cleanup.
4159 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4161         * scm/backend-documentation-lib.scm (interface-doc-string):
4162         crosslinks between interfaces and grobs. Headings for interfaces
4163         in grob explanation.
4165 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4167         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
4168         dtd).  Add preliminary dtd.
4169         (re-sub-alist): Robustify.
4171 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4173         * lily/include/event-chord-iterator.hh,
4174         lily/context-specced-music-iterator.cc,
4175         lily/event.cc, lily/event-chord-iterator.cc: add
4177 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4179         * lily/: some (c) header fixes.
4180         
4181         * lily/request-chord.cc: Remove.
4182         
4183         * lily/include/event-chord-iterator.hh:
4184         * lily/include/event.hh:
4185         * lily/event-chord.cc: New file.
4186         
4187         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
4188         requested.
4190 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4192         * lily/ : rename Request to Event
4194         * lily/parser.yy (command_element): move clef stuff into Scheme.
4196         * lily/:  rename length_mom () to get_length()
4198         * lily/part-combine-music.cc: removed file and class.
4200         * lily/context-specced-music-iterator.cc (class
4201         Context_specced_music_iterator): new file. Obsoletes the
4202         Context_specced_music type.
4204         * scm/music-types.scm (make-repeated-music): put different kinds
4205         of repeated music into music-type table.
4207         * VERSION: 1.7.1 released.
4209         * scm/to-xml.scm: new file.
4211         * input/test/to-xml.ly (fooBar): demo of what is possible with the
4212         new Input representation: dump music as XML.
4214         * scm/engraver-documentation-lib.scm
4215         (engraver-accepts-music-types?): add links from music to engraver,
4216         from music-type to engraver.
4218         * lily/include/command-request.hh: removed
4219         lily/include/musical-request.hh: removed. Removed all _req classes
4220         except Key_change_req. Changes throughout.
4222 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4224         * lily/tuplet-engraver.cc (try_music): Compile kludge.
4226 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4228         * lily/*.cc: specify accepts for many engravers.
4230         * scm/music-documentation-lib.scm: dump music expressions and
4231         music subtypes.
4233         * scm/documentation-lib.scm: complete revision.
4234         Use GOOPS objects to store document tree explicitly. Cleaned up and
4235         sped up doco generation a lot.
4237 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4239         * input/trip.ly (fugaIILeft): add arpeggio
4241         * lily/translator-group.cc (try_music_on_nongroup_children):
4242         oops. The name symbol is in the cdr of the assoc handle.
4244         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
4245         Hyphen_req, Glissando_req, Break_req, Mark_req 
4247 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4249         * lily/musical-request.cc (music-duration-length,
4250         music-duration-compress): new functions.
4252         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
4253         throughout. Warning doesn't work yet.
4255         * lily/translator-group.cc (try_music_on_nongroup_children):
4256         new implementation: store candidate acceptors in a hashTable.
4258 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4260         * scm/music-types.scm (music-descriptions): change name to
4261         internal-class-name
4263         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4265 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4267         * lily/beam.cc (connect_beams): don't crash if there are quarter
4268         notes in beams.
4270 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4272         * Documentation/user/refman.itely: corrected ancient clef
4273         docu; added docu on ligatures
4275 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4277         * Documentation/user/glossary.tely,
4278         Documentation/user/refman.itely, input/les-nereides.ly,
4279         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4280         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4281         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4282         Stem properties: flag-style -> stroke-style, style -> flag-style.
4284 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4286         * scm/music-functions.scm (music-separator?): don't use name music
4287         property.
4289 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4291         * stepmake/stepmake/generic-targets.make (help): Document check
4292         target.
4294         * lily/new-accidental-engraver.cc: Compile fix.
4296 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4298         * scripts/convert-ly.py: Add rule.
4300         * input/test/music-creation.ly:
4301         * input/test/add-staccato.ly:
4302         * input/test/add-text-script.ly: ly-make-music.
4304         * scm/drums.scm (make-head-type-elem, make-articulation-script):
4305         More ly-make-music renamings.
4307         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
4309         * lily/music-constructor.cc (make_music): Add debugging info.
4311         * scm/music-functions.scm (make-simultaneous-music,
4312         (make-sequential-music, context-spec-music):
4313         * scm/music-types.scm (music-descriptions): Get lily to run.
4315 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4317         * lily/command-request.cc (transpose_key_alist): new function.
4319         * lily/key-performer.cc (create_audio_elements): cleanup. 
4321 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4323         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
4325         * lily/include/translator.hh (ENTER_DESCRIPTION): add
4326         events-accepted field.
4328         * scm/music-types.scm: new file.
4330         * lily/parser.yy: put music type initialization into scheme,
4331         similar to grob initialization.  Changes throughout.
4333 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4335         * Documentation/user/tutorial.itely: Fix links.
4336         
4337         * Documentation/index.texi: 
4338         * Documentation/header.html.in: 
4339         * Documentation/topdocs/index.tely: Small website fixes and updates.
4341         * debian/: Debian patch by Anthony Fok.
4343 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4345         * Documentation/footer.html.in: How time flies: It's already 2002!
4347         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4348         more descriptive link names than 'here'.
4350         * ROADMAP: Remove test stuff.
4352         * scripts/update-lily.py: Allow auto-building of stable and
4353         development versions.  Bugfixes.
4355 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4357         * VERSION: released 1.7.0
4359         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4361         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
4362         positive line widths.
4364 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4366         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
4367         go.  Fix comments.
4369         * cygwin: Cygwin updates.
4371 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4373         * Documentation/windows/installing.texi (Top): version for python,
4374         urls for ghostscript (thanks to John Potelle)
4375         
4376         * lily/simultaneous-music-iterator.cc
4377         (Simultaneous_music_iterator): init children_list_ before
4378         triggering GC.
4380         * lily/*-iterator.cc: be even more careful with smobbed copy
4381         constructors. 
4383         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
4384         LeftEdge item.
4386 2002-09-15  Werner Lemberg  <wl@gnu.org>
4388         Improving LilyPond's output to make them ordinary TeX boxes with
4389         predictable dimensions.  System boxes are now vertically centered on
4390         the baseline; this offset can be further controlled with
4391         \lilypondscoreshift.
4393         * lily/system.cc (System::post_processing): Pass length of current
4394         system to `start-system' (including any horizontal indentation).
4396         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
4397         prettier.
4398         (lily-def): Append `%'.
4399         (start-system): Add parameter `wd'.  Output more TeX code to specify
4400         box dimensions.
4401         (stop-system, stop-last-system): Complement changes in
4402         `start-system'.
4403         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
4404         Updated.
4406         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
4407         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
4408         Write final `\endinput'.
4410         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
4411         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
4412         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
4413         files and macro definitions don't produce spurious spaces and
4414         paragraphs (using \endlinechar).
4415         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
4417         * Documentation/user/internals.itely: Improved formatting, fixing
4418         typos.  Added a section `Output details' to describe how the TeX
4419         code looks like.
4421 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4423         * lily/accidental-engraver.cc: Also work with partial measures.
4425 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4427         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
4428         spanner.
4430 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4432         * lily/identifier-smob.cc (unpack_identifier): new file.
4434         * lily/lexer.ll (identifier_type): new function.  use ly-id to
4435         pass off scheme expressions as music identifiers.
4437         * scm/lily.scm: reorganisation, cleanups.
4439         * lily/main.cc: small cleanups.
4441 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4443         * lily/ly-module.{cc,hh}: new file.
4445 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4447         * lily/accidental-engraver.cc: Also work with partial measures.
4449 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4451         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
4453 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4455         * lily/my-lily-lexer.cc: use SCM module in stead of
4456         Scheme_hash_table. Changes throughout.  
4458 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4460         * VERSION (MY_PATCH_LEVEL): make 1.7.0