* Documentation/user/introduction.itely (Introduction): historical
[lilypond.git] / ChangeLog
blob3a7ac46cacb4e91ead5e6597186addb16a33336a
1 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * Documentation/user/introduction.itely (Introduction): historical
4         elucidations
6         * Documentation/user/music-glossary.tely (Top): linewidth fix.
8         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
10         * Documentation/index.texi (Top): cleanup.
12         * Documentation/user/introduction.itely (Introduction): rewrite
13         introduction, 
14         (Music notation and  engraving): about notation. Add flat-picture
16 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
18         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
19         separation items. This keeps lyrics from bumping into each other.
21 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
23         * GNUmakefile.in (topdocs-web): New target.
24         (local-web): Depend on topdocs-web; fixes html-doc.
26 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
28         * po/lilypond.pot: run po-replace
30         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
32         * scm/drums.scm (reset-drum-kit): new function.
34         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
36         * scripts/update-lily.py: remove
37         
38         * VERSION: release 1.7.25
39         
40         * Documentation/user/introduction.itely (Introduction): rewrite
41         start of introduction.
43 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
45         * lily/all-font-metrics.cc: fixed typo
47 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
49         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
50         LilyPond-mode-context-set-syntax-table): new functions to define
51         the syntax table according to context.
53         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
55 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
57         * Documentation/user/refman.itely (Figured bass): 
58         language nit courtesy http://www.vocabula.com
60         * GNUmakefile.in: remove no kpathsea hack.
62         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
63         doco.
65         * GNUmakefile.in: remove web-doc target.
67         * lily/all-font-metrics.cc (find_afm): add message about
68         buildscripts/clean-fonts.sh 
70         * scm/define-music-properties.scm (figure): use string for 'figure
72         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
74         * input/regression/ : add raggedright = ##t where applicable. 
75         
76         * scm/bass-figure.scm (make-bass-figure-markup): add
77         alignBassFigureAccidentals property.
79         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
80         bracket.
82         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
83         syllables widths into account for minimum-length.
85         * input/test/staff-container.ly: update file
87         * input/test/stem.ly: remove
89         * lily/event.cc (LY_DEFINE): add ly: prefix.
91         * input/test/clef-manual-control.ly: from manual-clef
93         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
95         * input/test/different-time-signatures.ly: move to poly-metric.ly
97         * input/test/hara-kiri*,scales.ly: remove
98         
99         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
100         with chord-names-jazz.ly)
102         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
103         get scalable cm fonts too.
105         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
106         --encoding for mftrace if present.
108         * input/regression/slur-area.ly: move from test/
110         * input/test/: remove simple-slur-endings slur-attachment
111         slur-broken-cross-staff slur-broken.ly slur-damping.ly
112         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
113         slur-symmetry slur-symmetry tie-broken.ly
115         * scm/drums.scm (set-drum-kit): add function.
117         * Documentation/user/refman.itely (Percussion staves): use
118         set-drum-kit
120         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
121         too
122         (Global_measure.set_timesig): handle 3/8 time sig too.
124         * scm/output-lib.scm (note-head-style->attachment-coordinates):
125         note about triangle note heads.
127         * scm/drums.scm: use alist for instrument-settings. This fixes the
128         bug with assigning to drums in the .ly file.
130         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
131         CHANGED.
133         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
134         cluster-beacon-interface
136         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
138         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
140         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
142         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
143         to get positions.
145         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
146         make ClusterSpannerBeacon to record Y positions. This removes the
147         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
148         make cluster-note-events.
150 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
152         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
154         * configure.in: Use lily/main.cc as identifying source file.
156         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
158         * config.hh.in: 
159         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
161         * configure.in: Require PYTHON >= 2.0.
163         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
164           $PYTHON for include dir location.
165         (STEPMAKE_PYTHON): New function.  Use
166         
167             PYTHON=foo ./configure
169           to override.
171 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
173         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
174         something.
176         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
177         ftp.lilypond.org everywhere.
179 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
181         * lily/text-item.cc (interpret_new_markup): do only if new-markup
182         detected.
184         * Documentation/user/refman.itely (Grace notes): note on explicit
185         contexts
187 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
189         * lilypond-font-lock.el: add a comment about LilyPond specific
190         escape characters: ^, - and _, in the syntax table.
192         * Documentation/user/appendices.itely: a majuscule fix.
194 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
196         * input/test/trills.ly (endHorizScript): fixes.
198         * input/test/chord-names-jazz.ly: merge in alternate Jazz
199         notation, move from regression.
201         * input/test/script-stack.ly: change name from stacked-scripts
203         * input/test/ossia.ly: octave errors.
205         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
206         for midi-volume-equaliser
208 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
210         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
211         cm fonts.
213         * mf/feta-beugel.mf: don't multiply font_count by 10.
215         * lily/lookup.cc (horizontal_line): new function. Use
216         horizontal-line in output backends.
218         * Documentation/user/tutorial.itely (An orchestral part): new
219         section on orchestral stuff and identifiers.
221 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
223         * lilypond-mode.el: comment-out paren-highlighting, it still causes
224         some interference to other modes.
226 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
228         * lily/spacing-spanner.cc (musical_column_spacing): use average,
229         not maximum of spacing wishes in polyphonic situations.
231         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
232         number
234         * lilypond-indent.el: remove paren matching. 
236         * lily/text-item.cc (interpret_new_markup): new function
237         use iso. text2molecule.
239         * lily/main.cc (notice): change FSF address 
241         * po/de.po: update PO file to 1.6.
243 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
245         * Documentation/user/ {many}: Add periods and remove spaces.
246         
247 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
249         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
250         Disable buffer-locally default paren hook and make a new one. 
252         * lilypond-mode.el: Turn off locally paren-mode, but turn on
253         locally LilyPond-paren-mode. Add todo for mouse double-click.
255 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
257         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
258         Disable buffer-locally default paren idle timer and make a new one. 
260         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
261         locally LilyPond-show-paren-mode. Add to menu a toggle for
262         LilyPond-show-paren-function.
264 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
266         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
268 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
270         * Documentation/user/refman.itely: spelling fix.
272         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
273         paren highlight function definitions. add todo for
274         Lilypond-show-paren-mode.
276 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
278         * input/template/jazz-combo.ly: new file.
280 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
282         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
283         lo-res fixes.
285         * mf/feta-schrift.mf: bugfix in varcoda sign.
286         WARNING: FONT CHANGED
288         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
289         in accordance with lexer.ll.   
291 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
293         * Documentation/user/tutorial.itely: Edit introduction.
295 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
297         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
298         ly:grob-staff-position
300 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
302         * scm/to-xml.scm: import srfi-1
304         * VERSION (MAJOR_VERSION):  release 1.7.24
306         * python/lilylib.py (make_ps_images): make multipage _really_ work.
308         * scripts/lilypond-book.py (do_file): put texidoc before image.
309         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
311         * input/regression/*.ly: fix snippet octaves 
313         * input/test/spanner-after-break-tweak.ly: import
314         broken-spanner-adjustment
316         * input/no-notation/midi-transposing.ly: move from input/test/
318         * input/test/: remove chord-markup
320         * input/regression/instrument-name-partial.ly: move from input/test.
322         * input/test/vertical-text.ly: remove
324         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
325         space above lyrics lines.
327         * input/test/uniform-breaking.ly: remove file.
329         * lily/gourlay-breaking.cc (combine_demerits): add comment about
330         uniform spacing density. 
332         * input/test/chords.ly (keys): remove file.
334         * scm/documentation-lib.scm (oop): use srfi-1 too.
336         * input/regression/*.ly: add \version
338         * Documentation/user/*.itely: various fixes.
340         * buildscripts/mf-to-table.py (base): break table every three
341         symbols.
343         * input/:  remove %% new-chords-done %% .
345         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
346         os-music.ly
347         
348 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
350         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
352         * scm/new-markup.scm (box-markup): new function.
353         (box-markup): new function. Contributed by Dick Schoeller
354         <schoeller@attbi.com>
356         * scm/lily.scm: remove reduce-no-unit 
357         (list-insert-separator): use fold-right
359         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
360         of arguments. 
362         * NEWS: more neutral language for ancient notation 
364         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
365         inside pointing beaming for chord tremolo.
367         * Documentation/user/lilypond-book.itely: minor editing
369 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
371         * NEWS: added news for 1.8 regarding ancient notation
373         * Documentation/user/refman.itely (Gregorian square neumes
374         ligatures): fixed typo
376         * lily/vaticana-ligature-engraver.cc,
377         lily/include/vaticana-ligature.hh: bugfix: use special heads for
378         lower/upper head of Pes only when heads are stacked
380         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
381         scm/define-grob-properties.scm: cleanup: make "join-left" a
382         boolean grob property and save delta pitch in grob property
383         "delta-pitch" instead
385         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
387 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
389         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
390         completely borked
392         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
393         (try_music): bug fix: beam multiplicity was completely borked.
395         * scm/lily.scm: remove tail, filter-list, filter-out-list,
396         first-n, butfirst-n in favor of srfi-1 functions.
397         remove string-join, string-pad in favor of srfi-13 functions.
399         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
401         * NEWS: use complete sentences.
403         * Documentation/user/introduction.itely (Example applications):
404         add note about databases and lilypond-book.
406         * input/test/volta.ly: remove file
408         * input/regression/volta-broken-left-edge.ly: simplify file
410 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
412         * Documentation/user/refman.itely (Constructing a tweak): new
413         subsection.
415         * Documentation/user/tutorial.itely (Fine tuning layout): add
416         common tweaks.
418         * scm/define-grobs.scm (TextScript): use new brewer.
420 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
422         * VERSION: release 1.7.23
424         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
426         * python/lilylib.py (make_ps_images): bugfixes.
428         * input/regression/volta-multi-staff.ly: new file.
430         * Documentation/user/macros.itexi: refcommands, refcommand macros.
432         * Documentation/user/tutorial.itely (Piano staffs): new section.
433         (Setting variables): new section
434         (Fine tuning layout): new section
436         * input/just-friends.ly: remove file. Superseeded by
437         input/test/chords-without-melody.ly
439         * ly/property-init.ly: add all commands to refman.
441         * scm/define-translator-properties.scm: remove
442         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
444         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
445         name. Underscores botch up PS output.
447         * scm/define-translator-properties.scm: remove
448         textNonEmpty, oneBeat, regularSpacingDelta
450         * scripts/convert-ly.py (FatalConversionError.conv): conversion
451         rule for automaticBars.
453         * lily/timing-engraver.cc (start_translation_timestep): change
454         barNonAuto to automaticBars
456 2003-06-30  Graham Percival  <gperlist@shaw.ca>
458         * input/test/perform-tie.ly: delete file.
460 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
462         * Documentation/user/refman.itely (Gregorian square neumes
463         ligatures): bugfix: do not show ledger lines in neumes table
464         (fixed by setting staff symbol to transparent rather than removing
465         it from staff context)
467 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
469         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
470         glue into brew-new-markup-molecule.
472         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
474         * Documentation/user/introduction.itely (Computerized typography):
475         new section
477         * Documentation/user/tutorial.itely (An orchestral part): remove
478         pc example from tutorial.
480         * input/tutorial/lilbook.tex: use screech-boink
482         * scripts/lilypond-book.py (compile_all_files): split formatting
483         output body and scheduling lilypond compilation.
484         (format_lilypond_output_bodies): new function
485         (format_lilypond_block): new function
486         (html_pages): allow multi-page images in HTML
488         * python/lilylib.py (make_ps_images): rename function from
489         make_preview, merge with make_page_images
491 2003-06-28  Graham Percival  <gperlist@shaw.ca>
493         * input/test/key-clefs.ly: moved to regression.
495         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
497         * input/no-notation/README: added note about midi-*.ly files.
499         * input/test/two-key.ly: moved to no-notation/parse5.ly
501         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
502         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
504         * input/test/ {various}: modified comments, marked some for deletion.
506         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
508         * input/test/mmrest-collision: moved to regression.
510 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
512         * scm/chord-name.scm (note-name->markup): don't superscript root
513         alterations in chordnames.
515 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
517         * Documentation/user/refman.itely (Multi measure rests): more
518         index/cross-referencing.
520         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
522         * scm/font.scm: remove properties-to-font-name code.
524         * scm/define-grob-properties.scm: remove 'type
526         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
527         conversion
529         * lily/text-spanner.cc: change 'type grob prop to 'style 
531         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
532         "first" flag to decide whether to make a start-repeat
534         * input/regression/grace-volta-repeat-2.ly: new file.
536 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
538         * lilypond-indent.el: rename generic functions to LilyPond-*
540 2003-06-22  Graham Percival  <gperlist@shaw.ca>
542         * input/test/thumb.ly: delete, merged into refman.
544         * Documentation/user/refman.itely: added thumb info to Fingering.
546         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
547         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
548         vertical-align.ly : deleted files.
550 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
552         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
554         * lily/line-spanner.cc (broken_trend_offset): remove function.
555         (get_broken_offset): idem.
556         (brew_molecule): rewrite the line-break case.
558         * input/regression/follow-voice-break.ly:  new file.
560         * lily/line-spanner.cc (after_line_breaking): remove lines at the
561         start of a system.
563 2003-06-20  Graham Percival  <gperlist@shaw.ca>
565         * input/test/tuplet-rest.ly: moved to regression.
567         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
568         deleted file.
570         * input/test/ {many} : marked file for possible deletion.
572 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
574         * input/regression/beam-funky.ly: add note about (disputed)
575         correct beaming.
577         * ly/engraver-init.ly (ScoreContext): put key-signature after
578         staff-bar
579         
580 2003-06-20  Graham Percival  <gperlist@shaw.ca>
582         * input/test/ broken.ly lyric-phrasing.ly: deleted.
584         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
586         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
588         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
589         stem-extend was deleted (it was duplicate example, and not as
590         good).
592         * input/test/[s-z]*.ly: add texidoc index.
594 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
596         * lily/slur.cc (get_boundary_notecolumn_y): change name from
597         get_first_notecolumn_y
599         * lily/spanner.cc (broken_spanner_index): new function.
601 2003-06-19  Graham Percival  <gperlist@shaw.ca>
603         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
604         lyric-hyphen.ly : moved to regression.
606         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
607         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
609         * input/test/instrument-name-mmrest.ly: moved to
610         ../regression/multi-measure-rest-instr-name.ly
612         * input/test/knee-sym.ly: moved to
613         ../regression/beam-knee-symmetry.ly.
615         * input/test/hymn.ly: change comments.
617         * input/test/[p-r]*.ly: add texidoc index.
619 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
621         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
622         to postfix syntax
623         
624         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
625         syntax.
627         * VERSION: release 1.7.22
629 2003-06-18  Graham Percival  <gperlist@shaw.ca>
631         * input/test/[h-k]*.ly: added texidoc index.
633         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
635         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
637         * input/test/ various : mark files for deletion or moving to regression.
639         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
641         * input/test/[l-o]*.ly: added texidoc index.
643 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
645         * scm/music-functions.scm (make-ottava-set): 
646         only do ottavation if centralCPosition is set.
648         * lily/translator-scheme.cc (ly:context-property-where-defined):
649         return '() if not found.
651 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
653         * lilypond-mode.el (LilyPond-un-comment-region): removed.
654         Use one command for both commenting and uncommenting.
656         * lilypond-indent.el (LilyPond-comment-region): new function,
657         (un)comments each line separately.
659         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
660         
661         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
662         imenu is not added by default; adapted from f90.el,
663         makes Help-menu, which does not fit, visible in XEmacs.
664         
665 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
667         * lilypond-mode.el: Set show-paren-mode local; minor-mode
668         show-paren-mode sets blink-matching-paren-on-screen local.
669         Try to make show-paren-function to paren-highlight local.
671         * lilypond-indent.el (LilyPond-scan-sexps): new function.
672         Copy definitions of Emacs' show-paren-function and
673         XEmacs' paren-highlight and make minimal changes;
674         add comments about locality. 
675         Fix matching first open-paren-char in '<< .. >>'.
677 2003-06-16  Graham Percival  <gperlist@shaw.ca>
679         * input/test/g*: added texidoc index.
681         * input/test/[a-g]*: added raggedright==#t when it
682          seemed appropiate.
684         * input/test/ fake-grace.ly figured-bass.ly : removed file.
686         * Documentation/topdoc/INSTALL.texi: removed false warnings
687         about gcc 3.3.
689 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
691         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
693         * input/test/chords-without-melody.ly (texidoc): add from
694         input/just-friends.ly
696         * input/regression/size{13--26}.ly: move from input/
698         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
699         input/{star-spangled-banner,twinkle}.ly: remove 
700         
701         * lily/slur.cc: remove slur over rest warnings.
703         * lily/note-spacing.cc (get_spacing): include left part of right
704         object in fixed space. This fixes stretched space before
705         accidentals.
707         * input/regression/spacing-accidental-stretch.ly: new file.
709 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
711         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
712         Reduce to 16pt.
714 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
716         * input/regression/spacing-knee.ly: docstring
718         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
720         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
721         input/tutorial/{test,solar,flowing}.ly: remove
723         * input/rhythm.ly: remove
725         * input/mutopia/F.Schubert/standchen.ly: update syntax.
727         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
728         update syntax. 
730         * scm/define-grobs.scm (all-grob-descriptions): set
731         knee-spacing-correction to 1.0
733         * lily/note-spacing.cc (stem_dir_correction): compute knee
734         correction using stem-thickness and head width.
736         * input/regression/beam-quanting-horizontal.ly: update texidoc
738         * scm/define-grobs.scm (all-grob-descriptions): set
739         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
740         This fixes 32nd beams for noteheads in spaces quants.
742         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
744 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
746         * README.mandrake: Change lilypond-extras to lilypond-documentation.
748 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
750         * input/test/dpncnt.ly,part-combine-score.ly: remove.
752         * VERSION (PACKAGE_NAME): release 1.7.21
754         * input/regression/stem-shorten.ly: new file.
756         * lily/stem.cc (get_default_stem_end_position): revise stem
757         shortening code.
759         * input/regression/spacing-multi-tuplet.ly: move from input/test/
761         * input/test/{scripts,volta-start,sleur}.ly: remove
762         
763         * input/regression/span-bar.ly: smaller file.
765         * input/regression/spacing-{natural,tight,loose}.ly: remove
767         * input/test/markup.ly: remove
769         * scripts/lilypond-book.py: put printfilename in separate chunk,
770         so texidoc is printed after the filename.  
772 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
774         * make/lilypond.mandrake.spec.in: fix docdirs.
776 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
778         * input/regression/beam-french.ly: bugfix.
780         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
782         * input/regression/(various).ly: add raggedright = #t.
784         * input/regression/auto-beam.ly: move from abe.ly
786 2003-06-13  Graham Percival  <gperlist@shaw.ca>
788         * input/test/f*.ly: added texinfo index.
789         
790         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
792 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
794         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
795         quant penalty for beam just outside staff.
797         * input/regression/beam-quanting-horizontal.ly (texidoc): move
798         from beam-pos.ly,  remove non-horizontal tests. 
800         * input/test/(various): cleanup header info. 
802         * input/test/tchaikovsky.ly: remove file.
804         * scm/chord-generic-names.scm: move from
805         double-plus-new-chord-name.scm
807         * input/test/orchestscore.ly: remove file
809         * Documentation/user/refman.itely (Vocal music): update documentation.
811         * scm/define-translator-properties.scm (chordNoteNamer): remove
812         chordNameStyle, use chordNameFunction
814         * scm/chord-name.scm (set-chord-name-style): remove
815         set-chord-name-style. Use \property chordNameFunction.
817 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
819         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
820         music): remove @TeX{} command.
822 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
824         * lilypond-indent.el (scan-sexps): Renamed to
825         aargh-this-breaks-other-emacs-modes-scan-sexps.
827 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
829         * lilypond-indent.el: Fix: match concurrent one-char opening and 
830         closing slurs: '()', etc. Add comments.
832         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
834         * lilypond-font-lock.el: match unending string at eof.
836         * make/lilypond.mandrake.spec.in: refreshed packed file list.
837         
838 2003-06-10  Graham Percival  <gperlist@shaw.ca>
840         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
841         input/test/beam-dir.ly input/test/beam-position.ly    
842         input/test/beam-suspect.ly input/test/beam-trend.ly    
843         input/test/beams.ly input/test/crescendo-text.ly : deleted
844         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
845         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
846         * input/test/default-bars.ly: moved to bar-always.ly
847         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
849 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
851         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
853 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
855         * scm/chord-ignatzek-names.scm (remove-step): rename file.
857 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
859         * lilypond-indent.el: Match better slurs in scheme expressions.
860         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
862         * Documentation/user/invoking.itexi: document Emacs' paren matching.
864 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
866         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
868         * input/ac-extra-voice.ly: Add texidoc.
870         * ly/chord-modifiers-init.ly: 
871         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
872         and chordNameExceptionsPartial for new chord names.
874         * input/test/chord-names-dpnj.ly: 
875         * input/test/dpncnt.ly: Update.
877         * scm/chord-name.scm: 
878         * scm/double-plus-new-chord-name.scm: Add compatibility for new
879         chord selection and options.
881         * ly/chord-modifiers-init.ly: Add exceptions 
883         * scm/define-translator-properties.scm (chordNameStyle) 
884         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
886 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
888         * ly/property-init.ly (germanChords): Added.
889         (semiGermanChords): Added.
890         
891         * input/test/chord-names-german.ly: Use new macros
892         
893 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
895         * lilypond-indent.el: Use similar parenthesis highlighting for 
896         Emacs and XEmacs through redefinitions of parenthesis highlighting 
897         functions; removed LilyPond-show-paren-function. Fix indenting.
898         Turn paren-matching on also in XEmacs.
900         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
901         as needed by parenthesis highlighting functions (in scan-sexp).
903 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
905         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
906         function.
907         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
909 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
911         * lilypond-indent.el: tune regexp for show-paren-function.
913 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
915         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
916         for all LilyPond-produced tex snippets.
918         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
919         fixes one line --preview output of ly2dvi.
921 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
923         * lilypond-indent.el: match only one type of slurs in
924         LilyPond-show-paren-function.
926 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
928         * debian/GNUmakefile (EXTRA_DIST_FILES): 
929         * debian/lilypond1.7.dirs: 
930         * debian/lilypond1.7-doc.dirs: New file.
932         * input/regression/chord-name-exceptions.ly: Add parameter for
933         ignatzekExceptions.  Quote hash in docstring.
935 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
937         * lilypond-indent.el (show-paren-function): define show-paren-function
938         as LilyPond-blink-matching-open and use it for closing parens.
939         Let LilyPond-blink-matching-open know whether a bracket was inserted.
941         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
942         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
943         LilyPond-blink-matching-paren in order to match both open and close
944         brackets.
945         
946 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
948         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
949         testing by modifying the code from FSF Emacs paren.el. Add comments.
951 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
953         * input/test/dpncnt.ly: Transpose example to match new
954         default \chords octave.  Add comment.
955         
956         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
957         comment about octave change.
959 2003-06-04  Graham Percival  <gperlist@shaw.ca>
961         * input/test/[d,e]: added texinfo index tags.
962         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
964 2003-06-04  Graham Percival  <gperlist@shaw.ca>
966         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
968 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
970         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
971         as in blink-matching-open.
973 2003-06-03  Graham Percival  <gperlist@shaw.ca>
975         * input/test/[a-c]: more comments in files.
976         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
977         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
978         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
979         mark file for proposed deletion.
980         * input/test: renaming files:
981         auto-beam-4-8.ly to beam-auto-4-8.ly
982         auto-beam-override.ly to beam-auto-override.ly
983         auto-beam.ly to beam-auto.ly
984         blank.ly to blank-paper.ly
985         absolute-volume.ly to dynamic-absolute-volume.ly
987 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
989         * input/test/dpncnt.ly: 
990         * input/test/chord-names-dpnj.ly: Resurrect.
992         * lily/my-lily-lexer.cc: Remove chordnames keyword.
994         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
996         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
997         Better docstring, add parameter OMIT-ROOT, tidy up.
999 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
1001         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
1003 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1005         * scm/output-ascii-script.scm (as-font-alist-alist):
1006         (as-properties-to-font-name):
1007         (as-make-style-sheet): Remove.
1009         * scm/font.scm (as-make-font-list): New function.
1010         (as-font-sheet-alist): New variable.
1012         * ly/paper-as9-init.ly: 
1013         * ly/paper-as5-init.ly: Update.
1015         * ly/paper-as5.ly:
1016         * ly/paper-as9.ly: New file.
1018 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1020         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
1022 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1023         * input/sondag-morgen/*: removed due to copyright concerns.
1024         * input/[a,b]*.ly: added a newline at the end of the texinfo
1025         doc string (produces better output in HTML version).
1026         * input/c*.ly: added texinfo index and added comments to
1027         aid in future changes to input/test/ files.
1029 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1030         
1031         * Documentation/user/refman.itely: fixed build problem (missing
1032         file) caused by previous renaming.
1034 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1035         
1036         * input/test/[a,b]*.ly: added texinfo index and added comments to
1037         aid in future changes to input/test/ files.
1038         * input/test/bar-number-every-5-reset.ly: renamed to
1039         bar-number-every-five-reset.ly
1040         * input/test/bar-script-visibility.ly: renamed to
1041         bar-number-show-all.ly
1043 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1045         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
1046         to Voice.
1048         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
1049         out note-line and glissando functionality.
1050         
1051         * lily/line-spanner.cc (brew_molecule): cleanup.
1053 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1055         * scripts/as2text.scm: Use rdelim module.
1056         (start-system): Rename from start-line.
1057         (stop-system): Rename from stop-line.
1058         (af-gulp-file): Use string iso symbol for getenv.
1060         * scm/output-ascii-script.scm: Add guile and lily modules.
1061         (font-name-alist): New variable.
1062         (draw-line): New function.
1064         * scm/output-lib.scm (func, arg->string): Re-add from archive.
1065         (Were these silently removed, without ChangeLog entry?)
1067 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1069         * scm/music-functions.scm (make-ottava-set): bugfixes: also
1070         process 2nd ottava correctly.
1072 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
1074         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
1076 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1078         * Documentation/user/converters.itely (Invoking midi2ly): Update.
1080 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1082         * VERSION: release 1.7.20
1083         
1084         * lily/text-spanner.cc (brew_molecule): clean up function. This
1085         fixes bugs with broken 8va spanners.
1087         * lily/simple-spacer.cc (solve): also compute force for raggedright.
1088         This prevents spurious line-breaks with raggedright
1089         
1090 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1092         * lily/key-performer.cc (create_audio_elements): always use major
1093         key
1095         * Documentation/user/internals.itely: updates
1097         * input/regression/beam-break.ly: new file.
1099         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
1100         beams if starting or terminating stems have 'beaming set.)
1102         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
1103         property.
1105         * lily/parser.yy (verbose_command_req): add comment about scales.
1107 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
1109         * lilypond-indent.el: adjust regexps in bracket-matching.
1111 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
1113         * Documentation/user/refman.itely: more tiny fixes
1115         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
1116         "Chord names"; added table with input syntax for solesmes neumes
1117         table; added some words about rationale on input syntax design
1119         * lily/gregorian-ligature-engraver.cc,
1120         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1121         lily/include/gregorian-ligature.hh: bugfix: horizontal head
1122         alignment of Pes Initio Debilis
1124         * Documentation/user/refman.itely,
1125         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1126         mf/parmesan-heads.mf: fixed most of the head selection/alignment
1127         bugs in the solesmes neumes table
1129 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
1131         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
1132         Similarly, match '[' and ']' by skipping '\[' and '\]'.
1134         * lilypond-mode.el: fix tag-score. small improvements.
1136 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1138         * .cvsignore: Add aclocal.m4.
1140         * lily/music-constructor.cc: Include <assert.h>.
1142 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1144         * ly/engraver-init.ly (HaraKiriStaffContext): use
1145         RemoveEmptyStaffContext instead.
1147         * Documentation/user/refman.itely: updates
1149 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
1151         * Documentation/user/refman.itely: added solesmes neumes table;
1152         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
1153         bugfix: "Ornaments" -> "Articulations"
1155         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
1157 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1159         * lilypond-indent.el: Add a message about trying to match \] or \).
1160         
1161 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
1162         
1163         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
1164         obsolete "arithmetic_*"
1166         * input/bugs/ligatures.ly: removed (will be put into a different
1167         directory later)
1169 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1171         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
1172         libkpathsea (Maurizio Tomasi).
1174 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1176         * input/regression/repeat-slash.ly (texidoc): new file
1178         * lily/slash-repeat-engraver.cc (try_music): new file, handle
1179         slash repeats separately. Slash repeats and %
1180         repeats can now be nested.
1182 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1184         * lilypond-indent.el: Add preliminary test for closing \] and \).
1185         
1186 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
1188         * lily/gregorian-ligature-engraver.cc,
1189         lily/vaticana-ligature-engraver.cc,
1190         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
1191         mf/parmesan-heads.mf: various semivocalis related bugfixes
1193         * input/bugs/ligatures.ly: new file demonstrating problems with
1194         ligatures
1195         
1196 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
1198         * lilypond-mode.el,
1199         lilypond-font-lock.el,
1200         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
1202 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
1204         * lilypond-mode.el: Remove outdated code. Stress the difference 
1205         between Emacs and XEmacs definitions.
1207         * lilypond-mode.el,
1208         lilypond-indent.el: Define a function interactive only when necessary.
1210 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
1212         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
1213         Use inactive regions also in XEmacs.
1215 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1217         * Documentation/user/refman.itely (Repeat syntax): more updates
1219         * lily/simple-spacer.cc (solve): move solution process into
1220         solve(). This fixes a bug with collisions and raggedright = ##t.
1222         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
1224         * ly/engraver-init.ly: remove GraceContext. Update examples.
1226 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1228         * GNUmakefile.in (fonts): Also make fontball.
1230         * Website fixes:
1232         * ly/engraver-init.ly (GraceContext): Add.
1234         * run:
1236             convert-ly $(find . -name *.ly)
1238         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
1239         new chords.
1241 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1243         * VERSION: 1.7.19 released
1244         
1245         * scm/music-functions.scm (set-octavation): new function.
1247         * input/regression/ottava.ly: new file
1249         * lily/translator-scheme.cc (LY_DEFINE): new function
1250         ly:unset-context-property
1251         (LY_DEFINE) new function ly:context-property-where-defined: 
1253 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
1255         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
1257         * lilypond.words: add few.
1259         * input/test/script-chart.ly: fix typo.
1261 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1263         * scm/define-grobs.scm: uniform naming for definitions and output
1264         routine files. 
1266         * ly/engraver-init.ly (ChoirStaffContext): add \description from
1267         scm/context-description.scm
1269         * lily/parser.yy (translator_spec_body): add \description to the
1270         \translator{} body syntax.
1272         * lily/ottava-engraver.cc: new file.
1274         * scm/chord-name.scm (natural-chord-alteration): replace old
1275         chord stuff. 
1277         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
1279         * Documentation/user/refman.itely (Metronome marks): update doco.
1281         * input/regression/markup-note.ly: new file
1283         * input/regression/metronome-marking.ly: new file
1285         * lily/metronome-engraver.cc: new file. Print \tempo markings.
1287         * scm/new-markup.scm (note-markup): make a note glyph, useful for
1288         metronome marks.
1290 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1292         * Documentation/user/GNUmakefile: Compatibility fix for new
1293         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
1294         for making binary packages; info splitting bug has been fixed.
1296         * Documentation/user/refman.itely: Compile fixes.
1298 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
1300         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
1301         Count \midi -keywords also for a region.
1303 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1305         * lily/lookup.cc (LY_DEFINE): new function
1307         * Documentation/user/tutorial.itely: updates
1309 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
1311         * lilypond-mode.el: Allow Midi on buffer.
1312         Use only '.ly'-extension, remove '.sly' and '.fly'.
1313         Allow use of inactive regions. Invoke next Command on Master file, 
1314         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
1316 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1318         * Documentation/user/tutorial.itely: updates.
1320 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
1322         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
1324 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
1326         * lily/coherent-ligature-engraver.cc: fixed typo
1328         * lily/coherent-ligature-engraver.cc,
1329         lily/gregorian-ligature-engraver.cc,
1330         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1331         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1332         lily/vaticana-ligature-engraver.cc,
1333         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
1334         scm/grob-description.scm: cleanup: junked LigatureHead grob and
1335         removed all ligature specific stuff from NoteHead code
1337         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
1338         ligatures now use regular noteheads
1340         * lily/vaticana-ligature.cc: tiny code cleanups
1342         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
1343         space between two adjacent noteheads of the same pitch
1345         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
1346         description; cleanup: removed obsolete font-family settings
1348 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
1350         * lily/coherent-ligature-engraver.cc,
1351         lily/gregorian-ligature-engraver.cc,
1352         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1353         lily/mensural-ligature-engraver.cc,
1354         lily/vaticana-ligature-engraver.cc,
1355         lily/include/gregorian-ligature-engraver.hh: updated for new
1356         Coherent_ligature_engraver; added comments that describe the basic
1357         design ideas of the ligature implementation
1359         * lily/coherent-ligature-engraver.cc,
1360         lily/include/coherent-ligature-engraver.hh: new file: shared code
1361         between mensural ligatures and Gregorian chant notation ligatures
1363 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1365         * lilypond-mode.el: XEmacs fixes: include two definitions for the
1366         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
1367         use only two arguments in sit-for, use no arguments in
1368         read-char-exclusive, backspace is not a character (127) in XEmacs.
1370         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
1372 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1374         * lilypond-mode.el: un-commenting works after syntax-table fix.
1376         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
1377         group, verbose commenting for syntax table.
1379         * lilypond-indent.el: add TODO for ligature slurs.
1381 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
1383         * lilypond-mode.el: Move comments of parenthesis matching away,
1384         (blink-matching-paren-on-screen) fix blinking in Emacs.
1386         * lilypond-font-lock.el: Fix parent-matching for Emacs:
1387         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
1389         * lilypond-indent.el: Add TODO for parenthesis matching.
1391 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
1393         * lilypond-mode.el: Fix XEmacs: 
1394         changed [S-iso-lefttab] to [(shift iso-lefttab)],
1395         invoke explicitly easy-menu-add (in Emacs done automatically).
1396         
1397         * lilypond.words: Add few words from input/*/*.ly.
1399 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1401         * VERSION (PATCH_LEVEL): release 1.7.18
1403         * scripts/lilypond-book.py: only print basename for printfilename
1404         option
1406         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
1407         and syntax updates.
1409 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1411         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
1412         better parametrisation. Move fatness of bulb downward.
1414         * mf/parmesan-custodes.mf (dir_down): remove underscores from
1415         glyph names. Underscores are not allowed .ps encoding files.
1417 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
1419         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
1420         variable "packed" for packed right-ragged mode
1422         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
1423         unused variable ragged; fixed indentation
1425         * Documentation/user/refman.itely: tiny cleanups in ancient
1426         clef and custos section
1428 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1430         * lily/parser.yy (Simple_music): add \applyoutput, syntax
1431         \applyoutput PROCEDURE
1433         * lily/my-lily-lexer.cc: add \applyoutput.
1435         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
1437         * lily/text-item.cc: clean text-interface description
1439 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1441         * input/{regression,test}/: use postfix for slur endings and beam
1442         begins.
1444         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
1445         style beams too. 
1447         * input/regression/lyrics-melisma-beam.ly: new file.
1449         * lily/lyric-engraver.cc (process_music): change from
1450         process_acknowledged_grobs()
1452         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
1453         functions to set and revert auto-beam settings.
1455 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1457         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
1459 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
1461         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
1462         Documentation/user/lilypond.tely: fixed some typos; updated author
1463         info
1465         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
1466         #"" -> #'flag-style = #'()
1468         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
1469         cleanup: removed dead #includes
1471         * lily/gregorian-ligature-engraver.cc,
1472         lily/include/gregorian-ligature.hh,
1473         scm/grob-property-description.scm: small cleanups, small spacing
1474         fixes
1476         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
1477         lily/vaticana-ligature.cc,
1478         lily/include/gregorian-ligature-engraver.hh,
1479         scm/grob-property-description.scm, scm/music-types.scm:
1480         "porrectus" -> "pes or flexa"
1482         * ly/engraver-init.ly, scm/grob-description.scm,
1483         scm/grob-property-description.scm: junked porrectus, now handled
1484         by ligature code
1486         * scm/grob-description.scm: bugfix: added space-alist entry for
1487         breathing sign/custos
1489 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1491         * Another grand 2003 update.
1492         
1493         * Remove mentioning of `mudela'; There's no such thing.
1495 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1497         * Documentation/user/preface.itely (Preface to version 1.8): update
1499         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
1501         * Documentation/user/converters.itely (Invoking convert-ly): revise
1503         * scripts/convert-ly.py (outfile_name): remove --assume-old.
1505         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
1507 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1509         * Documentation/user/internals.itely: more updates.
1511 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1513         * Documentation/user/refman.itely: revise 
1515         * Documentation/user/internals.itely: revise
1517         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
1519 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
1521         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
1522         beautification: reformatted ancient clefs section; cleanup: small
1523         wording fixes
1525 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
1527         * lilypond.words: added words for chant notation, sorted
1528         alphabetically through "sort lilypond.words"
1530 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
1532         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
1533         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
1534         chant notation
1536 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
1538         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
1539         prevent TeX from interpreting them as long dash
1541         * input/test/vaticana.ly: updated
1543         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
1544         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
1545         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
1546         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
1547         fixes
1549         * mf/parmesan-heads.mf: ledger endings: removed dead code
1551 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1553         * VERSION: 1.7.17 released
1554         
1555         * Documentation/user/GNUmakefile
1556         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
1557         files too.
1559         * scm/document-markup.scm: new file: document all markup
1560         functions.
1562         * scm/documentation-generate.scm: rename all documentation modules
1563         to document-*.scm
1565         * scripts/lilypond-book.py: generate link to .ly file iso. link to
1566         .png
1568         * input/test/divisiones.ly: added
1570         * input/regression/output-property.ly: new file
1572         * lily/cluster.cc: change cluster-interface to use style property
1574 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
1576         * input/test/chord-names-german.ly: modified.
1578         * scm/chords-ignatzek.scm:
1579           chord-name->german-markup: Added
1580           note-name->german-markup: Changed (now producing lowercase notenames)
1582         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
1583         
1584 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1586         * scripts/convert-ly.py (FatalConversionError.conv):
1587         divisiominima -> divisioMinima, etc.
1589         * ly/engraver-init.ly (FiguredBassContext): add
1590         Separating_line_group_engraver to Figured bass context.
1592         * ly/german-chords-init.ly: remove file
1594         * input/test/chord-names-german.ly (scm): new file.
1596         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
1598         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
1599         Chord_name_engraver
1601         * Documentation/user/refman.itely: lots of updates.
1603         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
1604         new file
1606         * input/test/bar-number-every-5-reset.ly: new file.
1608 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1610         * input/regression/chord-name-major7.ly: new file
1612         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
1613         if specced explicitly.
1615         * input/regression/chord-name-entry-11.ly: new file.
1617         * input/test/slur-beautiful.ly: new file.
1619         * Documentation/user/refman.itely: updates.
1621         * input/regression/collisions.ly (threevoice): cleanup.
1623         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
1625 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1627         * Documentation/user/*.itely: various updates.
1629         * ly/spanners-init.ly: enddecr/ endcr.
1631         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
1632         of tutorial
1634 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1636         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
1638         * lily/new-chord-name-engraver.cc (process_music): use octavation
1639         (a number) instead of original-pitch to store inversions. This
1640         fixes a problem with transposed chords with inversions.  
1642 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1644         * stepmake/aclocal.m4: Include compile fix for broken flex, as
1645         used in includable-lexer.hh.
1647         * lily/includable-lexer.cc: Bugfix: include config.h.
1649         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
1650         circumvention of Debian packaging bug.
1652 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1654         * flex-2.5.31 hits Debian/unstable.  Fixes below.
1655         
1656         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
1658         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
1659         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
1661         * lily/include/includable-lexer.hh: 
1662         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
1664         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
1666         * aclocal.m4: Regenerate.
1668         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
1669         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
1671         * scm/pdf.scm (use-modules): Include lily.
1673         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
1674         Noordkamp).
1675         (use-modules): Include lily.
1676         (lily-def): Bugfix: include tex-val in let.
1678 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
1680         * lilypond-mode.el: sensible error if lilypond.words not found.
1682         * lilypond.words: add few words.
1684 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
1686         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
1688         * mf/parmesan-scripts.mf: fixed typo in char name
1690 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1692         * VERSION: 1.7.16 released
1694         * python/lilylib.py (setup_temp): temporary directories are mode 700.
1695         (this is a security vulnerability).
1697         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
1699         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1700         add staff support.
1702 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
1704         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
1705         ly/script-init.ly, scm/script.scm: bugfix: renamed
1706         fermata->signumcongruentiae to fix naming clash with feta font
1708 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1710         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
1712         * lily/multi-measure-rest-engraver.cc
1713         (start_translation_timestep): use grace timing too for determining
1714         when to make mmrest.
1715         (start_translation_timestep): clear numbers too.
1717 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
1719         * scm/music-types.scm: compile fix: escape braces
1721         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
1722         work around font selection problem
1724         * Documentation/user/refman.itely: BreathingSign: added docu for
1725         property "text"
1727 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1729         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
1730         information.
1732 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1734         * lily/multi-measure-rest-engraver.cc (class
1735         Multi_measure_rest_engraver): make multiple Number objects, one
1736         for each MultiMeasureTextEvent.
1738         * scm/music-functions.scm (glue-mm-rest-texts): use
1739         MultiMeasureTextEvent
1741         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
1743         * Documentation/user/refman.itely (Multi measure rests): update.
1745 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1747         * lily/ly-module.cc (ly_copy_module_variables): use
1748         scm_internal_hash_fold() for iterating modules.
1750 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
1752         * Documentation/user/refman.itely: Section Custodes: added more
1753         example code
1755         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
1756         neo-mensural rests to parmesan font
1758         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
1759         header
1761 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1763         * Documentation/user/macros.itexi: @fileref macro.
1765         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
1766         each file. 
1768 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
1770         * lily/include/custos.hh, make/lilypond.suse.spec.in,
1771         Documentation/topdocs/AUTHORS.texi: updated my email address
1773         * Documentation/user/refman.itely: updated custos documentation;
1774         beautified divisiones example; beautified articulations table
1776         * lily/breathing-sign.cc: bugfix: finalis molecule
1778 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
1780         * Documentation/user/refman.itely: added docu for
1781         contemporary fermata symbols, gregorian breathing signs; small fixes
1783         * ly/gregorian-init.ly: removed obsolete #'type props
1785 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1787         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
1788         minimum-length property correctly.
1790 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1792         * scm/music-functions.scm (make-multi-measure-rest): set input
1793         locations for multimeasure rests.
1795 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
1797         * input/regression/breathing-sign.ly: updated to for ancient
1798         notation
1800 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1802         * scripts/ly2dvi.py: Add newline.
1804 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1806         * scripts/ly2dvi.py (dependency_files): Compile fix.
1808 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1810         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
1811         (make_html_menu_file): --html menu. 
1813 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1815         * scripts/ly2dvi.py (run_dvips): +add the .map file 
1817 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1819         * input/screech-boink.ly: new file.
1821 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1823         * scripts/lilypond-book.py (make_lilypond_file): convert
1824         lilypond-file to lilypond block directly, without going through
1825         begin/end lilypond text.
1826         
1828 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
1830         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
1831         scm/grob-description.scm: moved Michael's original breathing sign
1832         code in brew_molecule() to divisio_minima(); provided new
1833         brew_molecule() that effectively replaces the
1834         Text_item::brew_molecule callback (with additional fallback to
1835         Michael's original code); added callbacks for brewing divisio
1836         maior/maxima and finalis
1838         * gregorian-init.ly: added breathing sign shortcuts for virgula,
1839         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
1841         * script-init.ly: added shortfermata, longfermata,
1842         verylongfermata, varcoda
1844         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
1845         longfermata, verylongfermata, varcomma, varcoda
1847 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1849         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
1850           Remove all noquote and insert a few quote.
1851         
1852         * Documentation/user/lilypond-book.itely (Music fragment options),
1853           scripts/lilypond-book.py: Don't include quotation blocks by
1854           default. Introduce option quote instead of noquote
1856 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1858         * VERSION: 1.7.15 released
1859         
1860         * Documentation/user/lilypond.tely: omf updates.
1862         * buildscripts/texi2omf.py (omf_vars): include version.date
1864         * make/lilypond.redhat.spec.in: fixes for spec file. 
1866         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
1867         by function definition: lily now requires a recent GNU Make.
1869         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
1871         * make/ly-rules.make: remove .ly -> .tex rule
1873         * Documentation/user/refman.itely (Figured bass): revised figured
1874         bass example.
1876 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1878         * stepmake/stepmake/omf-targets.make (local-install): add
1879         scrollkeeper-update message.
1881         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
1882         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
1884         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
1886         * Documentation/user/converters.itely (Invoking midi2ly): add
1887         track/channel notice.
1889 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1891         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
1893         * lily/parser.yy (scalar): DIGIT is also a scalar.
1895         * Documentation/user/music-glossary.tely: add @omf tags
1897         * Documentation/user/lilypond.tely: add @omf tags
1899         * scm/generate-documentation.scm (string-append): add @omf tags.
1901         * stepmake/stepmake/omf-*: new files 
1903         * input/regression/multi-measure-rest.ly (texidoc): add doco
1905         * GNUmakefile.in (web-doc-install): add web-doc-install target
1907         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
1908         fixes crashes while dumping MIDI.
1910         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
1911         midi
1913 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1915         * buildscripts/texi2omf.py: new file.
1917         * mf/feta-beugel.mf: include font count, not staffsize (16) in
1918         font-name
1920 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1922         * input/regression/beam-manual-beaming.ly (texidoc): new file.
1924         * lily/sequential-iterator.cc (descend_to_child): call
1925         descend_to_child() for all types of music.
1927 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1929         * scm/translator-property-description.scm: Add
1930         bassFigureFormatFunction.  Replace some entries.
1932 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1934         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
1935         clean out.
1937 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1939         * scripts/midi2ly.py (Note.dump): never dump duration for
1940         dump_dur=0.
1942         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
1943         new function
1945         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
1946         figures using new markups. Much simpler, and should improve layout
1947         a little.
1949         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
1951 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1953         * ly/engraver-init.ly: use Hara kiri by default for 
1954         ChordNames, FiguredBass and Lyrics(Voice) context. 
1956         * lily/axis-group-engraver.cc (acknowledge_grob): use
1957         rhythmic-grob-interface for selecting items not to hara-kiri'd 
1959         * scm/new-markup.scm (markup-function-list): add bracket,
1960         vbracket.
1962         * ly/engraver-init.ly (ChordNamesContext): set
1963         minimumVerticalExtent
1965 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1967         * input/test/time-signature-double.ly: new file 
1969         * input/regression/collision-head-chords.ly (texidoc): new file.
1971         * lily/type-swallow-translator.cc: add note swallow translator 
1973         * input/test/time-signature-double.ly: new file.
1975         * lily/type-swallow-translator.cc: add Rest_swallow_translator
1977         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
1978         (FiguredBassContext): idem.
1980         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
1982         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
1984         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
1986         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
1987         .afm dependency
1989         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
1991         * python/lilylib.py (make_page_images): add function.
1993         * scripts/ly2dvi.py (run_latex): include title in preview image.
1995         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
1996         from lilypond-book for <ly2dvifile> tags in HTML.
1998         * scripts/ly2dvi.py (option_definitions): add --debug option to
1999         print out environment.
2001         * input/regression/tie-chord-partial.ly: new file.
2003 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
2005         * lilypond.words: add 3
2007 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2009         * scm/new-markup.scm (markup-function-list): add finger-markup
2011         * input/tutorial/brahms-tweaked.ly: new markup 
2013         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
2015         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
2016         crash when processing '() markup
2018         * input/regression/breathing-sign.ly (texidoc): add caesura example.
2020         * lily/breathing-sign.cc (railtracks): another caesura.
2022         * mf/feta-schrift.mf: caesura symbol. 
2024 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2026         * scripts/convert-ly.py (FatalConversionError.conv): add
2027         ly:molecule-XXX conversions.
2029         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
2031         * input/regression/multi-measure-rest-text.ly: new file.
2033         * scm/music-functions.scm (glue-mm-rest-texts): automatically
2034         convert MMREST-TEXT to MultiMeasureRestNumber settings.
2036         * ly/engraver-init.ly (ScoreContext): move tablature settings to
2037         ScoreContext
2039         * scm/new-markup.scm (center-markup): \center markup.
2041         * scm/music-functions.scm: remove pitchify scripts.
2043         * lily/music.cc (print_smob): display music name if available 
2045 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2047         * Documentation/user/refman.itely (Instrument names): remove
2048         \turnOff doco.
2050 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2052         * lily/score.cc (mark_smob): bugfix.
2054         * input/regression/rehearsal-mark.ly: new file.
2056         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
2057         report error at the current token again.
2059 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2061         * cygwin/mknetrel: Exit if doc build fails.
2063         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
2065 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2067         * scm/music-types.scm (music-descriptions): add doc strings
2069 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2071         * lily/lexer.ll: 
2072         * lily/include/my-lily-lexer.hh: 
2073         * lily/include/includable-lexer.hh: Add flex kludge.
2075         * config.hh.in: 
2076         * config.make.in: 
2077         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
2078         cruft.
2079         
2080         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
2081         code.
2083 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2085         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
2087         * lily/parser.yy (new_chord): Compile fix.
2089 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2091         * Documentation/user/refman.itely (Tuning groups of objects):
2092         remove documentation for \turnOff. 
2094         * lily/percent-repeat-engraver.cc (try_music): add correct
2095         processing moments for double-measure percents as well.
2097         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
2099         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
2100         grob prop type. 
2102         * Documentation/user/refman.itely (Printing named chords): add
2103         chord name tweak doco.
2105         * input/template/gregorian-transcription.ly: new file.
2107 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2109         * VERSION: 1.7.13 released
2110         
2111         * input/test/*: lots of cleanups/comment-outs/removals in chord
2112         examples
2113         
2114         * input/regression/*: lots of cleanups/comment-outs/removals in
2115         chord examples
2116         
2117         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
2118         options
2120         * lily/new-chord-name-engraver.cc (process_music): give original
2121         inversion pitch to chord name routine.
2123         * input/tutorial/os-score.ly: update to new markup
2125         * Documentation/user/appendices.itely: simply include
2126         chords-ignatzek. 
2128         * Documentation/user/refman.itely (Chords mode): add documentation
2129         for chord mode.
2131         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
2132         not present in chord.
2133         (construct-chord): add inversion and bass support.
2135         * lily/chord.cc: junk contents.
2137 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
2139         * Documentation/user/refman.itely:
2140         * Documentation/user/music-glossary.tely: fix. 
2142 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2144         * scm/chord-entry.scm (construct-chord): move chord construction
2145         to Scheme.
2147         * lily/parser.yy (new_chord): new setup for chord entry.
2149 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
2151         * lilypond.words:
2152         * Documentation/user/music-glossary.tely: add ambitus.
2154 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2156         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
2158         * lily/include/*.hh: string() -> to_string()
2160         * scm/chords-ignatzek.scm: new file.
2162         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
2163         standard chord name exceptions.
2165         * scm/translator-property-description.scm (chordNameSeparator):
2166         add property.
2167         (majorSevenSymbol): add property
2169         * lily/translator-scheme.cc (ly:context-properties): new function
2170         (ly:context-parent): new function.
2171         (print_smob): print context name.
2173         * lily/music.cc (ly:get-music-length): new function
2174         (print_smob): don't print properties.
2176         * lily/duration.cc (duration<?): new function
2178         * input/regression/chords-funky-ignatzek.ly: new file.
2180         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
2181         jazz chords.
2183         * lily/pitch.cc (ly:pitch-diff): new function.
2185         * input/regression/chords-ignatzek.ly: new file.
2187 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2189         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
2190         pitches for jazz chords.
2192 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2194         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
2196 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
2198         * lilypond.words: add 1
2200 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
2202         * Documentation/topdocs/AUTHORS.texi: refine.
2204 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2206         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
2207         
2208         * lilypond.words: add one.
2210 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
2212         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
2213         Fontify bass note in chords, e.g., e in c1/e.
2214         
2215 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2217         * Documentation/user/music-glossary.tely: Dutch updates and
2218         additions (Arent Storm).
2220 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2222         * input/regression/ambitus.ly:  move file.      
2224         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
2226         * lily/event.cc (transpose): add tonic property to Key_change_req
2227         and to Key_engraver.
2229 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
2231         * Documentation/user/refman.itely: fix typo.
2233         * lilypond.words: removed wrong identifiers.
2235 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2237         * mf/feta-toevallig.mf: make flat stem shorter 
2239 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
2241         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
2243         * lilypond.words: add from Phrasing slur.
2244         
2245 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
2247         * lilypond-mode.el: allow launching multiple ViewPS processes.
2248         
2249         * lilypond.words: add from Text markup.
2251 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2253         * input/test/ossia.ly (texidoc): add comment.
2255         * input/regression/voice-follower.ly: new file.
2257         * mf/feta-toevallig.mf: make flat heavier.
2259         * lily/cluster-engraver.cc: clean up Cluster engraver
2261         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
2262         Engraver. Use Note_column to compute Y positions and deal with
2263         line break stuff.
2265 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2267         * lily/stem.cc: move french-beaming to stem.
2269 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
2271         * lilypond-font-lock.el: fontify all durations in chords.
2273         * lilypond.words: add from lily/my-lily-lexer.cc
2275 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2277         * VERSION: release 1.7.12
2279         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
2281         * lily/gregorian-ligature.cc: new file
2283         * lily/*: the Great 2003 search & replace.
2285         * Documentation/user/refman.itely (Manual repeat commands): add
2286         note about font selection.
2288 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
2290         * lilypond-mode.el: propose recompiling midi while invoking playing,
2291         not while stopping playing.
2293 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
2295         * lilypond.words: add one.
2297         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
2298         and expressional note grouping. Fontify chord modes.
2300 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
2302         * Documentation/user/music-glossary.tely (Top): translate melisma.
2304 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2306         * Documentation/user/music-glossary.tely (Top): add melisma.
2308 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
2310         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
2311         interfaces for (abstract) grob GregorianLigature
2313         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2314         renamed head* -> glyph_name*, x-shift* -> x-offset*
2316         * scm/grob-property-description.scm: bugfix: added missing descriptions
2318 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2320         * input/test/chord-names-dpnj.ly: New file.
2322         * scm/double-plus-new-chord-name.scm: Implement full and partial
2323         exceptions.
2325         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
2327         * scm/double-plus-new-chord-name.scm
2328         (double-plus-new-chord->markup): Fix sub->markup.
2331 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
2333         * lily/custos-engraver.cc: added TODO; editorial changes
2335         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
2336         consistency with other ligature engravers; removed access on (now)
2337         private variable _ligature of Ligature_engraver
2339         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
2340         renamed last_bound -> last_bound_; issue programming_error on
2341         abstract method calls; moved primitives code from
2342         Mensural_bracket_engraver to here (because almost ligature
2343         engravers will need it); renamed try_stop_ligature () ->
2344         typeset_ligature (); bugfix: store primitives of finished ligature
2345         in separate variable finished_primitives_ to avoid clash on input
2346         like "\] \["; added current_ligature () to enable access on
2347         private variable _ligature
2349         * lily/mensural-ligature-engraver.cc: removed primitives_ code
2350         (now in super class); renamed try_stop_ligature () ->
2351         typeset_ligature ()
2353         * lily/mensural-ligature.cc: issue programming_error on abstract
2354         method calls
2356         * lily/note-heads-engraver.cc: added TODO comment upon bool
2357         in_ligature
2359         * mf/parmesan-heads.mf: fixed some of set_char_box()
2361         * scm/grob-description.scm: added VaticanaLigature
2363         * scm/grob-property-description.scm: added neume prefix properties
2365         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
2366         lily/include/gregorian-ligature-engraver.hh,
2367         lily/include/gregorian-ligature.hh: new files; framework for
2368         gregorian ligature engravers such as vaticana
2370         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
2371         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
2372         vaticana style ligature implementation (still somewhat uncomplete)
2374 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2376         * VERSION: release 1.7.11
2378         * scripts/convert-ly.py: add ly:pitch-transpose rule
2380 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2382         * input/test/dpncnt.ly: New file.
2384         * lily/my-lily-lexer.cc: Add chordnames keyword.
2386         * lily/parser.yy (chordnames_block): Parse chord name exception
2387         lists, see input/test/dpncnt.ly.
2389         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
2390         function.
2392         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
2393         filter-out too.
2395         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
2396         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
2397         pitch functions (except for ly:make-pitch, but that's apparently
2398         some sort of scheme naming standard?).
2400         * scm/lily.scm (!=): define-public.
2402         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
2404 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2406         * scm/double-plus-new-chord-name.scm
2407         (double-plus-new-chord-name->markup): New file.
2409 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2411         * python/lilylib.py (make_preview): don't suppress progress for
2412         bbox extraction.
2414 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2416         * Documentation/user/appendices.itely (scheme): update for new syntax.
2418         * input/regression/chord-name-styles.ly: new file
2420         * lily/instrument-name-engraver.cc: create instrument names
2421         without barline too.  Allows instrument name on ChordNames  
2423         * scm/new-markup.scm (interpret-markup): allow simple strings as
2424         markup too.
2426 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2428         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
2429         (step->markup-accidental): Fix: add accidental.
2430         (chord::inner-name-american): 
2431         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
2432         append stray '/' if last superscript addition was 'o'.
2434         * scm/new-markup.scm (normal-size-sub-markup) 
2435         (normal-size-super-markup): New function.
2437         * lily/source-file.cc (Source_file): Add warning for possibly
2438         intentional but suspicious initialization.
2440         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
2441         add comments about cut-and-paste programming.
2443         * flower/rational.cc (lcm): Not used; comment out.
2445 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2447         * lily/new-fingering-engraver.cc (position_scripts): use
2448         fingerHorizontalDirection to determine fingering horizontal
2449         directions.
2451         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
2452         fingering support.
2454         * scripts/convert-ly.py (FatalConversionError.conv): add style
2455         conversion rule. 
2457         * scm/chord-name.scm (set-chord-name-style): new function.
2458         (new-chord-name-brew-molecule): revise to interpret markup only
2459         (new-chord->markup): cleanuppish rewrite. To be called from the
2460         new engraver.
2462         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
2463         Markup earlier, during interpreting.
2465         * input/test/{banter,jazz,american}-chords.ly (scheme): update
2466         style settings. Rename to chord-names-*.ly
2468 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2470         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
2471         markup code and update to new markup.  Most probably broke some of
2472         it.
2473         
2474 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
2476         * Documentation/user/refman.itely: added docu for ambitus and
2477         clusters
2479         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
2480         ly_quote_scm() in lookup.cc
2482         * mf/parmesan-clefs.mf: set_char_box fix
2484         * lily/cluster-engraver.cc: junk implicit protection; use
2485         Protected_scm instead
2487 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2489         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
2490         throughout.
2492         * scm/new-markup.scm: Turn-off error-triggering test code.
2494 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2496         * scm/new-markup.scm (markup-thrower-typecheck) 
2497         (markup-typecheck?):  add full typechecking functions.
2498         (make-markup-maker): add make-FOO-markup functions.
2499         (markup-argument-list-error): nice error checking messages.
2500         (make-markup): better function: less quoting escapades.
2502 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2504         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
2506 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2508         * cygwin/lilypond.hint (requires): Add cygwin.
2510         * .cvsignore: Remove stepmake (huh!?!), add lib.
2512         * GNUmakefile.in: Add libdir links for builddir runs.
2514         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
2515         instead of datadir.
2517         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
2518         local_lilypond_libdir.
2520         * config.make.in (lilypond_libdir): Add.
2522         * stepmake/stepmake/substitute-rules.make: 
2523         * stepmake/stepmake/script-rules.make: 
2524         * stepmake/stepmake/python-module-rules.make:
2525         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
2526         lilypond-python-module patch.
2528 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2530         * Documentation/user/refman.itely (Graphical interfaces): add note
2531         about xml2ly.
2533 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2535         * scripts/ly2dvi.py (run_dvips): remove trailing newline
2537 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2539         * VERSION: released 1.7.10
2541         * scripts/musedata2ly.py (): idem
2543         * scripts/midi2ly.py (dump_chord): idem
2545         * scripts/etf2ly.py (version): idem 
2547         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
2549         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
2551         * scm/tex.scm (tex-output-expression): remove eval compat
2552         glut. Other output files too.
2554         * scm/chord-name.scm: don't export anything from chord module.
2556         * input/test/american-chords.ly: idem
2558         * input/test/banter-chords.ly (texidoc): idem
2560         * input/test/Cc-chords.ly: add breakage notes.
2562         * Documentation/user/refman.itely (Text markup): rewrite manual section.
2564         * lily/parser.yy (scalar): allow \markup { } as property value. 
2566         * scm/chord-name.scm: complete new markup usage
2568         * scm/grob-description.scm (all-grob-descriptions): use new markup
2569         texts by default
2571 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2573         * scm/chord-name.scm: partial move to new markup texts.
2575 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2577         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
2579         * scm/bass-figure.scm (brew-bass-figure): make stack direction
2580         settable.
2582 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
2584         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
2585         invoked for old midi, wait for killing.
2587 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
2589         * Documentation/user/music-glossary.tely: Finnishing.
2591 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2593         * mf/feta-nummer-code.mf: some kerning pairs.
2595 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
2597         * scm/output-lib.scm (set-bar-number-visibility): Context-function
2598         Added.
2600         * Documentation/user/refman.itely (Bar numbers):
2601         set-bar-number-visibility added, modulo-bar-number removed again
2602         (sorry).
2604 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
2606         * scm/output-lib.scm (modulo-bar-number-visible): add function.
2608         * Documentation/user/refman.itely: add modulo-bar-number-visible.
2610         * Documentation/user/music-glossary.tely: translate into Finnish.
2612 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2614         * lilypond-mode.el: add shortcut for 2midi
2616         * lilypond-font-lock.el: fontify lyrics
2618 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
2620         * scm/drums.scm : use 1.7.x names.
2622         * input/regression/drums.ly : Don't use << chords >>
2624 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2626         * lilypond-mode.el: tidy, add TODO
2628         * make/lilypond.mandrake.spec.in: install-info quietly.
2630 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2632         * input/test/markup.ly: use new syntax.
2634 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2636         * ly/params-init.ly (interscoreline): add word-space
2638         * input/test/metronome.ly (eighthNote): idem.
2640         * input/test/script-priority.ly: use new markup
2642         * lily/parser.yy (markup): allow HEAD markup0 markup1 
2644         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
2646         * lily/parser.yy (gen_text_def): bugfix.
2647         (full_markup): allow markup identifier.
2649 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
2651         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
2652         jobs at the same time. Add horizontal lines to Command menu.
2653         Allow one compiling job -- propose killing others before a new one.
2655         * lilypond.words: add markup, teeny, etc.
2657 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
2659         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
2660         Allow only one type of midi process; launching Midi either stops
2661         midis or plays the current midi and launching MidiAll stops midis
2662         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
2663         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
2665 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2667         * lily/text-engraver.cc (process_acknowledged_grobs): use new
2668         markup  for new markup texts.
2670         * lily/mark-engraver.cc (process_music): idem
2671         
2672         * lily/instrument-name-engraver.cc (create_text): idem
2674         * scm/new-markup.scm (magnify-markup): new function.
2676         * scm/molecule.scm (stack-lines): bugfix.
2678         * lily/font-interface.cc (get_font): take font-magnification from
2679         alist chain.
2681 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2683         * lily/molecule-scheme.cc: move scheme functions to separate file.
2685         * lily/font-metric.cc  (ly_get_glyph): new function. 
2686         
2687         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
2688         (italic-markup, dynamic-markup): new functions
2689         (font-markup): new function
2691         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
2692         padding and minimum
2694 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
2696         * lily/accidental-engraver.cc:
2697         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
2699 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
2701         * lilypond.vim:
2702         * lilypond-font-lock.el: Put \longa as duration. Accept only 
2703         [a-zA-Z] for user defined identifiers. Separate note cases 
2704         with and without a duration (allow cis\longaX).
2706         * lilypond.words: Add words from Info.
2708 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2710         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
2712 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
2714         * lilypond-mode.el: Propose reverting buffer before a command if
2715         it was edited with an another editor.
2717 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2719         * lily/molecule.cc (ly_translate_molecule): new function
2721         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
2722         into libdir
2724         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
2726         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
2728 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
2730         * lilypond.words: take \words from Info-index.
2732 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2734         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
2736 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
2738         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
2740 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
2742         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
2743         and lilypond-documentation.
2745 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2747         * lily/parser.yy: Compile fix (bison 1.75).
2749 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2751         * VERSION: 1.7.9 released
2753         * scm/music-functions.scm (shift-one-duration-log): refactor.
2754         Use music-map.
2756         * input/regression/chord-tremolo.ly (texidoc): add dot test.
2758         * NEWS: update.
2760         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
2761         argument
2762         
2763         * scm/music-functions.scm (display-music): new function
2764         (music-map): change arg order.
2766         * input/regression/new-markup-syntax.scm: new file
2768         * lily/parser.yy (markup): add \markup { .. } syntax.
2770         * scm/new-markup.scm (override-markup): new function
2771         (lookup-markup): new function
2772         (music-markup): new function
2773         (lookup-markup-command): use markup-signature to store argument
2774         format for parser.
2776         * lily/lexer.ll: preliminary \markup syntax. 
2778 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
2780         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
2781         add pre/post-dependencies and menus with icons from source.
2783         * Documentation/pictures/lilypond-48x48.xpm:
2784         * Documentation/pictures/lilypond-32x32.xpm:
2785         * Documentation/pictures/lilypond-16x16.xpm: new files, background
2786         transparent.
2788         * stepmake/stepmake/generic-targets.make:
2789         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
2791 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2793         * input/regression/music-map.ly (texidoc): new file.
2795         * scm/music-functions.scm (music-map): new function
2797 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2799         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
2801 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
2803         * input/test/to-xml.ly:
2804         * lily/ligature-engraver.cc: Fixes documentation.
2806         * lilypond.mandrake.spec.in:
2807         * lilypond.redhat.spec.in: Add lilypond.words.
2809         * Documentation/user/refman.itely: Mention Info inside emacs.
2810         
2811         * lilypond.suse.spec.in:
2812         * lilypond.redhat.spec.in: 
2813         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
2815 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2817         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
2818         os.popen.read ().
2820 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2822         * scripts/ly2dvi.py (include_path): print warning if failing anything.
2824         * python/lilylib.py (error): add space
2826 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2828         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
2829         distribution.
2831 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2833         * lily/paper-outputter.cc (Paper_outputter): close port when
2834         finishing score.
2836 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2838         * scm/sodipodi.scm: Fixes.
2840 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
2842         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
2844         * buildscripts/make-font-dir.py: Fix. 
2846 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
2848         * lilypond-mode.el: Add support for Info inside Emacs.
2850 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2852         * buildscripts/make-font-dir.py: 
2853         * mf/GNUmakefile: Make sodipodi font map.
2855         * scm/sodipodi.scm: Add more output functions.
2857         * mf/feta-nummer.mf: 
2858         * mf/feta-beugel.mf: Add font_coding_scheme.
2860         * lily/paper-outputter.cc (output_header): Fix creator string.
2862 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2864         * lilypond-mode.el (LilyPond-autocompletion): invoked with
2865         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
2867         * lilypond.words: add two (Everybody can add/remove words now!).
2869         * debian/rules:
2870         * make/lilypond.suse.spec.in:
2871         * make/lilypond.mandrake.spec.in:
2872         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
2874         * Documentation/user/refman.itely: Mention autocompletion.
2876 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2878         * scripts/ly2dvi.py: Add paper sizes.
2880         * lily/timing-engraver.cc: 
2881         * lily/time-signature.cc: 
2882         * lily/span-bar.cc: 
2883         * lily/grob-scheme.cc: Code formatting fixes.
2885         * scm/sodipodi.scm: 
2886         * scm/sketch.scm:
2887         * buildscripts/mf-to-table.py: 
2888         * buildscripts/make-font-dir.py: Font testing.
2890 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2892         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
2893         inserts try-completion and shows all-completions.
2895         * lilypond.words: '\' -> '\\'
2897         * lilypond-mode.el: load libraries in the end, lilypond.words defines
2898         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
2899         
2900         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
2901         and LilyPond-reserved-words.
2902         
2903 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
2905         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
2906         from load-path.
2907         
2908         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
2909         the mini-buffer with Control-Shift-c.
2910         
2911 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2913         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
2914         duration. This fixes \tempo taking time.
2916 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2918         * lily/volta-engraver.cc (process_acknowledged_grobs): 
2919         Allow for text markup in repeatCommands. 
2921 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
2923         * lilypond-mode.el (LilyPond-insert-string): new function, use it
2924         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
2925         Get rid of skeleton.el-dependency.
2927         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
2929 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2931         * lily/beam-engraver.cc (stop_translation_timestep): reset
2932         now_stop_ev_
2934         * lily/scm-option.cc: add parse-protect to ly:set-option
2936         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
2938 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2940         * lily/include/ligature-bracket.hh: removed
2941         * lily/ligature-bracket.cc: removed
2943         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
2944         .tex
2946         * lily/beam.cc (set_beaming): don't change beam count on rests.
2947         (brew_molecule): always set flag-width > 0.
2949 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
2951         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
2952         chars, remove instructions; instead, refer to lilypond-init.el and
2953         Documentation/topdocs/INSTALL.texi.
2955         * lilypond.words: add identifiers and reserved words.
2957         * Documentation/topdocs/INSTALL.texi: separate sections for installing
2958         files and adding a load-path.
2960         * lilypond-init.el: Instructions, extracted from 
2961         Documentation/topdocs/INSTALL.texi. 
2962         
2963 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2965         * VERSION: 1.7.8 released 
2967         * lily/grob.cc (warning): better robustness fix.
2969 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
2971         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
2973         * lily/cluster-engraver.cc: stick better to variable naming
2974         conventions
2976         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
2977         until stop_translation_timestep()
2979         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
2980         min/max coordinates to backend, but no musical info such as
2981         pitches
2983         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
2985         * lily/grob.cc: robustness fix: warning(): do not crash if
2986         cause is not set
2988         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
2989         the much more elaborated tuplet brackets than the very naive and
2990         simple ligature bracket grob
2992 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2994         * Documentation/user/refman.itely (Analysis brackets): add
2995         horizontal bracket doco.
2997         * ly/property-init.ly (setMmRestFermata): added.
2999         * Documentation/user/refman.itely (Multi measure rests): fermatas
3000         on mm rests.
3002         * input/regression/apply-context.ly (texidoc): new file
3004         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
3005         code to be executed during interpretation. Possible applications:
3006         smart octavation, more advanced bar checks. 
3008         * lily/apply-context-iterator.cc: new file.
3010 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3012         * input/test/new-markup.ly: new file.
3014         * lily/text-item.cc (text_to_molecule): new function
3016         * scm/new-markup.scm (lambda): new file
3018         * lily/function-documentation.cc (ly_add_function_documentation):
3019         add proc property as well
3021 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3023         * Documentation/user/music-glossary.tely (Top): add custos.
3025 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
3027         * Documentation/topdocs/INSTALL.texi: advise how to include source
3028         path to Emacs load-path and improve language.
3030 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3032         * GNUmakefile.in: config.h message fix.
3034         * autogen.sh:
3035         * aclocal.m4: Regenerate.
3037         * configure.in: 
3038         * config.make.in: 
3039         * stepmake/config.make.in: 
3040         * stepmake/configure.in: 
3041         * stepmake/autogen.sh: 
3042         * stepmake/aclocal.m4: Update for autoconf 2.56.
3044 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
3046         * Documentation/topdocs/INSTALL.texi: instructions for an user how
3047         to install Emacs-mode. Instructions how to use vim-mode.
3049 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3051         * scm/music-types.scm (music-descriptions): no length for tempo event.
3053         * input/*.ly: add \version everywhere.
3054         
3055         * input/*.ly: update syntax to 1.7 + new-chords.
3057         * VERSION: 1.7.7 released.
3058         
3059         * Documentation/user/*.tely: new chord syntax.
3061         * input/regression/[bc]*.ly (texidoc): syntax updates.
3062         
3063 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
3065         * lilypond.words: add vocabulary to be used in auto-completion
3067         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
3069         * lilypond.vim: allow note name at EOF
3071 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3073         * buildscripts/new-chords.py (edit): -e option: inline editing.
3075         * input/regression/a*.ly (texidoc): syntax updates.
3077         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
3078         music): elucidations. 
3080 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
3082         * lily/include/lily-proto.hh, ly/engraver-init.ly,
3083         ly/spanners-init.ly, scm/grob-description.scm,
3084         scm/grob-property-description.scm, scm/music-types.scm,
3085         lily/cluster-engraver.cc, lily/cluster.cc,
3086         lily/include/cluster.hh, input/test/cluster.ly: cluster
3087         implementation
3089         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
3090         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
3091         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
3093         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
3095         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
3097         * scm/grob-description.scm: bugfix: by default, use default note
3098         head style when engraving ligatures
3100         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
3102         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
3103         events
3105         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
3107         * input/test/ancient-font.ly: bugfix: style -> flag-style
3109         * lily/ligature-engraver.cc: indentation fix
3111         * lily/parser.yy: indentation fixes
3112         
3113 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3115         * input/regression/measure-grouping.ly: more elaborate example.
3117         * lily/moment.cc: ly:add-moment, ly:mul-moment,
3118         ly:div-moment. New functions 
3120         * scm/music-functions.scm (set-time-signature): new function,
3121         allow inline time sig settings with measure grouping.
3123         * lily/parser.yy (command_element): move time sig construction
3124         into Scheme.
3126         * lily/side-position-interface.cc (out_of_staff): new function,
3127         like padding, but keep minimum distance from staff. Easier than
3128         linespanners (dynamics, pedals), but roughly the same effect.
3130 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
3132         * emacs-mode.el: Added spanish-note-replacements 
3133         (<carlos.betancourt@chello.be>).
3135         * vimrc: (Un)commenting with <(S-)F12>, tidy.
3137 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
3139         * lilypond.vim: Do not fontify cises, desis, etc.
3141         * vimrc: view dvi with <S-F6>
3143 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3145         * lily/lookup.cc (triangle): new function.
3147         * input/regression/measure-grouping.ly (texidoc): new file: show
3148         triangles and brackets for beat groups of 3 and 2.
3150         * lily/include/measure-grouping-spanner.hh (class
3151         Measure_grouping): new file.
3153         * lily/measure-grouping-spanner.cc (brew_molecule): new file
3155         * lily/measure-grouping-engraver.cc (class
3156         Measure_grouping_engraver): new file.
3158 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3160         * Merge from stable:
3162             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
3163         
3164         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
3165         stylesheet.
3167         * ly/paper19.ly: Include paper19-init.ly.
3169         * ly/paper19-init.ly: New file.
3171         * Documentation/user/tutorial.itely (First steps): Fix first
3172         example for font test.
3174         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
3176         * ChangeLog: Add 1.7.6 release marker (see below).
3178         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
3179         Add .py files.
3181 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3183         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
3185         * input/tutorial/*.ly: update to new syntax.
3187         * lily/parser.yy (Composite_music): new transpose syntax,
3188         \transpose FROM TO MUSIC. 
3190 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3192         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
3193         latex progress/error output to stderr (by default this goes to
3194         stdout).  Show lilypond progress, even when not verbose.
3196         * python/lilylib.py (system): New optional parameter to control
3197         showing of progress.
3199         * scm/backend-documentation-lib.scm (check-dangling-properties):
3200         Fix error message.
3202         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
3203         axis, extent.
3205         * scm/grob-property-description.scm (magnify): Remove.
3206         (extent, axis): Add.
3208 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3210         * VERSION: Release 1.7.6.
3212         * scripts/convert-ly.py: more uniformization substitutions.
3214         * buildscripts/new-chords.py (sub_chords): new file.
3216 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3218         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
3219         lilypond.map.  Include sauter fonts too.  Cleanups.
3221 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3223         * Documentation/user/tutorial.itely (First steps): change to new
3224         chord/tie/slur/beam notation.
3226         * lily/parser.yy (event_that_take_dir): allow postfix notation for
3227         ties.
3229         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
3230         engraver. Process ties in postfix notation, i.e. c8-~ c
3232         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
3234         * input/regression/beam-postfix-notation.ly (texidoc): new file.
3236         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
3238         * lily/beam-engraver.cc (try_music): accept new-beam-events
3240         * input/regression/chord-scripts.ly (texidoc): new file
3242         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
3243         script-events.
3245         * scm/script.scm (default-script-alist): cleanup.
3247         * lily/script-engraver.cc (make_script_from_event): cleanup.
3249         * lily/lyric-combine-music-iterator.cc
3250         (Lyric_combine_music_iterator): remove superfluous events.
3251         (melisma_busy): new function. Fix broken melismas.
3253 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3255         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
3256         Remove nonvalid settings. Use descriptive key names.
3257         Use <Return> to indicate the pressing of that key.
3259 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3261         * scripts/lilypond-book.py (option_definitions): Typo.
3263         * scripts/ly2dvi.py: Updates.
3265         * python/lilylib.py (setup_environment, print_environment)
3266         (get_bbox, make_preview): Merge and remove from ly2dvi and
3267         lilypond-book.
3269         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
3271         * .cvsignore: Remove some cruft.
3273         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
3274         path.
3276         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
3277         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
3278         throughout.
3280         * python/lilylib.py (quiet_system): Junk
3281         (system): Display error log upon failure.
3282         (read_pipe): New function.  Cleanups and fixes.
3284         * python/*.py: Rename from *.py.in.
3285         
3286         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
3288         * GNUmakefile.in (SUBDIRS): Move python before scripts.
3290 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3292         * python/GNUmakefile: Bugfix: handle modules.
3294         * stepmake/stepmake/python-module-targets.make (default): Add
3295         compiled modules. 
3297         * stepmake/stepmake/python-module-rules.make: Add rule for byte
3298         compiling modules.
3300         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
3301         Bugfix.  (OUT_PYC_MODULES): Add.
3303 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3305         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
3306         Use default paths. Refresh description.
3308 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3310         * VERSION: 1.7.5 released
3312         * input/regression/finger-chords.ly (texidoc): new file.
3314         * lily/script-engraver.cc (process_music): remove scriptHorizontal
3315         support
3317         * lily/fingering-engraver.cc (process_music): remove kludgy
3318         scriptHorizontal stuff.
3320         * lily/script.cc: remove staff-support property.
3322         * lily/new-fingering-engraver.cc (add_fingering): new
3323         file. Fingering engraver for new style chords.
3325 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3327         * lily/parser.yy (bare_number): allow 4 \cm (without
3328         decimal dot). (should backport to 1.6?)
3330         * ly/declarations-init.ly: use Scheme for dimension defs.
3332         * lily/parser.yy (TODO): remove hard coded dimensions, add
3333         REAL NUMBER_IDENTIFIER production.
3335         * lily/rest-collision.cc (force_shift_callback): rewrite using
3336         -done property.
3338         * scm/grob-property-description.scm (rest-collision-done): add
3339         property.
3340         
3341         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
3343 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3345         * input/regression/multi-measure-rest-center.ly: new file.
3347         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
3348         off horizontally by 0.05 ss. Fixed.
3350 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3352         * scm/pdftex.scm: Rename ly-number to ly:number->string.
3354         * Documentation/topdocs/index.tely: Remove duplicate from merge.
3356 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3358         * lily/tie.cc (get_control_points): also avoid staff lines on the
3359         just outside the outer staff lines
3361 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3363         * ly/params-init.ly: Just define style-alist, no need to
3364         define-public.
3366         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
3367         (thanks Han-Wen).
3369         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
3370         (FET_FILES): = FONT_FILES.
3372         * Merge from stable:
3374             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
3376 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3378         * VERSION: 1.7.4 released.  
3379         
3380         * scm/generate-documentation.scm (string-append): add macro
3381         definitions.
3383         * lily/text-item.cc (lookup_text): don't use virtual fonts for
3384         normal texts.
3386         * lily/multi-measure-rest-engraver.cc: make separate
3387         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
3389         * lily/multi-measure-rest.cc: remove text handling. Remove
3390         number-threshold.
3392 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3394         * scm/music-types.scm: doc patch by Graham Percival
3396 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3398         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
3399         encoding part.
3400         (Font_info.set_defaults): pixelsize now also defauts to '0'.
3401         (sketch_p): Sketch wants only first four elements of X11 font spec.
3403         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
3405         * mf/feta-autometric.mf: Write foundry and family to log.
3407         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
3408         font translation table.
3410         * buildscripts/mf-to-table.py: Better font info into afm.
3412         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
3413         1.0.9 required.
3415         * configure.in: Whine for mftrace 1.0.9.
3417 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3419         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
3421         * lily/main.cc (main_prog): don't try to load init.EXT when
3422         processing foo.EXT.
3424 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
3426         * scm/tex.scm (zigzig-line): added.
3428         * scm/ps.scm (zigzag-line): added.
3430         * ps/music-drawing-routines.ps (subvec): added.
3431         (draw_zigzag_line): added.
3432         
3433         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
3434         grob properties zigzag-width and zigzag-length.
3436         * input/regression/glissando.ly: Add some zig-zagged glissandi.
3438 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3440         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
3441         svg output, including font.
3443 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3445         * scm/lily.scm: Register sodipodi output module.
3447         * scm/sodipodi.scm: New file.
3449         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
3451         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
3452         comment, after header.
3453         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
3454         FullName.  Fix FontName key.
3456 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
3458         * lily/rest.cc (after_line_breaking): bugfix: dots after half
3459         and breve rests.
3460         
3461         * input/test/blank-notes.ly: bugfix
3463         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
3464         rests. (Kim Shrier)
3466         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
3467         
3468 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3470         * scm/tex.scm: 
3471         * scm/ps.scm: Cleanup and remove obsolete junk.
3473         * Documentation/user/internals.itely:
3474         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
3476         * lily/parser.yy: Identify shift/reduce problems.
3478         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
3479         make-style-sheet.  Too specific for convert-ly?
3481 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3483         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
3485         * input/test/*.ly: various fixes.
3487         * lily/music.cc (name): bugfix
3489         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
3491         * lily/input-file-results.cc (code): set-point-and-click! ->
3492         set-point-and-click
3493         
3494 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3496         * Use uniform ly: prefix for exported scheme primitive functions.
3498         * scm/music-types.scm: junk compat glue
3500         * scripts/convert-ly.py: add rules for stuff below, junk
3501         compatibility glue for spanrequest.
3503         * lily/parser.yy (verbose_event): remove \spanrequest,
3504         \commandspanrequest, \script. 
3505         
3506         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
3508         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
3509         for \penalty, \glissando.
3511         * VERSION: release 1.7.3
3512         
3513 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
3515         * lily/accidental-engraver.cc: Fix
3516         grace-in-the-beginning-of-measure bug caused by the resent
3517         partial-measure fix.
3519         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
3520         overlap looks too crowded)
3521         
3522 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3524         * lily/parser.yy (assignment): allow SCM expression as assignment.
3526         * lily/include/music-output-def.hh (class Music_output_def):
3527         * lily/music-output-def.cc: 
3528         * lily/paper-def.cc: 
3529         * scm/font.scm (markup-to-properties):
3530         * lily/parser.yy (music_output_def_body): 
3531         remove style_sheet_
3533 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3535         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
3536         length.
3538         * input/regression/spacing-to-grace.ly: new file.
3540         * input/regression/spacing-end-of-line.ly: new file.
3542         * lily/note-spacing.cc (get_spacing): take into account breakable
3543         stuff sticking out at the left (time sig change at line break).
3545         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
3546         raggedright code.
3548         * scm/music-functions.scm (make-voice-props-set): add
3549         staff-position for mm rests.
3551         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
3552         before grace notes a little.
3554         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
3556         * lily/break-align-interface.cc (do_alignment): right-edge spacing
3557         key adds space at the end of line. 
3559 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3561         * scm/sketch.scm: Fix beams.
3563         * buildscripts/mf-to-table.py: Add EncodingScheme.
3565         * scm/sketch.scm: Resurrect.
3567 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3569         * lily/multi-measure-rest.cc: use breve rests for measure lengths
3570         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
3572 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3574         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
3576         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3578 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3580         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
3581         token for origin information.
3583         * lily/parser.yy (My_lily_lexer): do identifier location and
3584         cloning from lexer.
3586         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
3587         logic out of the parser. Add bar checks on both ends.
3589         * Documentation/user/refman.itely (Multi measure rests): add more
3590         notes about mm rests.
3592 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3594         * input/regression/bar-scripts.ly: Re-enable.
3596         * lily/parser.yy:
3597         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
3598         released rsn.  Bison 1.50 has a crucial bug and won't work.
3600         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3603 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3605         * input/regression/bar-scripts.ly: Blunt documentation build fix.
3607 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3609         * Actually merge changes since 1.6.4 besides ChangeLog, and
3610         resolve conflicts.  Lots of updates, hope all is well.
3611         
3612         * cygwin/lilypond.hint (requires): Add ghostscript.
3614         * scm: Update some (c).
3615         
3616 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3618         * input/test/{various}.ly: add \header fields and texidoc strings.
3620 2002-10-05  Werner Lemberg  <wl@gnu.org>
3622         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
3623         renamed to `output_latex_quoted'.
3624         Added `output_latex_noquote'.
3625         (schedule_lilypond_block): Implement `noquote' option for LaTeX
3626         mode.
3628 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3630         * ChangeLog: Add 1.6.6 release marker.  See below.
3632         * stepmake/stepmake/po-targets.make: Remove --c++ option.
3634         * scripts/midi2ly.py: Fix global syntax warnings.
3636         * GNUmakefile.in: Generate builddir locale tree too.
3638         * scripts/ly2dvi.py:
3639         * scripts/midi2ly.py: 
3640         * scripts/mup2ly.py: 
3641         * scripts/update-lily.py:
3642         * lily/main.cc (setup_paths): Fix for locales setup.
3644 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3646         * Documentation/windows/installing.texi: Soften wording about
3647         necessity of becoming Administrator.  tommie@iae.nl reports this
3648         does not seem to be necessary for his flavour of Windows 2000.
3649         Explicitely discourage text mode mounts.
3651 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3653         * lily/rest.cc (after_line_breaking): backport dot position fix.
3655         * lily/rest-collision.cc (do_shift): also remove dots for suicided
3656         rests. Thanks to Klaus Zimmermann for finding this bug.
3658 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3660         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
3662 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3664         * Documentation/user/music-glossary.tely: fix links.
3666 2002-10-21  Werner Lemberg  <wl@gnu.org>
3668         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
3669         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
3670         scaling factor) only once and use them in the definition of
3671         \embeddedps.
3672         * ps/music-drawing-routines.ps (skeel): Removed.
3674 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3676         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
3677         Solaris7, as we don't use nested $( ) constructs.
3679 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3681         * VERSION: Release 1.6.6.
3682         
3683 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3685         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
3686         as workaround for /bin/sh problems on Solaris7.
3688 2002-10-19  Werner Lemberg  <wl@gnu.org>
3690         * GNUmakefile.in (web-doc): Fix typos.
3691         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
3692         `music-drawing-routines.ps' but emit \special{header=...} once.
3693         * scm/tex.scm (header-end): Updated.
3695 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3697         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
3698         undefined tremolo. 
3700 2002-10-15  Werner Lemberg  <wl@gnu.org>
3702         * scripts/lilypond-book.py (g_make_html): New global variable.
3703         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
3704         if `g_make_html' isn't set.
3705         [main]: Add format `texi-html'.
3706         (option_definitions): Updated.
3707         * Documentation/user/lilypond-book.itely: Updated.
3709         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
3710         * make/ly-rules.make (%.texi, %.nexi): Use it.
3711         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
3712         format to lilypond-book.
3713         * GNUmakefile.in (web-doc): Ditto.
3715 2002-10-14  Werner Lemberg  <wl@gnu.org>
3717         Further improve TeX output.  The produced files are about 40%
3718         smaller.  `lilyponddefs.tex' is now read only once.
3720         * tex/lilyponddefs.tex: Remove footer stuff.
3721         (\ifundefined): Renamed to...
3722         (\lilypondundefined): This.  Use LaTeX's definition to
3723         make it nestable and make it global.
3724         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
3725         output.
3726         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
3727         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
3728         them global.
3729         (\placebox): Renamed to...
3730         (\lyitem): This.
3731         Make it global and call \outputscale by itself.
3732         (\lybox, \lyvrule): New macros to reduce input data.
3733         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
3734         New auxiliary macros.
3735         (\SkipLilydefs, \EndLilyPondOutput): Removed.
3736         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
3737         to...
3738         (\lilypondspace): This and made it global.
3739         (\turnOnPostScript): Renamed to...
3740         (\lilypondpostscript): This and made it global.
3741         (\turnOnExperimentalFeatures): Renamed to...
3742         (\lilypondexperimentalfeatures): This and made it global.
3743         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
3744         (\lilypondsetdimen): This and made it global.
3745         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
3746         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
3747         (all, $(outdir)/music-drawing-routines.ps): New rules.
3748         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
3749         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
3750         start-system, stop-system, stop-last-system, filledbox): Updated to
3751         use the changed macros from lilyponddefs.tex.
3752         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
3754 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3756         * Documentation/windows/installing.texi: Update.
3758 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3760         * VERSION: 1.6.5 released
3762         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3764 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3766         * scm/translator-property-description.scm (voltaOnThisStaff): add
3767         property.
3769 2002-09-28  Werner Lemberg  <wl@gnu.org>
3771         * scm/tex.scm (header-end): Suppress page numbering.
3773         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3774         Fix quotation for HTML output.
3776 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3777         
3778         * Documentation/user/refman.itely: grammar and phrasing
3779           fixes to "Note Entry" section.  Also adds a few new examples.
3781 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3783         * flower/include/string-data.icc: include string.h
3785 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3787         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3789 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3791         * Documentation/user/GNUmakefile (extra-local-help): Add.
3793         * stepmake/stepmake/www-targets.make (local-help): Add.
3795 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3797         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3798         packages.
3800         * Documentation/topdocs/README.texi (Top): building documentation
3801         (not website.)
3803 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3805         * Documentation/user/refman.itely: 
3806         * Documentation/user/tutorial.itely: 
3807         * Documentation/user/music-glossary.tely: Merge changes.
3809         * Documentation/user/glossary.html.in: 
3810         * Documentation/index.texi: 
3811         * Documentation/header.html.in: Accomodate renaming of glossary.
3812         
3813         * Documentation/user/tutorial.itely: Add some glossary references.
3814         
3815         * Documentation/user/refman.itely: Minor fixes.
3816         
3817         * Documentation/user/lilypond.tely: Add glossary do direntry.
3819         * Documentation/user/music-glossary.tely: Rename (previously:
3820         glossary.tely).  Fix anchor placement.
3822         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3824 2002-09-23  Werner Lemberg  <wl@gnu.org>
3826         * scripts/lilypond-book.py (output_dict): Fix handling of
3827         various environments by avoid extraneous newlines.
3828         Rename `output-all' regexp for html to `output-html'.
3829         Replace `output-all' regexp for texi with `output-texi-quote'
3830         and `output-texi-noquote'.
3831         (compose_full_body): Don't override `linewidth' user option
3832         for `singleline'.
3833         (schedule_lilypond_block): Don't indent text specified with
3834         `intertext' option.
3835         Add new option `noquote'.
3836         (compile_all_files): Use latex instead of tex to compile ly
3837         files directly.
3839         * Documentation/user/lilypond-book.itely: Updated and revised.
3840         Improve layout.
3842         * Documentation/user/glossary.tely,
3843         Documentation/user/introduction.itely,
3844         Documentation/user/tutorial.itely,
3845         Documentation/user/refman.itely,
3846         Documentation/user/appendices.itely: Fix overfull LilyPond
3847         boxes caused by the new lilypond-book code.  Other minor
3848         fixes.
3850         * Documentation/user/macros.itexi (@texiflat): Don't emit
3851         trailing space.
3853         * scm/tex.scm (end-output, header-end): Add preamble and
3854         postamble to make lilypond output directly compilable with
3855         latex.
3857         
3858 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3860         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3861         instructions.
3863 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3865         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3867 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3869         * lily/beam.cc (connect_beams): don't crash if there are quarter
3870         notes in beams.
3872 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3874         * Documentation/user/refman.itely: corrected ancient clef
3875         docu; added docu on ligatures
3877 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3879         * Documentation/user/glossary.tely,
3880         Documentation/user/refman.itely, input/les-nereides.ly,
3881         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3882         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3883         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3884         Stem properties: flag-style -> stroke-style, style -> flag-style.
3887 2002-09-22  Werner Lemberg  <wl@gnu.org>
3889         * scripts/lilypond-book.py: Add option `notime' to suppress
3890         printing of a time signature.  Specify default indentation of 0pt
3891         if single line fragment.  Don't emit redundant `\paper{ }'.
3893         * Documentation/user/lilypond-book.itely: Updated.
3895         * Documentation/user/glossary.tely: Completely reformatting.
3897 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3899         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3901 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3903         * Documentation/user/tutorial.itely: Fix links.
3904         
3905         * Documentation/topdocs/index.tely:
3906         * Documentation/index.texi:
3907         * Documentation/header.html.in: Small website fixes and updates.
3909         * debian/: Debian patch by Anthony Fok.
3911 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3913         * Documentation/footer.html.in: How time flies: It's already 2002!
3915         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3916         more descriptive link names than 'here'.
3918 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3920         * VERSION: 1.7.2 released
3921         * VERSION: 1.6.4 released
3922         
3923         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
3925         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
3926         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
3928         * mf/feta-din.mf (test): add x-height and space.
3930         * lily/dynamic-engraver.cc (process_music): take dynamic direction
3931         from ^_ for crescendi. Idem for slurs and phrasing slurs.
3933         * ly/grace-init.ly: add-to-grace-init: function to portably add
3934         settings to \grace. 
3936         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
3937         if we get an absolute dynamic event.
3939         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
3941         * lily/source-file.cc (get_line): oops. All line numbers were off
3942         by 2. Fix that. 
3944         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
3945         be after the note, combined with -_^, i.e. c4-(-\)-\>  
3947         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
3949         * lily/parser.yy (number_factor): remove (number) as number
3950         expression. ("Let them eat Lisp").
3952 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3954         * lily/horizontal-bracket.cc: new file.
3956         * lily/horizontal-bracket-engraver.cc: new file.
3958         * input/regression/note-group-bracket.ly: new file. Support
3959         horizontal note brackets for music analysis.
3961         * lily/stem.cc (flag): new flag-style: no-flag.
3963         * input/test/stem-cross-staff.ly: new file
3964         
3965         * Documentation/user/internals.itely: Improved formatting, fixing
3966         typos.  Added a section `Output details' to describe how the TeX
3967         code looks like.
3969         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
3971         * lily/parser.yy: remove \dynamicscript.
3973         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
3974         definitions. 
3976         * python/midi.c (midi_error): take two arguments.
3978         * Merge 1.6.5 changes:
3979         
3980 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3982         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
3983         staff-space.  Previous 1.5 was probably meant as half-spaces.
3984         (cautionary-style): parentheses (was: smaller).  This is what doco
3985         says, and it seems more logical.
3987         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
3988         for 2nd sentence.
3990 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3992         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
3994 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3996         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3998 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4000         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
4002 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4004         * scm/translator-property-description.scm (voltaOnThisStaff): add
4005         property.
4007 2002-09-28  Werner Lemberg  <wl@gnu.org>
4009         * scm/tex.scm (header-end): Suppress page numbering.
4011         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
4012         Fix quotation for HTML output.
4014 2002-09-28   Graham Percival   <gperciva@sfu.ca>
4015         
4016         * Documentation/user/refman.itely: grammar and phrasing
4017           fixes to "Note Entry" section.  Also adds a few new examples.
4019 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4021         * flower/include/string-data.icc: include string.h
4023 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4025         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4027 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4029         * Documentation/user/GNUmakefile (extra-local-help): Add.
4031         * stepmake/stepmake/www-targets.make (local-help): Add.
4033 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4035         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4036         packages.
4038         * Documentation/topdocs/README.texi (Top): building documentation
4039         (not website.)
4041 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4043         * Documentation/user/refman.itely: 
4044         * Documentation/user/tutorial.itely: 
4045         * Documentation/user/music-glossary.tely: Merge changes.
4047         * Documentation/user/glossary.html.in: 
4048         * Documentation/index.texi: 
4049         * Documentation/header.html.in: Accomodate renaming of glossary.
4050         
4051         * Documentation/user/tutorial.itely: Add some glossary references.
4052         
4053         * Documentation/user/refman.itely: Minor fixes.
4054         
4055         * Documentation/user/lilypond.tely: Add glossary do direntry.
4057         * Documentation/user/music-glossary.tely: Rename (previously:
4058         glossary.tely).  Fix anchor placement.
4060         * Documentation/user/GNUmakefile: Make music-glossary.info too.
4062 2002-09-23  Werner Lemberg  <wl@gnu.org>
4064         * scripts/lilypond-book.py (output_dict): Fix handling of
4065         various environments by avoid extraneous newlines.
4066         Rename `output-all' regexp for html to `output-html'.
4067         Replace `output-all' regexp for texi with `output-texi-quote'
4068         and `output-texi-noquote'.
4069         (compose_full_body): Don't override `linewidth' user option
4070         for `singleline'.
4071         (schedule_lilypond_block): Don't indent text specified with
4072         `intertext' option.
4073         Add new option `noquote'.
4074         (compile_all_files): Use latex instead of tex to compile ly
4075         files directly.
4077         * Documentation/user/lilypond-book.itely: Updated and revised.
4078         Improve layout.
4080         * Documentation/user/glossary.tely,
4081         Documentation/user/introduction.itely,
4082         Documentation/user/tutorial.itely,
4083         Documentation/user/refman.itely,
4084         Documentation/user/appendices.itely: Fix overfull LilyPond
4085         boxes caused by the new lilypond-book code.  Other minor
4086         fixes.
4088         * Documentation/user/macros.itexi (@texiflat): Don't emit
4089         trailing space.
4091         * scm/tex.scm (end-output, header-end): Add preamble and
4092         postamble to make lilypond output directly compilable with
4093         latex.
4095         
4096 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4098         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4099         instructions.
4101 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4103         * Documentation/user/glossary.tely: Add titling and hyperlinks.
4105 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4107         * lily/beam.cc (connect_beams): don't crash if there are quarter
4108         notes in beams.
4110 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4112         * Documentation/user/refman.itely: corrected ancient clef
4113         docu; added docu on ligatures
4115 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4117         * Documentation/user/glossary.tely,
4118         Documentation/user/refman.itely, input/les-nereides.ly,
4119         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4120         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4121         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4122         Stem properties: flag-style -> stroke-style, style -> flag-style.
4124 2002-09-22  Werner Lemberg  <wl@gnu.org>
4126         * scripts/lilypond-book.py: Add option `notime' to suppress
4127         printing of a time signature.  Specify default indentation of 0pt
4128         if single line fragment.  Don't emit redundant `\paper{ }'.
4130         * Documentation/user/lilypond-book.itely: Updated.
4132         * Documentation/user/glossary.tely: Completely reformatting.
4134 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4136         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4138 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4140         * Documentation/user/tutorial.itely: Fix links.
4141         
4142         * Documentation/topdocs/index.tely:
4143         * Documentation/index.texi:
4144         * Documentation/header.html.in: Small website fixes and updates.
4146         * debian/: Debian patch by Anthony Fok.
4148 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4150         * Documentation/footer.html.in: How time flies: It's already 2002!
4152         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4153         more descriptive link names than 'here'.
4155 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4157         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4159 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4161         * lily/part-combine-music-iterator.cc (get_state): cleanup
4162         (get_music_info): cleanup.
4164 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4166         * scm/backend-documentation-lib.scm (interface-doc-string):
4167         crosslinks between interfaces and grobs. Headings for interfaces
4168         in grob explanation.
4170 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4172         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
4173         dtd).  Add preliminary dtd.
4174         (re-sub-alist): Robustify.
4176 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4178         * lily/include/event-chord-iterator.hh,
4179         lily/context-specced-music-iterator.cc,
4180         lily/event.cc, lily/event-chord-iterator.cc: add
4182 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4184         * lily/: some (c) header fixes.
4185         
4186         * lily/request-chord.cc: Remove.
4187         
4188         * lily/include/event-chord-iterator.hh:
4189         * lily/include/event.hh:
4190         * lily/event-chord.cc: New file.
4191         
4192         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
4193         requested.
4195 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4197         * lily/ : rename Request to Event
4199         * lily/parser.yy (command_element): move clef stuff into Scheme.
4201         * lily/:  rename length_mom () to get_length()
4203         * lily/part-combine-music.cc: removed file and class.
4205         * lily/context-specced-music-iterator.cc (class
4206         Context_specced_music_iterator): new file. Obsoletes the
4207         Context_specced_music type.
4209         * scm/music-types.scm (make-repeated-music): put different kinds
4210         of repeated music into music-type table.
4212         * VERSION: 1.7.1 released.
4214         * scm/to-xml.scm: new file.
4216         * input/test/to-xml.ly (fooBar): demo of what is possible with the
4217         new Input representation: dump music as XML.
4219         * scm/engraver-documentation-lib.scm
4220         (engraver-accepts-music-types?): add links from music to engraver,
4221         from music-type to engraver.
4223         * lily/include/command-request.hh: removed
4224         lily/include/musical-request.hh: removed. Removed all _req classes
4225         except Key_change_req. Changes throughout.
4227 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4229         * lily/tuplet-engraver.cc (try_music): Compile kludge.
4231 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4233         * lily/*.cc: specify accepts for many engravers.
4235         * scm/music-documentation-lib.scm: dump music expressions and
4236         music subtypes.
4238         * scm/documentation-lib.scm: complete revision.
4239         Use GOOPS objects to store document tree explicitly. Cleaned up and
4240         sped up doco generation a lot.
4242 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4244         * input/trip.ly (fugaIILeft): add arpeggio
4246         * lily/translator-group.cc (try_music_on_nongroup_children):
4247         oops. The name symbol is in the cdr of the assoc handle.
4249         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
4250         Hyphen_req, Glissando_req, Break_req, Mark_req 
4252 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4254         * lily/musical-request.cc (music-duration-length,
4255         music-duration-compress): new functions.
4257         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
4258         throughout. Warning doesn't work yet.
4260         * lily/translator-group.cc (try_music_on_nongroup_children):
4261         new implementation: store candidate acceptors in a hashTable.
4263 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4265         * scm/music-types.scm (music-descriptions): change name to
4266         internal-class-name
4268         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4270 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4272         * lily/beam.cc (connect_beams): don't crash if there are quarter
4273         notes in beams.
4275 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4277         * Documentation/user/refman.itely: corrected ancient clef
4278         docu; added docu on ligatures
4280 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4282         * Documentation/user/glossary.tely,
4283         Documentation/user/refman.itely, input/les-nereides.ly,
4284         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4285         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4286         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4287         Stem properties: flag-style -> stroke-style, style -> flag-style.
4289 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4291         * scm/music-functions.scm (music-separator?): don't use name music
4292         property.
4294 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4296         * stepmake/stepmake/generic-targets.make (help): Document check
4297         target.
4299         * lily/new-accidental-engraver.cc: Compile fix.
4301 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4303         * scripts/convert-ly.py: Add rule.
4305         * input/test/music-creation.ly:
4306         * input/test/add-staccato.ly:
4307         * input/test/add-text-script.ly: ly-make-music.
4309         * scm/drums.scm (make-head-type-elem, make-articulation-script):
4310         More ly-make-music renamings.
4312         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
4314         * lily/music-constructor.cc (make_music): Add debugging info.
4316         * scm/music-functions.scm (make-simultaneous-music,
4317         (make-sequential-music, context-spec-music):
4318         * scm/music-types.scm (music-descriptions): Get lily to run.
4320 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4322         * lily/command-request.cc (transpose_key_alist): new function.
4324         * lily/key-performer.cc (create_audio_elements): cleanup. 
4326 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4328         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
4330         * lily/include/translator.hh (ENTER_DESCRIPTION): add
4331         events-accepted field.
4333         * scm/music-types.scm: new file.
4335         * lily/parser.yy: put music type initialization into scheme,
4336         similar to grob initialization.  Changes throughout.
4338 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4340         * Documentation/user/tutorial.itely: Fix links.
4341         
4342         * Documentation/index.texi: 
4343         * Documentation/header.html.in: 
4344         * Documentation/topdocs/index.tely: Small website fixes and updates.
4346         * debian/: Debian patch by Anthony Fok.
4348 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4350         * Documentation/footer.html.in: How time flies: It's already 2002!
4352         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4353         more descriptive link names than 'here'.
4355         * ROADMAP: Remove test stuff.
4357         * scripts/update-lily.py: Allow auto-building of stable and
4358         development versions.  Bugfixes.
4360 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4362         * VERSION: released 1.7.0
4364         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4366         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
4367         positive line widths.
4369 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4371         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
4372         go.  Fix comments.
4374         * cygwin: Cygwin updates.
4376 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4378         * Documentation/windows/installing.texi (Top): version for python,
4379         urls for ghostscript (thanks to John Potelle)
4380         
4381         * lily/simultaneous-music-iterator.cc
4382         (Simultaneous_music_iterator): init children_list_ before
4383         triggering GC.
4385         * lily/*-iterator.cc: be even more careful with smobbed copy
4386         constructors. 
4388         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
4389         LeftEdge item.
4391 2002-09-15  Werner Lemberg  <wl@gnu.org>
4393         Improving LilyPond's output to make them ordinary TeX boxes with
4394         predictable dimensions.  System boxes are now vertically centered on
4395         the baseline; this offset can be further controlled with
4396         \lilypondscoreshift.
4398         * lily/system.cc (System::post_processing): Pass length of current
4399         system to `start-system' (including any horizontal indentation).
4401         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
4402         prettier.
4403         (lily-def): Append `%'.
4404         (start-system): Add parameter `wd'.  Output more TeX code to specify
4405         box dimensions.
4406         (stop-system, stop-last-system): Complement changes in
4407         `start-system'.
4408         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
4409         Updated.
4411         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
4412         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
4413         Write final `\endinput'.
4415         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
4416         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
4417         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
4418         files and macro definitions don't produce spurious spaces and
4419         paragraphs (using \endlinechar).
4420         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
4422         * Documentation/user/internals.itely: Improved formatting, fixing
4423         typos.  Added a section `Output details' to describe how the TeX
4424         code looks like.
4426 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4428         * lily/accidental-engraver.cc: Also work with partial measures.
4430 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4432         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
4433         spanner.
4435 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4437         * lily/identifier-smob.cc (unpack_identifier): new file.
4439         * lily/lexer.ll (identifier_type): new function.  use ly-id to
4440         pass off scheme expressions as music identifiers.
4442         * scm/lily.scm: reorganisation, cleanups.
4444         * lily/main.cc: small cleanups.
4446 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4448         * lily/ly-module.{cc,hh}: new file.
4450 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4452         * lily/accidental-engraver.cc: Also work with partial measures.
4454 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4456         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
4458 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4460         * lily/my-lily-lexer.cc: use SCM module in stead of
4461         Scheme_hash_table. Changes throughout.  
4463 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4465         * VERSION (MY_PATCH_LEVEL): make 1.7.0