* Documentation/user/macros.itexi: don't color glossary links.
[lilypond.git] / ChangeLog
blob1b39e928d3a6171d8af70c797393e06958922d59
1 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * Documentation/user/macros.itexi: don't color glossary links.
5         * Documentation/user/invoking.itexi (Error messages): new section
7 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9         * input/regression/font-name.ly: add file.
11         * scm/document-backend.scm (grob-doc): remove <hr> from
12         lilypond-internals
14         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
15         reqd version to 1.6.4 
17         * lily/font-interface.cc (get_font): bugfix: take font-name from
18         alist chain too. This fixes font-name override for \markup.
20 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
22         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
24         * input/test/polymetric-differing-notes.ly: Compile fix.
26 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
28         * Documentation/user/refman.itely: fixed typo
30         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
31         before flexa
33 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
35         * input/test/{ many }: search & fix some typos.
37 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
39         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
40         images.
42         * scm/music-functions.scm (make-voice-props-set): set Script /
43         TextScript dir for polyphony too.
45         * scm/define-grobs.scm (all-grob-descriptions): decrease space
46         before clef.
48         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
50 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
52         * Documentation/user/refman.itely (Percussion): Small
53         clarifications and fixes.
55         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
56         threads. This fixes different heads playing simultaneously.
58 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
60         * Documentation/user/{ many }: increase readability (read through 
61         User manual from `one big page').
63 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
65         * input/test/polymetric-differing-notes.ly: add example with
66         disparate note values.
68         * input/test/polymetric.ly: rename from poly-metric
70         * scripts/ly2dvi.py (include_path): bugfix: use outbase
71         iso. outname.
73         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
74         G-clef bbox to real char extents. This fixes the G-clef being
75         offset too much to the right.
76         document perc clef offset.
78         WARNING: FONT CHANGED.
80         * Documentation/user/tutorial.itely (Tutorial): move menu.
82 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
84         * buildscripts/lilypond-profile.sh (Error): trim error message.
86         * Documentation/user/invoking.itexi (Invoking the lilypond
87         binary): add note about path.
89         * Documentation/user/macros.itexi: add @c at EOL, hopefully
90         suppresses superfluous spaces.
92 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
94         * buildscripts/lilypond-profile.sh: Add documentation to error
95         message.
97         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
99 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
101         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
102         <mike@ossmann.com>)
104         * Documentation/bibliography/computer-notation.bib (pages): prune
105         unscientific language.
107         * Documentation/user/GNUmakefile: copy unsplit file to
108         lilypond.html (idem for lilypond-internals).
110         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
112         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
114         * python/lilylib.py (lilypond_version): 2.1 proof version check.
116         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
117         fix.
118         
119 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
121         * Documentation/user/{ various }: bind text snippets with their
122         examples, e.g. by punctuation: This is an example.
124 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
126         * ly/performer-init.ly (VoiceContext): Typos.
128         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
129         builds, leave final-install to toplevel srcdir makefile.
131         * make/srcdir.make.in (install): New target.
133 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
135         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
136         This fixes core dump on MIDI ouput (Simon Weatherill).
138         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
139         on local-WWW-post.
141 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
143         * make/lilypond.redhat.spec.in: add dvips to reqs.
145 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
147         * make/srcdir.make.in (web): Add special web target.
149         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
150         from inner $(LOOP).
152         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
154         * stepmake/stepmake/generic-targets.make (www-targets-help):
155         * GNUmakefile.in (web-install): Install in $(webdir).
157         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
159         * cygwin/changelog: 
160         * cygwin/mknetrel: Update.
162         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
163         (html-doc): Remove (use: web).
165         * stepmake/stepmake/script-rules.make: 
166         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
167         Fix $(config_make) dependencies for srcdir build.
169         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
170         target for srcdir build.
172         * stepmake/make/stepmake.make: 
173         * make/srcdir.make.in: 
174         * GNUmakefile.in:
175         * make/stepmake.make (config_make): Rename variable (was:
176         configuration).
178 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
180         * Documentation/user/internals.itely (Manipulating music
181         expressions): run lilypond on example too.
183         * flower/include/libc-extension.hh: move lrint define to
184         header. bugfix.
185         
186 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
188         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
189         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
190         do we recurse whole tree?).
192         * GNUmakefile.in (html-doc): Resurrect.
194         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
195         obsolete $(package-icon) dependency.
197 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
199         * Documentation/user/refman.itely (Automatic staff changes):
200         add seealso 
202         * Documentation/index.html.in: link to bigpage.
204         * Documentation/user/tutorial.itely (Tutorial): streamline.
206         * Documentation/index.html.in: url typo.
208         * VERSION (PACKAGE_NAME): release 1.7.28
210         * python/lilylib.py (error_log): remove '/' from name.
212         * input/regression/pedal.ly: remove; dups input/test/
213         
214         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
216         * Documentation/index.html.in: python style doco index.
218         * Documentation/{footer,header}.html.in (src): remove, 
220         * Documentation/pictures: remove all but lelie-logo.xpm.
222         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
223         before running makeinfo.
225         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
226         @code{}
228 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
230         * input/test/bar-number-regular-interval.ly: rename.
232         * Documentation/user/*: various fixes. 
234 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
236         * Documentation/{ many }: polish for update-all-menus. typos.
238         * po/fi.po: fixes.
240         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
242         * buildscripts/mutopia-index.py: polish.
244         * input/regression/{ many }, input/test{ many }: polish texidocs.
246 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
248         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
250         * lily/text-spanner.cc (brew_molecule): use bracket-flare
251         iso. edge-widen.
253         * lily/piano-pedal-engraver.cc (process_music): change from
254         process_acknowledged ()
256         * lily/piano-pedal-bracket.cc: new file. Change
257         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
258         cleaned up.
260         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
262         * input/regression/tuplets.ly (texidoc): rename file.
264         * po/fr.po: update
266         * buildscripts/lilypond-profile.sh: error message if script is not
267         sourced.
269         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
270         bracket-flare
271         (make_bracket): simplify code.
273         * lily/parser.yy (verbose_command_req): catch typos in \key scale
274         argument.
276         * python/lilylib.py (lilypond_version_check): new function
278         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
280         * scripts/ly2dvi.py (run_lilypond): add version check.
282         * scripts/lilypond-book.py (option_definitions): typo
284         * scripts/ly2dvi.py (include_path): typo
286         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
288         * lily/parse-scm.cc (parse_handler): typo
290         * Documentation/user/macros.itexi: use @heading for headings.
292         * Documentation/user/refman.itely: updates, fixes.
294 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
296         * po/fi.po: add Finnish translations. fixes.
298         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
300         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
301         from lily/glissando-engraver.cc.
303 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
305         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
306         for non-first _broken_ bracket.
308         * Documentation/user/refman.itely: corrections.
310 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
312         * lily/new-fingering-engraver.cc (position_scripts): add heads to
313         support of the fingerings.
315         * po/fr.po: French translation update.
317         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
318         strings.
320 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
322         * Documentation/user/introduction.itely: Small fixes.
324 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
326         * Documentation/topdocs/AUTHORS.texi: polish.
328 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
330         * Documentation/user/introduction.itely: revise
332         * Documentation/user/tutorial.itely: reorganise.
334         * Documentation/topdocs/index.tely: remove.
336         * Documentation/header.html.in: prune.
338         * GNUmakefile.in: clean up web building.
340         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
341         target.
343 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
345         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
347         * lilypond-mode.el: turn on blink-matching-paren.
349 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
351         * scm/output-sodipodi.scm (svg-header): Fix typo.
353 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
355         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
356         fixes a security hole.
358         * scripts/lilypond-book.py (original_dir): remove temp_dir
360         * scm/document-translation.scm: use @code tags.
362 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
364         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
366         * lilypond-mode.el: add a buffer-local post-command-hook to set
367         context dependent syntax-table after each cursor event. Remove old
368         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
370         * lilypond-indent.el: update comments.
372         * Documentation/footer.html.in: add period.
374 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
376         * make/lilypond.redhat.spec.in (Group): don't strip binary.
378         * scm/document-translation.scm (document-property-operation): add
379         @code{} tags.
381         * VERSION (PACKAGE_NAME): release 1.7.27
383         * config.make.in: add PAPER variable
385         * buildscripts/new-chords.py (help): add help text
387         * Documentation/user/introduction.itely (Typography and program
388         architecture):  fixes.
390         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
391         for texinfo and dvips. This fixes problems with PDF output of the
392         wrong size.
394         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
395         DVIPS_PAPERSIZE variable
397         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
398         TEXINFO_PAPERSIZE variable 
400 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
402         * mf/feta-macros.mf: whoops: only draw lines for test situations.
404         * mf/feta-toevallig.mf: lowres fixes.
406 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
408         * NEWS: Typo and fill-paragraph fixes.
410         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
411         cast #define.
413         * configure.in: 
414         * config.hh.in: Check for lrint.
416 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
418         * VERSION: 1.7.26 released
420         * lily/separation-item.cc: add padding property.
422         * input/test/*.ly: various fixes, remove solo-a2.ly
424         * scm/new-markup.scm (brew-new-markup-molecule): arg order
425         bugfix. Fixes old-style markup compatibility.
427         * Documentation/user/introduction.itely (Introduction): historical
428         elucidations
430         * Documentation/user/music-glossary.tely (Top): linewidth fix.
432         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
434         * Documentation/index.texi (Top): cleanup.
436         * Documentation/user/introduction.itely (Introduction): rewrite
437         introduction, 
438         (Music notation and  engraving): about notation. Add flat-picture
440 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
442         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
443         separation items. This keeps lyrics from bumping into each other.
445 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
447         * GNUmakefile.in (topdocs-web): New target.
448         (local-web): Depend on topdocs-web; fixes html-doc.
450 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
452         * po/lilypond.pot: run po-replace
454         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
456         * scm/drums.scm (reset-drum-kit): new function.
458         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
460         * scripts/update-lily.py: remove
461         
462         * VERSION: release 1.7.25
463         
464         * Documentation/user/introduction.itely (Introduction): rewrite
465         start of introduction.
467 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
469         * lily/all-font-metrics.cc: fixed typo
471 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
473         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
474         LilyPond-mode-context-set-syntax-table): new functions to define
475         the syntax table according to context.
477         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
479 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
481         * Documentation/user/refman.itely (Figured bass): 
482         language nit courtesy http://www.vocabula.com
484         * GNUmakefile.in: remove no kpathsea hack.
486         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
487         doco.
489         * GNUmakefile.in: remove web-doc target.
491         * lily/all-font-metrics.cc (find_afm): add message about
492         buildscripts/clean-fonts.sh 
494         * scm/define-music-properties.scm (figure): use string for 'figure
496         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
498         * input/regression/ : add raggedright = ##t where applicable. 
499         
500         * scm/bass-figure.scm (make-bass-figure-markup): add
501         alignBassFigureAccidentals property.
503         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
504         bracket.
506         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
507         syllables widths into account for minimum-length.
509         * input/test/staff-container.ly: update file
511         * input/test/stem.ly: remove
513         * lily/event.cc (LY_DEFINE): add ly: prefix.
515         * input/test/clef-manual-control.ly: from manual-clef
517         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
519         * input/test/different-time-signatures.ly: move to poly-metric.ly
521         * input/test/hara-kiri*,scales.ly: remove
522         
523         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
524         with chord-names-jazz.ly)
526         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
527         get scalable cm fonts too.
529         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
530         --encoding for mftrace if present.
532         * input/regression/slur-area.ly: move from test/
534         * input/test/: remove simple-slur-endings slur-attachment
535         slur-broken-cross-staff slur-broken.ly slur-damping.ly
536         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
537         slur-symmetry slur-symmetry tie-broken.ly
539         * scm/drums.scm (set-drum-kit): add function.
541         * Documentation/user/refman.itely (Percussion staves): use
542         set-drum-kit
544         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
545         too
546         (Global_measure.set_timesig): handle 3/8 time sig too.
548         * scm/output-lib.scm (note-head-style->attachment-coordinates):
549         note about triangle note heads.
551         * scm/drums.scm: use alist for instrument-settings. This fixes the
552         bug with assigning to drums in the .ly file.
554         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
555         CHANGED.
557         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
558         cluster-beacon-interface
560         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
562         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
564         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
566         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
567         to get positions.
569         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
570         make ClusterSpannerBeacon to record Y positions. This removes the
571         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
572         make cluster-note-events.
574 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
576         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
578         * configure.in: Use lily/main.cc as identifying source file.
580         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
582         * config.hh.in: 
583         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
585         * configure.in: Require PYTHON >= 2.0.
587         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
588           $PYTHON for include dir location.
589         (STEPMAKE_PYTHON): New function.  Use
590         
591             PYTHON=foo ./configure
593           to override.
595 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
597         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
598         something.
600         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
601         ftp.lilypond.org everywhere.
603 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
605         * lily/text-item.cc (interpret_new_markup): do only if new-markup
606         detected.
608         * Documentation/user/refman.itely (Grace notes): note on explicit
609         contexts
611 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
613         * lilypond-font-lock.el: add a comment about LilyPond specific
614         escape characters: ^, - and _, in the syntax table.
616         * Documentation/user/appendices.itely: a majuscule fix.
618 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
620         * input/test/trills.ly (endHorizScript): fixes.
622         * input/test/chord-names-jazz.ly: merge in alternate Jazz
623         notation, move from regression.
625         * input/test/script-stack.ly: change name from stacked-scripts
627         * input/test/ossia.ly: octave errors.
629         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
630         for midi-volume-equaliser
632 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
634         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
635         cm fonts.
637         * mf/feta-beugel.mf: don't multiply font_count by 10.
639         * lily/lookup.cc (horizontal_line): new function. Use
640         horizontal-line in output backends.
642         * Documentation/user/tutorial.itely (An orchestral part): new
643         section on orchestral stuff and identifiers.
645 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
647         * lilypond-mode.el: comment-out paren-highlighting, it still causes
648         some interference to other modes.
650 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
652         * lily/spacing-spanner.cc (musical_column_spacing): use average,
653         not maximum of spacing wishes in polyphonic situations.
655         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
656         number
658         * lilypond-indent.el: remove paren matching. 
660         * lily/text-item.cc (interpret_new_markup): new function
661         use iso. text2molecule.
663         * lily/main.cc (notice): change FSF address 
665         * po/de.po: update PO file to 1.6.
667 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
669         * Documentation/user/ {many}: Add periods and remove spaces.
670         
671 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
673         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
674         Disable buffer-locally default paren hook and make a new one. 
676         * lilypond-mode.el: Turn off locally paren-mode, but turn on
677         locally LilyPond-paren-mode. Add todo for mouse double-click.
679 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
681         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
682         Disable buffer-locally default paren idle timer and make a new one. 
684         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
685         locally LilyPond-show-paren-mode. Add to menu a toggle for
686         LilyPond-show-paren-function.
688 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
690         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
692 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
694         * Documentation/user/refman.itely: spelling fix.
696         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
697         paren highlight function definitions. add todo for
698         Lilypond-show-paren-mode.
700 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
702         * input/template/jazz-combo.ly: new file.
704 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
706         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
707         lo-res fixes.
709         * mf/feta-schrift.mf: bugfix in varcoda sign.
710         WARNING: FONT CHANGED
712         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
713         in accordance with lexer.ll.   
715 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
717         * Documentation/user/tutorial.itely: Edit introduction.
719 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
721         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
722         ly:grob-staff-position
724 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
726         * scm/to-xml.scm: import srfi-1
728         * VERSION (MAJOR_VERSION):  release 1.7.24
730         * python/lilylib.py (make_ps_images): make multipage _really_ work.
732         * scripts/lilypond-book.py (do_file): put texidoc before image.
733         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
735         * input/regression/*.ly: fix snippet octaves 
737         * input/test/spanner-after-break-tweak.ly: import
738         broken-spanner-adjustment
740         * input/no-notation/midi-transposing.ly: move from input/test/
742         * input/test/: remove chord-markup
744         * input/regression/instrument-name-partial.ly: move from input/test.
746         * input/test/vertical-text.ly: remove
748         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
749         space above lyrics lines.
751         * input/test/uniform-breaking.ly: remove file.
753         * lily/gourlay-breaking.cc (combine_demerits): add comment about
754         uniform spacing density. 
756         * input/test/chords.ly (keys): remove file.
758         * scm/documentation-lib.scm (oop): use srfi-1 too.
760         * input/regression/*.ly: add \version
762         * Documentation/user/*.itely: various fixes.
764         * buildscripts/mf-to-table.py (base): break table every three
765         symbols.
767         * input/:  remove %% new-chords-done %% .
769         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
770         os-music.ly
771         
772 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
774         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
776         * scm/new-markup.scm (box-markup): new function.
777         (box-markup): new function. Contributed by Dick Schoeller
778         <schoeller@attbi.com>
780         * scm/lily.scm: remove reduce-no-unit 
781         (list-insert-separator): use fold-right
783         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
784         of arguments. 
786         * NEWS: more neutral language for ancient notation 
788         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
789         inside pointing beaming for chord tremolo.
791         * Documentation/user/lilypond-book.itely: minor editing
793 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
795         * NEWS: added news for 1.8 regarding ancient notation
797         * Documentation/user/refman.itely (Gregorian square neumes
798         ligatures): fixed typo
800         * lily/vaticana-ligature-engraver.cc,
801         lily/include/vaticana-ligature.hh: bugfix: use special heads for
802         lower/upper head of Pes only when heads are stacked
804         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
805         scm/define-grob-properties.scm: cleanup: make "join-left" a
806         boolean grob property and save delta pitch in grob property
807         "delta-pitch" instead
809         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
811 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
813         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
814         completely borked
816         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
817         (try_music): bug fix: beam multiplicity was completely borked.
819         * scm/lily.scm: remove tail, filter-list, filter-out-list,
820         first-n, butfirst-n in favor of srfi-1 functions.
821         remove string-join, string-pad in favor of srfi-13 functions.
823         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
825         * NEWS: use complete sentences.
827         * Documentation/user/introduction.itely (Example applications):
828         add note about databases and lilypond-book.
830         * input/test/volta.ly: remove file
832         * input/regression/volta-broken-left-edge.ly: simplify file
834 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
836         * Documentation/user/refman.itely (Constructing a tweak): new
837         subsection.
839         * Documentation/user/tutorial.itely (Fine tuning layout): add
840         common tweaks.
842         * scm/define-grobs.scm (TextScript): use new brewer.
844 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
846         * VERSION: release 1.7.23
848         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
850         * python/lilylib.py (make_ps_images): bugfixes.
852         * input/regression/volta-multi-staff.ly: new file.
854         * Documentation/user/macros.itexi: refcommands, refcommand macros.
856         * Documentation/user/tutorial.itely (Piano staffs): new section.
857         (Setting variables): new section
858         (Fine tuning layout): new section
860         * input/just-friends.ly: remove file. Superseeded by
861         input/test/chords-without-melody.ly
863         * ly/property-init.ly: add all commands to refman.
865         * scm/define-translator-properties.scm: remove
866         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
868         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
869         name. Underscores botch up PS output.
871         * scm/define-translator-properties.scm: remove
872         textNonEmpty, oneBeat, regularSpacingDelta
874         * scripts/convert-ly.py (FatalConversionError.conv): conversion
875         rule for automaticBars.
877         * lily/timing-engraver.cc (start_translation_timestep): change
878         barNonAuto to automaticBars
880 2003-06-30  Graham Percival  <gperlist@shaw.ca>
882         * input/test/perform-tie.ly: delete file.
884 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
886         * Documentation/user/refman.itely (Gregorian square neumes
887         ligatures): bugfix: do not show ledger lines in neumes table
888         (fixed by setting staff symbol to transparent rather than removing
889         it from staff context)
891 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
893         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
894         glue into brew-new-markup-molecule.
896         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
898         * Documentation/user/introduction.itely (Computerized typography):
899         new section
901         * Documentation/user/tutorial.itely (An orchestral part): remove
902         pc example from tutorial.
904         * input/tutorial/lilbook.tex: use screech-boink
906         * scripts/lilypond-book.py (compile_all_files): split formatting
907         output body and scheduling lilypond compilation.
908         (format_lilypond_output_bodies): new function
909         (format_lilypond_block): new function
910         (html_pages): allow multi-page images in HTML
912         * python/lilylib.py (make_ps_images): rename function from
913         make_preview, merge with make_page_images
915 2003-06-28  Graham Percival  <gperlist@shaw.ca>
917         * input/test/key-clefs.ly: moved to regression.
919         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
921         * input/no-notation/README: added note about midi-*.ly files.
923         * input/test/two-key.ly: moved to no-notation/parse5.ly
925         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
926         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
928         * input/test/ {various}: modified comments, marked some for deletion.
930         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
932         * input/test/mmrest-collision: moved to regression.
934 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
936         * scm/chord-name.scm (note-name->markup): don't superscript root
937         alterations in chordnames.
939 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
941         * Documentation/user/refman.itely (Multi measure rests): more
942         index/cross-referencing.
944         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
946         * scm/font.scm: remove properties-to-font-name code.
948         * scm/define-grob-properties.scm: remove 'type
950         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
951         conversion
953         * lily/text-spanner.cc: change 'type grob prop to 'style 
955         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
956         "first" flag to decide whether to make a start-repeat
958         * input/regression/grace-volta-repeat-2.ly: new file.
960 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
962         * lilypond-indent.el: rename generic functions to LilyPond-*
964 2003-06-22  Graham Percival  <gperlist@shaw.ca>
966         * input/test/thumb.ly: delete, merged into refman.
968         * Documentation/user/refman.itely: added thumb info to Fingering.
970         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
971         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
972         vertical-align.ly : deleted files.
974 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
976         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
978         * lily/line-spanner.cc (broken_trend_offset): remove function.
979         (get_broken_offset): idem.
980         (brew_molecule): rewrite the line-break case.
982         * input/regression/follow-voice-break.ly:  new file.
984         * lily/line-spanner.cc (after_line_breaking): remove lines at the
985         start of a system.
987 2003-06-20  Graham Percival  <gperlist@shaw.ca>
989         * input/test/tuplet-rest.ly: moved to regression.
991         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
992         deleted file.
994         * input/test/ {many} : marked file for possible deletion.
996 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
998         * input/regression/beam-funky.ly: add note about (disputed)
999         correct beaming.
1001         * ly/engraver-init.ly (ScoreContext): put key-signature after
1002         staff-bar
1003         
1004 2003-06-20  Graham Percival  <gperlist@shaw.ca>
1006         * input/test/ broken.ly lyric-phrasing.ly: deleted.
1008         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
1010         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
1012         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
1013         stem-extend was deleted (it was duplicate example, and not as
1014         good).
1016         * input/test/[s-z]*.ly: add texidoc index.
1018 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1020         * lily/slur.cc (get_boundary_notecolumn_y): change name from
1021         get_first_notecolumn_y
1023         * lily/spanner.cc (broken_spanner_index): new function.
1025 2003-06-19  Graham Percival  <gperlist@shaw.ca>
1027         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
1028         lyric-hyphen.ly : moved to regression.
1030         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
1031         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
1033         * input/test/instrument-name-mmrest.ly: moved to
1034         ../regression/multi-measure-rest-instr-name.ly
1036         * input/test/knee-sym.ly: moved to
1037         ../regression/beam-knee-symmetry.ly.
1039         * input/test/hymn.ly: change comments.
1041         * input/test/[p-r]*.ly: add texidoc index.
1043 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1045         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
1046         to postfix syntax
1047         
1048         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
1049         syntax.
1051         * VERSION: release 1.7.22
1053 2003-06-18  Graham Percival  <gperlist@shaw.ca>
1055         * input/test/[h-k]*.ly: added texidoc index.
1057         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
1059         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
1061         * input/test/ various : mark files for deletion or moving to regression.
1063         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
1065         * input/test/[l-o]*.ly: added texidoc index.
1067 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1069         * scm/music-functions.scm (make-ottava-set): 
1070         only do ottavation if centralCPosition is set.
1072         * lily/translator-scheme.cc (ly:context-property-where-defined):
1073         return '() if not found.
1075 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
1077         * lilypond-mode.el (LilyPond-un-comment-region): removed.
1078         Use one command for both commenting and uncommenting.
1080         * lilypond-indent.el (LilyPond-comment-region): new function,
1081         (un)comments each line separately.
1083         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
1084         
1085         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
1086         imenu is not added by default; adapted from f90.el,
1087         makes Help-menu, which does not fit, visible in XEmacs.
1088         
1089 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
1091         * lilypond-mode.el: Set show-paren-mode local; minor-mode
1092         show-paren-mode sets blink-matching-paren-on-screen local.
1093         Try to make show-paren-function to paren-highlight local.
1095         * lilypond-indent.el (LilyPond-scan-sexps): new function.
1096         Copy definitions of Emacs' show-paren-function and
1097         XEmacs' paren-highlight and make minimal changes;
1098         add comments about locality. 
1099         Fix matching first open-paren-char in '<< .. >>'.
1101 2003-06-16  Graham Percival  <gperlist@shaw.ca>
1103         * input/test/g*: added texidoc index.
1105         * input/test/[a-g]*: added raggedright==#t when it
1106          seemed appropiate.
1108         * input/test/ fake-grace.ly figured-bass.ly : removed file.
1110         * Documentation/topdoc/INSTALL.texi: removed false warnings
1111         about gcc 3.3.
1113 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1115         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
1117         * input/test/chords-without-melody.ly (texidoc): add from
1118         input/just-friends.ly
1120         * input/regression/size{13--26}.ly: move from input/
1122         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
1123         input/{star-spangled-banner,twinkle}.ly: remove 
1124         
1125         * lily/slur.cc: remove slur over rest warnings.
1127         * lily/note-spacing.cc (get_spacing): include left part of right
1128         object in fixed space. This fixes stretched space before
1129         accidentals.
1131         * input/regression/spacing-accidental-stretch.ly: new file.
1133 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
1135         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
1136         Reduce to 16pt.
1138 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1140         * input/regression/spacing-knee.ly: docstring
1142         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
1144         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
1145         input/tutorial/{test,solar,flowing}.ly: remove
1147         * input/rhythm.ly: remove
1149         * input/mutopia/F.Schubert/standchen.ly: update syntax.
1151         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
1152         update syntax. 
1154         * scm/define-grobs.scm (all-grob-descriptions): set
1155         knee-spacing-correction to 1.0
1157         * lily/note-spacing.cc (stem_dir_correction): compute knee
1158         correction using stem-thickness and head width.
1160         * input/regression/beam-quanting-horizontal.ly: update texidoc
1162         * scm/define-grobs.scm (all-grob-descriptions): set
1163         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
1164         This fixes 32nd beams for noteheads in spaces quants.
1166         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
1168 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
1170         * README.mandrake: Change lilypond-extras to lilypond-documentation.
1172 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1174         * input/test/dpncnt.ly,part-combine-score.ly: remove.
1176         * VERSION (PACKAGE_NAME): release 1.7.21
1178         * input/regression/stem-shorten.ly: new file.
1180         * lily/stem.cc (get_default_stem_end_position): revise stem
1181         shortening code.
1183         * input/regression/spacing-multi-tuplet.ly: move from input/test/
1185         * input/test/{scripts,volta-start,sleur}.ly: remove
1186         
1187         * input/regression/span-bar.ly: smaller file.
1189         * input/regression/spacing-{natural,tight,loose}.ly: remove
1191         * input/test/markup.ly: remove
1193         * scripts/lilypond-book.py: put printfilename in separate chunk,
1194         so texidoc is printed after the filename.  
1196 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
1198         * make/lilypond.mandrake.spec.in: fix docdirs.
1200 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1202         * input/regression/beam-french.ly: bugfix.
1204         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
1206         * input/regression/(various).ly: add raggedright = #t.
1208         * input/regression/auto-beam.ly: move from abe.ly
1210 2003-06-13  Graham Percival  <gperlist@shaw.ca>
1212         * input/test/f*.ly: added texinfo index.
1213         
1214         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
1216 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1218         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
1219         quant penalty for beam just outside staff.
1221         * input/regression/beam-quanting-horizontal.ly (texidoc): move
1222         from beam-pos.ly,  remove non-horizontal tests. 
1224         * input/test/(various): cleanup header info. 
1226         * input/test/tchaikovsky.ly: remove file.
1228         * scm/chord-generic-names.scm: move from
1229         double-plus-new-chord-name.scm
1231         * input/test/orchestscore.ly: remove file
1233         * Documentation/user/refman.itely (Vocal music): update documentation.
1235         * scm/define-translator-properties.scm (chordNoteNamer): remove
1236         chordNameStyle, use chordNameFunction
1238         * scm/chord-name.scm (set-chord-name-style): remove
1239         set-chord-name-style. Use \property chordNameFunction.
1241 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1243         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1244         music): remove @TeX{} command.
1246 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1248         * lilypond-indent.el (scan-sexps): Renamed to
1249         aargh-this-breaks-other-emacs-modes-scan-sexps.
1251 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
1253         * lilypond-indent.el: Fix: match concurrent one-char opening and 
1254         closing slurs: '()', etc. Add comments.
1256         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
1258         * lilypond-font-lock.el: match unending string at eof.
1260         * make/lilypond.mandrake.spec.in: refreshed packed file list.
1261         
1262 2003-06-10  Graham Percival  <gperlist@shaw.ca>
1264         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
1265         input/test/beam-dir.ly input/test/beam-position.ly    
1266         input/test/beam-suspect.ly input/test/beam-trend.ly    
1267         input/test/beams.ly input/test/crescendo-text.ly : deleted
1268         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
1269         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
1270         * input/test/default-bars.ly: moved to bar-always.ly
1271         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
1273 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1275         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
1277 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1279         * scm/chord-ignatzek-names.scm (remove-step): rename file.
1281 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
1283         * lilypond-indent.el: Match better slurs in scheme expressions.
1284         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
1286         * Documentation/user/invoking.itexi: document Emacs' paren matching.
1288 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1290         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
1292         * input/ac-extra-voice.ly: Add texidoc.
1294         * ly/chord-modifiers-init.ly: 
1295         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
1296         and chordNameExceptionsPartial for new chord names.
1298         * input/test/chord-names-dpnj.ly: 
1299         * input/test/dpncnt.ly: Update.
1301         * scm/chord-name.scm: 
1302         * scm/double-plus-new-chord-name.scm: Add compatibility for new
1303         chord selection and options.
1305         * ly/chord-modifiers-init.ly: Add exceptions 
1307         * scm/define-translator-properties.scm (chordNameStyle) 
1308         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
1310 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
1312         * ly/property-init.ly (germanChords): Added.
1313         (semiGermanChords): Added.
1314         
1315         * input/test/chord-names-german.ly: Use new macros
1316         
1317 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
1319         * lilypond-indent.el: Use similar parenthesis highlighting for 
1320         Emacs and XEmacs through redefinitions of parenthesis highlighting 
1321         functions; removed LilyPond-show-paren-function. Fix indenting.
1322         Turn paren-matching on also in XEmacs.
1324         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
1325         as needed by parenthesis highlighting functions (in scan-sexp).
1327 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1329         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
1330         function.
1331         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
1333 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
1335         * lilypond-indent.el: tune regexp for show-paren-function.
1337 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1339         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
1340         for all LilyPond-produced tex snippets.
1342         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
1343         fixes one line --preview output of ly2dvi.
1345 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
1347         * lilypond-indent.el: match only one type of slurs in
1348         LilyPond-show-paren-function.
1350 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1352         * debian/GNUmakefile (EXTRA_DIST_FILES): 
1353         * debian/lilypond1.7.dirs: 
1354         * debian/lilypond1.7-doc.dirs: New file.
1356         * input/regression/chord-name-exceptions.ly: Add parameter for
1357         ignatzekExceptions.  Quote hash in docstring.
1359 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
1361         * lilypond-indent.el (show-paren-function): define show-paren-function
1362         as LilyPond-blink-matching-open and use it for closing parens.
1363         Let LilyPond-blink-matching-open know whether a bracket was inserted.
1365         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
1366         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
1367         LilyPond-blink-matching-paren in order to match both open and close
1368         brackets.
1369         
1370 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
1372         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
1373         testing by modifying the code from FSF Emacs paren.el. Add comments.
1375 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1377         * input/test/dpncnt.ly: Transpose example to match new
1378         default \chords octave.  Add comment.
1379         
1380         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
1381         comment about octave change.
1383 2003-06-04  Graham Percival  <gperlist@shaw.ca>
1385         * input/test/[d,e]: added texinfo index tags.
1386         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
1388 2003-06-04  Graham Percival  <gperlist@shaw.ca>
1390         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
1392 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
1394         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
1395         as in blink-matching-open.
1397 2003-06-03  Graham Percival  <gperlist@shaw.ca>
1399         * input/test/[a-c]: more comments in files.
1400         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
1401         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
1402         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
1403         mark file for proposed deletion.
1404         * input/test: renaming files:
1405         auto-beam-4-8.ly to beam-auto-4-8.ly
1406         auto-beam-override.ly to beam-auto-override.ly
1407         auto-beam.ly to beam-auto.ly
1408         blank.ly to blank-paper.ly
1409         absolute-volume.ly to dynamic-absolute-volume.ly
1411 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1413         * input/test/dpncnt.ly: 
1414         * input/test/chord-names-dpnj.ly: Resurrect.
1416         * lily/my-lily-lexer.cc: Remove chordnames keyword.
1418         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
1420         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
1421         Better docstring, add parameter OMIT-ROOT, tidy up.
1423 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
1425         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
1427 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1429         * scm/output-ascii-script.scm (as-font-alist-alist):
1430         (as-properties-to-font-name):
1431         (as-make-style-sheet): Remove.
1433         * scm/font.scm (as-make-font-list): New function.
1434         (as-font-sheet-alist): New variable.
1436         * ly/paper-as9-init.ly: 
1437         * ly/paper-as5-init.ly: Update.
1439         * ly/paper-as5.ly:
1440         * ly/paper-as9.ly: New file.
1442 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1444         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
1446 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1447         * input/sondag-morgen/*: removed due to copyright concerns.
1448         * input/[a,b]*.ly: added a newline at the end of the texinfo
1449         doc string (produces better output in HTML version).
1450         * input/c*.ly: added texinfo index and added comments to
1451         aid in future changes to input/test/ files.
1453 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1454         
1455         * Documentation/user/refman.itely: fixed build problem (missing
1456         file) caused by previous renaming.
1458 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1459         
1460         * input/test/[a,b]*.ly: added texinfo index and added comments to
1461         aid in future changes to input/test/ files.
1462         * input/test/bar-number-every-5-reset.ly: renamed to
1463         bar-number-every-five-reset.ly
1464         * input/test/bar-script-visibility.ly: renamed to
1465         bar-number-show-all.ly
1467 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1469         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
1470         to Voice.
1472         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
1473         out note-line and glissando functionality.
1474         
1475         * lily/line-spanner.cc (brew_molecule): cleanup.
1477 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1479         * scripts/as2text.scm: Use rdelim module.
1480         (start-system): Rename from start-line.
1481         (stop-system): Rename from stop-line.
1482         (af-gulp-file): Use string iso symbol for getenv.
1484         * scm/output-ascii-script.scm: Add guile and lily modules.
1485         (font-name-alist): New variable.
1486         (draw-line): New function.
1488         * scm/output-lib.scm (func, arg->string): Re-add from archive.
1489         (Were these silently removed, without ChangeLog entry?)
1491 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1493         * scm/music-functions.scm (make-ottava-set): bugfixes: also
1494         process 2nd ottava correctly.
1496 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
1498         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
1500 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1502         * Documentation/user/converters.itely (Invoking midi2ly): Update.
1504 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1506         * VERSION: release 1.7.20
1507         
1508         * lily/text-spanner.cc (brew_molecule): clean up function. This
1509         fixes bugs with broken 8va spanners.
1511         * lily/simple-spacer.cc (solve): also compute force for raggedright.
1512         This prevents spurious line-breaks with raggedright
1513         
1514 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1516         * lily/key-performer.cc (create_audio_elements): always use major
1517         key
1519         * Documentation/user/internals.itely: updates
1521         * input/regression/beam-break.ly: new file.
1523         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
1524         beams if starting or terminating stems have 'beaming set.)
1526         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
1527         property.
1529         * lily/parser.yy (verbose_command_req): add comment about scales.
1531 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
1533         * lilypond-indent.el: adjust regexps in bracket-matching.
1535 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
1537         * Documentation/user/refman.itely: more tiny fixes
1539         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
1540         "Chord names"; added table with input syntax for solesmes neumes
1541         table; added some words about rationale on input syntax design
1543         * lily/gregorian-ligature-engraver.cc,
1544         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1545         lily/include/gregorian-ligature.hh: bugfix: horizontal head
1546         alignment of Pes Initio Debilis
1548         * Documentation/user/refman.itely,
1549         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1550         mf/parmesan-heads.mf: fixed most of the head selection/alignment
1551         bugs in the solesmes neumes table
1553 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
1555         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
1556         Similarly, match '[' and ']' by skipping '\[' and '\]'.
1558         * lilypond-mode.el: fix tag-score. small improvements.
1560 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1562         * .cvsignore: Add aclocal.m4.
1564         * lily/music-constructor.cc: Include <assert.h>.
1566 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1568         * ly/engraver-init.ly (HaraKiriStaffContext): use
1569         RemoveEmptyStaffContext instead.
1571         * Documentation/user/refman.itely: updates
1573 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
1575         * Documentation/user/refman.itely: added solesmes neumes table;
1576         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
1577         bugfix: "Ornaments" -> "Articulations"
1579         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
1581 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1583         * lilypond-indent.el: Add a message about trying to match \] or \).
1584         
1585 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
1586         
1587         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
1588         obsolete "arithmetic_*"
1590         * input/bugs/ligatures.ly: removed (will be put into a different
1591         directory later)
1593 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1595         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
1596         libkpathsea (Maurizio Tomasi).
1598 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1600         * input/regression/repeat-slash.ly (texidoc): new file
1602         * lily/slash-repeat-engraver.cc (try_music): new file, handle
1603         slash repeats separately. Slash repeats and %
1604         repeats can now be nested.
1606 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1608         * lilypond-indent.el: Add preliminary test for closing \] and \).
1609         
1610 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
1612         * lily/gregorian-ligature-engraver.cc,
1613         lily/vaticana-ligature-engraver.cc,
1614         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
1615         mf/parmesan-heads.mf: various semivocalis related bugfixes
1617         * input/bugs/ligatures.ly: new file demonstrating problems with
1618         ligatures
1619         
1620 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
1622         * lilypond-mode.el,
1623         lilypond-font-lock.el,
1624         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
1626 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
1628         * lilypond-mode.el: Remove outdated code. Stress the difference 
1629         between Emacs and XEmacs definitions.
1631         * lilypond-mode.el,
1632         lilypond-indent.el: Define a function interactive only when necessary.
1634 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
1636         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
1637         Use inactive regions also in XEmacs.
1639 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1641         * Documentation/user/refman.itely (Repeat syntax): more updates
1643         * lily/simple-spacer.cc (solve): move solution process into
1644         solve(). This fixes a bug with collisions and raggedright = ##t.
1646         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
1648         * ly/engraver-init.ly: remove GraceContext. Update examples.
1650 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1652         * GNUmakefile.in (fonts): Also make fontball.
1654         * Website fixes:
1656         * ly/engraver-init.ly (GraceContext): Add.
1658         * run:
1660             convert-ly $(find . -name *.ly)
1662         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
1663         new chords.
1665 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1667         * VERSION: 1.7.19 released
1668         
1669         * scm/music-functions.scm (set-octavation): new function.
1671         * input/regression/ottava.ly: new file
1673         * lily/translator-scheme.cc (LY_DEFINE): new function
1674         ly:unset-context-property
1675         (LY_DEFINE) new function ly:context-property-where-defined: 
1677 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
1679         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
1681         * lilypond.words: add few.
1683         * input/test/script-chart.ly: fix typo.
1685 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1687         * scm/define-grobs.scm: uniform naming for definitions and output
1688         routine files. 
1690         * ly/engraver-init.ly (ChoirStaffContext): add \description from
1691         scm/context-description.scm
1693         * lily/parser.yy (translator_spec_body): add \description to the
1694         \translator{} body syntax.
1696         * lily/ottava-engraver.cc: new file.
1698         * scm/chord-name.scm (natural-chord-alteration): replace old
1699         chord stuff. 
1701         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
1703         * Documentation/user/refman.itely (Metronome marks): update doco.
1705         * input/regression/markup-note.ly: new file
1707         * input/regression/metronome-marking.ly: new file
1709         * lily/metronome-engraver.cc: new file. Print \tempo markings.
1711         * scm/new-markup.scm (note-markup): make a note glyph, useful for
1712         metronome marks.
1714 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1716         * Documentation/user/GNUmakefile: Compatibility fix for new
1717         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
1718         for making binary packages; info splitting bug has been fixed.
1720         * Documentation/user/refman.itely: Compile fixes.
1722 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
1724         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
1725         Count \midi -keywords also for a region.
1727 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1729         * lily/lookup.cc (LY_DEFINE): new function
1731         * Documentation/user/tutorial.itely: updates
1733 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
1735         * lilypond-mode.el: Allow Midi on buffer.
1736         Use only '.ly'-extension, remove '.sly' and '.fly'.
1737         Allow use of inactive regions. Invoke next Command on Master file, 
1738         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
1740 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1742         * Documentation/user/tutorial.itely: updates.
1744 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
1746         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
1748 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
1750         * lily/coherent-ligature-engraver.cc: fixed typo
1752         * lily/coherent-ligature-engraver.cc,
1753         lily/gregorian-ligature-engraver.cc,
1754         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1755         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1756         lily/vaticana-ligature-engraver.cc,
1757         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
1758         scm/grob-description.scm: cleanup: junked LigatureHead grob and
1759         removed all ligature specific stuff from NoteHead code
1761         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
1762         ligatures now use regular noteheads
1764         * lily/vaticana-ligature.cc: tiny code cleanups
1766         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
1767         space between two adjacent noteheads of the same pitch
1769         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
1770         description; cleanup: removed obsolete font-family settings
1772 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
1774         * lily/coherent-ligature-engraver.cc,
1775         lily/gregorian-ligature-engraver.cc,
1776         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1777         lily/mensural-ligature-engraver.cc,
1778         lily/vaticana-ligature-engraver.cc,
1779         lily/include/gregorian-ligature-engraver.hh: updated for new
1780         Coherent_ligature_engraver; added comments that describe the basic
1781         design ideas of the ligature implementation
1783         * lily/coherent-ligature-engraver.cc,
1784         lily/include/coherent-ligature-engraver.hh: new file: shared code
1785         between mensural ligatures and Gregorian chant notation ligatures
1787 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1789         * lilypond-mode.el: XEmacs fixes: include two definitions for the
1790         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
1791         use only two arguments in sit-for, use no arguments in
1792         read-char-exclusive, backspace is not a character (127) in XEmacs.
1794         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
1796 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1798         * lilypond-mode.el: un-commenting works after syntax-table fix.
1800         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
1801         group, verbose commenting for syntax table.
1803         * lilypond-indent.el: add TODO for ligature slurs.
1805 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
1807         * lilypond-mode.el: Move comments of parenthesis matching away,
1808         (blink-matching-paren-on-screen) fix blinking in Emacs.
1810         * lilypond-font-lock.el: Fix parent-matching for Emacs:
1811         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
1813         * lilypond-indent.el: Add TODO for parenthesis matching.
1815 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
1817         * lilypond-mode.el: Fix XEmacs: 
1818         changed [S-iso-lefttab] to [(shift iso-lefttab)],
1819         invoke explicitly easy-menu-add (in Emacs done automatically).
1820         
1821         * lilypond.words: Add few words from input/*/*.ly.
1823 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1825         * VERSION (PATCH_LEVEL): release 1.7.18
1827         * scripts/lilypond-book.py: only print basename for printfilename
1828         option
1830         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
1831         and syntax updates.
1833 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1835         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
1836         better parametrisation. Move fatness of bulb downward.
1838         * mf/parmesan-custodes.mf (dir_down): remove underscores from
1839         glyph names. Underscores are not allowed .ps encoding files.
1841 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
1843         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
1844         variable "packed" for packed right-ragged mode
1846         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
1847         unused variable ragged; fixed indentation
1849         * Documentation/user/refman.itely: tiny cleanups in ancient
1850         clef and custos section
1852 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1854         * lily/parser.yy (Simple_music): add \applyoutput, syntax
1855         \applyoutput PROCEDURE
1857         * lily/my-lily-lexer.cc: add \applyoutput.
1859         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
1861         * lily/text-item.cc: clean text-interface description
1863 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1865         * input/{regression,test}/: use postfix for slur endings and beam
1866         begins.
1868         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
1869         style beams too. 
1871         * input/regression/lyrics-melisma-beam.ly: new file.
1873         * lily/lyric-engraver.cc (process_music): change from
1874         process_acknowledged_grobs()
1876         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
1877         functions to set and revert auto-beam settings.
1879 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1881         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
1883 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
1885         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
1886         Documentation/user/lilypond.tely: fixed some typos; updated author
1887         info
1889         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
1890         #"" -> #'flag-style = #'()
1892         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
1893         cleanup: removed dead #includes
1895         * lily/gregorian-ligature-engraver.cc,
1896         lily/include/gregorian-ligature.hh,
1897         scm/grob-property-description.scm: small cleanups, small spacing
1898         fixes
1900         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
1901         lily/vaticana-ligature.cc,
1902         lily/include/gregorian-ligature-engraver.hh,
1903         scm/grob-property-description.scm, scm/music-types.scm:
1904         "porrectus" -> "pes or flexa"
1906         * ly/engraver-init.ly, scm/grob-description.scm,
1907         scm/grob-property-description.scm: junked porrectus, now handled
1908         by ligature code
1910         * scm/grob-description.scm: bugfix: added space-alist entry for
1911         breathing sign/custos
1913 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1915         * Another grand 2003 update.
1916         
1917         * Remove mentioning of `mudela'; There's no such thing.
1919 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1921         * Documentation/user/preface.itely (Preface to version 1.8): update
1923         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
1925         * Documentation/user/converters.itely (Invoking convert-ly): revise
1927         * scripts/convert-ly.py (outfile_name): remove --assume-old.
1929         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
1931 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1933         * Documentation/user/internals.itely: more updates.
1935 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1937         * Documentation/user/refman.itely: revise 
1939         * Documentation/user/internals.itely: revise
1941         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
1943 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
1945         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
1946         beautification: reformatted ancient clefs section; cleanup: small
1947         wording fixes
1949 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
1951         * lilypond.words: added words for chant notation, sorted
1952         alphabetically through "sort lilypond.words"
1954 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
1956         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
1957         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
1958         chant notation
1960 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
1962         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
1963         prevent TeX from interpreting them as long dash
1965         * input/test/vaticana.ly: updated
1967         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
1968         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
1969         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
1970         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
1971         fixes
1973         * mf/parmesan-heads.mf: ledger endings: removed dead code
1975 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1977         * VERSION: 1.7.17 released
1978         
1979         * Documentation/user/GNUmakefile
1980         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
1981         files too.
1983         * scm/document-markup.scm: new file: document all markup
1984         functions.
1986         * scm/documentation-generate.scm: rename all documentation modules
1987         to document-*.scm
1989         * scripts/lilypond-book.py: generate link to .ly file iso. link to
1990         .png
1992         * input/test/divisiones.ly: added
1994         * input/regression/output-property.ly: new file
1996         * lily/cluster.cc: change cluster-interface to use style property
1998 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
2000         * input/test/chord-names-german.ly: modified.
2002         * scm/chords-ignatzek.scm:
2003           chord-name->german-markup: Added
2004           note-name->german-markup: Changed (now producing lowercase notenames)
2006         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
2007         
2008 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2010         * scripts/convert-ly.py (FatalConversionError.conv):
2011         divisiominima -> divisioMinima, etc.
2013         * ly/engraver-init.ly (FiguredBassContext): add
2014         Separating_line_group_engraver to Figured bass context.
2016         * ly/german-chords-init.ly: remove file
2018         * input/test/chord-names-german.ly (scm): new file.
2020         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
2022         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
2023         Chord_name_engraver
2025         * Documentation/user/refman.itely: lots of updates.
2027         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
2028         new file
2030         * input/test/bar-number-every-5-reset.ly: new file.
2032 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2034         * input/regression/chord-name-major7.ly: new file
2036         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
2037         if specced explicitly.
2039         * input/regression/chord-name-entry-11.ly: new file.
2041         * input/test/slur-beautiful.ly: new file.
2043         * Documentation/user/refman.itely: updates.
2045         * input/regression/collisions.ly (threevoice): cleanup.
2047         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
2049 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2051         * Documentation/user/*.itely: various updates.
2053         * ly/spanners-init.ly: enddecr/ endcr.
2055         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
2056         of tutorial
2058 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2060         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
2062         * lily/new-chord-name-engraver.cc (process_music): use octavation
2063         (a number) instead of original-pitch to store inversions. This
2064         fixes a problem with transposed chords with inversions.  
2066 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2068         * stepmake/aclocal.m4: Include compile fix for broken flex, as
2069         used in includable-lexer.hh.
2071         * lily/includable-lexer.cc: Bugfix: include config.h.
2073         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
2074         circumvention of Debian packaging bug.
2076 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2078         * flex-2.5.31 hits Debian/unstable.  Fixes below.
2079         
2080         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
2082         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
2083         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
2085         * lily/include/includable-lexer.hh: 
2086         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
2088         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
2090         * aclocal.m4: Regenerate.
2092         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
2093         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
2095         * scm/pdf.scm (use-modules): Include lily.
2097         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
2098         Noordkamp).
2099         (use-modules): Include lily.
2100         (lily-def): Bugfix: include tex-val in let.
2102 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
2104         * lilypond-mode.el: sensible error if lilypond.words not found.
2106         * lilypond.words: add few words.
2108 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
2110         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
2112         * mf/parmesan-scripts.mf: fixed typo in char name
2114 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2116         * VERSION: 1.7.16 released
2118         * python/lilylib.py (setup_temp): temporary directories are mode 700.
2119         (this is a security vulnerability).
2121         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
2123         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
2124         add staff support.
2126 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
2128         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
2129         ly/script-init.ly, scm/script.scm: bugfix: renamed
2130         fermata->signumcongruentiae to fix naming clash with feta font
2132 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2134         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
2136         * lily/multi-measure-rest-engraver.cc
2137         (start_translation_timestep): use grace timing too for determining
2138         when to make mmrest.
2139         (start_translation_timestep): clear numbers too.
2141 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
2143         * scm/music-types.scm: compile fix: escape braces
2145         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
2146         work around font selection problem
2148         * Documentation/user/refman.itely: BreathingSign: added docu for
2149         property "text"
2151 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2153         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
2154         information.
2156 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2158         * lily/multi-measure-rest-engraver.cc (class
2159         Multi_measure_rest_engraver): make multiple Number objects, one
2160         for each MultiMeasureTextEvent.
2162         * scm/music-functions.scm (glue-mm-rest-texts): use
2163         MultiMeasureTextEvent
2165         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
2167         * Documentation/user/refman.itely (Multi measure rests): update.
2169 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2171         * lily/ly-module.cc (ly_copy_module_variables): use
2172         scm_internal_hash_fold() for iterating modules.
2174 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
2176         * Documentation/user/refman.itely: Section Custodes: added more
2177         example code
2179         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
2180         neo-mensural rests to parmesan font
2182         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
2183         header
2185 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2187         * Documentation/user/macros.itexi: @fileref macro.
2189         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
2190         each file. 
2192 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
2194         * lily/include/custos.hh, make/lilypond.suse.spec.in,
2195         Documentation/topdocs/AUTHORS.texi: updated my email address
2197         * Documentation/user/refman.itely: updated custos documentation;
2198         beautified divisiones example; beautified articulations table
2200         * lily/breathing-sign.cc: bugfix: finalis molecule
2202 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
2204         * Documentation/user/refman.itely: added docu for
2205         contemporary fermata symbols, gregorian breathing signs; small fixes
2207         * ly/gregorian-init.ly: removed obsolete #'type props
2209 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2211         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
2212         minimum-length property correctly.
2214 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2216         * scm/music-functions.scm (make-multi-measure-rest): set input
2217         locations for multimeasure rests.
2219 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
2221         * input/regression/breathing-sign.ly: updated to for ancient
2222         notation
2224 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2226         * scripts/ly2dvi.py: Add newline.
2228 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2230         * scripts/ly2dvi.py (dependency_files): Compile fix.
2232 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2234         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
2235         (make_html_menu_file): --html menu. 
2237 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2239         * scripts/ly2dvi.py (run_dvips): +add the .map file 
2241 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2243         * input/screech-boink.ly: new file.
2245 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2247         * scripts/lilypond-book.py (make_lilypond_file): convert
2248         lilypond-file to lilypond block directly, without going through
2249         begin/end lilypond text.
2250         
2252 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
2254         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
2255         scm/grob-description.scm: moved Michael's original breathing sign
2256         code in brew_molecule() to divisio_minima(); provided new
2257         brew_molecule() that effectively replaces the
2258         Text_item::brew_molecule callback (with additional fallback to
2259         Michael's original code); added callbacks for brewing divisio
2260         maior/maxima and finalis
2262         * gregorian-init.ly: added breathing sign shortcuts for virgula,
2263         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
2265         * script-init.ly: added shortfermata, longfermata,
2266         verylongfermata, varcoda
2268         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
2269         longfermata, verylongfermata, varcomma, varcoda
2271 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2273         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
2274           Remove all noquote and insert a few quote.
2275         
2276         * Documentation/user/lilypond-book.itely (Music fragment options),
2277           scripts/lilypond-book.py: Don't include quotation blocks by
2278           default. Introduce option quote instead of noquote
2280 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2282         * VERSION: 1.7.15 released
2283         
2284         * Documentation/user/lilypond.tely: omf updates.
2286         * buildscripts/texi2omf.py (omf_vars): include version.date
2288         * make/lilypond.redhat.spec.in: fixes for spec file. 
2290         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
2291         by function definition: lily now requires a recent GNU Make.
2293         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
2295         * make/ly-rules.make: remove .ly -> .tex rule
2297         * Documentation/user/refman.itely (Figured bass): revised figured
2298         bass example.
2300 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2302         * stepmake/stepmake/omf-targets.make (local-install): add
2303         scrollkeeper-update message.
2305         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
2306         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
2308         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
2310         * Documentation/user/converters.itely (Invoking midi2ly): add
2311         track/channel notice.
2313 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2315         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
2317         * lily/parser.yy (scalar): DIGIT is also a scalar.
2319         * Documentation/user/music-glossary.tely: add @omf tags
2321         * Documentation/user/lilypond.tely: add @omf tags
2323         * scm/generate-documentation.scm (string-append): add @omf tags.
2325         * stepmake/stepmake/omf-*: new files 
2327         * input/regression/multi-measure-rest.ly (texidoc): add doco
2329         * GNUmakefile.in (web-doc-install): add web-doc-install target
2331         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
2332         fixes crashes while dumping MIDI.
2334         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
2335         midi
2337 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2339         * buildscripts/texi2omf.py: new file.
2341         * mf/feta-beugel.mf: include font count, not staffsize (16) in
2342         font-name
2344 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2346         * input/regression/beam-manual-beaming.ly (texidoc): new file.
2348         * lily/sequential-iterator.cc (descend_to_child): call
2349         descend_to_child() for all types of music.
2351 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2353         * scm/translator-property-description.scm: Add
2354         bassFigureFormatFunction.  Replace some entries.
2356 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2358         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
2359         clean out.
2361 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2363         * scripts/midi2ly.py (Note.dump): never dump duration for
2364         dump_dur=0.
2366         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
2367         new function
2369         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
2370         figures using new markups. Much simpler, and should improve layout
2371         a little.
2373         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
2375 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2377         * ly/engraver-init.ly: use Hara kiri by default for 
2378         ChordNames, FiguredBass and Lyrics(Voice) context. 
2380         * lily/axis-group-engraver.cc (acknowledge_grob): use
2381         rhythmic-grob-interface for selecting items not to hara-kiri'd 
2383         * scm/new-markup.scm (markup-function-list): add bracket,
2384         vbracket.
2386         * ly/engraver-init.ly (ChordNamesContext): set
2387         minimumVerticalExtent
2389 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2391         * input/test/time-signature-double.ly: new file 
2393         * input/regression/collision-head-chords.ly (texidoc): new file.
2395         * lily/type-swallow-translator.cc: add note swallow translator 
2397         * input/test/time-signature-double.ly: new file.
2399         * lily/type-swallow-translator.cc: add Rest_swallow_translator
2401         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
2402         (FiguredBassContext): idem.
2404         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
2406         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
2408         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
2410         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
2411         .afm dependency
2413         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
2415         * python/lilylib.py (make_page_images): add function.
2417         * scripts/ly2dvi.py (run_latex): include title in preview image.
2419         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
2420         from lilypond-book for <ly2dvifile> tags in HTML.
2422         * scripts/ly2dvi.py (option_definitions): add --debug option to
2423         print out environment.
2425         * input/regression/tie-chord-partial.ly: new file.
2427 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
2429         * lilypond.words: add 3
2431 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2433         * scm/new-markup.scm (markup-function-list): add finger-markup
2435         * input/tutorial/brahms-tweaked.ly: new markup 
2437         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
2439         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
2440         crash when processing '() markup
2442         * input/regression/breathing-sign.ly (texidoc): add caesura example.
2444         * lily/breathing-sign.cc (railtracks): another caesura.
2446         * mf/feta-schrift.mf: caesura symbol. 
2448 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2450         * scripts/convert-ly.py (FatalConversionError.conv): add
2451         ly:molecule-XXX conversions.
2453         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
2455         * input/regression/multi-measure-rest-text.ly: new file.
2457         * scm/music-functions.scm (glue-mm-rest-texts): automatically
2458         convert MMREST-TEXT to MultiMeasureRestNumber settings.
2460         * ly/engraver-init.ly (ScoreContext): move tablature settings to
2461         ScoreContext
2463         * scm/new-markup.scm (center-markup): \center markup.
2465         * scm/music-functions.scm: remove pitchify scripts.
2467         * lily/music.cc (print_smob): display music name if available 
2469 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2471         * Documentation/user/refman.itely (Instrument names): remove
2472         \turnOff doco.
2474 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2476         * lily/score.cc (mark_smob): bugfix.
2478         * input/regression/rehearsal-mark.ly: new file.
2480         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
2481         report error at the current token again.
2483 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2485         * cygwin/mknetrel: Exit if doc build fails.
2487         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
2489 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2491         * scm/music-types.scm (music-descriptions): add doc strings
2493 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2495         * lily/lexer.ll: 
2496         * lily/include/my-lily-lexer.hh: 
2497         * lily/include/includable-lexer.hh: Add flex kludge.
2499         * config.hh.in: 
2500         * config.make.in: 
2501         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
2502         cruft.
2503         
2504         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
2505         code.
2507 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2509         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
2511         * lily/parser.yy (new_chord): Compile fix.
2513 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2515         * Documentation/user/refman.itely (Tuning groups of objects):
2516         remove documentation for \turnOff. 
2518         * lily/percent-repeat-engraver.cc (try_music): add correct
2519         processing moments for double-measure percents as well.
2521         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
2523         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
2524         grob prop type. 
2526         * Documentation/user/refman.itely (Printing named chords): add
2527         chord name tweak doco.
2529         * input/template/gregorian-transcription.ly: new file.
2531 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2533         * VERSION: 1.7.13 released
2534         
2535         * input/test/*: lots of cleanups/comment-outs/removals in chord
2536         examples
2537         
2538         * input/regression/*: lots of cleanups/comment-outs/removals in
2539         chord examples
2540         
2541         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
2542         options
2544         * lily/new-chord-name-engraver.cc (process_music): give original
2545         inversion pitch to chord name routine.
2547         * input/tutorial/os-score.ly: update to new markup
2549         * Documentation/user/appendices.itely: simply include
2550         chords-ignatzek. 
2552         * Documentation/user/refman.itely (Chords mode): add documentation
2553         for chord mode.
2555         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
2556         not present in chord.
2557         (construct-chord): add inversion and bass support.
2559         * lily/chord.cc: junk contents.
2561 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
2563         * Documentation/user/refman.itely:
2564         * Documentation/user/music-glossary.tely: fix. 
2566 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2568         * scm/chord-entry.scm (construct-chord): move chord construction
2569         to Scheme.
2571         * lily/parser.yy (new_chord): new setup for chord entry.
2573 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
2575         * lilypond.words:
2576         * Documentation/user/music-glossary.tely: add ambitus.
2578 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2580         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
2582         * lily/include/*.hh: string() -> to_string()
2584         * scm/chords-ignatzek.scm: new file.
2586         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
2587         standard chord name exceptions.
2589         * scm/translator-property-description.scm (chordNameSeparator):
2590         add property.
2591         (majorSevenSymbol): add property
2593         * lily/translator-scheme.cc (ly:context-properties): new function
2594         (ly:context-parent): new function.
2595         (print_smob): print context name.
2597         * lily/music.cc (ly:get-music-length): new function
2598         (print_smob): don't print properties.
2600         * lily/duration.cc (duration<?): new function
2602         * input/regression/chords-funky-ignatzek.ly: new file.
2604         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
2605         jazz chords.
2607         * lily/pitch.cc (ly:pitch-diff): new function.
2609         * input/regression/chords-ignatzek.ly: new file.
2611 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2613         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
2614         pitches for jazz chords.
2616 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2618         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
2620 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
2622         * lilypond.words: add 1
2624 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
2626         * Documentation/topdocs/AUTHORS.texi: refine.
2628 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2630         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
2631         
2632         * lilypond.words: add one.
2634 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
2636         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
2637         Fontify bass note in chords, e.g., e in c1/e.
2638         
2639 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2641         * Documentation/user/music-glossary.tely: Dutch updates and
2642         additions (Arent Storm).
2644 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2646         * input/regression/ambitus.ly:  move file.      
2648         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
2650         * lily/event.cc (transpose): add tonic property to Key_change_req
2651         and to Key_engraver.
2653 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
2655         * Documentation/user/refman.itely: fix typo.
2657         * lilypond.words: removed wrong identifiers.
2659 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2661         * mf/feta-toevallig.mf: make flat stem shorter 
2663 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
2665         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
2667         * lilypond.words: add from Phrasing slur.
2668         
2669 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
2671         * lilypond-mode.el: allow launching multiple ViewPS processes.
2672         
2673         * lilypond.words: add from Text markup.
2675 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2677         * input/test/ossia.ly (texidoc): add comment.
2679         * input/regression/voice-follower.ly: new file.
2681         * mf/feta-toevallig.mf: make flat heavier.
2683         * lily/cluster-engraver.cc: clean up Cluster engraver
2685         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
2686         Engraver. Use Note_column to compute Y positions and deal with
2687         line break stuff.
2689 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2691         * lily/stem.cc: move french-beaming to stem.
2693 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
2695         * lilypond-font-lock.el: fontify all durations in chords.
2697         * lilypond.words: add from lily/my-lily-lexer.cc
2699 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2701         * VERSION: release 1.7.12
2703         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
2705         * lily/gregorian-ligature.cc: new file
2707         * lily/*: the Great 2003 search & replace.
2709         * Documentation/user/refman.itely (Manual repeat commands): add
2710         note about font selection.
2712 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
2714         * lilypond-mode.el: propose recompiling midi while invoking playing,
2715         not while stopping playing.
2717 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
2719         * lilypond.words: add one.
2721         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
2722         and expressional note grouping. Fontify chord modes.
2724 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
2726         * Documentation/user/music-glossary.tely (Top): translate melisma.
2728 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2730         * Documentation/user/music-glossary.tely (Top): add melisma.
2732 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
2734         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
2735         interfaces for (abstract) grob GregorianLigature
2737         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2738         renamed head* -> glyph_name*, x-shift* -> x-offset*
2740         * scm/grob-property-description.scm: bugfix: added missing descriptions
2742 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2744         * input/test/chord-names-dpnj.ly: New file.
2746         * scm/double-plus-new-chord-name.scm: Implement full and partial
2747         exceptions.
2749         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
2751         * scm/double-plus-new-chord-name.scm
2752         (double-plus-new-chord->markup): Fix sub->markup.
2755 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
2757         * lily/custos-engraver.cc: added TODO; editorial changes
2759         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
2760         consistency with other ligature engravers; removed access on (now)
2761         private variable _ligature of Ligature_engraver
2763         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
2764         renamed last_bound -> last_bound_; issue programming_error on
2765         abstract method calls; moved primitives code from
2766         Mensural_bracket_engraver to here (because almost ligature
2767         engravers will need it); renamed try_stop_ligature () ->
2768         typeset_ligature (); bugfix: store primitives of finished ligature
2769         in separate variable finished_primitives_ to avoid clash on input
2770         like "\] \["; added current_ligature () to enable access on
2771         private variable _ligature
2773         * lily/mensural-ligature-engraver.cc: removed primitives_ code
2774         (now in super class); renamed try_stop_ligature () ->
2775         typeset_ligature ()
2777         * lily/mensural-ligature.cc: issue programming_error on abstract
2778         method calls
2780         * lily/note-heads-engraver.cc: added TODO comment upon bool
2781         in_ligature
2783         * mf/parmesan-heads.mf: fixed some of set_char_box()
2785         * scm/grob-description.scm: added VaticanaLigature
2787         * scm/grob-property-description.scm: added neume prefix properties
2789         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
2790         lily/include/gregorian-ligature-engraver.hh,
2791         lily/include/gregorian-ligature.hh: new files; framework for
2792         gregorian ligature engravers such as vaticana
2794         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
2795         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
2796         vaticana style ligature implementation (still somewhat uncomplete)
2798 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2800         * VERSION: release 1.7.11
2802         * scripts/convert-ly.py: add ly:pitch-transpose rule
2804 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2806         * input/test/dpncnt.ly: New file.
2808         * lily/my-lily-lexer.cc: Add chordnames keyword.
2810         * lily/parser.yy (chordnames_block): Parse chord name exception
2811         lists, see input/test/dpncnt.ly.
2813         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
2814         function.
2816         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
2817         filter-out too.
2819         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
2820         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
2821         pitch functions (except for ly:make-pitch, but that's apparently
2822         some sort of scheme naming standard?).
2824         * scm/lily.scm (!=): define-public.
2826         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
2828 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2830         * scm/double-plus-new-chord-name.scm
2831         (double-plus-new-chord-name->markup): New file.
2833 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2835         * python/lilylib.py (make_preview): don't suppress progress for
2836         bbox extraction.
2838 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2840         * Documentation/user/appendices.itely (scheme): update for new syntax.
2842         * input/regression/chord-name-styles.ly: new file
2844         * lily/instrument-name-engraver.cc: create instrument names
2845         without barline too.  Allows instrument name on ChordNames  
2847         * scm/new-markup.scm (interpret-markup): allow simple strings as
2848         markup too.
2850 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2852         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
2853         (step->markup-accidental): Fix: add accidental.
2854         (chord::inner-name-american): 
2855         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
2856         append stray '/' if last superscript addition was 'o'.
2858         * scm/new-markup.scm (normal-size-sub-markup) 
2859         (normal-size-super-markup): New function.
2861         * lily/source-file.cc (Source_file): Add warning for possibly
2862         intentional but suspicious initialization.
2864         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
2865         add comments about cut-and-paste programming.
2867         * flower/rational.cc (lcm): Not used; comment out.
2869 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2871         * lily/new-fingering-engraver.cc (position_scripts): use
2872         fingerHorizontalDirection to determine fingering horizontal
2873         directions.
2875         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
2876         fingering support.
2878         * scripts/convert-ly.py (FatalConversionError.conv): add style
2879         conversion rule. 
2881         * scm/chord-name.scm (set-chord-name-style): new function.
2882         (new-chord-name-brew-molecule): revise to interpret markup only
2883         (new-chord->markup): cleanuppish rewrite. To be called from the
2884         new engraver.
2886         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
2887         Markup earlier, during interpreting.
2889         * input/test/{banter,jazz,american}-chords.ly (scheme): update
2890         style settings. Rename to chord-names-*.ly
2892 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2894         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
2895         markup code and update to new markup.  Most probably broke some of
2896         it.
2897         
2898 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
2900         * Documentation/user/refman.itely: added docu for ambitus and
2901         clusters
2903         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
2904         ly_quote_scm() in lookup.cc
2906         * mf/parmesan-clefs.mf: set_char_box fix
2908         * lily/cluster-engraver.cc: junk implicit protection; use
2909         Protected_scm instead
2911 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2913         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
2914         throughout.
2916         * scm/new-markup.scm: Turn-off error-triggering test code.
2918 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2920         * scm/new-markup.scm (markup-thrower-typecheck) 
2921         (markup-typecheck?):  add full typechecking functions.
2922         (make-markup-maker): add make-FOO-markup functions.
2923         (markup-argument-list-error): nice error checking messages.
2924         (make-markup): better function: less quoting escapades.
2926 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2928         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
2930 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2932         * cygwin/lilypond.hint (requires): Add cygwin.
2934         * .cvsignore: Remove stepmake (huh!?!), add lib.
2936         * GNUmakefile.in: Add libdir links for builddir runs.
2938         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
2939         instead of datadir.
2941         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
2942         local_lilypond_libdir.
2944         * config.make.in (lilypond_libdir): Add.
2946         * stepmake/stepmake/substitute-rules.make: 
2947         * stepmake/stepmake/script-rules.make: 
2948         * stepmake/stepmake/python-module-rules.make:
2949         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
2950         lilypond-python-module patch.
2952 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2954         * Documentation/user/refman.itely (Graphical interfaces): add note
2955         about xml2ly.
2957 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2959         * scripts/ly2dvi.py (run_dvips): remove trailing newline
2961 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2963         * VERSION: released 1.7.10
2965         * scripts/musedata2ly.py (): idem
2967         * scripts/midi2ly.py (dump_chord): idem
2969         * scripts/etf2ly.py (version): idem 
2971         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
2973         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
2975         * scm/tex.scm (tex-output-expression): remove eval compat
2976         glut. Other output files too.
2978         * scm/chord-name.scm: don't export anything from chord module.
2980         * input/test/american-chords.ly: idem
2982         * input/test/banter-chords.ly (texidoc): idem
2984         * input/test/Cc-chords.ly: add breakage notes.
2986         * Documentation/user/refman.itely (Text markup): rewrite manual section.
2988         * lily/parser.yy (scalar): allow \markup { } as property value. 
2990         * scm/chord-name.scm: complete new markup usage
2992         * scm/grob-description.scm (all-grob-descriptions): use new markup
2993         texts by default
2995 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2997         * scm/chord-name.scm: partial move to new markup texts.
2999 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3001         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
3003         * scm/bass-figure.scm (brew-bass-figure): make stack direction
3004         settable.
3006 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
3008         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
3009         invoked for old midi, wait for killing.
3011 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
3013         * Documentation/user/music-glossary.tely: Finnishing.
3015 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3017         * mf/feta-nummer-code.mf: some kerning pairs.
3019 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
3021         * scm/output-lib.scm (set-bar-number-visibility): Context-function
3022         Added.
3024         * Documentation/user/refman.itely (Bar numbers):
3025         set-bar-number-visibility added, modulo-bar-number removed again
3026         (sorry).
3028 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
3030         * scm/output-lib.scm (modulo-bar-number-visible): add function.
3032         * Documentation/user/refman.itely: add modulo-bar-number-visible.
3034         * Documentation/user/music-glossary.tely: translate into Finnish.
3036 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
3038         * lilypond-mode.el: add shortcut for 2midi
3040         * lilypond-font-lock.el: fontify lyrics
3042 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
3044         * scm/drums.scm : use 1.7.x names.
3046         * input/regression/drums.ly : Don't use << chords >>
3048 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
3050         * lilypond-mode.el: tidy, add TODO
3052         * make/lilypond.mandrake.spec.in: install-info quietly.
3054 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3056         * input/test/markup.ly: use new syntax.
3058 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3060         * ly/params-init.ly (interscoreline): add word-space
3062         * input/test/metronome.ly (eighthNote): idem.
3064         * input/test/script-priority.ly: use new markup
3066         * lily/parser.yy (markup): allow HEAD markup0 markup1 
3068         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
3070         * lily/parser.yy (gen_text_def): bugfix.
3071         (full_markup): allow markup identifier.
3073 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
3075         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
3076         jobs at the same time. Add horizontal lines to Command menu.
3077         Allow one compiling job -- propose killing others before a new one.
3079         * lilypond.words: add markup, teeny, etc.
3081 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
3083         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
3084         Allow only one type of midi process; launching Midi either stops
3085         midis or plays the current midi and launching MidiAll stops midis
3086         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
3087         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
3089 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3091         * lily/text-engraver.cc (process_acknowledged_grobs): use new
3092         markup  for new markup texts.
3094         * lily/mark-engraver.cc (process_music): idem
3095         
3096         * lily/instrument-name-engraver.cc (create_text): idem
3098         * scm/new-markup.scm (magnify-markup): new function.
3100         * scm/molecule.scm (stack-lines): bugfix.
3102         * lily/font-interface.cc (get_font): take font-magnification from
3103         alist chain.
3105 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3107         * lily/molecule-scheme.cc: move scheme functions to separate file.
3109         * lily/font-metric.cc  (ly_get_glyph): new function. 
3110         
3111         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
3112         (italic-markup, dynamic-markup): new functions
3113         (font-markup): new function
3115         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
3116         padding and minimum
3118 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
3120         * lily/accidental-engraver.cc:
3121         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
3123 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
3125         * lilypond.vim:
3126         * lilypond-font-lock.el: Put \longa as duration. Accept only 
3127         [a-zA-Z] for user defined identifiers. Separate note cases 
3128         with and without a duration (allow cis\longaX).
3130         * lilypond.words: Add words from Info.
3132 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3134         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
3136 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
3138         * lilypond-mode.el: Propose reverting buffer before a command if
3139         it was edited with an another editor.
3141 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3143         * lily/molecule.cc (ly_translate_molecule): new function
3145         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
3146         into libdir
3148         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
3150         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
3152 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
3154         * lilypond.words: take \words from Info-index.
3156 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3158         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
3160 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
3162         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
3164 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
3166         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
3167         and lilypond-documentation.
3169 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3171         * lily/parser.yy: Compile fix (bison 1.75).
3173 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3175         * VERSION: 1.7.9 released
3177         * scm/music-functions.scm (shift-one-duration-log): refactor.
3178         Use music-map.
3180         * input/regression/chord-tremolo.ly (texidoc): add dot test.
3182         * NEWS: update.
3184         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
3185         argument
3186         
3187         * scm/music-functions.scm (display-music): new function
3188         (music-map): change arg order.
3190         * input/regression/new-markup-syntax.scm: new file
3192         * lily/parser.yy (markup): add \markup { .. } syntax.
3194         * scm/new-markup.scm (override-markup): new function
3195         (lookup-markup): new function
3196         (music-markup): new function
3197         (lookup-markup-command): use markup-signature to store argument
3198         format for parser.
3200         * lily/lexer.ll: preliminary \markup syntax. 
3202 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
3204         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
3205         add pre/post-dependencies and menus with icons from source.
3207         * Documentation/pictures/lilypond-48x48.xpm:
3208         * Documentation/pictures/lilypond-32x32.xpm:
3209         * Documentation/pictures/lilypond-16x16.xpm: new files, background
3210         transparent.
3212         * stepmake/stepmake/generic-targets.make:
3213         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
3215 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3217         * input/regression/music-map.ly (texidoc): new file.
3219         * scm/music-functions.scm (music-map): new function
3221 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3223         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
3225 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
3227         * input/test/to-xml.ly:
3228         * lily/ligature-engraver.cc: Fixes documentation.
3230         * lilypond.mandrake.spec.in:
3231         * lilypond.redhat.spec.in: Add lilypond.words.
3233         * Documentation/user/refman.itely: Mention Info inside emacs.
3234         
3235         * lilypond.suse.spec.in:
3236         * lilypond.redhat.spec.in: 
3237         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
3239 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3241         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
3242         os.popen.read ().
3244 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3246         * scripts/ly2dvi.py (include_path): print warning if failing anything.
3248         * python/lilylib.py (error): add space
3250 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3252         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
3253         distribution.
3255 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3257         * lily/paper-outputter.cc (Paper_outputter): close port when
3258         finishing score.
3260 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3262         * scm/sodipodi.scm: Fixes.
3264 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
3266         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
3268         * buildscripts/make-font-dir.py: Fix. 
3270 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
3272         * lilypond-mode.el: Add support for Info inside Emacs.
3274 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3276         * buildscripts/make-font-dir.py: 
3277         * mf/GNUmakefile: Make sodipodi font map.
3279         * scm/sodipodi.scm: Add more output functions.
3281         * mf/feta-nummer.mf: 
3282         * mf/feta-beugel.mf: Add font_coding_scheme.
3284         * lily/paper-outputter.cc (output_header): Fix creator string.
3286 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
3288         * lilypond-mode.el (LilyPond-autocompletion): invoked with
3289         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
3291         * lilypond.words: add two (Everybody can add/remove words now!).
3293         * debian/rules:
3294         * make/lilypond.suse.spec.in:
3295         * make/lilypond.mandrake.spec.in:
3296         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
3298         * Documentation/user/refman.itely: Mention autocompletion.
3300 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3302         * scripts/ly2dvi.py: Add paper sizes.
3304         * lily/timing-engraver.cc: 
3305         * lily/time-signature.cc: 
3306         * lily/span-bar.cc: 
3307         * lily/grob-scheme.cc: Code formatting fixes.
3309         * scm/sodipodi.scm: 
3310         * scm/sketch.scm:
3311         * buildscripts/mf-to-table.py: 
3312         * buildscripts/make-font-dir.py: Font testing.
3314 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
3316         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
3317         inserts try-completion and shows all-completions.
3319         * lilypond.words: '\' -> '\\'
3321         * lilypond-mode.el: load libraries in the end, lilypond.words defines
3322         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
3323         
3324         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
3325         and LilyPond-reserved-words.
3326         
3327 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
3329         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
3330         from load-path.
3331         
3332         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
3333         the mini-buffer with Control-Shift-c.
3334         
3335 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3337         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
3338         duration. This fixes \tempo taking time.
3340 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3342         * lily/volta-engraver.cc (process_acknowledged_grobs): 
3343         Allow for text markup in repeatCommands. 
3345 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
3347         * lilypond-mode.el (LilyPond-insert-string): new function, use it
3348         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
3349         Get rid of skeleton.el-dependency.
3351         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
3353 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3355         * lily/beam-engraver.cc (stop_translation_timestep): reset
3356         now_stop_ev_
3358         * lily/scm-option.cc: add parse-protect to ly:set-option
3360         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
3362 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3364         * lily/include/ligature-bracket.hh: removed
3365         * lily/ligature-bracket.cc: removed
3367         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
3368         .tex
3370         * lily/beam.cc (set_beaming): don't change beam count on rests.
3371         (brew_molecule): always set flag-width > 0.
3373 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
3375         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
3376         chars, remove instructions; instead, refer to lilypond-init.el and
3377         Documentation/topdocs/INSTALL.texi.
3379         * lilypond.words: add identifiers and reserved words.
3381         * Documentation/topdocs/INSTALL.texi: separate sections for installing
3382         files and adding a load-path.
3384         * lilypond-init.el: Instructions, extracted from 
3385         Documentation/topdocs/INSTALL.texi. 
3386         
3387 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3389         * VERSION: 1.7.8 released 
3391         * lily/grob.cc (warning): better robustness fix.
3393 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
3395         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
3397         * lily/cluster-engraver.cc: stick better to variable naming
3398         conventions
3400         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
3401         until stop_translation_timestep()
3403         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
3404         min/max coordinates to backend, but no musical info such as
3405         pitches
3407         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
3409         * lily/grob.cc: robustness fix: warning(): do not crash if
3410         cause is not set
3412         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
3413         the much more elaborated tuplet brackets than the very naive and
3414         simple ligature bracket grob
3416 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3418         * Documentation/user/refman.itely (Analysis brackets): add
3419         horizontal bracket doco.
3421         * ly/property-init.ly (setMmRestFermata): added.
3423         * Documentation/user/refman.itely (Multi measure rests): fermatas
3424         on mm rests.
3426         * input/regression/apply-context.ly (texidoc): new file
3428         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
3429         code to be executed during interpretation. Possible applications:
3430         smart octavation, more advanced bar checks. 
3432         * lily/apply-context-iterator.cc: new file.
3434 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3436         * input/test/new-markup.ly: new file.
3438         * lily/text-item.cc (text_to_molecule): new function
3440         * scm/new-markup.scm (lambda): new file
3442         * lily/function-documentation.cc (ly_add_function_documentation):
3443         add proc property as well
3445 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3447         * Documentation/user/music-glossary.tely (Top): add custos.
3449 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
3451         * Documentation/topdocs/INSTALL.texi: advise how to include source
3452         path to Emacs load-path and improve language.
3454 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3456         * GNUmakefile.in: config.h message fix.
3458         * autogen.sh:
3459         * aclocal.m4: Regenerate.
3461         * configure.in: 
3462         * config.make.in: 
3463         * stepmake/config.make.in: 
3464         * stepmake/configure.in: 
3465         * stepmake/autogen.sh: 
3466         * stepmake/aclocal.m4: Update for autoconf 2.56.
3468 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
3470         * Documentation/topdocs/INSTALL.texi: instructions for an user how
3471         to install Emacs-mode. Instructions how to use vim-mode.
3473 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3475         * scm/music-types.scm (music-descriptions): no length for tempo event.
3477         * input/*.ly: add \version everywhere.
3478         
3479         * input/*.ly: update syntax to 1.7 + new-chords.
3481         * VERSION: 1.7.7 released.
3482         
3483         * Documentation/user/*.tely: new chord syntax.
3485         * input/regression/[bc]*.ly (texidoc): syntax updates.
3486         
3487 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
3489         * lilypond.words: add vocabulary to be used in auto-completion
3491         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
3493         * lilypond.vim: allow note name at EOF
3495 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3497         * buildscripts/new-chords.py (edit): -e option: inline editing.
3499         * input/regression/a*.ly (texidoc): syntax updates.
3501         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
3502         music): elucidations. 
3504 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
3506         * lily/include/lily-proto.hh, ly/engraver-init.ly,
3507         ly/spanners-init.ly, scm/grob-description.scm,
3508         scm/grob-property-description.scm, scm/music-types.scm,
3509         lily/cluster-engraver.cc, lily/cluster.cc,
3510         lily/include/cluster.hh, input/test/cluster.ly: cluster
3511         implementation
3513         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
3514         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
3515         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
3517         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
3519         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
3521         * scm/grob-description.scm: bugfix: by default, use default note
3522         head style when engraving ligatures
3524         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
3526         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
3527         events
3529         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
3531         * input/test/ancient-font.ly: bugfix: style -> flag-style
3533         * lily/ligature-engraver.cc: indentation fix
3535         * lily/parser.yy: indentation fixes
3536         
3537 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3539         * input/regression/measure-grouping.ly: more elaborate example.
3541         * lily/moment.cc: ly:add-moment, ly:mul-moment,
3542         ly:div-moment. New functions 
3544         * scm/music-functions.scm (set-time-signature): new function,
3545         allow inline time sig settings with measure grouping.
3547         * lily/parser.yy (command_element): move time sig construction
3548         into Scheme.
3550         * lily/side-position-interface.cc (out_of_staff): new function,
3551         like padding, but keep minimum distance from staff. Easier than
3552         linespanners (dynamics, pedals), but roughly the same effect.
3554 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
3556         * emacs-mode.el: Added spanish-note-replacements 
3557         (<carlos.betancourt@chello.be>).
3559         * vimrc: (Un)commenting with <(S-)F12>, tidy.
3561 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
3563         * lilypond.vim: Do not fontify cises, desis, etc.
3565         * vimrc: view dvi with <S-F6>
3567 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3569         * lily/lookup.cc (triangle): new function.
3571         * input/regression/measure-grouping.ly (texidoc): new file: show
3572         triangles and brackets for beat groups of 3 and 2.
3574         * lily/include/measure-grouping-spanner.hh (class
3575         Measure_grouping): new file.
3577         * lily/measure-grouping-spanner.cc (brew_molecule): new file
3579         * lily/measure-grouping-engraver.cc (class
3580         Measure_grouping_engraver): new file.
3582 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3584         * Merge from stable:
3586             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
3587         
3588         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
3589         stylesheet.
3591         * ly/paper19.ly: Include paper19-init.ly.
3593         * ly/paper19-init.ly: New file.
3595         * Documentation/user/tutorial.itely (First steps): Fix first
3596         example for font test.
3598         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
3600         * ChangeLog: Add 1.7.6 release marker (see below).
3602         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
3603         Add .py files.
3605 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3607         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
3609         * input/tutorial/*.ly: update to new syntax.
3611         * lily/parser.yy (Composite_music): new transpose syntax,
3612         \transpose FROM TO MUSIC. 
3614 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3616         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
3617         latex progress/error output to stderr (by default this goes to
3618         stdout).  Show lilypond progress, even when not verbose.
3620         * python/lilylib.py (system): New optional parameter to control
3621         showing of progress.
3623         * scm/backend-documentation-lib.scm (check-dangling-properties):
3624         Fix error message.
3626         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
3627         axis, extent.
3629         * scm/grob-property-description.scm (magnify): Remove.
3630         (extent, axis): Add.
3632 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3634         * VERSION: Release 1.7.6.
3636         * scripts/convert-ly.py: more uniformization substitutions.
3638         * buildscripts/new-chords.py (sub_chords): new file.
3640 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3642         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
3643         lilypond.map.  Include sauter fonts too.  Cleanups.
3645 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3647         * Documentation/user/tutorial.itely (First steps): change to new
3648         chord/tie/slur/beam notation.
3650         * lily/parser.yy (event_that_take_dir): allow postfix notation for
3651         ties.
3653         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
3654         engraver. Process ties in postfix notation, i.e. c8-~ c
3656         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
3658         * input/regression/beam-postfix-notation.ly (texidoc): new file.
3660         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
3662         * lily/beam-engraver.cc (try_music): accept new-beam-events
3664         * input/regression/chord-scripts.ly (texidoc): new file
3666         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
3667         script-events.
3669         * scm/script.scm (default-script-alist): cleanup.
3671         * lily/script-engraver.cc (make_script_from_event): cleanup.
3673         * lily/lyric-combine-music-iterator.cc
3674         (Lyric_combine_music_iterator): remove superfluous events.
3675         (melisma_busy): new function. Fix broken melismas.
3677 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3679         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
3680         Remove nonvalid settings. Use descriptive key names.
3681         Use <Return> to indicate the pressing of that key.
3683 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3685         * scripts/lilypond-book.py (option_definitions): Typo.
3687         * scripts/ly2dvi.py: Updates.
3689         * python/lilylib.py (setup_environment, print_environment)
3690         (get_bbox, make_preview): Merge and remove from ly2dvi and
3691         lilypond-book.
3693         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
3695         * .cvsignore: Remove some cruft.
3697         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
3698         path.
3700         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
3701         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
3702         throughout.
3704         * python/lilylib.py (quiet_system): Junk
3705         (system): Display error log upon failure.
3706         (read_pipe): New function.  Cleanups and fixes.
3708         * python/*.py: Rename from *.py.in.
3709         
3710         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
3712         * GNUmakefile.in (SUBDIRS): Move python before scripts.
3714 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3716         * python/GNUmakefile: Bugfix: handle modules.
3718         * stepmake/stepmake/python-module-targets.make (default): Add
3719         compiled modules. 
3721         * stepmake/stepmake/python-module-rules.make: Add rule for byte
3722         compiling modules.
3724         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
3725         Bugfix.  (OUT_PYC_MODULES): Add.
3727 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3729         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
3730         Use default paths. Refresh description.
3732 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3734         * VERSION: 1.7.5 released
3736         * input/regression/finger-chords.ly (texidoc): new file.
3738         * lily/script-engraver.cc (process_music): remove scriptHorizontal
3739         support
3741         * lily/fingering-engraver.cc (process_music): remove kludgy
3742         scriptHorizontal stuff.
3744         * lily/script.cc: remove staff-support property.
3746         * lily/new-fingering-engraver.cc (add_fingering): new
3747         file. Fingering engraver for new style chords.
3749 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3751         * lily/parser.yy (bare_number): allow 4 \cm (without
3752         decimal dot). (should backport to 1.6?)
3754         * ly/declarations-init.ly: use Scheme for dimension defs.
3756         * lily/parser.yy (TODO): remove hard coded dimensions, add
3757         REAL NUMBER_IDENTIFIER production.
3759         * lily/rest-collision.cc (force_shift_callback): rewrite using
3760         -done property.
3762         * scm/grob-property-description.scm (rest-collision-done): add
3763         property.
3764         
3765         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
3767 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3769         * input/regression/multi-measure-rest-center.ly: new file.
3771         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
3772         off horizontally by 0.05 ss. Fixed.
3774 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3776         * scm/pdftex.scm: Rename ly-number to ly:number->string.
3778         * Documentation/topdocs/index.tely: Remove duplicate from merge.
3780 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3782         * lily/tie.cc (get_control_points): also avoid staff lines on the
3783         just outside the outer staff lines
3785 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3787         * ly/params-init.ly: Just define style-alist, no need to
3788         define-public.
3790         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
3791         (thanks Han-Wen).
3793         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
3794         (FET_FILES): = FONT_FILES.
3796         * Merge from stable:
3798             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
3800 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3802         * VERSION: 1.7.4 released.  
3803         
3804         * scm/generate-documentation.scm (string-append): add macro
3805         definitions.
3807         * lily/text-item.cc (lookup_text): don't use virtual fonts for
3808         normal texts.
3810         * lily/multi-measure-rest-engraver.cc: make separate
3811         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
3813         * lily/multi-measure-rest.cc: remove text handling. Remove
3814         number-threshold.
3816 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3818         * scm/music-types.scm: doc patch by Graham Percival
3820 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3822         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
3823         encoding part.
3824         (Font_info.set_defaults): pixelsize now also defauts to '0'.
3825         (sketch_p): Sketch wants only first four elements of X11 font spec.
3827         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
3829         * mf/feta-autometric.mf: Write foundry and family to log.
3831         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
3832         font translation table.
3834         * buildscripts/mf-to-table.py: Better font info into afm.
3836         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
3837         1.0.9 required.
3839         * configure.in: Whine for mftrace 1.0.9.
3841 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3843         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
3845         * lily/main.cc (main_prog): don't try to load init.EXT when
3846         processing foo.EXT.
3848 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
3850         * scm/tex.scm (zigzig-line): added.
3852         * scm/ps.scm (zigzag-line): added.
3854         * ps/music-drawing-routines.ps (subvec): added.
3855         (draw_zigzag_line): added.
3856         
3857         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
3858         grob properties zigzag-width and zigzag-length.
3860         * input/regression/glissando.ly: Add some zig-zagged glissandi.
3862 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3864         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
3865         svg output, including font.
3867 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3869         * scm/lily.scm: Register sodipodi output module.
3871         * scm/sodipodi.scm: New file.
3873         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
3875         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
3876         comment, after header.
3877         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
3878         FullName.  Fix FontName key.
3880 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
3882         * lily/rest.cc (after_line_breaking): bugfix: dots after half
3883         and breve rests.
3884         
3885         * input/test/blank-notes.ly: bugfix
3887         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
3888         rests. (Kim Shrier)
3890         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
3891         
3892 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3894         * scm/tex.scm: 
3895         * scm/ps.scm: Cleanup and remove obsolete junk.
3897         * Documentation/user/internals.itely:
3898         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
3900         * lily/parser.yy: Identify shift/reduce problems.
3902         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
3903         make-style-sheet.  Too specific for convert-ly?
3905 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3907         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
3909         * input/test/*.ly: various fixes.
3911         * lily/music.cc (name): bugfix
3913         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
3915         * lily/input-file-results.cc (code): set-point-and-click! ->
3916         set-point-and-click
3917         
3918 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3920         * Use uniform ly: prefix for exported scheme primitive functions.
3922         * scm/music-types.scm: junk compat glue
3924         * scripts/convert-ly.py: add rules for stuff below, junk
3925         compatibility glue for spanrequest.
3927         * lily/parser.yy (verbose_event): remove \spanrequest,
3928         \commandspanrequest, \script. 
3929         
3930         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
3932         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
3933         for \penalty, \glissando.
3935         * VERSION: release 1.7.3
3936         
3937 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
3939         * lily/accidental-engraver.cc: Fix
3940         grace-in-the-beginning-of-measure bug caused by the resent
3941         partial-measure fix.
3943         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
3944         overlap looks too crowded)
3945         
3946 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3948         * lily/parser.yy (assignment): allow SCM expression as assignment.
3950         * lily/include/music-output-def.hh (class Music_output_def):
3951         * lily/music-output-def.cc: 
3952         * lily/paper-def.cc: 
3953         * scm/font.scm (markup-to-properties):
3954         * lily/parser.yy (music_output_def_body): 
3955         remove style_sheet_
3957 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3959         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
3960         length.
3962         * input/regression/spacing-to-grace.ly: new file.
3964         * input/regression/spacing-end-of-line.ly: new file.
3966         * lily/note-spacing.cc (get_spacing): take into account breakable
3967         stuff sticking out at the left (time sig change at line break).
3969         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
3970         raggedright code.
3972         * scm/music-functions.scm (make-voice-props-set): add
3973         staff-position for mm rests.
3975         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
3976         before grace notes a little.
3978         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
3980         * lily/break-align-interface.cc (do_alignment): right-edge spacing
3981         key adds space at the end of line. 
3983 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3985         * scm/sketch.scm: Fix beams.
3987         * buildscripts/mf-to-table.py: Add EncodingScheme.
3989         * scm/sketch.scm: Resurrect.
3991 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3993         * lily/multi-measure-rest.cc: use breve rests for measure lengths
3994         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
3996 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3998         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
4000         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
4002 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4004         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
4005         token for origin information.
4007         * lily/parser.yy (My_lily_lexer): do identifier location and
4008         cloning from lexer.
4010         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
4011         logic out of the parser. Add bar checks on both ends.
4013         * Documentation/user/refman.itely (Multi measure rests): add more
4014         notes about mm rests.
4016 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4018         * input/regression/bar-scripts.ly: Re-enable.
4020         * lily/parser.yy:
4021         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
4022         released rsn.  Bison 1.50 has a crucial bug and won't work.
4024         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
4027 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4029         * input/regression/bar-scripts.ly: Blunt documentation build fix.
4031 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4033         * Actually merge changes since 1.6.4 besides ChangeLog, and
4034         resolve conflicts.  Lots of updates, hope all is well.
4035         
4036         * cygwin/lilypond.hint (requires): Add ghostscript.
4038         * scm: Update some (c).
4039         
4040 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4042         * input/test/{various}.ly: add \header fields and texidoc strings.
4044 2002-10-05  Werner Lemberg  <wl@gnu.org>
4046         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
4047         renamed to `output_latex_quoted'.
4048         Added `output_latex_noquote'.
4049         (schedule_lilypond_block): Implement `noquote' option for LaTeX
4050         mode.
4052 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4054         * ChangeLog: Add 1.6.6 release marker.  See below.
4056         * stepmake/stepmake/po-targets.make: Remove --c++ option.
4058         * scripts/midi2ly.py: Fix global syntax warnings.
4060         * GNUmakefile.in: Generate builddir locale tree too.
4062         * scripts/ly2dvi.py:
4063         * scripts/midi2ly.py: 
4064         * scripts/mup2ly.py: 
4065         * scripts/update-lily.py:
4066         * lily/main.cc (setup_paths): Fix for locales setup.
4068 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4070         * Documentation/windows/installing.texi: Soften wording about
4071         necessity of becoming Administrator.  tommie@iae.nl reports this
4072         does not seem to be necessary for his flavour of Windows 2000.
4073         Explicitely discourage text mode mounts.
4075 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4077         * lily/rest.cc (after_line_breaking): backport dot position fix.
4079         * lily/rest-collision.cc (do_shift): also remove dots for suicided
4080         rests. Thanks to Klaus Zimmermann for finding this bug.
4082 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4084         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
4086 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4088         * Documentation/user/music-glossary.tely: fix links.
4090 2002-10-21  Werner Lemberg  <wl@gnu.org>
4092         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
4093         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
4094         scaling factor) only once and use them in the definition of
4095         \embeddedps.
4096         * ps/music-drawing-routines.ps (skeel): Removed.
4098 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4100         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
4101         Solaris7, as we don't use nested $( ) constructs.
4103 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4105         * VERSION: Release 1.6.6.
4106         
4107 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4109         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
4110         as workaround for /bin/sh problems on Solaris7.
4112 2002-10-19  Werner Lemberg  <wl@gnu.org>
4114         * GNUmakefile.in (web-doc): Fix typos.
4115         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
4116         `music-drawing-routines.ps' but emit \special{header=...} once.
4117         * scm/tex.scm (header-end): Updated.
4119 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4121         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
4122         undefined tremolo. 
4124 2002-10-15  Werner Lemberg  <wl@gnu.org>
4126         * scripts/lilypond-book.py (g_make_html): New global variable.
4127         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
4128         if `g_make_html' isn't set.
4129         [main]: Add format `texi-html'.
4130         (option_definitions): Updated.
4131         * Documentation/user/lilypond-book.itely: Updated.
4133         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
4134         * make/ly-rules.make (%.texi, %.nexi): Use it.
4135         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
4136         format to lilypond-book.
4137         * GNUmakefile.in (web-doc): Ditto.
4139 2002-10-14  Werner Lemberg  <wl@gnu.org>
4141         Further improve TeX output.  The produced files are about 40%
4142         smaller.  `lilyponddefs.tex' is now read only once.
4144         * tex/lilyponddefs.tex: Remove footer stuff.
4145         (\ifundefined): Renamed to...
4146         (\lilypondundefined): This.  Use LaTeX's definition to
4147         make it nestable and make it global.
4148         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
4149         output.
4150         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
4151         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
4152         them global.
4153         (\placebox): Renamed to...
4154         (\lyitem): This.
4155         Make it global and call \outputscale by itself.
4156         (\lybox, \lyvrule): New macros to reduce input data.
4157         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
4158         New auxiliary macros.
4159         (\SkipLilydefs, \EndLilyPondOutput): Removed.
4160         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
4161         to...
4162         (\lilypondspace): This and made it global.
4163         (\turnOnPostScript): Renamed to...
4164         (\lilypondpostscript): This and made it global.
4165         (\turnOnExperimentalFeatures): Renamed to...
4166         (\lilypondexperimentalfeatures): This and made it global.
4167         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
4168         (\lilypondsetdimen): This and made it global.
4169         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
4170         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
4171         (all, $(outdir)/music-drawing-routines.ps): New rules.
4172         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
4173         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
4174         start-system, stop-system, stop-last-system, filledbox): Updated to
4175         use the changed macros from lilyponddefs.tex.
4176         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
4178 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4180         * Documentation/windows/installing.texi: Update.
4182 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4184         * VERSION: 1.6.5 released
4186         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
4188 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4190         * scm/translator-property-description.scm (voltaOnThisStaff): add
4191         property.
4193 2002-09-28  Werner Lemberg  <wl@gnu.org>
4195         * scm/tex.scm (header-end): Suppress page numbering.
4197         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
4198         Fix quotation for HTML output.
4200 2002-09-28   Graham Percival   <gperciva@sfu.ca>
4201         
4202         * Documentation/user/refman.itely: grammar and phrasing
4203           fixes to "Note Entry" section.  Also adds a few new examples.
4205 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4207         * flower/include/string-data.icc: include string.h
4209 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4211         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4213 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4215         * Documentation/user/GNUmakefile (extra-local-help): Add.
4217         * stepmake/stepmake/www-targets.make (local-help): Add.
4219 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4221         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4222         packages.
4224         * Documentation/topdocs/README.texi (Top): building documentation
4225         (not website.)
4227 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4229         * Documentation/user/refman.itely: 
4230         * Documentation/user/tutorial.itely: 
4231         * Documentation/user/music-glossary.tely: Merge changes.
4233         * Documentation/user/glossary.html.in: 
4234         * Documentation/index.texi: 
4235         * Documentation/header.html.in: Accomodate renaming of glossary.
4236         
4237         * Documentation/user/tutorial.itely: Add some glossary references.
4238         
4239         * Documentation/user/refman.itely: Minor fixes.
4240         
4241         * Documentation/user/lilypond.tely: Add glossary do direntry.
4243         * Documentation/user/music-glossary.tely: Rename (previously:
4244         glossary.tely).  Fix anchor placement.
4246         * Documentation/user/GNUmakefile: Make music-glossary.info too.
4248 2002-09-23  Werner Lemberg  <wl@gnu.org>
4250         * scripts/lilypond-book.py (output_dict): Fix handling of
4251         various environments by avoid extraneous newlines.
4252         Rename `output-all' regexp for html to `output-html'.
4253         Replace `output-all' regexp for texi with `output-texi-quote'
4254         and `output-texi-noquote'.
4255         (compose_full_body): Don't override `linewidth' user option
4256         for `singleline'.
4257         (schedule_lilypond_block): Don't indent text specified with
4258         `intertext' option.
4259         Add new option `noquote'.
4260         (compile_all_files): Use latex instead of tex to compile ly
4261         files directly.
4263         * Documentation/user/lilypond-book.itely: Updated and revised.
4264         Improve layout.
4266         * Documentation/user/glossary.tely,
4267         Documentation/user/introduction.itely,
4268         Documentation/user/tutorial.itely,
4269         Documentation/user/refman.itely,
4270         Documentation/user/appendices.itely: Fix overfull LilyPond
4271         boxes caused by the new lilypond-book code.  Other minor
4272         fixes.
4274         * Documentation/user/macros.itexi (@texiflat): Don't emit
4275         trailing space.
4277         * scm/tex.scm (end-output, header-end): Add preamble and
4278         postamble to make lilypond output directly compilable with
4279         latex.
4281         
4282 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4284         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4285         instructions.
4287 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4289         * Documentation/user/glossary.tely: Add titling and hyperlinks.
4291 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4293         * lily/beam.cc (connect_beams): don't crash if there are quarter
4294         notes in beams.
4296 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4298         * Documentation/user/refman.itely: corrected ancient clef
4299         docu; added docu on ligatures
4301 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4303         * Documentation/user/glossary.tely,
4304         Documentation/user/refman.itely, input/les-nereides.ly,
4305         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4306         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4307         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4308         Stem properties: flag-style -> stroke-style, style -> flag-style.
4311 2002-09-22  Werner Lemberg  <wl@gnu.org>
4313         * scripts/lilypond-book.py: Add option `notime' to suppress
4314         printing of a time signature.  Specify default indentation of 0pt
4315         if single line fragment.  Don't emit redundant `\paper{ }'.
4317         * Documentation/user/lilypond-book.itely: Updated.
4319         * Documentation/user/glossary.tely: Completely reformatting.
4321 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4323         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4325 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4327         * Documentation/user/tutorial.itely: Fix links.
4328         
4329         * Documentation/topdocs/index.tely:
4330         * Documentation/index.texi:
4331         * Documentation/header.html.in: Small website fixes and updates.
4333         * debian/: Debian patch by Anthony Fok.
4335 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4337         * Documentation/footer.html.in: How time flies: It's already 2002!
4339         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4340         more descriptive link names than 'here'.
4342 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4344         * VERSION: 1.7.2 released
4345         * VERSION: 1.6.4 released
4346         
4347         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4349         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
4350         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
4352         * mf/feta-din.mf (test): add x-height and space.
4354         * lily/dynamic-engraver.cc (process_music): take dynamic direction
4355         from ^_ for crescendi. Idem for slurs and phrasing slurs.
4357         * ly/grace-init.ly: add-to-grace-init: function to portably add
4358         settings to \grace. 
4360         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
4361         if we get an absolute dynamic event.
4363         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
4365         * lily/source-file.cc (get_line): oops. All line numbers were off
4366         by 2. Fix that. 
4368         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
4369         be after the note, combined with -_^, i.e. c4-(-\)-\>  
4371         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
4373         * lily/parser.yy (number_factor): remove (number) as number
4374         expression. ("Let them eat Lisp").
4376 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4378         * lily/horizontal-bracket.cc: new file.
4380         * lily/horizontal-bracket-engraver.cc: new file.
4382         * input/regression/note-group-bracket.ly: new file. Support
4383         horizontal note brackets for music analysis.
4385         * lily/stem.cc (flag): new flag-style: no-flag.
4387         * input/test/stem-cross-staff.ly: new file
4388         
4389         * Documentation/user/internals.itely: Improved formatting, fixing
4390         typos.  Added a section `Output details' to describe how the TeX
4391         code looks like.
4393         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
4395         * lily/parser.yy: remove \dynamicscript.
4397         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
4398         definitions. 
4400         * python/midi.c (midi_error): take two arguments.
4402         * Merge 1.6.5 changes:
4403         
4404 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4406         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
4407         staff-space.  Previous 1.5 was probably meant as half-spaces.
4408         (cautionary-style): parentheses (was: smaller).  This is what doco
4409         says, and it seems more logical.
4411         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
4412         for 2nd sentence.
4414 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4416         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
4418 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4420         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4422 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4424         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
4426 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4428         * scm/translator-property-description.scm (voltaOnThisStaff): add
4429         property.
4431 2002-09-28  Werner Lemberg  <wl@gnu.org>
4433         * scm/tex.scm (header-end): Suppress page numbering.
4435         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
4436         Fix quotation for HTML output.
4438 2002-09-28   Graham Percival   <gperciva@sfu.ca>
4439         
4440         * Documentation/user/refman.itely: grammar and phrasing
4441           fixes to "Note Entry" section.  Also adds a few new examples.
4443 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4445         * flower/include/string-data.icc: include string.h
4447 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4449         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4451 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4453         * Documentation/user/GNUmakefile (extra-local-help): Add.
4455         * stepmake/stepmake/www-targets.make (local-help): Add.
4457 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4459         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4460         packages.
4462         * Documentation/topdocs/README.texi (Top): building documentation
4463         (not website.)
4465 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4467         * Documentation/user/refman.itely: 
4468         * Documentation/user/tutorial.itely: 
4469         * Documentation/user/music-glossary.tely: Merge changes.
4471         * Documentation/user/glossary.html.in: 
4472         * Documentation/index.texi: 
4473         * Documentation/header.html.in: Accomodate renaming of glossary.
4474         
4475         * Documentation/user/tutorial.itely: Add some glossary references.
4476         
4477         * Documentation/user/refman.itely: Minor fixes.
4478         
4479         * Documentation/user/lilypond.tely: Add glossary do direntry.
4481         * Documentation/user/music-glossary.tely: Rename (previously:
4482         glossary.tely).  Fix anchor placement.
4484         * Documentation/user/GNUmakefile: Make music-glossary.info too.
4486 2002-09-23  Werner Lemberg  <wl@gnu.org>
4488         * scripts/lilypond-book.py (output_dict): Fix handling of
4489         various environments by avoid extraneous newlines.
4490         Rename `output-all' regexp for html to `output-html'.
4491         Replace `output-all' regexp for texi with `output-texi-quote'
4492         and `output-texi-noquote'.
4493         (compose_full_body): Don't override `linewidth' user option
4494         for `singleline'.
4495         (schedule_lilypond_block): Don't indent text specified with
4496         `intertext' option.
4497         Add new option `noquote'.
4498         (compile_all_files): Use latex instead of tex to compile ly
4499         files directly.
4501         * Documentation/user/lilypond-book.itely: Updated and revised.
4502         Improve layout.
4504         * Documentation/user/glossary.tely,
4505         Documentation/user/introduction.itely,
4506         Documentation/user/tutorial.itely,
4507         Documentation/user/refman.itely,
4508         Documentation/user/appendices.itely: Fix overfull LilyPond
4509         boxes caused by the new lilypond-book code.  Other minor
4510         fixes.
4512         * Documentation/user/macros.itexi (@texiflat): Don't emit
4513         trailing space.
4515         * scm/tex.scm (end-output, header-end): Add preamble and
4516         postamble to make lilypond output directly compilable with
4517         latex.
4519         
4520 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4522         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4523         instructions.
4525 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4527         * Documentation/user/glossary.tely: Add titling and hyperlinks.
4529 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4531         * lily/beam.cc (connect_beams): don't crash if there are quarter
4532         notes in beams.
4534 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4536         * Documentation/user/refman.itely: corrected ancient clef
4537         docu; added docu on ligatures
4539 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4541         * Documentation/user/glossary.tely,
4542         Documentation/user/refman.itely, input/les-nereides.ly,
4543         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4544         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4545         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4546         Stem properties: flag-style -> stroke-style, style -> flag-style.
4548 2002-09-22  Werner Lemberg  <wl@gnu.org>
4550         * scripts/lilypond-book.py: Add option `notime' to suppress
4551         printing of a time signature.  Specify default indentation of 0pt
4552         if single line fragment.  Don't emit redundant `\paper{ }'.
4554         * Documentation/user/lilypond-book.itely: Updated.
4556         * Documentation/user/glossary.tely: Completely reformatting.
4558 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4560         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4562 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4564         * Documentation/user/tutorial.itely: Fix links.
4565         
4566         * Documentation/topdocs/index.tely:
4567         * Documentation/index.texi:
4568         * Documentation/header.html.in: Small website fixes and updates.
4570         * debian/: Debian patch by Anthony Fok.
4572 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4574         * Documentation/footer.html.in: How time flies: It's already 2002!
4576         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4577         more descriptive link names than 'here'.
4579 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4581         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4583 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4585         * lily/part-combine-music-iterator.cc (get_state): cleanup
4586         (get_music_info): cleanup.
4588 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4590         * scm/backend-documentation-lib.scm (interface-doc-string):
4591         crosslinks between interfaces and grobs. Headings for interfaces
4592         in grob explanation.
4594 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4596         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
4597         dtd).  Add preliminary dtd.
4598         (re-sub-alist): Robustify.
4600 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4602         * lily/include/event-chord-iterator.hh,
4603         lily/context-specced-music-iterator.cc,
4604         lily/event.cc, lily/event-chord-iterator.cc: add
4606 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4608         * lily/: some (c) header fixes.
4609         
4610         * lily/request-chord.cc: Remove.
4611         
4612         * lily/include/event-chord-iterator.hh:
4613         * lily/include/event.hh:
4614         * lily/event-chord.cc: New file.
4615         
4616         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
4617         requested.
4619 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4621         * lily/ : rename Request to Event
4623         * lily/parser.yy (command_element): move clef stuff into Scheme.
4625         * lily/:  rename length_mom () to get_length()
4627         * lily/part-combine-music.cc: removed file and class.
4629         * lily/context-specced-music-iterator.cc (class
4630         Context_specced_music_iterator): new file. Obsoletes the
4631         Context_specced_music type.
4633         * scm/music-types.scm (make-repeated-music): put different kinds
4634         of repeated music into music-type table.
4636         * VERSION: 1.7.1 released.
4638         * scm/to-xml.scm: new file.
4640         * input/test/to-xml.ly (fooBar): demo of what is possible with the
4641         new Input representation: dump music as XML.
4643         * scm/engraver-documentation-lib.scm
4644         (engraver-accepts-music-types?): add links from music to engraver,
4645         from music-type to engraver.
4647         * lily/include/command-request.hh: removed
4648         lily/include/musical-request.hh: removed. Removed all _req classes
4649         except Key_change_req. Changes throughout.
4651 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4653         * lily/tuplet-engraver.cc (try_music): Compile kludge.
4655 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4657         * lily/*.cc: specify accepts for many engravers.
4659         * scm/music-documentation-lib.scm: dump music expressions and
4660         music subtypes.
4662         * scm/documentation-lib.scm: complete revision.
4663         Use GOOPS objects to store document tree explicitly. Cleaned up and
4664         sped up doco generation a lot.
4666 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4668         * input/trip.ly (fugaIILeft): add arpeggio
4670         * lily/translator-group.cc (try_music_on_nongroup_children):
4671         oops. The name symbol is in the cdr of the assoc handle.
4673         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
4674         Hyphen_req, Glissando_req, Break_req, Mark_req 
4676 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4678         * lily/musical-request.cc (music-duration-length,
4679         music-duration-compress): new functions.
4681         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
4682         throughout. Warning doesn't work yet.
4684         * lily/translator-group.cc (try_music_on_nongroup_children):
4685         new implementation: store candidate acceptors in a hashTable.
4687 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4689         * scm/music-types.scm (music-descriptions): change name to
4690         internal-class-name
4692         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4694 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4696         * lily/beam.cc (connect_beams): don't crash if there are quarter
4697         notes in beams.
4699 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4701         * Documentation/user/refman.itely: corrected ancient clef
4702         docu; added docu on ligatures
4704 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4706         * Documentation/user/glossary.tely,
4707         Documentation/user/refman.itely, input/les-nereides.ly,
4708         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4709         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4710         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4711         Stem properties: flag-style -> stroke-style, style -> flag-style.
4713 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4715         * scm/music-functions.scm (music-separator?): don't use name music
4716         property.
4718 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4720         * stepmake/stepmake/generic-targets.make (help): Document check
4721         target.
4723         * lily/new-accidental-engraver.cc: Compile fix.
4725 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4727         * scripts/convert-ly.py: Add rule.
4729         * input/test/music-creation.ly:
4730         * input/test/add-staccato.ly:
4731         * input/test/add-text-script.ly: ly-make-music.
4733         * scm/drums.scm (make-head-type-elem, make-articulation-script):
4734         More ly-make-music renamings.
4736         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
4738         * lily/music-constructor.cc (make_music): Add debugging info.
4740         * scm/music-functions.scm (make-simultaneous-music,
4741         (make-sequential-music, context-spec-music):
4742         * scm/music-types.scm (music-descriptions): Get lily to run.
4744 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4746         * lily/command-request.cc (transpose_key_alist): new function.
4748         * lily/key-performer.cc (create_audio_elements): cleanup. 
4750 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4752         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
4754         * lily/include/translator.hh (ENTER_DESCRIPTION): add
4755         events-accepted field.
4757         * scm/music-types.scm: new file.
4759         * lily/parser.yy: put music type initialization into scheme,
4760         similar to grob initialization.  Changes throughout.
4762 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4764         * Documentation/user/tutorial.itely: Fix links.
4765         
4766         * Documentation/index.texi: 
4767         * Documentation/header.html.in: 
4768         * Documentation/topdocs/index.tely: Small website fixes and updates.
4770         * debian/: Debian patch by Anthony Fok.
4772 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4774         * Documentation/footer.html.in: How time flies: It's already 2002!
4776         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4777         more descriptive link names than 'here'.
4779         * ROADMAP: Remove test stuff.
4781         * scripts/update-lily.py: Allow auto-building of stable and
4782         development versions.  Bugfixes.
4784 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4786         * VERSION: released 1.7.0
4788         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4790         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
4791         positive line widths.
4793 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4795         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
4796         go.  Fix comments.
4798         * cygwin: Cygwin updates.
4800 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4802         * Documentation/windows/installing.texi (Top): version for python,
4803         urls for ghostscript (thanks to John Potelle)
4804         
4805         * lily/simultaneous-music-iterator.cc
4806         (Simultaneous_music_iterator): init children_list_ before
4807         triggering GC.
4809         * lily/*-iterator.cc: be even more careful with smobbed copy
4810         constructors. 
4812         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
4813         LeftEdge item.
4815 2002-09-15  Werner Lemberg  <wl@gnu.org>
4817         Improving LilyPond's output to make them ordinary TeX boxes with
4818         predictable dimensions.  System boxes are now vertically centered on
4819         the baseline; this offset can be further controlled with
4820         \lilypondscoreshift.
4822         * lily/system.cc (System::post_processing): Pass length of current
4823         system to `start-system' (including any horizontal indentation).
4825         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
4826         prettier.
4827         (lily-def): Append `%'.
4828         (start-system): Add parameter `wd'.  Output more TeX code to specify
4829         box dimensions.
4830         (stop-system, stop-last-system): Complement changes in
4831         `start-system'.
4832         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
4833         Updated.
4835         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
4836         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
4837         Write final `\endinput'.
4839         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
4840         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
4841         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
4842         files and macro definitions don't produce spurious spaces and
4843         paragraphs (using \endlinechar).
4844         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
4846         * Documentation/user/internals.itely: Improved formatting, fixing
4847         typos.  Added a section `Output details' to describe how the TeX
4848         code looks like.
4850 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4852         * lily/accidental-engraver.cc: Also work with partial measures.
4854 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4856         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
4857         spanner.
4859 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4861         * lily/identifier-smob.cc (unpack_identifier): new file.
4863         * lily/lexer.ll (identifier_type): new function.  use ly-id to
4864         pass off scheme expressions as music identifiers.
4866         * scm/lily.scm: reorganisation, cleanups.
4868         * lily/main.cc: small cleanups.
4870 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4872         * lily/ly-module.{cc,hh}: new file.
4874 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4876         * lily/accidental-engraver.cc: Also work with partial measures.
4878 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4880         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
4882 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4884         * lily/my-lily-lexer.cc: use SCM module in stead of
4885         Scheme_hash_table. Changes throughout.  
4887 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4889         * VERSION (MY_PATCH_LEVEL): make 1.7.0