* lily/midi-stream.cc (operator <<): rewrite.
[lilypond.git] / ChangeLog
blobb498fc0e596133d1697029a9894fc312513f165c
1 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * lily/midi-stream.cc (operator <<): rewrite.
5         * lily/note-head.cc (internal_brew_molecule): 
6         only make ledgers when the Staff symbol has lines.
8         * ly/property-init.ly (arpeggioBracket): simplify
10         * lily/translator-group.cc (execute_pushpop_property): use
11         SCM_EQ_P for comparing keys. This fixes reverting
12         auto-beam-settings.
14 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
16         * lily/midi-stream.cc (operator <<): Also write MIDI string when
17         midi_debug_global_b.
18         (operator <<): Normalise loop.
20 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
22         * scripts/lilypond.py (escape_path): revise.
24         * scm/music-functions.scm (set-output-property): new function.
25         
26 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
28         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
29         use addmakeflags again.
31         * cygwin/lily-wins.py (escape_shell): New function; use it.
33         * scripts/lilypond.py (escape_shell): Escape quotes and other
34         spaces too.  Do not escape escaping backslashes.
36         * make/srcdir.make.in (web-install): Must call install-WWW now.
38         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
39         dependency
41 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
43         * scripts/lilypond.py (escape_path): escape quotes too. 
45         * Documentation/user/lilypond.tely (Unified index): rename Index
46         to accomodate Windows breakage.
48         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
50         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
51         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
52         target not a source.
54 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
56         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
57         addmakeflags.  Build and install doc and web also when building on
58         Cygwin.
60         * mf/GNUmakefile: Bugfix.
62         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
63         target web.
65         * cygwin/lily-wins.py: Quote filename.
67 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
69         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
71 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
73         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
74         settings.
76         * configure.in: Require g++ > 3.0.4.
78         * mf/GNUmakefile: Bugfix: Add list.ly target.
79         
80         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
82         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
83         make omf directory, add uninstall targets.
85 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
87         * lily/tie-performer.cc (initialize): init prev_event
89         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
91         * lily/script-engraver.cc (make_script_from_event): don't crash on
92         non-string articulation-type.
94         * lily/new-fingering-engraver.cc (add_script): don't crash on
95         0 scripts 
96         (acknowledge_grob): warn about text script events.
98 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
100         * buildscript/lilypond.words: fix path for drums.scm.
102 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
104         * lily/spacing-spanner.cc (note_spacing): don't make longer
105         durations than measure-length.
107         * VERSION: release 2.0.0
109         * GNUmakefile.in (rsync-web): version independent rsync target.
111         * input/test/+.ly (texidoc): idem.
113         * input/regression/+.ly: print version number.
115         * input/regression/accidentals.ly (mel): shorten.
117         * input/regression/accidental-octave.ly (texidoc): shorten.
119         * input/regression/hairpin-dashed.ly (texidoc): docstring.
121         * input/regression/completion-heads-polyphony.ly: octave
123         * input/regression/beam-manual.ly: remove
125         * input/regression/beam-chord.ly: remove
127         * input/regression/grace-dynamic.ly: remove
128         
129         * input/regression/grace-volta-repeat.ly: octave fixes.
131         * input/regression/hairpin-dashed.ly (texidoc): doc string.
133         * lily/parser.yy (step_number): semitones for chord entry too.
134         (make_chord_step): more robust code, semitones. 
136         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
138         * input/regression/breathing-sign.ly (texidoc): split ancient and
139         normal breathing signs.
141         * scm/define-grobs.scm (all-grob-descriptions): swap
142         beamed-extreme-minimum-free-lengths and
143         beamed-minimum-free-lengths; the 'extreme' case should allow
144         shorter stems. This fixes forced directions on beamed 32nd and
145         shorter notes.
147         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
148         quartertones, not semitones.
149         (NoteNamesContext): swallow more event types
151         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
153         * VERSION (PACKAGE_NAME): release 1.9.10
155 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
157         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
158         set note head as cause of note-column.  This gives a better error
159         message.
161 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
163         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
165 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
167         * mf/GNUmakefile (pfa_warning): instruct 
169         * stepmake/aclocal.m4: typo.
171         * Documentation/user/cheatsheet.itely: more verbose examples.
173         * input/regression/clefs.ly: remove bogus docstring.
175 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
177         * GNUmakefile.in (SUBDIRS): Add elisp.
179         * elisp/lilypond-mode.el: 
180         * elisp/lilypond-init.el: 
181         * elisp/lilypond-indent.el: 
182         * elisp/lilypond-font-lock.el: Move from top dir.
184         * stepmake/stepmake/elisp-vars.make: New file.
186         * config.make.in (elispdir): Add.
188         * Documentation/topdocs/INSTALL.texi: Typo.
190         * make/ly-rules.make: Test for files instead of touching void and
191         ignoring errors.
193         * GNUmakefile.in:
194         * make/lilypond.redhat.spec.in:
195         * debian/rules: Fix lilypond.words stuff a bit.  For running from
196         <builddir>, adding
197         
198              (push "<builddir>/share/lilypond/elisp" load-path)
200         to your ~/.emacs.el should give you LilyPond-mode again.
202         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
203         regexp for DOS/Windows, we are too paranoid to fix others.
205 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
207         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
209         * input/test/chord-names-jazz.ly (banterProperties): fix
211         * lily/parser.yy (bass_mod): bass figure alterations are semi
212         tones, not quarter tones
214         * lily/beam.cc (set_stem_lengths): only lengthen stems
215         for gapped beams.
217         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
218         by beamcount.
220         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
221         a warning that the warning may erroneous.
223         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
224         target.
226         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
227         targets.
229         * GNUmakefile.in ($(config_h)): config.h should depend on
230         config.hh.in .
231         (lilypond.words): remove fontball stuff.
233         * stepmake/aclocal.m4: only print config.cache warning if it exists.
235         * configure.in: remove pktrace reference.
237         * GNUmakefile.in (rsync-web): permissions and ownership for
238         website.
240         * lily/volta-engraver.cc (staff_eligible): new function.
241         (stop_translation_timestep): kill off spanners if not eligible.
243         * VERSION (PATCH_LEVEL): release 1.9.9
245         * input/regression/beam-quanting-32nd.ly (texidoc): new file
247         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
248         length is more important than forbidden quants.
249         
250 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
252         * buildscripts/lilypond.words: order words in search order,
253         add lilypond.words.vim to be generated.
255         * lilypond.vim: use lilypond.words.vim for keyword matching.
257         * lilypond-mode.el: use search order. fix word selection rules.
259         * lilypond-font-lock.el: fix fontifying long durations.
261         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
263 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
265         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
267         * stepmake/stepmake/generic-targets.make:
268         * stepmake/stepmake/bin/make-version.py: 
269         * stepmake/aclocal.m4:
270         * make/stepmake.make:
271         * make/toplevel-version.make: Build fixes: remove last traces of
272           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
274         * lily/beam.cc: Add gap-count property.
276 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
278         * scm/define-grob-properties.scm (gap-count): add gap-count
280         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
282 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
284         * cygwin/mknetrel.doc: Typo.
286         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
288         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
290 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
292         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
293         sizes. Remove support for 'ledger'(=tabloid+landscape).
295 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
297         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
298         sauter PFAs.
300         * configure.in: remove VERSION stuff once again.
302         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
304         * scm/define-grobs.scm (all-grob-descriptions): use sans family
305         for chord names.
307         * mf/GNUmakefile: always trace pfa fonts.
308         (SAUTER_FONTS): add cmss[567] too fonts
310         * configure.in: require mftrace. 
312         * lily/staff-performer.cc (new_instrument_string): don't look at
313         instrument property.
315         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
316         is_direction is the C++ one. Similar for ly_axis_p and
317         ly_number_pair_p
319 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
321         * lily/beam.cc (brew_molecule): read gap-count to determine
322         number of tremolo (gapped) beams.
324         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
325         shorter than 1/8
327         * flower/include/array.hh (default_compare): new function
329         * cygwin/mknetrel: Native fixes.
331         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
333 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
335         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
336         feature for Windows.
338         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
340         * cygwin/mknetrel: Updates for native use on Cygwin.
342         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
344         * stepmake/stepmake/help2man-rules.make: 
345         * cygwin/mknetrel: Bugfix for manpages.
347         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
348         $(builddir).  Stepmake is a normal subdirectory now, that is not
349         configured.  Another srcdir build fix.
351         * Documentation/topdocs/INSTALL.texi,
352         buildscripts/lilypond.words.py, lilypond-font-lock.el,
353         lilypond-init.el, lilypond-mode.el, debian/rules,
354         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
355         rename generated file lilypond.words to lilypond.words.el.
357 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
359         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
361         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
362         GNUmakefile.in.
364 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
366         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
367         when cross building.
369         * configure.in: srcdir build fix.
371         * cygwin/GNUmakefile:
372         * cygwin/lily-wins.py:
373         * cygwin/postremove-lilypond.sh: 
374         * cygwin/postinstall-lilypond.sh: Merge from stable.
376         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
377         s/ly2dvi/lilypond/.
379 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
381         * lily/slur.cc (after_line_breaking): only set control points if
382         none supplied yet.
384         * input/test/slur-manual.ly: new file.
386         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
387         <<  >> chords too.
389         * VERSION (PACKAGE_NAME): release 1.9.8
391         * scripts/lilypond.py (escape_path): escape spaces in directory names
393         * input/test/text-spanner.ly: fixes.
395 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
397         * buildscripts/lilypond.words.py: add drum names as note names to
398         Emacs-mode.
400 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
402         * input/regression/hairpin-dashed.ly: new file.
404         * scripts/convert-ly.py (conv): warn about dash-length.
406         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
407         automatically if we get a new one.
409         * lily/lookup.cc (dashed_line): new function
411         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
412         dash-fraction.
414 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
416         * buildscripts/lilypond.words.py: extract note names.
418         * lilypond-mode.el: take note names from lilypond.words -file.
419         small fix in the use of string-match.
421         * lilypond-font-lock.el: use lilypond.words for note names, add 
422         maxima to note a duration.
424 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
426         * lily/breathing-sign.cc: remove railtracks() function. 
428         * input/regression/arpeggio-bracket.ly (texidoc): add file.
430         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
431         (brew_molecule): bugfix don't make arpeggio shorter when
432         arpeggio-direction is set.
434         *  debian/rules: small corrections in the (Pedro K)
436         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
437         examples.
439         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
440         special (repeat) bar comes along.
442         * input/regression/auto-beam-bar.ly: update.
444         * scripts/lilypond-book.py (output_dict): remove support for the
445         EPS option.
447         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
448         VerticalAlignment and VerticalAxisGroup this fixes the size
449         computations for the entire system.
451         * input/les-nereides.ly (bass): remove superfluous fontSize.
453         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
454         causes directory of file to be added to include path.
456         * input/regression/beam-break.ly: test single stem beams.
458         * input/regression/system-start-bracket.ly: fix.
460         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
462         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
464         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
465         (score_stem_lengths): do something sensible for single stem beams.
467         * lily/beam.cc (least_squares): add kludge for single stem beams.
469         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
470         keySignature to list of broken things.
472         * input/regression/keys.ly: fix.
474         * VERSION (PACKAGE_NAME): release 1.9.7
476         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
478         * Documentation/user/refman.itely (Pitches): doc quarter tones.
480         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
481         (quartertone_pitch): new function
483         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
484         flat. WARNING: FONT CHANGED.
486         * ly/nederlands.ly: add -eh and -ih for quarter tones.
488         * lily/accidental-placement.cc (add_accidental): support for
489         quarter tones.
491         * ly/LANGUAGEs.ly: use symbols for alterations.
493         * mf/feta-toevallig.mf: change accidental codes. 
495         * scm/lily.scm (ly:get-option): switch on debugging only for
496         --verbose.
498         * lily/lily-guile.cc: remove ly:verbose?
500         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
502         * lily/parser.yy (TODO): only do gh_call() for apply with
503         procedure argument.
505         * lily/tie-engraver.cc (start_translation_timestep): move melisma
506         stuff in accordance with new timing of tie-events.
508         * lily/my-lily-lexer.cc: remove \outputproperty
510         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
512         * scm/define-translator-properties.scm (melismaBusyProperties):
513         add melismaBusyProperties property.
515 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
517         * input/test/ambitus-mixed.ly (texidoc): new file.
519         * buildscripts/mutopia-index.py (find): prune debugging
521         * lily/side-position-interface.cc: doc updates
523         * Documentation/user/refman.itely: updates, tweaks.
525         * lily/parser.yy (Simple_music): remove outputproperty
527         * make/stepmake.make: use VERSION again; importing VERSION via
528         autoconf dependencies is too hairy.
530 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
532         * lilypond-mode.el: allow `-' for keywords and identifiers.
534 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
536         * VERSION: release 1.9.6
537         
538         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
539         iso. ly2dvi.
541         * Documentation/user/*.itely: fixes everywhere
543         * lily/completion-note-heads-engraver.cc: rewrite engraver:
544         produce ties from the engraver itself, do not broadcast TieEvent.
546         * lily/my-lily-lexer.cc: remove pitch & duration.
548         * lily/parser.yy (TODO): remove \pitch and \duration
550         * input/test/explicit.ly: remove file.
552         * Documentation/user/refman.itely (Pitches): remove \pitch 
553         \duration command.
555 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
557         * buildscripts/lilypond.words.py: add all slur types to Emacs
558         insertion menu, suppose everything is postfixed by dropping 
559         unnecessary `-' -marks.
561 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
563         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
564         tremoloed stems.
566         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
567         head for flagged stems.
569         * lily/stem.cc (get_default_stem_end_position): futz with extra
570         stem length if there is a stem tremolo.
572         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
573         it would be too small.
575         * lily/font-metric.cc: return #f for non-existent glyph.
576         
577         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
578         exported through config.make.
580         * input/regression/clef-oct.ly: new file.
582         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
583         transposition.
585         * input/template/*.ly: remove old relative.
587         * ly/english.ly: add X names for double sharp.
589 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
591         * lily/font-select.cc: new file handle font selection routines.
593         * lily/parser.yy: add ; (Patrick Atamaniuk)
595         * input/test/time-signature-double.ly: use markups for double time
596         sigs.
598         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
599         ChordNames.SeparationItem #'padding for adjusting space after chords.
600         
601         * lily/music-output-def.cc (LY_DEFINE): 
602         new function ly:paper-lookup.
603         
604         * mf/parmesan-clefs.mf: use # quantities for char_box
605         offsets. Fixes overflow errors in the PFA. 
607         * scm/new-markup.scm (strut-markup): change calling interface for
608         markup. Pass paper-def, not grob. This would allow \markup to be
609         used separately from grobs.
611         * lily/paper-def.cc: new function ly:paper-font; this function
612         replaces ly:get-font.
614         * lily/include/font-interface.hh (struct Font_interface): take
615         Paper_def iso. Grob for get_font().
617 2003-09-14  Graham Percival  <gperlist@shaw.ca>
619         * Documentation/user/ tutorial.itely, refman.itely: add warning
620         about \key and accidentals.
622 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
624         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
626         * Documentation/user/*.itely: manual tweaks
628 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
630         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
631         cleanup; bugfix: exact_center
633         * Documentation/user/refman.itely: added more documentation on
634         ambitus according to recent questions on lilypond-user list
636 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
638         * input/regression/ottava.ly (texidoc): demo 15ma too.
640         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
642         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
643         octave fixes.
645 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
647         * lily/lexer.ll: add \r to the rules for newlines; this fixes
648         problems on older Mac editors.
650 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
652         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
654 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
656         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
657         mf/parmesan-clefs.mf: added comments on character alignment and
658         set_char_box() conventions
660         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
661         set_char_box()'s
663         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
665 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
667         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
669 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
671         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
672         shortened to avoid almost-collision with staff line; code cleanup;
673         other custodes: fixed char boxes; code cleanup
675 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
677         * configure.in: release 1.9.5
678         
679         * scripts/lilypond.py (global_latex_preamble): only set
680         twosideshift if 'twoside' is in latexoptions 
682         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
684         * VERSION: remove
686         * scripts/*2ly.py: update <> syntax
688 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
690         * lily/chord-name-engraver.cc (process_music): add origin for
691         chord name.
693         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
695         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
696         bass notes for exceptions too.
698         * scm/define-grobs.scm (all-grob-descriptions): rename
699         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
701         * scm/define-grob-properties.scm (remove-first): add remove-first
702         property for orchestral scores.
704         * Documentation/user/*.itely: switch <<>> and <> 
706         * lily/glissando-engraver.cc (process_music): bugfix: move line to
707         last_line only once. This fixes the two consecutive glissandi problem.
709 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
711         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
712         error message "flexa-width undefined"
714         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
715         lily/include/gregorian-ligature.hh: print warning when ignoring
716         head prefixes on flexa shapes
718         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
719         space before a series of inclinatum heads
721         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
722         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
723         cleanups
725         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
726         and char_box
728 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
730         * input/regression/breathing-sign.ly: tiny fixes
732         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
733         semantical collision with vaticana ligatures
735         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
736         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
737         now consistent with mensural ligatures
739         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
740         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
741         context pitches and staff position; dto. for virga stem; removed
742         obsolete virga and clivis characters from parmesan font (WARNING:
743         font changed)
745         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
746         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
748         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
749         scm/define-grob-properties.scm: consistency fix: renamed
750         join_left->add_cauda
752         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
753         appendix length; bugfix: yoffs_bt for reverse direction punctum
754         characters
756         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
757         small cleanups; added more docu
759         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
760         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
761         computation to CoherentLigatureEngraver
763         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
764         scm/define-grob-properties.scm: bugfix: added missing linea and
765         cavum properties; bugfix: removed dead semivocalis property
767         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
768         length; redesigned quilisma, stropha and auctum
770         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
771         line thickness
773         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
774         Documentation/user/refman.itely: bugfix: introduced shifted
775         epiphonus head to avoid collision with adjacent plica
777 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
779         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
781         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
783 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
785         * Documentation/user/tutorial.itely (A lead sheet): remove
786         duplicate chords.
788         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
790 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
792         * Documentation/bibliography/computer-notation.bib (isbn): add
793         xivcim publication.
795 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
797         * GNUmakefile.in: drop lilypond.words for generation.
799 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
801         * buildscripts/lilypond.words.py: take filename (also) from an arg.
803         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
805 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
807         * input/test/figured-bass-alternate.ly (fl): new file.
809         * Documentation/topdocs/README.texi (Top): clarifications.
811         * Documentation/bibliography/computer-notation.bib (isbn): add phd
812         theses of Gieseking and Renz.
814         * GNUmakefile.in (README_FILES): remove README.mandrake.
816 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
818         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
819         from source files and search patterns listed in the script.
821         * GNUmakefile.in: add target `lilypond.words'.
823         * lilypond.words: remove file, generated by `make lilypond.words'.
825         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
827 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
829         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
831 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
833         * VERSION: 1.9.4 released
835         * scripts/convert-ly.py (FatalConversionError.figures_replace):
836         rule for < > <-> << >> substitution
838         * lily/lexer.ll: exchange meaning of << >> and < > 
840         * VERSION (PACKAGE_NAME): 1.9.3 released
842         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
843         pages unconditionally.
845 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
847         * Documentation/user/music-glossary.tely (Top): small syntax
848         fixes.
850         * scm/music-functions.scm (remove-tag): filter \tagged music
851         expressions.
853         * input/regression/tag-filter.ly (texidoc): new file.
855         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
856         symbol2 .. ) etc. 
858         * scripts/convert-ly.py (FatalConversionError.conv): fingering
859         convert rule.
861         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
863         * lily/new-fingering-engraver.cc (position_scripts): don't crash
864         for borderline cases (e.g. 1 fingering.)
865         (position_scripts): revise interface, use fingerOrientations to
866         set fingering positions.
868         * scm/document-translation.scm (context-doc): add aliases to
869         automated documentation.
871         * make/lilypond-vars.make: remove stepmake compat glue.
873         * make/generic-vars.make: remove cruft.
875         * lily/main.cc (main): don't identify binary.
877 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
879         * lily/include/translator.hh (class Translator): remove
880         type_string_ , use symbol for context name throughout.
881         Changes through whole source tree.
883         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
884         set PDF as default, and always make PDF.
886         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
888 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
890         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
891         Documentation/user/refman.itely input/regression/allfontstyle.ly
892         input/regression/grace-types.ly:
893         fix spelling for acciaccatura (Webster's 1913).
895 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
897         * lily/main.cc (usage): adjust blurb, include url.
899         * input/regression/breathing-sign.ly (texidoc): transpose up
901 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
903         * input/regression/breathing-sign.ly: changed ancient examples to
904         be relevant (by request of Han-Wen); updated BreathingSign text
905         property according to new syntax.
907         * ly/gregorian-init.ly: updated BreathingSign text property
908         according to new syntax
910 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
912         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
913         (Clef): index entries for clefs.
915         * python/lilylib.py (system): remove errorlog files.
916         
917 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
919         * lilypond.words: add \new and new graces. Add dynamics to menus
920         keeping 1.8.x compatibility; after all the engraving relating to 
921         notes becomes postfixed `-' marks will be removed.
923 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
925         * lily/molecule.cc (align_to): idem.
927         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
928         
929         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
930         accacciatura everywhere.
932         * VERSION (PACKAGE_NAME): released 1.9.2
934         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
936         * scm/document-markup.scm (markup-doc-node): sort markup function
937         list.
939         * lily/paper-outputter.cc (output_version): change "Lily was here"
940         into  "Engraved by LilyPond"
942         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
943         on unquoted strings before \notenames.
945         * lily/parser.yy (lyric_element): allow markup as lyric text. This
946         increases the number of s/r reductions to 4.
948         * scm/new-markup.scm (fraction-markup): \fraction command.
950         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
951         mode
953         * lily/lookup.cc (round_filled_box): rename function.
954         (LY_DEFINE): round-filled-box: change signature.
956         * Documentation/user/refman.itely: revise section explaining grace
957         notes.
959         * lily/translator-scheme.cc (LY_DEFINE): add ! to
960         ly:set-context-property
962         * input/*/*.ly (vmus): use \new everywhere.
964         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
966         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
967         default
969         * scm/music-functions.scm (set-stop-grace-properties)
970         (set-start-grace-properties, add-grace-property): new functions
971         for modular grace tweak control.
973         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
974         
975 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
977         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
979         * GNUmakefile.in (install-pfa-fonts):
980         (get-pfa-fonts): New target.
982         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
983         install-pfa-fonts help.
985 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
987         * lily/translator-scheme.cc (LY_DEFINE):
988         ly:context-pushpop-property new function.
989         (LY_DEFINE): new function ly:translator-find  
990         new function ly:translator?
991         (LY_DEFINE): new function ly:context?
993         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
995         * python/lilylib.py (read_pipe): only store and display error log
996         if verbose not set.
997         (read_pipe): only display log if it contains something.
999 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1001         * Documentation/misc/GNUmakefile: Re-add.
1002         (TEXTS): Add CHANGES.
1004 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
1006         * lilypond.words: add \newcontext.
1008 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1010         * lily/tie-performer.cc (stop_translation_timestep): only flush
1011         tied_notes when we have actually made a tie. Fixes bugs with ties
1012         in polyphonic scores.
1014 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1016         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
1017         they do not exist.
1019 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1021         * VERSION (PACKAGE_NAME): released 1.9.1 
1023         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
1024         Instrument_name_engraver
1026         * lily/tie-performer.cc (create_audio_elements): bugfix
1028         * Documentation/user/music-glossary.tely (Top): comment out
1029         font-style statements.
1031         * input/test/force-hshift.ly: revise example.
1033         * Documentation/bibliography/engraving.bib (note): typos.
1035         * configure.in: bump GCC requirements to 3.x
1037         * lily/include/audio-item.hh (class Audio_tie): rename
1038         note_l_drul_ to note_drul_
1040         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
1042         * lily/parser.yy (relative_music): whoops. All \relative were off
1043         by ...  a lot .... Ahem.
1045         * scm/define-music-types.scm (music-descriptions): idem.
1047         * lily/beam-engraver.cc: move new-beam-event to beam-event
1049         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
1050         to Tie_engraver
1052         * input/regression/bar-number.ly: remove unnecessary old-relative
1053         options.
1054         
1055         * Documentation/user/internals.itely (Creating contexts): document
1056         \newcontext
1058         * lily/parser.yy (Composite_music): add \newcontext
1060         * Documentation/user/refman.itely (MIDI block): add note about
1061         dotted tempos.
1063         * scm/font.scm: remove old markup legacy
1065         * GNUmakefile.in (web-clean): remake share/ after web-clean.
1067         * lily/breathing-sign.cc (brew_molecule): remove function
1069         * lily/text-item.cc: remove old-style markups.
1070         (interpret_markup): C++ version of markup function
1071         (brew_molecule): idem.
1073         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
1074         as Scheme variable.
1076         * scripts/convert-ly.py (conv): dashes rule.
1077         Apply rule.
1079         * Documentation/user/lilypond-book.itely: syntax fixes. 
1081 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1083         * VERSION (PACKAGE_NAME): release 1.9.0
1085         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1086         note about dvips. (Should backport.)
1088         * scripts/convert-ly.py
1089         (FatalConversionError.articulation_substitute): add
1090         convert-new-chords code. Remove convert-new-chords.py
1092         * Documentation/user/refman.itely (Octave check): document
1093         \octave.
1095         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
1096         \relative changes.
1098         * lily/parser.yy (command_element): octave check:
1100            \octave PITCH
1102         checks that PITCH (without octave) yields PITCH (with octave) in
1103         \relative
1105         * lily/relative-octave-music.cc (to_relative_octave): octave check.
1107         * lily/scm-option.cc: ly:set-option now has the default argument
1108         #t.
1110         * lily/lexer.ll: add \renameinput
1112         * python/lilylib.py (command_name): robustifications.
1114         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
1115         /dev/stderr. This is ash compatible.
1117         * ly/init.ly: add warning if compatibility was not necessary.
1119         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
1121         * flower/include/string-handle.icc: formatting cleanups, rename
1122         references by ref_count_.
1124 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
1126         * make/lilypond.mandrake.spec.in: syncronize the spec file with
1127         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
1128         package libs separately, fix conflicting php variable out=/dev/vc/
1129         invoking `unset out', declare menus, use only one icon-file, fix
1130         doc-path in menu.
1132 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1134         * scripts/convert-ly.py (FatalConversionError.conv): typo
1136         * Documentation/misc/GNUmakefile: restore misc directory.
1138         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
1140         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
1141         Petites-Preludes 
1143         * input/test/partial-blank.ly (quickmeasure): syntax
1145         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
1146         attachment property.
1148         * Documentation/user/refman.itely: remove superfluous -'s 
1149         (Grace notes): ) fixes.
1151         * lily/music.cc: generic compress(), transpose() functions. Remove
1152         others.
1154         * lily/parser.yy (gen_text_def): remove support for #'(italic )
1155         style markup entry.
1157         * lily/parser.yy: all articulations postfix; remove obligatory -
1158         for [,  ) and \!
1159         
1160         * lily/music.cc (to_relative_octave): write generic
1161         to_relative_octave function; various relative cleanups.
1162         Hmmm.
1164         * lily/scm-option.cc: add options new-relative and old-relative
1166         * po/sv.po: new po file.
1168         * Documentation/user/refman.itely (Dynamics): website
1169         fixes. (should backport!)
1171 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
1173         * make/lilypond.mandrake.spec.in: declare version only once.
1175 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1177         * lily/simultaneous-music.cc (to_relative_octave): undo relative
1178         meaning for now.
1180 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1182         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
1184         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
1186         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
1188         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
1190         * lily/music.cc (var): add ly:music-transpose function.
1192         * lily/parser.yy (pre_events): remove prefix articulations.
1194         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
1196         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
1198         * Documentation/user/refman.itely (Text markup): add comment about
1199         markup in header.
1201 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1203         * lily/paper-outputter.cc (write_header_fields_to_file): 
1204         only dump value if it is a string.
1206         * flower/include/dictionary.hh: remove.
1207         
1208         * Documentation/ChangeLog-1.5: add back old log.
1210         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
1211         .pfas from a .deb.
1213 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1215         * Documentation/bibliography/engraving.bib: add entry for
1216         Jaschinski's Notation
1218 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1220         * Documentation/user/refman.itely (Beaming): add note about
1221         allowBeamBreak
1223 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
1225         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
1226         GregorianTranscription contexts
1228         * ly/engraver-init.ly: vaticana contexts: minor fixes
1230         * Documentation/user/refman.itely (Ancient notation): added note
1231         on appendix length bug
1233         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
1234         input/test/vaticana.ly: use vaticana contexts; small fixes
1236 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1238         * flower/hash.cc: Remove.
1240         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
1241         to (nonexistent?) hash_func_ identifier.
1243         * python/midi.c (midi_error, midi_warning): Use char const* for
1244         __FUNCTION__ argument.
1246         * python/gettext.py: Remove.  We already require python 2.1, which
1247         includes gettext.py.
1249         * configure.in: Require python 2.1, as INSTALL.texi says.
1250         it.
1252         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
1253         versions 1.50 and 1.75.  Remove note about lexer patch.
1255 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1257         * Documentation/topdocs/INSTALL.texi: Update type1 font
1258         description to actual situation.  Add comment about new font ball
1259         layout.
1261         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
1262         in $LILYPONDPREFIX suffices for installation.
1264 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1266         * debian/control (Build-Depends): Add flex-old as alternative to
1267         flex.  Deprecate bison 1.75.
1269 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
1271         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
1272         Vaticana contexts
1274         * Documentation/user/refman.itely (Ancient notation): documented
1275         some bugs; tiny fixes; added docu on Vaticana contexts
1277         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
1278         scripts
1280 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
1282         * Documentation/user/refman.itely (Ancient notation): added some
1283         introductory words; added section on ancient time signatures;
1284         added some @seealso and @refcommands; small fixes and
1285         beautifications
1287 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
1289         * input/regression/note-head-style.ly: many fixes and updates
1291         * Documentation/user/refman.itely: added small sections on ancient
1292         accidentals, rests and flags; revised ancient note head section;
1293         small wording/spelling fixes
1295         * input/test/rests.ly: layout fixes
1297 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
1299         * input/puer-fragment.ly: bugfix: central C position of do clef
1301         * ly/gregorian-init.ly: workaround: add small padding space before
1302         divisiones (the correct fix would be the spacing engine to handle
1303         this)
1305 2003-08-13  Graham Percival  <gperlist@shaw.ca>
1307         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
1308         cue-notes.ly: minor fixes.
1310 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
1312         * Documentation/user/refman.itely: bugfix: remove obsolete link to
1313         input/test/custos-style.ly
1315         * Documentation/index.html.in: bugfix: link to Tutorial.html
1317         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
1318         to neumes; bugfix: "et": epiphonus, not just a simple pes
1320 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
1322         * lilypond-mode.el: split `Insert Tag' if it is long enough.
1324         * lilypond.words: add new features: markup, column, center, \[ \].
1325         
1326 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
1328         * Documentation/topdocs/NEWS.texi, DEDICATION,
1329         stepmake/bin/add-html-footer.py
1330         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
1331         input/mutopia/J.S.Bach/wtk1-fugue1.ly
1332         input/mutopia/J.S.Bach/wtk1-prelude1.ly
1333         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
1334         added (only) after a sentence which is complete; if the sentence is 
1335         not ended a comma `,' or nothing is used. fix also spaces.
1337 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1339         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
1340         requirements to plain 1.6.
1342         * buildscripts/mutopia-index.py (read_lilypond_header): update
1343         mutopia-index.py to 1.4 syntax [sic]
1345 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
1347         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
1349 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1351         * Documentation/index.html.in: url for regression pdf
1353         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
1355         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
1357         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
1359         * VERSION: 1.8.0 released
1360         
1361         * GNUmakefile.in (local-WWW-post): footify build fix.
1363         * configure.in: require GUILE 1.6.4
1365         * Documentation/user/GNUmakefile: don't copy *.png for
1366         lilypond-internals
1368         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
1369         local-WWW-post target.
1370         (rsync-web): add rsync-web target
1372         * Documentation/user/introduction.itely (Music notation and
1373         engraving): add neume example
1375         * input/puer-fragment.ly (cantus): add puer-fragment
1377 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1379         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
1380         to notes, so that equalizer is actualy being used.
1382         * scm/midi.scm (instrument-equalizer-alist):
1383         (absolute-volume-alist): Define public, so that user can copy or
1384         override.
1386         * lily/key-performer.cc (create_audio_elements): Check for minor
1387         key.  Only if key is minor, set MIDI key to minor.
1389 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1391         * Documentation/user/refman.itely (Hiding staffs): fixes.
1393         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
1395         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
1396         vertical extents to deal with Hara kiri correctly.
1398         * input/regression/hara-kiri-short.ly: remove
1400         * input/regression/hara-kiri-pianostaff.ly: update test.
1402         * Documentation/user/*.tely: remove WEBTITLE
1404         * scm/output-tex.scm (comment): idem.
1406         * scm/output-pdftex.scm: remove GUILE 1.4 glue
1408         * scm/music-functions.scm (make-lyric-event): new function
1410         * scm/lily.scm (lilypond-version): new function
1412         * input/test/version-output.ly: new file.
1414         * Documentation/user/lilypond.tely: add version number to
1415         front-page.
1417 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1419         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
1421 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1423         * input/template/gregorian-transcription.ly (barTwo): syntax update.
1425         * Documentation/user/refman.itely (Hiding staffs): rename node.
1427 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1429         * input/regression/new-markup-syntax.ly (texidoc): remove
1430         molecule-callback override.
1432 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1434         * input/les-nereides.ly: Mark tweaks with %tweak.
1436         * Debian patch, see debian/changelog (Anthony Fok).
1438 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1440         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
1441         problem.
1443 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1445         * Documentation/user/refman.itely (Text markup): Fix language bug.
1447 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1449         * input/* : postfix syntax fixes.
1451         * Documentation/user/refman.itely (Text markup): add note about
1452         raise/lower with ^ or _ .
1453         
1454         * po/fi.po: fix \\apply strings.
1456         * lily/parser.yy (open_event): warn for prefix articulations.
1458 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
1460         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
1461         fix also on parmesan font.
1463 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1465         * VERSION 1.7.30 released
1466         
1467         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
1469         * buildscripts/mutopia-index.py (headertext): rewording
1471 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1473         * scm/new-markup.scm (strut-markup): new markup function.
1475         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
1476         space also when no accidental is there.
1478 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1480         * input/les-nereides.ly: Updates.
1482 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
1484         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
1485         which repeats the tag insertion selected from "Insert tag" menu.
1487 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1489         * lily/all-font-metrics.cc (find_font): load AFM files first only
1490         for feta fonts. This fixes problems with TeXlive and other TeX
1491         distros that include AFM files for the CM fonts. 
1493         * scm/font.scm (qualifiers-to-font-name): remove.
1495         * lily/paper-def.cc: remove get_var.
1497         * input/trip.ly: remove file.
1498         
1499         * input/regression/spacing-note-flags.ly (raggedright): remove
1500         stafflinethickness
1502         * input/les-nereides.ly: update to new syntax, cleanups.
1504 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1506         * Documentation/user/refman.itely: Clarify shortest-note problem
1507         of autobeamer.
1509 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
1511         * lilypond-mode.el: Add each word to regexps only once.
1513         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
1514         is based on the syntax definitions in lilypond.words. Remove all 
1515         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
1516         LilyPond->Insert menu is generated by the entries in lilypond.words 
1517         to which have been given a syntax definition.
1519         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
1520         \notes, \relative, \score, \simultaneous, \transpose.
1522         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
1524         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
1525         
1526         * lilypond-mode.el: add menu keywords separately.
1528         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
1530 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1532         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
1533         current ugly installation method for PFA fonts.
1535 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
1537         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
1538         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
1540         * Documentation/user/music-glossary.tely: update legato.
1542 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1544         * lexer-gcc-3.0.patch: Remove.
1546         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
1548 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1550         * debian/rules (binary-arch): remove NEWS.
1552 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
1554         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
1555         stepmake/bin{ many }: polish the `--help's of different scripts;
1556         model taken from the core-utils of Linux.
1558         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
1560 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1562         * flower/parse-afm.cc (parseCharMetrics): add warnings.
1564         * flower/libc-extension.cc: idem.
1566         * flower/include/libc-extension.hh: protect against isinf macros.
1568 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
1570         * { many }: Use two uppercase letters in LilyPond.
1572         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
1574         * VERSION: 1.7.29 released.
1575         
1576 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1578         * lily/tie.cc: add TODO comment.
1580         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
1582         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
1583         linejoins and linecaps. This fixes problems with occasional spikes
1584         on slur/tie endings.
1585         
1586         * input/regression/font-name.ly: don't use PS fonts for
1587         compatibility reasons. 
1589         * mutopia/claop.py (accents): update to 1.8
1591         * Documentation/user/music-glossary.tely (Top): remove 13pt.
1593         * Documentation/user/macros.itexi: don't color glossary links.
1595         * Documentation/user/invoking.itexi (Error messages): new section
1597 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1599         * input/regression/font-name.ly: add file.
1601         * scm/document-backend.scm (grob-doc): remove <hr> from
1602         lilypond-internals
1604         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
1605         reqd version to 1.6.4 
1607         * lily/font-interface.cc (get_font): bugfix: take font-name from
1608         alist chain too. This fixes font-name override for \markup.
1610 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1612         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
1614         * input/test/polymetric-differing-notes.ly: Compile fix.
1616 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
1618         * Documentation/user/refman.itely: fixed typo
1620         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
1621         before flexa
1623 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1625         * input/test/{ many }: search & fix some typos.
1627 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1629         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
1630         images.
1632         * scm/music-functions.scm (make-voice-props-set): set Script /
1633         TextScript dir for polyphony too.
1635         * scm/define-grobs.scm (all-grob-descriptions): decrease space
1636         before clef.
1638         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
1640 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
1642         * Documentation/user/refman.itely (Percussion): Small
1643         clarifications and fixes.
1645         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
1646         threads. This fixes different heads playing simultaneously.
1648 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1650         * Documentation/user/{ many }: increase readability (read through 
1651         User manual from `one big page').
1653 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1655         * input/test/polymetric-differing-notes.ly: add example with
1656         disparate note values.
1658         * input/test/polymetric.ly: rename from poly-metric
1660         * scripts/ly2dvi.py (include_path): bugfix: use outbase
1661         iso. outname.
1663         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
1664         G-clef bbox to real char extents. This fixes the G-clef being
1665         offset too much to the right.
1666         document perc clef offset.
1668         WARNING: FONT CHANGED.
1670         * Documentation/user/tutorial.itely (Tutorial): move menu.
1672 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1674         * buildscripts/lilypond-profile.sh (Error): trim error message.
1676         * Documentation/user/invoking.itexi (Invoking the lilypond
1677         binary): add note about path.
1679         * Documentation/user/macros.itexi: add @c at EOL, hopefully
1680         suppresses superfluous spaces.
1682 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1684         * buildscripts/lilypond-profile.sh: Add documentation to error
1685         message.
1687         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
1689 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1691         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
1692         <mike@ossmann.com>)
1694         * Documentation/bibliography/computer-notation.bib (pages): prune
1695         unscientific language.
1697         * Documentation/user/GNUmakefile: copy unsplit file to
1698         lilypond.html (idem for lilypond-internals).
1700         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
1702         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
1704         * python/lilylib.py (lilypond_version): 2.1 proof version check.
1706         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
1707         fix.
1708         
1709 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
1711         * Documentation/user/{ various }: bind text snippets with their
1712         examples, e.g. by punctuation: This is an example.
1714 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1716         * ly/performer-init.ly (VoiceContext): Typos.
1718         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
1719         builds, leave final-install to toplevel srcdir makefile.
1721         * make/srcdir.make.in (install): New target.
1723 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1725         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
1726         This fixes core dump on MIDI output (Simon Weatherill).
1728         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
1729         on local-WWW-post.
1731 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1733         * make/lilypond.redhat.spec.in: add dvips to reqs.
1735 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1737         * make/srcdir.make.in (web): Add special web target.
1739         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
1740         from inner $(LOOP).
1742         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
1744         * stepmake/stepmake/generic-targets.make (www-targets-help):
1745         * GNUmakefile.in (web-install): Install in $(webdir).
1747         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
1749         * cygwin/changelog: 
1750         * cygwin/mknetrel: Update.
1752         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
1753         (html-doc): Remove (use: web).
1755         * stepmake/stepmake/script-rules.make: 
1756         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
1757         Fix $(config_make) dependencies for srcdir build.
1759         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
1760         target for srcdir build.
1762         * stepmake/make/stepmake.make: 
1763         * make/srcdir.make.in: 
1764         * GNUmakefile.in:
1765         * make/stepmake.make (config_make): Rename variable (was:
1766         configuration).
1768 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1770         * Documentation/user/internals.itely (Manipulating music
1771         expressions): run lilypond on example too.
1773         * flower/include/libc-extension.hh: move lrint define to
1774         header. bugfix.
1775         
1776 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1778         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
1779         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
1780         do we recurse whole tree?).
1782         * GNUmakefile.in (html-doc): Resurrect.
1784         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
1785         obsolete $(package-icon) dependency.
1787 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1789         * Documentation/user/refman.itely (Automatic staff changes):
1790         add seealso 
1792         * Documentation/index.html.in: link to bigpage.
1794         * Documentation/user/tutorial.itely (Tutorial): streamline.
1796         * Documentation/index.html.in: url typo.
1798         * VERSION (PACKAGE_NAME): release 1.7.28
1800         * python/lilylib.py (error_log): remove '/' from name.
1802         * input/regression/pedal.ly: remove; dups input/test/
1803         
1804         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
1806         * Documentation/index.html.in: python style doco index.
1808         * Documentation/{footer,header}.html.in (src): remove, 
1810         * Documentation/pictures: remove all but lelie-logo.xpm.
1812         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
1813         before running makeinfo.
1815         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
1816         @code{}
1818 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1820         * input/test/bar-number-regular-interval.ly: rename.
1822         * Documentation/user/*: various fixes. 
1824 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
1826         * Documentation/{ many }: polish for update-all-menus. typos.
1828         * po/fi.po: fixes.
1830         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
1832         * buildscripts/mutopia-index.py: polish.
1834         * input/regression/{ many }, input/test{ many }: polish texidocs.
1836 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1838         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
1840         * lily/text-spanner.cc (brew_molecule): use bracket-flare
1841         iso. edge-widen.
1843         * lily/piano-pedal-engraver.cc (process_music): change from
1844         process_acknowledged ()
1846         * lily/piano-pedal-bracket.cc: new file. Change
1847         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
1848         cleaned up.
1850         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
1852         * input/regression/tuplets.ly (texidoc): rename file.
1854         * po/fr.po: update
1856         * buildscripts/lilypond-profile.sh: error message if script is not
1857         sourced.
1859         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
1860         bracket-flare
1861         (make_bracket): simplify code.
1863         * lily/parser.yy (verbose_command_req): catch typos in \key scale
1864         argument.
1866         * python/lilylib.py (lilypond_version_check): new function
1868         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
1870         * scripts/ly2dvi.py (run_lilypond): add version check.
1872         * scripts/lilypond-book.py (option_definitions): typo
1874         * scripts/ly2dvi.py (include_path): typo
1876         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
1878         * lily/parse-scm.cc (parse_handler): typo
1880         * Documentation/user/macros.itexi: use @heading for headings.
1882         * Documentation/user/refman.itely: updates, fixes.
1884 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
1886         * po/fi.po: add Finnish translations. fixes.
1888         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
1890         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
1891         from lily/glissando-engraver.cc.
1893 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1895         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
1896         for non-first _broken_ bracket.
1898         * Documentation/user/refman.itely: corrections.
1900 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1902         * lily/new-fingering-engraver.cc (position_scripts): add heads to
1903         support of the fingerings.
1905         * po/fr.po: French translation update.
1907         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
1908         strings.
1910 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1912         * Documentation/user/introduction.itely: Small fixes.
1914 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
1916         * Documentation/topdocs/AUTHORS.texi: polish.
1918 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1920         * Documentation/user/introduction.itely: revise
1922         * Documentation/user/tutorial.itely: reorganise.
1924         * Documentation/topdocs/index.tely: remove.
1926         * Documentation/header.html.in: prune.
1928         * GNUmakefile.in: clean up web building.
1930         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
1931         target.
1933 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
1935         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
1937         * lilypond-mode.el: turn on blink-matching-paren.
1939 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1941         * scm/output-sodipodi.scm (svg-header): Fix typo.
1943 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1945         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
1946         fixes a security hole.
1948         * scripts/lilypond-book.py (original_dir): remove temp_dir
1950         * scm/document-translation.scm: use @code tags.
1952 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
1954         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
1956         * lilypond-mode.el: add a buffer-local post-command-hook to set
1957         context dependent syntax-table after each cursor event. Remove old
1958         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
1960         * lilypond-indent.el: update comments.
1962         * Documentation/footer.html.in: add period.
1964 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1966         * make/lilypond.redhat.spec.in (Group): don't strip binary.
1968         * scm/document-translation.scm (document-property-operation): add
1969         @code{} tags.
1971         * VERSION (PACKAGE_NAME): release 1.7.27
1973         * config.make.in: add PAPER variable
1975         * buildscripts/new-chords.py (help): add help text
1977         * Documentation/user/introduction.itely (Typography and program
1978         architecture):  fixes.
1980         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
1981         for texinfo and dvips. This fixes problems with PDF output of the
1982         wrong size.
1984         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
1985         DVIPS_PAPERSIZE variable
1987         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1988         TEXINFO_PAPERSIZE variable 
1990 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1992         * mf/feta-macros.mf: whoops: only draw lines for test situations.
1994         * mf/feta-toevallig.mf: lowres fixes.
1996 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1998         * NEWS: Typo and fill-paragraph fixes.
2000         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
2001         cast #define.
2003         * configure.in: 
2004         * config.hh.in: Check for lrint.
2006 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2008         * VERSION: 1.7.26 released
2010         * lily/separation-item.cc: add padding property.
2012         * input/test/*.ly: various fixes, remove solo-a2.ly
2014         * scm/new-markup.scm (brew-new-markup-molecule): arg order
2015         bugfix. Fixes old-style markup compatibility.
2017         * Documentation/user/introduction.itely (Introduction): historical
2018         elucidations
2020         * Documentation/user/music-glossary.tely (Top): linewidth fix.
2022         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
2024         * Documentation/index.texi (Top): cleanup.
2026         * Documentation/user/introduction.itely (Introduction): rewrite
2027         introduction, 
2028         (Music notation and  engraving): about notation. Add flat-picture
2030 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2032         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
2033         separation items. This keeps lyrics from bumping into each other.
2035 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2037         * GNUmakefile.in (topdocs-web): New target.
2038         (local-web): Depend on topdocs-web; fixes html-doc.
2040 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2042         * po/lilypond.pot: run po-replace
2044         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
2046         * scm/drums.scm (reset-drum-kit): new function.
2048         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
2050         * scripts/update-lily.py: remove
2051         
2052         * VERSION: release 1.7.25
2053         
2054         * Documentation/user/introduction.itely (Introduction): rewrite
2055         start of introduction.
2057 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
2059         * lily/all-font-metrics.cc: fixed typo
2061 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
2063         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
2064         LilyPond-mode-context-set-syntax-table): new functions to define
2065         the syntax table according to context.
2067         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
2069 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2071         * Documentation/user/refman.itely (Figured bass): 
2072         language nit courtesy http://www.vocabula.com
2074         * GNUmakefile.in: remove no kpathsea hack.
2076         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
2077         doco.
2079         * GNUmakefile.in: remove web-doc target.
2081         * lily/all-font-metrics.cc (find_afm): add message about
2082         buildscripts/clean-fonts.sh 
2084         * scm/define-music-properties.scm (figure): use string for 'figure
2086         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
2088         * input/regression/ : add raggedright = ##t where applicable. 
2089         
2090         * scm/bass-figure.scm (make-bass-figure-markup): add
2091         alignBassFigureAccidentals property.
2093         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
2094         bracket.
2096         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
2097         syllables widths into account for minimum-length.
2099         * input/test/staff-container.ly: update file
2101         * input/test/stem.ly: remove
2103         * lily/event.cc (LY_DEFINE): add ly: prefix.
2105         * input/test/clef-manual-control.ly: from manual-clef
2107         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
2109         * input/test/different-time-signatures.ly: move to poly-metric.ly
2111         * input/test/hara-kiri*,scales.ly: remove
2112         
2113         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
2114         with chord-names-jazz.ly)
2116         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
2117         get scalable cm fonts too.
2119         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
2120         --encoding for mftrace if present.
2122         * input/regression/slur-area.ly: move from test/
2124         * input/test/: remove simple-slur-endings slur-attachment
2125         slur-broken-cross-staff slur-broken.ly slur-damping.ly
2126         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
2127         slur-symmetry slur-symmetry tie-broken.ly
2129         * scm/drums.scm (set-drum-kit): add function.
2131         * Documentation/user/refman.itely (Percussion staves): use
2132         set-drum-kit
2134         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
2135         too
2136         (Global_measure.set_timesig): handle 3/8 time sig too.
2138         * scm/output-lib.scm (note-head-style->attachment-coordinates):
2139         note about triangle note heads.
2141         * scm/drums.scm: use alist for instrument-settings. This fixes the
2142         bug with assigning to drums in the .ly file.
2144         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
2145         CHANGED.
2147         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
2148         cluster-beacon-interface
2150         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
2152         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
2154         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
2156         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
2157         to get positions.
2159         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
2160         make ClusterSpannerBeacon to record Y positions. This removes the
2161         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
2162         make cluster-note-events.
2164 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2166         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
2168         * configure.in: Use lily/main.cc as identifying source file.
2170         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
2172         * config.hh.in: 
2173         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
2175         * configure.in: Require PYTHON >= 2.0.
2177         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
2178           $PYTHON for include dir location.
2179         (STEPMAKE_PYTHON): New function.  Use
2180         
2181             PYTHON=foo ./configure
2183           to override.
2185 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2187         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
2188         something.
2190         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
2191         ftp.lilypond.org everywhere.
2193 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2195         * lily/text-item.cc (interpret_new_markup): do only if new-markup
2196         detected.
2198         * Documentation/user/refman.itely (Grace notes): note on explicit
2199         contexts
2201 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
2203         * lilypond-font-lock.el: add a comment about LilyPond specific
2204         escape characters: ^, - and _, in the syntax table.
2206         * Documentation/user/appendices.itely: a majuscule fix.
2208 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2210         * input/test/trills.ly (endHorizScript): fixes.
2212         * input/test/chord-names-jazz.ly: merge in alternate Jazz
2213         notation, move from regression.
2215         * input/test/script-stack.ly: change name from stacked-scripts
2217         * input/test/ossia.ly: octave errors.
2219         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
2220         for midi-volume-equaliser
2222 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2224         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
2225         cm fonts.
2227         * mf/feta-beugel.mf: don't multiply font_count by 10.
2229         * lily/lookup.cc (horizontal_line): new function. Use
2230         horizontal-line in output backends.
2232         * Documentation/user/tutorial.itely (An orchestral part): new
2233         section on orchestral stuff and identifiers.
2235 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
2237         * lilypond-mode.el: comment-out paren-highlighting, it still causes
2238         some interference to other modes.
2240 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2242         * lily/spacing-spanner.cc (musical_column_spacing): use average,
2243         not maximum of spacing wishes in polyphonic situations.
2245         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
2246         number
2248         * lilypond-indent.el: remove paren matching. 
2250         * lily/text-item.cc (interpret_new_markup): new function
2251         use iso. text2molecule.
2253         * lily/main.cc (notice): change FSF address 
2255         * po/de.po: update PO file to 1.6.
2257 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
2259         * Documentation/user/ {many}: Add periods and remove spaces.
2260         
2261 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
2263         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
2264         Disable buffer-locally default paren hook and make a new one. 
2266         * lilypond-mode.el: Turn off locally paren-mode, but turn on
2267         locally LilyPond-paren-mode. Add todo for mouse double-click.
2269 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
2271         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
2272         Disable buffer-locally default paren idle timer and make a new one. 
2274         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
2275         locally LilyPond-show-paren-mode. Add to menu a toggle for
2276         LilyPond-show-paren-function.
2278 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2280         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
2282 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
2284         * Documentation/user/refman.itely: spelling fix.
2286         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
2287         paren highlight function definitions. add todo for
2288         LilyPond-show-paren-mode.
2290 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2292         * input/template/jazz-combo.ly: new file.
2294 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2296         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
2297         lo-res fixes.
2299         * mf/feta-schrift.mf: bugfix in varcoda sign.
2300         WARNING: FONT CHANGED
2302         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
2303         in accordance with lexer.ll.   
2305 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2307         * Documentation/user/tutorial.itely: Edit introduction.
2309 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2311         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
2312         ly:grob-staff-position
2314 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2316         * scm/to-xml.scm: import srfi-1
2318         * VERSION (MAJOR_VERSION):  release 1.7.24
2320         * python/lilylib.py (make_ps_images): make multipage _really_ work.
2322         * scripts/lilypond-book.py (do_file): put texidoc before image.
2323         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
2325         * input/regression/*.ly: fix snippet octaves 
2327         * input/test/spanner-after-break-tweak.ly: import
2328         broken-spanner-adjustment
2330         * input/no-notation/midi-transposing.ly: move from input/test/
2332         * input/test/: remove chord-markup
2334         * input/regression/instrument-name-partial.ly: move from input/test.
2336         * input/test/vertical-text.ly: remove
2338         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
2339         space above lyrics lines.
2341         * input/test/uniform-breaking.ly: remove file.
2343         * lily/gourlay-breaking.cc (combine_demerits): add comment about
2344         uniform spacing density. 
2346         * input/test/chords.ly (keys): remove file.
2348         * scm/documentation-lib.scm (oop): use srfi-1 too.
2350         * input/regression/*.ly: add \version
2352         * Documentation/user/*.itely: various fixes.
2354         * buildscripts/mf-to-table.py (base): break table every three
2355         symbols.
2357         * input/:  remove %% new-chords-done %% .
2359         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
2360         os-music.ly
2361         
2362 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2364         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
2366         * scm/new-markup.scm (box-markup): new function.
2367         (box-markup): new function. Contributed by Dick Schoeller
2368         <schoeller@attbi.com>
2370         * scm/lily.scm: remove reduce-no-unit 
2371         (list-insert-separator): use fold-right
2373         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
2374         of arguments. 
2376         * NEWS: more neutral language for ancient notation 
2378         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
2379         inside pointing beaming for chord tremolo.
2381         * Documentation/user/lilypond-book.itely: minor editing
2383 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
2385         * NEWS: added news for 1.8 regarding ancient notation
2387         * Documentation/user/refman.itely (Gregorian square neumes
2388         ligatures): fixed typo
2390         * lily/vaticana-ligature-engraver.cc,
2391         lily/include/vaticana-ligature.hh: bugfix: use special heads for
2392         lower/upper head of Pes only when heads are stacked
2394         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2395         scm/define-grob-properties.scm: cleanup: make "join-left" a
2396         boolean grob property and save delta pitch in grob property
2397         "delta-pitch" instead
2399         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
2401 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2403         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
2404         completely borked
2406         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
2407         (try_music): bug fix: beam multiplicity was completely borked.
2409         * scm/lily.scm: remove tail, filter-list, filter-out-list,
2410         first-n, butfirst-n in favor of srfi-1 functions.
2411         remove string-join, string-pad in favor of srfi-13 functions.
2413         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
2415         * NEWS: use complete sentences.
2417         * Documentation/user/introduction.itely (Example applications):
2418         add note about databases and lilypond-book.
2420         * input/test/volta.ly: remove file
2422         * input/regression/volta-broken-left-edge.ly: simplify file
2424 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2426         * Documentation/user/refman.itely (Constructing a tweak): new
2427         subsection.
2429         * Documentation/user/tutorial.itely (Fine tuning layout): add
2430         common tweaks.
2432         * scm/define-grobs.scm (TextScript): use new brewer.
2434 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2436         * VERSION: release 1.7.23
2438         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
2440         * python/lilylib.py (make_ps_images): bugfixes.
2442         * input/regression/volta-multi-staff.ly: new file.
2444         * Documentation/user/macros.itexi: refcommands, refcommand macros.
2446         * Documentation/user/tutorial.itely (Piano staffs): new section.
2447         (Setting variables): new section
2448         (Fine tuning layout): new section
2450         * input/just-friends.ly: remove file. Superseeded by
2451         input/test/chords-without-melody.ly
2453         * ly/property-init.ly: add all commands to refman.
2455         * scm/define-translator-properties.scm: remove
2456         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
2458         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
2459         name. Underscores botch up PS output.
2461         * scm/define-translator-properties.scm: remove
2462         textNonEmpty, oneBeat, regularSpacingDelta
2464         * scripts/convert-ly.py (FatalConversionError.conv): conversion
2465         rule for automaticBars.
2467         * lily/timing-engraver.cc (start_translation_timestep): change
2468         barNonAuto to automaticBars
2470 2003-06-30  Graham Percival  <gperlist@shaw.ca>
2472         * input/test/perform-tie.ly: delete file.
2474 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
2476         * Documentation/user/refman.itely (Gregorian square neumes
2477         ligatures): bugfix: do not show ledger lines in neumes table
2478         (fixed by setting staff symbol to transparent rather than removing
2479         it from staff context)
2481 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2483         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
2484         glue into brew-new-markup-molecule.
2486         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
2488         * Documentation/user/introduction.itely (Computerized typography):
2489         new section
2491         * Documentation/user/tutorial.itely (An orchestral part): remove
2492         pc example from tutorial.
2494         * input/tutorial/lilbook.tex: use screech-boink
2496         * scripts/lilypond-book.py (compile_all_files): split formatting
2497         output body and scheduling lilypond compilation.
2498         (format_lilypond_output_bodies): new function
2499         (format_lilypond_block): new function
2500         (html_pages): allow multi-page images in HTML
2502         * python/lilylib.py (make_ps_images): rename function from
2503         make_preview, merge with make_page_images
2505 2003-06-28  Graham Percival  <gperlist@shaw.ca>
2507         * input/test/key-clefs.ly: moved to regression.
2509         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
2511         * input/no-notation/README: added note about midi-*.ly files.
2513         * input/test/two-key.ly: moved to no-notation/parse5.ly
2515         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
2516         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
2518         * input/test/ {various}: modified comments, marked some for deletion.
2520         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
2522         * input/test/mmrest-collision: moved to regression.
2524 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2526         * scm/chord-name.scm (note-name->markup): don't superscript root
2527         alterations in chordnames.
2529 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2531         * Documentation/user/refman.itely (Multi measure rests): more
2532         index/cross-referencing.
2534         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
2536         * scm/font.scm: remove properties-to-font-name code.
2538         * scm/define-grob-properties.scm: remove 'type
2540         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
2541         conversion
2543         * lily/text-spanner.cc: change 'type grob prop to 'style 
2545         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
2546         "first" flag to decide whether to make a start-repeat
2548         * input/regression/grace-volta-repeat-2.ly: new file.
2550 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2552         * lilypond-indent.el: rename generic functions to LilyPond-*
2554 2003-06-22  Graham Percival  <gperlist@shaw.ca>
2556         * input/test/thumb.ly: delete, merged into refman.
2558         * Documentation/user/refman.itely: added thumb info to Fingering.
2560         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
2561         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
2562         vertical-align.ly : deleted files.
2564 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2566         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
2568         * lily/line-spanner.cc (broken_trend_offset): remove function.
2569         (get_broken_offset): idem.
2570         (brew_molecule): rewrite the line-break case.
2572         * input/regression/follow-voice-break.ly:  new file.
2574         * lily/line-spanner.cc (after_line_breaking): remove lines at the
2575         start of a system.
2577 2003-06-20  Graham Percival  <gperlist@shaw.ca>
2579         * input/test/tuplet-rest.ly: moved to regression.
2581         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
2582         deleted file.
2584         * input/test/ {many} : marked file for possible deletion.
2586 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2588         * input/regression/beam-funky.ly: add note about (disputed)
2589         correct beaming.
2591         * ly/engraver-init.ly (ScoreContext): put key-signature after
2592         staff-bar
2593         
2594 2003-06-20  Graham Percival  <gperlist@shaw.ca>
2596         * input/test/ broken.ly lyric-phrasing.ly: deleted.
2598         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
2600         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
2602         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
2603         stem-extend was deleted (it was duplicate example, and not as
2604         good).
2606         * input/test/[s-z]*.ly: add texidoc index.
2608 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2610         * lily/slur.cc (get_boundary_notecolumn_y): change name from
2611         get_first_notecolumn_y
2613         * lily/spanner.cc (broken_spanner_index): new function.
2615 2003-06-19  Graham Percival  <gperlist@shaw.ca>
2617         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
2618         lyric-hyphen.ly : moved to regression.
2620         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
2621         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
2623         * input/test/instrument-name-mmrest.ly: moved to
2624         ../regression/multi-measure-rest-instr-name.ly
2626         * input/test/knee-sym.ly: moved to
2627         ../regression/beam-knee-symmetry.ly.
2629         * input/test/hymn.ly: change comments.
2631         * input/test/[p-r]*.ly: add texidoc index.
2633 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2635         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
2636         to postfix syntax
2637         
2638         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
2639         syntax.
2641         * VERSION: release 1.7.22
2643 2003-06-18  Graham Percival  <gperlist@shaw.ca>
2645         * input/test/[h-k]*.ly: added texidoc index.
2647         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
2649         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
2651         * input/test/ various : mark files for deletion or moving to regression.
2653         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
2655         * input/test/[l-o]*.ly: added texidoc index.
2657 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2659         * scm/music-functions.scm (make-ottava-set): 
2660         only do ottavation if centralCPosition is set.
2662         * lily/translator-scheme.cc (ly:context-property-where-defined):
2663         return '() if not found.
2665 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
2667         * lilypond-mode.el (LilyPond-un-comment-region): removed.
2668         Use one command for both commenting and uncommenting.
2670         * lilypond-indent.el (LilyPond-comment-region): new function,
2671         (un)comments each line separately.
2673         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
2674         
2675         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
2676         imenu is not added by default; adapted from f90.el,
2677         makes Help-menu, which does not fit, visible in XEmacs.
2678         
2679 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
2681         * lilypond-mode.el: Set show-paren-mode local; minor-mode
2682         show-paren-mode sets blink-matching-paren-on-screen local.
2683         Try to make show-paren-function to paren-highlight local.
2685         * lilypond-indent.el (LilyPond-scan-sexps): new function.
2686         Copy definitions of Emacs' show-paren-function and
2687         XEmacs' paren-highlight and make minimal changes;
2688         add comments about locality. 
2689         Fix matching first open-paren-char in '<< .. >>'.
2691 2003-06-16  Graham Percival  <gperlist@shaw.ca>
2693         * input/test/g*: added texidoc index.
2695         * input/test/[a-g]*: added raggedright==#t when it
2696          seemed appropiate.
2698         * input/test/ fake-grace.ly figured-bass.ly : removed file.
2700         * Documentation/topdoc/INSTALL.texi: removed false warnings
2701         about gcc 3.3.
2703 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2705         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
2707         * input/test/chords-without-melody.ly (texidoc): add from
2708         input/just-friends.ly
2710         * input/regression/size{13--26}.ly: move from input/
2712         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
2713         input/{star-spangled-banner,twinkle}.ly: remove 
2714         
2715         * lily/slur.cc: remove slur over rest warnings.
2717         * lily/note-spacing.cc (get_spacing): include left part of right
2718         object in fixed space. This fixes stretched space before
2719         accidentals.
2721         * input/regression/spacing-accidental-stretch.ly: new file.
2723 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
2725         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
2726         Reduce to 16pt.
2728 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2730         * input/regression/spacing-knee.ly: docstring
2732         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
2734         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
2735         input/tutorial/{test,solar,flowing}.ly: remove
2737         * input/rhythm.ly: remove
2739         * input/mutopia/F.Schubert/standchen.ly: update syntax.
2741         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
2742         update syntax. 
2744         * scm/define-grobs.scm (all-grob-descriptions): set
2745         knee-spacing-correction to 1.0
2747         * lily/note-spacing.cc (stem_dir_correction): compute knee
2748         correction using stem-thickness and head width.
2750         * input/regression/beam-quanting-horizontal.ly: update texidoc
2752         * scm/define-grobs.scm (all-grob-descriptions): set
2753         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
2754         This fixes 32nd beams for noteheads in spaces quants.
2756         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
2758 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
2760         * README.mandrake: Change lilypond-extras to lilypond-documentation.
2762 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2764         * input/test/dpncnt.ly,part-combine-score.ly: remove.
2766         * VERSION (PACKAGE_NAME): release 1.7.21
2768         * input/regression/stem-shorten.ly: new file.
2770         * lily/stem.cc (get_default_stem_end_position): revise stem
2771         shortening code.
2773         * input/regression/spacing-multi-tuplet.ly: move from input/test/
2775         * input/test/{scripts,volta-start,sleur}.ly: remove
2776         
2777         * input/regression/span-bar.ly: smaller file.
2779         * input/regression/spacing-{natural,tight,loose}.ly: remove
2781         * input/test/markup.ly: remove
2783         * scripts/lilypond-book.py: put printfilename in separate chunk,
2784         so texidoc is printed after the filename.  
2786 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
2788         * make/lilypond.mandrake.spec.in: fix docdirs.
2790 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2792         * input/regression/beam-french.ly: bugfix.
2794         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
2796         * input/regression/(various).ly: add raggedright = #t.
2798         * input/regression/auto-beam.ly: move from abe.ly
2800 2003-06-13  Graham Percival  <gperlist@shaw.ca>
2802         * input/test/f*.ly: added texinfo index.
2803         
2804         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
2806 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2808         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
2809         quant penalty for beam just outside staff.
2811         * input/regression/beam-quanting-horizontal.ly (texidoc): move
2812         from beam-pos.ly,  remove non-horizontal tests. 
2814         * input/test/(various): cleanup header info. 
2816         * input/test/tchaikovsky.ly: remove file.
2818         * scm/chord-generic-names.scm: move from
2819         double-plus-new-chord-name.scm
2821         * input/test/orchestscore.ly: remove file
2823         * Documentation/user/refman.itely (Vocal music): update documentation.
2825         * scm/define-translator-properties.scm (chordNoteNamer): remove
2826         chordNameStyle, use chordNameFunction
2828         * scm/chord-name.scm (set-chord-name-style): remove
2829         set-chord-name-style. Use \property chordNameFunction.
2831 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2833         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2834         music): remove @TeX{} command.
2836 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2838         * lilypond-indent.el (scan-sexps): Renamed to
2839         aargh-this-breaks-other-emacs-modes-scan-sexps.
2841 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
2843         * lilypond-indent.el: Fix: match concurrent one-char opening and 
2844         closing slurs: '()', etc. Add comments.
2846         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
2848         * lilypond-font-lock.el: match unending string at eof.
2850         * make/lilypond.mandrake.spec.in: refreshed packed file list.
2851         
2852 2003-06-10  Graham Percival  <gperlist@shaw.ca>
2854         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
2855         input/test/beam-dir.ly input/test/beam-position.ly    
2856         input/test/beam-suspect.ly input/test/beam-trend.ly    
2857         input/test/beams.ly input/test/crescendo-text.ly : deleted
2858         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
2859         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
2860         * input/test/default-bars.ly: moved to bar-always.ly
2861         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
2863 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2865         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
2867 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2869         * scm/chord-ignatzek-names.scm (remove-step): rename file.
2871 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
2873         * lilypond-indent.el: Match better slurs in scheme expressions.
2874         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
2876         * Documentation/user/invoking.itexi: document Emacs' paren matching.
2878 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2880         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
2882         * input/ac-extra-voice.ly: Add texidoc.
2884         * ly/chord-modifiers-init.ly: 
2885         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
2886         and chordNameExceptionsPartial for new chord names.
2888         * input/test/chord-names-dpnj.ly: 
2889         * input/test/dpncnt.ly: Update.
2891         * scm/chord-name.scm: 
2892         * scm/double-plus-new-chord-name.scm: Add compatibility for new
2893         chord selection and options.
2895         * ly/chord-modifiers-init.ly: Add exceptions 
2897         * scm/define-translator-properties.scm (chordNameStyle) 
2898         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
2900 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
2902         * ly/property-init.ly (germanChords): Added.
2903         (semiGermanChords): Added.
2904         
2905         * input/test/chord-names-german.ly: Use new macros
2906         
2907 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
2909         * lilypond-indent.el: Use similar parenthesis highlighting for 
2910         Emacs and XEmacs through redefinitions of parenthesis highlighting 
2911         functions; removed LilyPond-show-paren-function. Fix indenting.
2912         Turn paren-matching on also in XEmacs.
2914         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
2915         as needed by parenthesis highlighting functions (in scan-sexp).
2917 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2919         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
2920         function.
2921         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
2923 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
2925         * lilypond-indent.el: tune regexp for show-paren-function.
2927 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2929         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
2930         for all LilyPond-produced tex snippets.
2932         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
2933         fixes one line --preview output of ly2dvi.
2935 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
2937         * lilypond-indent.el: match only one type of slurs in
2938         LilyPond-show-paren-function.
2940 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2942         * debian/GNUmakefile (EXTRA_DIST_FILES): 
2943         * debian/lilypond1.7.dirs: 
2944         * debian/lilypond1.7-doc.dirs: New file.
2946         * input/regression/chord-name-exceptions.ly: Add parameter for
2947         ignatzekExceptions.  Quote hash in docstring.
2949 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
2951         * lilypond-indent.el (show-paren-function): define show-paren-function
2952         as LilyPond-blink-matching-open and use it for closing parens.
2953         Let LilyPond-blink-matching-open know whether a bracket was inserted.
2955         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
2956         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
2957         LilyPond-blink-matching-paren in order to match both open and close
2958         brackets.
2959         
2960 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
2962         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
2963         testing by modifying the code from FSF Emacs paren.el. Add comments.
2965 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2967         * input/test/dpncnt.ly: Transpose example to match new
2968         default \chords octave.  Add comment.
2969         
2970         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
2971         comment about octave change.
2973 2003-06-04  Graham Percival  <gperlist@shaw.ca>
2975         * input/test/[d,e]: added texinfo index tags.
2976         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
2978 2003-06-04  Graham Percival  <gperlist@shaw.ca>
2980         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
2982 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
2984         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
2985         as in blink-matching-open.
2987 2003-06-03  Graham Percival  <gperlist@shaw.ca>
2989         * input/test/[a-c]: more comments in files.
2990         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
2991         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
2992         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
2993         mark file for proposed deletion.
2994         * input/test: renaming files:
2995         auto-beam-4-8.ly to beam-auto-4-8.ly
2996         auto-beam-override.ly to beam-auto-override.ly
2997         auto-beam.ly to beam-auto.ly
2998         blank.ly to blank-paper.ly
2999         absolute-volume.ly to dynamic-absolute-volume.ly
3001 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3003         * input/test/dpncnt.ly: 
3004         * input/test/chord-names-dpnj.ly: Resurrect.
3006         * lily/my-lily-lexer.cc: Remove chordnames keyword.
3008         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
3010         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
3011         Better docstring, add parameter OMIT-ROOT, tidy up.
3013 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
3015         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
3017 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3019         * scm/output-ascii-script.scm (as-font-alist-alist):
3020         (as-properties-to-font-name):
3021         (as-make-style-sheet): Remove.
3023         * scm/font.scm (as-make-font-list): New function.
3024         (as-font-sheet-alist): New variable.
3026         * ly/paper-as9-init.ly: 
3027         * ly/paper-as5-init.ly: Update.
3029         * ly/paper-as5.ly:
3030         * ly/paper-as9.ly: New file.
3032 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3034         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
3036 2003-05-28  Graham Percival  <gperlist@shaw.ca>
3037         * input/sondag-morgen/*: removed due to copyright concerns.
3038         * input/[a,b]*.ly: added a newline at the end of the texinfo
3039         doc string (produces better output in HTML version).
3040         * input/c*.ly: added texinfo index and added comments to
3041         aid in future changes to input/test/ files.
3043 2003-05-28  Graham Percival  <gperlist@shaw.ca>
3044         
3045         * Documentation/user/refman.itely: fixed build problem (missing
3046         file) caused by previous renaming.
3048 2003-05-28  Graham Percival  <gperlist@shaw.ca>
3049         
3050         * input/test/[a,b]*.ly: added texinfo index and added comments to
3051         aid in future changes to input/test/ files.
3052         * input/test/bar-number-every-5-reset.ly: renamed to
3053         bar-number-every-five-reset.ly
3054         * input/test/bar-script-visibility.ly: renamed to
3055         bar-number-show-all.ly
3057 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3059         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
3060         to Voice.
3062         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
3063         out note-line and glissando functionality.
3064         
3065         * lily/line-spanner.cc (brew_molecule): cleanup.
3067 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3069         * scripts/as2text.scm: Use rdelim module.
3070         (start-system): Rename from start-line.
3071         (stop-system): Rename from stop-line.
3072         (af-gulp-file): Use string iso symbol for getenv.
3074         * scm/output-ascii-script.scm: Add guile and lily modules.
3075         (font-name-alist): New variable.
3076         (draw-line): New function.
3078         * scm/output-lib.scm (func, arg->string): Re-add from archive.
3079         (Were these silently removed, without ChangeLog entry?)
3081 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3083         * scm/music-functions.scm (make-ottava-set): bugfixes: also
3084         process 2nd ottava correctly.
3086 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
3088         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
3090 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3092         * Documentation/user/converters.itely (Invoking midi2ly): Update.
3094 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3096         * VERSION: release 1.7.20
3097         
3098         * lily/text-spanner.cc (brew_molecule): clean up function. This
3099         fixes bugs with broken 8va spanners.
3101         * lily/simple-spacer.cc (solve): also compute force for raggedright.
3102         This prevents spurious line-breaks with raggedright
3103         
3104 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3106         * lily/key-performer.cc (create_audio_elements): always use major
3107         key
3109         * Documentation/user/internals.itely: updates
3111         * input/regression/beam-break.ly: new file.
3113         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
3114         beams if starting or terminating stems have 'beaming set.)
3116         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
3117         property.
3119         * lily/parser.yy (verbose_command_req): add comment about scales.
3121 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
3123         * lilypond-indent.el: adjust regexps in bracket-matching.
3125 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
3127         * Documentation/user/refman.itely: more tiny fixes
3129         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
3130         "Chord names"; added table with input syntax for solesmes neumes
3131         table; added some words about rationale on input syntax design
3133         * lily/gregorian-ligature-engraver.cc,
3134         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3135         lily/include/gregorian-ligature.hh: bugfix: horizontal head
3136         alignment of Pes Initio Debilis
3138         * Documentation/user/refman.itely,
3139         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3140         mf/parmesan-heads.mf: fixed most of the head selection/alignment
3141         bugs in the solesmes neumes table
3143 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
3145         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
3146         Similarly, match '[' and ']' by skipping '\[' and '\]'.
3148         * lilypond-mode.el: fix tag-score. small improvements.
3150 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3152         * .cvsignore: Add aclocal.m4.
3154         * lily/music-constructor.cc: Include <assert.h>.
3156 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3158         * ly/engraver-init.ly (HaraKiriStaffContext): use
3159         RemoveEmptyStaffContext instead.
3161         * Documentation/user/refman.itely: updates
3163 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
3165         * Documentation/user/refman.itely: added solesmes neumes table;
3166         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
3167         bugfix: "Ornaments" -> "Articulations"
3169         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
3171 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
3173         * lilypond-indent.el: Add a message about trying to match \] or \).
3174         
3175 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
3176         
3177         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
3178         obsolete "arithmetic_*"
3180         * input/bugs/ligatures.ly: removed (will be put into a different
3181         directory later)
3183 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3185         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
3186         libkpathsea (Maurizio Tomasi).
3188 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3190         * input/regression/repeat-slash.ly (texidoc): new file
3192         * lily/slash-repeat-engraver.cc (try_music): new file, handle
3193         slash repeats separately. Slash repeats and %
3194         repeats can now be nested.
3196 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
3198         * lilypond-indent.el: Add preliminary test for closing \] and \).
3199         
3200 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
3202         * lily/gregorian-ligature-engraver.cc,
3203         lily/vaticana-ligature-engraver.cc,
3204         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
3205         mf/parmesan-heads.mf: various semivocalis related bugfixes
3207         * input/bugs/ligatures.ly: new file demonstrating problems with
3208         ligatures
3209         
3210 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
3212         * lilypond-mode.el,
3213         lilypond-font-lock.el,
3214         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
3216 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
3218         * lilypond-mode.el: Remove outdated code. Stress the difference 
3219         between Emacs and XEmacs definitions.
3221         * lilypond-mode.el,
3222         lilypond-indent.el: Define a function interactive only when necessary.
3224 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
3226         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
3227         Use inactive regions also in XEmacs.
3229 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3231         * Documentation/user/refman.itely (Repeat syntax): more updates
3233         * lily/simple-spacer.cc (solve): move solution process into
3234         solve(). This fixes a bug with collisions and raggedright = ##t.
3236         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
3238         * ly/engraver-init.ly: remove GraceContext. Update examples.
3240 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3242         * GNUmakefile.in (fonts): Also make fontball.
3244         * Website fixes:
3246         * ly/engraver-init.ly (GraceContext): Add.
3248         * run:
3250             convert-ly $(find . -name *.ly)
3252         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
3253         new chords.
3255 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3257         * VERSION: 1.7.19 released
3258         
3259         * scm/music-functions.scm (set-octavation): new function.
3261         * input/regression/ottava.ly: new file
3263         * lily/translator-scheme.cc (LY_DEFINE): new function
3264         ly:unset-context-property
3265         (LY_DEFINE) new function ly:context-property-where-defined: 
3267 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
3269         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
3271         * lilypond.words: add few.
3273         * input/test/script-chart.ly: fix typo.
3275 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3277         * scm/define-grobs.scm: uniform naming for definitions and output
3278         routine files. 
3280         * ly/engraver-init.ly (ChoirStaffContext): add \description from
3281         scm/context-description.scm
3283         * lily/parser.yy (translator_spec_body): add \description to the
3284         \translator{} body syntax.
3286         * lily/ottava-engraver.cc: new file.
3288         * scm/chord-name.scm (natural-chord-alteration): replace old
3289         chord stuff. 
3291         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
3293         * Documentation/user/refman.itely (Metronome marks): update doco.
3295         * input/regression/markup-note.ly: new file
3297         * input/regression/metronome-marking.ly: new file
3299         * lily/metronome-engraver.cc: new file. Print \tempo markings.
3301         * scm/new-markup.scm (note-markup): make a note glyph, useful for
3302         metronome marks.
3304 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3306         * Documentation/user/GNUmakefile: Compatibility fix for new
3307         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
3308         for making binary packages; info splitting bug has been fixed.
3310         * Documentation/user/refman.itely: Compile fixes.
3312 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
3314         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
3315         Count \midi -keywords also for a region.
3317 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3319         * lily/lookup.cc (LY_DEFINE): new function
3321         * Documentation/user/tutorial.itely: updates
3323 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
3325         * lilypond-mode.el: Allow Midi on buffer.
3326         Use only '.ly'-extension, remove '.sly' and '.fly'.
3327         Allow use of inactive regions. Invoke next Command on Master file, 
3328         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
3330 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3332         * Documentation/user/tutorial.itely: updates.
3334 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
3336         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
3338 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
3340         * lily/coherent-ligature-engraver.cc: fixed typo
3342         * lily/coherent-ligature-engraver.cc,
3343         lily/gregorian-ligature-engraver.cc,
3344         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
3345         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
3346         lily/vaticana-ligature-engraver.cc,
3347         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
3348         scm/grob-description.scm: cleanup: junked LigatureHead grob and
3349         removed all ligature specific stuff from NoteHead code
3351         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
3352         ligatures now use regular noteheads
3354         * lily/vaticana-ligature.cc: tiny code cleanups
3356         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
3357         space between two adjacent noteheads of the same pitch
3359         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
3360         description; cleanup: removed obsolete font-family settings
3362 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
3364         * lily/coherent-ligature-engraver.cc,
3365         lily/gregorian-ligature-engraver.cc,
3366         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
3367         lily/mensural-ligature-engraver.cc,
3368         lily/vaticana-ligature-engraver.cc,
3369         lily/include/gregorian-ligature-engraver.hh: updated for new
3370         Coherent_ligature_engraver; added comments that describe the basic
3371         design ideas of the ligature implementation
3373         * lily/coherent-ligature-engraver.cc,
3374         lily/include/coherent-ligature-engraver.hh: new file: shared code
3375         between mensural ligatures and Gregorian chant notation ligatures
3377 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
3379         * lilypond-mode.el: XEmacs fixes: include two definitions for the
3380         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
3381         use only two arguments in sit-for, use no arguments in
3382         read-char-exclusive, backspace is not a character (127) in XEmacs.
3384         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
3386 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
3388         * lilypond-mode.el: un-commenting works after syntax-table fix.
3390         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
3391         group, verbose commenting for syntax table.
3393         * lilypond-indent.el: add TODO for ligature slurs.
3395 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
3397         * lilypond-mode.el: Move comments of parenthesis matching away,
3398         (blink-matching-paren-on-screen) fix blinking in Emacs.
3400         * lilypond-font-lock.el: Fix parent-matching for Emacs:
3401         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
3403         * lilypond-indent.el: Add TODO for parenthesis matching.
3405 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
3407         * lilypond-mode.el: Fix XEmacs: 
3408         changed [S-iso-lefttab] to [(shift iso-lefttab)],
3409         invoke explicitly easy-menu-add (in Emacs done automatically).
3410         
3411         * lilypond.words: Add few words from input/*/*.ly.
3413 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3415         * VERSION (PATCH_LEVEL): release 1.7.18
3417         * scripts/lilypond-book.py: only print basename for printfilename
3418         option
3420         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
3421         and syntax updates.
3423 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3425         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
3426         better parametrisation. Move fatness of bulb downward.
3428         * mf/parmesan-custodes.mf (dir_down): remove underscores from
3429         glyph names. Underscores are not allowed .ps encoding files.
3431 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
3433         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
3434         variable "packed" for packed right-ragged mode
3436         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
3437         unused variable ragged; fixed indentation
3439         * Documentation/user/refman.itely: tiny cleanups in ancient
3440         clef and custos section
3442 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3444         * lily/parser.yy (Simple_music): add \applyoutput, syntax
3445         \applyoutput PROCEDURE
3447         * lily/my-lily-lexer.cc: add \applyoutput.
3449         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
3451         * lily/text-item.cc: clean text-interface description
3453 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3455         * input/{regression,test}/: use postfix for slur endings and beam
3456         begins.
3458         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
3459         style beams too. 
3461         * input/regression/lyrics-melisma-beam.ly: new file.
3463         * lily/lyric-engraver.cc (process_music): change from
3464         process_acknowledged_grobs()
3466         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
3467         functions to set and revert auto-beam settings.
3469 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3471         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
3473 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
3475         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
3476         Documentation/user/lilypond.tely: fixed some typos; updated author
3477         info
3479         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
3480         #"" -> #'flag-style = #'()
3482         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
3483         cleanup: removed dead #includes
3485         * lily/gregorian-ligature-engraver.cc,
3486         lily/include/gregorian-ligature.hh,
3487         scm/grob-property-description.scm: small cleanups, small spacing
3488         fixes
3490         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
3491         lily/vaticana-ligature.cc,
3492         lily/include/gregorian-ligature-engraver.hh,
3493         scm/grob-property-description.scm, scm/music-types.scm:
3494         "porrectus" -> "pes or flexa"
3496         * ly/engraver-init.ly, scm/grob-description.scm,
3497         scm/grob-property-description.scm: junked porrectus, now handled
3498         by ligature code
3500         * scm/grob-description.scm: bugfix: added space-alist entry for
3501         breathing sign/custos
3503 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3505         * Another grand 2003 update.
3506         
3507         * Remove mentioning of `mudela'; There's no such thing.
3509 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3511         * Documentation/user/preface.itely (Preface to version 1.8): update
3513         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
3515         * Documentation/user/converters.itely (Invoking convert-ly): revise
3517         * scripts/convert-ly.py (outfile_name): remove --assume-old.
3519         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
3521 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3523         * Documentation/user/internals.itely: more updates.
3525 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3527         * Documentation/user/refman.itely: revise 
3529         * Documentation/user/internals.itely: revise
3531         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
3533 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
3535         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
3536         beautification: reformatted ancient clefs section; cleanup: small
3537         wording fixes
3539 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
3541         * lilypond.words: added words for chant notation, sorted
3542         alphabetically through "sort lilypond.words"
3544 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
3546         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
3547         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
3548         chant notation
3550 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
3552         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
3553         prevent TeX from interpreting them as long dash
3555         * input/test/vaticana.ly: updated
3557         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
3558         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
3559         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
3560         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
3561         fixes
3563         * mf/parmesan-heads.mf: ledger endings: removed dead code
3565 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3567         * VERSION: 1.7.17 released
3568         
3569         * Documentation/user/GNUmakefile
3570         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
3571         files too.
3573         * scm/document-markup.scm: new file: document all markup
3574         functions.
3576         * scm/documentation-generate.scm: rename all documentation modules
3577         to document-*.scm
3579         * scripts/lilypond-book.py: generate link to .ly file iso. link to
3580         .png
3582         * input/test/divisiones.ly: added
3584         * input/regression/output-property.ly: new file
3586         * lily/cluster.cc: change cluster-interface to use style property
3588 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
3590         * input/test/chord-names-german.ly: modified.
3592         * scm/chords-ignatzek.scm:
3593           chord-name->german-markup: Added
3594           note-name->german-markup: Changed (now producing lowercase notenames)
3596         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
3597         
3598 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3600         * scripts/convert-ly.py (FatalConversionError.conv):
3601         divisiominima -> divisioMinima, etc.
3603         * ly/engraver-init.ly (FiguredBassContext): add
3604         Separating_line_group_engraver to Figured bass context.
3606         * ly/german-chords-init.ly: remove file
3608         * input/test/chord-names-german.ly (scm): new file.
3610         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
3612         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
3613         Chord_name_engraver
3615         * Documentation/user/refman.itely: lots of updates.
3617         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
3618         new file
3620         * input/test/bar-number-every-5-reset.ly: new file.
3622 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3624         * input/regression/chord-name-major7.ly: new file
3626         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
3627         if specced explicitly.
3629         * input/regression/chord-name-entry-11.ly: new file.
3631         * input/test/slur-beautiful.ly: new file.
3633         * Documentation/user/refman.itely: updates.
3635         * input/regression/collisions.ly (threevoice): cleanup.
3637         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
3639 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3641         * Documentation/user/*.itely: various updates.
3643         * ly/spanners-init.ly: enddecr/ endcr.
3645         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
3646         of tutorial
3648 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3650         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
3652         * lily/new-chord-name-engraver.cc (process_music): use octavation
3653         (a number) instead of original-pitch to store inversions. This
3654         fixes a problem with transposed chords with inversions.  
3656 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3658         * stepmake/aclocal.m4: Include compile fix for broken flex, as
3659         used in includable-lexer.hh.
3661         * lily/includable-lexer.cc: Bugfix: include config.h.
3663         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
3664         circumvention of Debian packaging bug.
3666 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3668         * flex-2.5.31 hits Debian/unstable.  Fixes below.
3669         
3670         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
3672         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
3673         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
3675         * lily/include/includable-lexer.hh: 
3676         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
3678         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
3680         * aclocal.m4: Regenerate.
3682         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
3683         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
3685         * scm/pdf.scm (use-modules): Include lily.
3687         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
3688         Noordkamp).
3689         (use-modules): Include lily.
3690         (lily-def): Bugfix: include tex-val in let.
3692 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
3694         * lilypond-mode.el: sensible error if lilypond.words not found.
3696         * lilypond.words: add few words.
3698 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
3700         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
3702         * mf/parmesan-scripts.mf: fixed typo in char name
3704 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3706         * VERSION: 1.7.16 released
3708         * python/lilylib.py (setup_temp): temporary directories are mode 700.
3709         (this is a security vulnerability).
3711         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
3713         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
3714         add staff support.
3716 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
3718         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
3719         ly/script-init.ly, scm/script.scm: bugfix: renamed
3720         fermata->signumcongruentiae to fix naming clash with feta font
3722 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3724         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
3726         * lily/multi-measure-rest-engraver.cc
3727         (start_translation_timestep): use grace timing too for determining
3728         when to make mmrest.
3729         (start_translation_timestep): clear numbers too.
3731 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
3733         * scm/music-types.scm: compile fix: escape braces
3735         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
3736         work around font selection problem
3738         * Documentation/user/refman.itely: BreathingSign: added docu for
3739         property "text"
3741 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3743         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
3744         information.
3746 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3748         * lily/multi-measure-rest-engraver.cc (class
3749         Multi_measure_rest_engraver): make multiple Number objects, one
3750         for each MultiMeasureTextEvent.
3752         * scm/music-functions.scm (glue-mm-rest-texts): use
3753         MultiMeasureTextEvent
3755         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
3757         * Documentation/user/refman.itely (Multi measure rests): update.
3759 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3761         * lily/ly-module.cc (ly_copy_module_variables): use
3762         scm_internal_hash_fold() for iterating modules.
3764 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
3766         * Documentation/user/refman.itely: Section Custodes: added more
3767         example code
3769         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
3770         neo-mensural rests to parmesan font
3772         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
3773         header
3775 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3777         * Documentation/user/macros.itexi: @fileref macro.
3779         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
3780         each file. 
3782 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
3784         * lily/include/custos.hh, make/lilypond.suse.spec.in,
3785         Documentation/topdocs/AUTHORS.texi: updated my email address
3787         * Documentation/user/refman.itely: updated custos documentation;
3788         beautified divisiones example; beautified articulations table
3790         * lily/breathing-sign.cc: bugfix: finalis molecule
3792 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
3794         * Documentation/user/refman.itely: added docu for
3795         contemporary fermata symbols, gregorian breathing signs; small fixes
3797         * ly/gregorian-init.ly: removed obsolete #'type props
3799 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3801         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
3802         minimum-length property correctly.
3804 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3806         * scm/music-functions.scm (make-multi-measure-rest): set input
3807         locations for multimeasure rests.
3809 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
3811         * input/regression/breathing-sign.ly: updated to for ancient
3812         notation
3814 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3816         * scripts/ly2dvi.py: Add newline.
3818 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3820         * scripts/ly2dvi.py (dependency_files): Compile fix.
3822 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3824         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
3825         (make_html_menu_file): --html menu. 
3827 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3829         * scripts/ly2dvi.py (run_dvips): +add the .map file 
3831 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3833         * input/screech-boink.ly: new file.
3835 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3837         * scripts/lilypond-book.py (make_lilypond_file): convert
3838         lilypond-file to lilypond block directly, without going through
3839         begin/end lilypond text.
3840         
3842 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
3844         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
3845         scm/grob-description.scm: moved Michael's original breathing sign
3846         code in brew_molecule() to divisio_minima(); provided new
3847         brew_molecule() that effectively replaces the
3848         Text_item::brew_molecule callback (with additional fallback to
3849         Michael's original code); added callbacks for brewing divisio
3850         maior/maxima and finalis
3852         * gregorian-init.ly: added breathing sign shortcuts for virgula,
3853         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
3855         * script-init.ly: added shortfermata, longfermata,
3856         verylongfermata, varcoda
3858         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
3859         longfermata, verylongfermata, varcomma, varcoda
3861 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3863         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
3864           Remove all noquote and insert a few quote.
3865         
3866         * Documentation/user/lilypond-book.itely (Music fragment options),
3867           scripts/lilypond-book.py: Don't include quotation blocks by
3868           default. Introduce option quote instead of noquote
3870 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3872         * VERSION: 1.7.15 released
3873         
3874         * Documentation/user/lilypond.tely: omf updates.
3876         * buildscripts/texi2omf.py (omf_vars): include version.date
3878         * make/lilypond.redhat.spec.in: fixes for spec file. 
3880         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
3881         by function definition: lily now requires a recent GNU Make.
3883         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
3885         * make/ly-rules.make: remove .ly -> .tex rule
3887         * Documentation/user/refman.itely (Figured bass): revised figured
3888         bass example.
3890 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3892         * stepmake/stepmake/omf-targets.make (local-install): add
3893         scrollkeeper-update message.
3895         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
3896         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
3898         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
3900         * Documentation/user/converters.itely (Invoking midi2ly): add
3901         track/channel notice.
3903 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3905         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
3907         * lily/parser.yy (scalar): DIGIT is also a scalar.
3909         * Documentation/user/music-glossary.tely: add @omf tags
3911         * Documentation/user/lilypond.tely: add @omf tags
3913         * scm/generate-documentation.scm (string-append): add @omf tags.
3915         * stepmake/stepmake/omf-*: new files 
3917         * input/regression/multi-measure-rest.ly (texidoc): add doco
3919         * GNUmakefile.in (web-doc-install): add web-doc-install target
3921         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
3922         fixes crashes while dumping MIDI.
3924         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
3925         midi
3927 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3929         * buildscripts/texi2omf.py: new file.
3931         * mf/feta-beugel.mf: include font count, not staffsize (16) in
3932         font-name
3934 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3936         * input/regression/beam-manual-beaming.ly (texidoc): new file.
3938         * lily/sequential-iterator.cc (descend_to_child): call
3939         descend_to_child() for all types of music.
3941 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3943         * scm/translator-property-description.scm: Add
3944         bassFigureFormatFunction.  Replace some entries.
3946 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3948         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
3949         clean out.
3951 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3953         * scripts/midi2ly.py (Note.dump): never dump duration for
3954         dump_dur=0.
3956         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
3957         new function
3959         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
3960         figures using new markups. Much simpler, and should improve layout
3961         a little.
3963         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
3965 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3967         * ly/engraver-init.ly: use Hara kiri by default for 
3968         ChordNames, FiguredBass and Lyrics(Voice) context. 
3970         * lily/axis-group-engraver.cc (acknowledge_grob): use
3971         rhythmic-grob-interface for selecting items not to hara-kiri'd 
3973         * scm/new-markup.scm (markup-function-list): add bracket,
3974         vbracket.
3976         * ly/engraver-init.ly (ChordNamesContext): set
3977         minimumVerticalExtent
3979 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3981         * input/test/time-signature-double.ly: new file 
3983         * input/regression/collision-head-chords.ly (texidoc): new file.
3985         * lily/type-swallow-translator.cc: add note swallow translator 
3987         * input/test/time-signature-double.ly: new file.
3989         * lily/type-swallow-translator.cc: add Rest_swallow_translator
3991         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
3992         (FiguredBassContext): idem.
3994         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
3996         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
3998         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
4000         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
4001         .afm dependency
4003         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
4005         * python/lilylib.py (make_page_images): add function.
4007         * scripts/ly2dvi.py (run_latex): include title in preview image.
4009         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
4010         from lilypond-book for <ly2dvifile> tags in HTML.
4012         * scripts/ly2dvi.py (option_definitions): add --debug option to
4013         print out environment.
4015         * input/regression/tie-chord-partial.ly: new file.
4017 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
4019         * lilypond.words: add 3
4021 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4023         * scm/new-markup.scm (markup-function-list): add finger-markup
4025         * input/tutorial/brahms-tweaked.ly: new markup 
4027         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
4029         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
4030         crash when processing '() markup
4032         * input/regression/breathing-sign.ly (texidoc): add caesura example.
4034         * lily/breathing-sign.cc (railtracks): another caesura.
4036         * mf/feta-schrift.mf: caesura symbol. 
4038 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4040         * scripts/convert-ly.py (FatalConversionError.conv): add
4041         ly:molecule-XXX conversions.
4043         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
4045         * input/regression/multi-measure-rest-text.ly: new file.
4047         * scm/music-functions.scm (glue-mm-rest-texts): automatically
4048         convert MMREST-TEXT to MultiMeasureRestNumber settings.
4050         * ly/engraver-init.ly (ScoreContext): move tablature settings to
4051         ScoreContext
4053         * scm/new-markup.scm (center-markup): \center markup.
4055         * scm/music-functions.scm: remove pitchify scripts.
4057         * lily/music.cc (print_smob): display music name if available 
4059 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4061         * Documentation/user/refman.itely (Instrument names): remove
4062         \turnOff doco.
4064 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4066         * lily/score.cc (mark_smob): bugfix.
4068         * input/regression/rehearsal-mark.ly: new file.
4070         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
4071         report error at the current token again.
4073 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4075         * cygwin/mknetrel: Exit if doc build fails.
4077         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
4079 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4081         * scm/music-types.scm (music-descriptions): add doc strings
4083 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4085         * lily/lexer.ll: 
4086         * lily/include/my-lily-lexer.hh: 
4087         * lily/include/includable-lexer.hh: Add flex kludge.
4089         * config.hh.in: 
4090         * config.make.in: 
4091         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
4092         cruft.
4093         
4094         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
4095         code.
4097 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4099         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
4101         * lily/parser.yy (new_chord): Compile fix.
4103 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4105         * Documentation/user/refman.itely (Tuning groups of objects):
4106         remove documentation for \turnOff. 
4108         * lily/percent-repeat-engraver.cc (try_music): add correct
4109         processing moments for double-measure percents as well.
4111         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
4113         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
4114         grob prop type. 
4116         * Documentation/user/refman.itely (Printing named chords): add
4117         chord name tweak doco.
4119         * input/template/gregorian-transcription.ly: new file.
4121 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4123         * VERSION: 1.7.13 released
4124         
4125         * input/test/*: lots of cleanups/comment-outs/removals in chord
4126         examples
4127         
4128         * input/regression/*: lots of cleanups/comment-outs/removals in
4129         chord examples
4130         
4131         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
4132         options
4134         * lily/new-chord-name-engraver.cc (process_music): give original
4135         inversion pitch to chord name routine.
4137         * input/tutorial/os-score.ly: update to new markup
4139         * Documentation/user/appendices.itely: simply include
4140         chords-ignatzek. 
4142         * Documentation/user/refman.itely (Chords mode): add documentation
4143         for chord mode.
4145         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
4146         not present in chord.
4147         (construct-chord): add inversion and bass support.
4149         * lily/chord.cc: junk contents.
4151 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
4153         * Documentation/user/refman.itely:
4154         * Documentation/user/music-glossary.tely: fix. 
4156 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4158         * scm/chord-entry.scm (construct-chord): move chord construction
4159         to Scheme.
4161         * lily/parser.yy (new_chord): new setup for chord entry.
4163 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
4165         * lilypond.words:
4166         * Documentation/user/music-glossary.tely: add ambitus.
4168 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4170         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
4172         * lily/include/*.hh: string() -> to_string()
4174         * scm/chords-ignatzek.scm: new file.
4176         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
4177         standard chord name exceptions.
4179         * scm/translator-property-description.scm (chordNameSeparator):
4180         add property.
4181         (majorSevenSymbol): add property
4183         * lily/translator-scheme.cc (ly:context-properties): new function
4184         (ly:context-parent): new function.
4185         (print_smob): print context name.
4187         * lily/music.cc (ly:get-music-length): new function
4188         (print_smob): don't print properties.
4190         * lily/duration.cc (duration<?): new function
4192         * input/regression/chords-funky-ignatzek.ly: new file.
4194         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
4195         jazz chords.
4197         * lily/pitch.cc (ly:pitch-diff): new function.
4199         * input/regression/chords-ignatzek.ly: new file.
4201 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4203         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
4204         pitches for jazz chords.
4206 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4208         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
4210 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
4212         * lilypond.words: add 1
4214 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
4216         * Documentation/topdocs/AUTHORS.texi: refine.
4218 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4220         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
4221         
4222         * lilypond.words: add one.
4224 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
4226         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
4227         Fontify bass note in chords, e.g., e in c1/e.
4228         
4229 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4231         * Documentation/user/music-glossary.tely: Dutch updates and
4232         additions (Arent Storm).
4234 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4236         * input/regression/ambitus.ly:  move file.      
4238         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
4240         * lily/event.cc (transpose): add tonic property to Key_change_req
4241         and to Key_engraver.
4243 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
4245         * Documentation/user/refman.itely: fix typo.
4247         * lilypond.words: removed wrong identifiers.
4249 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4251         * mf/feta-toevallig.mf: make flat stem shorter 
4253 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
4255         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
4257         * lilypond.words: add from Phrasing slur.
4258         
4259 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
4261         * lilypond-mode.el: allow launching multiple ViewPS processes.
4262         
4263         * lilypond.words: add from Text markup.
4265 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4267         * input/test/ossia.ly (texidoc): add comment.
4269         * input/regression/voice-follower.ly: new file.
4271         * mf/feta-toevallig.mf: make flat heavier.
4273         * lily/cluster-engraver.cc: clean up Cluster engraver
4275         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
4276         Engraver. Use Note_column to compute Y positions and deal with
4277         line break stuff.
4279 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4281         * lily/stem.cc: move french-beaming to stem.
4283 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
4285         * lilypond-font-lock.el: fontify all durations in chords.
4287         * lilypond.words: add from lily/my-lily-lexer.cc
4289 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4291         * VERSION: release 1.7.12
4293         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
4295         * lily/gregorian-ligature.cc: new file
4297         * lily/*: the Great 2003 search & replace.
4299         * Documentation/user/refman.itely (Manual repeat commands): add
4300         note about font selection.
4302 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
4304         * lilypond-mode.el: propose recompiling midi while invoking playing,
4305         not while stopping playing.
4307 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
4309         * lilypond.words: add one.
4311         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
4312         and expressional note grouping. Fontify chord modes.
4314 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
4316         * Documentation/user/music-glossary.tely (Top): translate melisma.
4318 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4320         * Documentation/user/music-glossary.tely (Top): add melisma.
4322 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
4324         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
4325         interfaces for (abstract) grob GregorianLigature
4327         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
4328         renamed head* -> glyph_name*, x-shift* -> x-offset*
4330         * scm/grob-property-description.scm: bugfix: added missing descriptions
4332 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4334         * input/test/chord-names-dpnj.ly: New file.
4336         * scm/double-plus-new-chord-name.scm: Implement full and partial
4337         exceptions.
4339         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
4341         * scm/double-plus-new-chord-name.scm
4342         (double-plus-new-chord->markup): Fix sub->markup.
4345 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
4347         * lily/custos-engraver.cc: added TODO; editorial changes
4349         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
4350         consistency with other ligature engravers; removed access on (now)
4351         private variable _ligature of Ligature_engraver
4353         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
4354         renamed last_bound -> last_bound_; issue programming_error on
4355         abstract method calls; moved primitives code from
4356         Mensural_bracket_engraver to here (because almost ligature
4357         engravers will need it); renamed try_stop_ligature () ->
4358         typeset_ligature (); bugfix: store primitives of finished ligature
4359         in separate variable finished_primitives_ to avoid clash on input
4360         like "\] \["; added current_ligature () to enable access on
4361         private variable _ligature
4363         * lily/mensural-ligature-engraver.cc: removed primitives_ code
4364         (now in super class); renamed try_stop_ligature () ->
4365         typeset_ligature ()
4367         * lily/mensural-ligature.cc: issue programming_error on abstract
4368         method calls
4370         * lily/note-heads-engraver.cc: added TODO comment upon bool
4371         in_ligature
4373         * mf/parmesan-heads.mf: fixed some of set_char_box()
4375         * scm/grob-description.scm: added VaticanaLigature
4377         * scm/grob-property-description.scm: added neume prefix properties
4379         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
4380         lily/include/gregorian-ligature-engraver.hh,
4381         lily/include/gregorian-ligature.hh: new files; framework for
4382         gregorian ligature engravers such as vaticana
4384         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
4385         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
4386         vaticana style ligature implementation (still somewhat uncomplete)
4388 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4390         * VERSION: release 1.7.11
4392         * scripts/convert-ly.py: add ly:pitch-transpose rule
4394 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4396         * input/test/dpncnt.ly: New file.
4398         * lily/my-lily-lexer.cc: Add chordnames keyword.
4400         * lily/parser.yy (chordnames_block): Parse chord name exception
4401         lists, see input/test/dpncnt.ly.
4403         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
4404         function.
4406         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
4407         filter-out too.
4409         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
4410         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
4411         pitch functions (except for ly:make-pitch, but that's apparently
4412         some sort of scheme naming standard?).
4414         * scm/lily.scm (!=): define-public.
4416         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
4418 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4420         * scm/double-plus-new-chord-name.scm
4421         (double-plus-new-chord-name->markup): New file.
4423 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4425         * python/lilylib.py (make_preview): don't suppress progress for
4426         bbox extraction.
4428 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4430         * Documentation/user/appendices.itely (scheme): update for new syntax.
4432         * input/regression/chord-name-styles.ly: new file
4434         * lily/instrument-name-engraver.cc: create instrument names
4435         without barline too.  Allows instrument name on ChordNames  
4437         * scm/new-markup.scm (interpret-markup): allow simple strings as
4438         markup too.
4440 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4442         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
4443         (step->markup-accidental): Fix: add accidental.
4444         (chord::inner-name-american): 
4445         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
4446         append stray '/' if last superscript addition was 'o'.
4448         * scm/new-markup.scm (normal-size-sub-markup) 
4449         (normal-size-super-markup): New function.
4451         * lily/source-file.cc (Source_file): Add warning for possibly
4452         intentional but suspicious initialization.
4454         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
4455         add comments about cut-and-paste programming.
4457         * flower/rational.cc (lcm): Not used; comment out.
4459 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4461         * lily/new-fingering-engraver.cc (position_scripts): use
4462         fingerHorizontalDirection to determine fingering horizontal
4463         directions.
4465         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
4466         fingering support.
4468         * scripts/convert-ly.py (FatalConversionError.conv): add style
4469         conversion rule. 
4471         * scm/chord-name.scm (set-chord-name-style): new function.
4472         (new-chord-name-brew-molecule): revise to interpret markup only
4473         (new-chord->markup): cleanuppish rewrite. To be called from the
4474         new engraver.
4476         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
4477         Markup earlier, during interpreting.
4479         * input/test/{banter,jazz,american}-chords.ly (scheme): update
4480         style settings. Rename to chord-names-*.ly
4482 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4484         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
4485         markup code and update to new markup.  Most probably broke some of
4486         it.
4487         
4488 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
4490         * Documentation/user/refman.itely: added docu for ambitus and
4491         clusters
4493         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
4494         ly_quote_scm() in lookup.cc
4496         * mf/parmesan-clefs.mf: set_char_box fix
4498         * lily/cluster-engraver.cc: junk implicit protection; use
4499         Protected_scm instead
4501 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4503         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
4504         throughout.
4506         * scm/new-markup.scm: Turn-off error-triggering test code.
4508 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4510         * scm/new-markup.scm (markup-thrower-typecheck) 
4511         (markup-typecheck?):  add full typechecking functions.
4512         (make-markup-maker): add make-FOO-markup functions.
4513         (markup-argument-list-error): nice error checking messages.
4514         (make-markup): better function: less quoting escapades.
4516 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4518         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
4520 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4522         * cygwin/lilypond.hint (requires): Add cygwin.
4524         * .cvsignore: Remove stepmake (huh!?!), add lib.
4526         * GNUmakefile.in: Add libdir links for builddir runs.
4528         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
4529         instead of datadir.
4531         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
4532         local_lilypond_libdir.
4534         * config.make.in (lilypond_libdir): Add.
4536         * stepmake/stepmake/substitute-rules.make: 
4537         * stepmake/stepmake/script-rules.make: 
4538         * stepmake/stepmake/python-module-rules.make:
4539         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
4540         lilypond-python-module patch.
4542 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4544         * Documentation/user/refman.itely (Graphical interfaces): add note
4545         about xml2ly.
4547 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4549         * scripts/ly2dvi.py (run_dvips): remove trailing newline
4551 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4553         * VERSION: released 1.7.10
4555         * scripts/musedata2ly.py (): idem
4557         * scripts/midi2ly.py (dump_chord): idem
4559         * scripts/etf2ly.py (version): idem 
4561         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
4563         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
4565         * scm/tex.scm (tex-output-expression): remove eval compat
4566         glut. Other output files too.
4568         * scm/chord-name.scm: don't export anything from chord module.
4570         * input/test/american-chords.ly: idem
4572         * input/test/banter-chords.ly (texidoc): idem
4574         * input/test/Cc-chords.ly: add breakage notes.
4576         * Documentation/user/refman.itely (Text markup): rewrite manual section.
4578         * lily/parser.yy (scalar): allow \markup { } as property value. 
4580         * scm/chord-name.scm: complete new markup usage
4582         * scm/grob-description.scm (all-grob-descriptions): use new markup
4583         texts by default
4585 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4587         * scm/chord-name.scm: partial move to new markup texts.
4589 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4591         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
4593         * scm/bass-figure.scm (brew-bass-figure): make stack direction
4594         settable.
4596 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
4598         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
4599         invoked for old midi, wait for killing.
4601 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
4603         * Documentation/user/music-glossary.tely: Finnishing.
4605 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4607         * mf/feta-nummer-code.mf: some kerning pairs.
4609 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
4611         * scm/output-lib.scm (set-bar-number-visibility): Context-function
4612         Added.
4614         * Documentation/user/refman.itely (Bar numbers):
4615         set-bar-number-visibility added, modulo-bar-number removed again
4616         (sorry).
4618 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
4620         * scm/output-lib.scm (modulo-bar-number-visible): add function.
4622         * Documentation/user/refman.itely: add modulo-bar-number-visible.
4624         * Documentation/user/music-glossary.tely: translate into Finnish.
4626 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
4628         * lilypond-mode.el: add shortcut for 2midi
4630         * lilypond-font-lock.el: fontify lyrics
4632 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
4634         * scm/drums.scm : use 1.7.x names.
4636         * input/regression/drums.ly : Don't use << chords >>
4638 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
4640         * lilypond-mode.el: tidy, add TODO
4642         * make/lilypond.mandrake.spec.in: install-info quietly.
4644 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4646         * input/test/markup.ly: use new syntax.
4648 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4650         * ly/params-init.ly (interscoreline): add word-space
4652         * input/test/metronome.ly (eighthNote): idem.
4654         * input/test/script-priority.ly: use new markup
4656         * lily/parser.yy (markup): allow HEAD markup0 markup1 
4658         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
4660         * lily/parser.yy (gen_text_def): bugfix.
4661         (full_markup): allow markup identifier.
4663 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
4665         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
4666         jobs at the same time. Add horizontal lines to Command menu.
4667         Allow one compiling job -- propose killing others before a new one.
4669         * lilypond.words: add markup, teeny, etc.
4671 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
4673         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
4674         Allow only one type of midi process; launching Midi either stops
4675         midis or plays the current midi and launching MidiAll stops midis
4676         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
4677         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
4679 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4681         * lily/text-engraver.cc (process_acknowledged_grobs): use new
4682         markup  for new markup texts.
4684         * lily/mark-engraver.cc (process_music): idem
4685         
4686         * lily/instrument-name-engraver.cc (create_text): idem
4688         * scm/new-markup.scm (magnify-markup): new function.
4690         * scm/molecule.scm (stack-lines): bugfix.
4692         * lily/font-interface.cc (get_font): take font-magnification from
4693         alist chain.
4695 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4697         * lily/molecule-scheme.cc: move scheme functions to separate file.
4699         * lily/font-metric.cc  (ly_get_glyph): new function. 
4700         
4701         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
4702         (italic-markup, dynamic-markup): new functions
4703         (font-markup): new function
4705         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
4706         padding and minimum
4708 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
4710         * lily/accidental-engraver.cc:
4711         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
4713 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
4715         * lilypond.vim:
4716         * lilypond-font-lock.el: Put \longa as duration. Accept only 
4717         [a-zA-Z] for user defined identifiers. Separate note cases 
4718         with and without a duration (allow cis\longaX).
4720         * lilypond.words: Add words from Info.
4722 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4724         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
4726 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
4728         * lilypond-mode.el: Propose reverting buffer before a command if
4729         it was edited with an another editor.
4731 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4733         * lily/molecule.cc (ly_translate_molecule): new function
4735         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
4736         into libdir
4738         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
4740         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
4742 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
4744         * lilypond.words: take \words from Info-index.
4746 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4748         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
4750 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
4752         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
4754 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
4756         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
4757         and lilypond-documentation.
4759 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4761         * lily/parser.yy: Compile fix (bison 1.75).
4763 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4765         * VERSION: 1.7.9 released
4767         * scm/music-functions.scm (shift-one-duration-log): refactor.
4768         Use music-map.
4770         * input/regression/chord-tremolo.ly (texidoc): add dot test.
4772         * NEWS: update.
4774         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
4775         argument
4776         
4777         * scm/music-functions.scm (display-music): new function
4778         (music-map): change arg order.
4780         * input/regression/new-markup-syntax.scm: new file
4782         * lily/parser.yy (markup): add \markup { .. } syntax.
4784         * scm/new-markup.scm (override-markup): new function
4785         (lookup-markup): new function
4786         (music-markup): new function
4787         (lookup-markup-command): use markup-signature to store argument
4788         format for parser.
4790         * lily/lexer.ll: preliminary \markup syntax. 
4792 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
4794         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
4795         add pre/post-dependencies and menus with icons from source.
4797         * Documentation/pictures/lilypond-48x48.xpm:
4798         * Documentation/pictures/lilypond-32x32.xpm:
4799         * Documentation/pictures/lilypond-16x16.xpm: new files, background
4800         transparent.
4802         * stepmake/stepmake/generic-targets.make:
4803         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
4805 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4807         * input/regression/music-map.ly (texidoc): new file.
4809         * scm/music-functions.scm (music-map): new function
4811 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4813         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
4815 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
4817         * input/test/to-xml.ly:
4818         * lily/ligature-engraver.cc: Fixes documentation.
4820         * lilypond.mandrake.spec.in:
4821         * lilypond.redhat.spec.in: Add lilypond.words.
4823         * Documentation/user/refman.itely: Mention Info inside emacs.
4824         
4825         * lilypond.suse.spec.in:
4826         * lilypond.redhat.spec.in: 
4827         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
4829 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4831         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
4832         os.popen.read ().
4834 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4836         * scripts/ly2dvi.py (include_path): print warning if failing anything.
4838         * python/lilylib.py (error): add space
4840 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4842         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
4843         distribution.
4845 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4847         * lily/paper-outputter.cc (Paper_outputter): close port when
4848         finishing score.
4850 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4852         * scm/sodipodi.scm: Fixes.
4854 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
4856         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
4858         * buildscripts/make-font-dir.py: Fix. 
4860 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
4862         * lilypond-mode.el: Add support for Info inside Emacs.
4864 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4866         * buildscripts/make-font-dir.py: 
4867         * mf/GNUmakefile: Make sodipodi font map.
4869         * scm/sodipodi.scm: Add more output functions.
4871         * mf/feta-nummer.mf: 
4872         * mf/feta-beugel.mf: Add font_coding_scheme.
4874         * lily/paper-outputter.cc (output_header): Fix creator string.
4876 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
4878         * lilypond-mode.el (LilyPond-autocompletion): invoked with
4879         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
4881         * lilypond.words: add two (Everybody can add/remove words now!).
4883         * debian/rules:
4884         * make/lilypond.suse.spec.in:
4885         * make/lilypond.mandrake.spec.in:
4886         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
4888         * Documentation/user/refman.itely: Mention autocompletion.
4890 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4892         * scripts/ly2dvi.py: Add paper sizes.
4894         * lily/timing-engraver.cc: 
4895         * lily/time-signature.cc: 
4896         * lily/span-bar.cc: 
4897         * lily/grob-scheme.cc: Code formatting fixes.
4899         * scm/sodipodi.scm: 
4900         * scm/sketch.scm:
4901         * buildscripts/mf-to-table.py: 
4902         * buildscripts/make-font-dir.py: Font testing.
4904 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
4906         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
4907         inserts try-completion and shows all-completions.
4909         * lilypond.words: '\' -> '\\'
4911         * lilypond-mode.el: load libraries in the end, lilypond.words defines
4912         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
4913         
4914         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
4915         and LilyPond-reserved-words.
4916         
4917 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
4919         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
4920         from load-path.
4921         
4922         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
4923         the mini-buffer with Control-Shift-c.
4924         
4925 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4927         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
4928         duration. This fixes \tempo taking time.
4930 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4932         * lily/volta-engraver.cc (process_acknowledged_grobs): 
4933         Allow for text markup in repeatCommands. 
4935 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
4937         * lilypond-mode.el (LilyPond-insert-string): new function, use it
4938         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
4939         Get rid of skeleton.el-dependency.
4941         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
4943 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4945         * lily/beam-engraver.cc (stop_translation_timestep): reset
4946         now_stop_ev_
4948         * lily/scm-option.cc: add parse-protect to ly:set-option
4950         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
4952 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4954         * lily/include/ligature-bracket.hh: removed
4955         * lily/ligature-bracket.cc: removed
4957         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
4958         .tex
4960         * lily/beam.cc (set_beaming): don't change beam count on rests.
4961         (brew_molecule): always set flag-width > 0.
4963 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
4965         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
4966         chars, remove instructions; instead, refer to lilypond-init.el and
4967         Documentation/topdocs/INSTALL.texi.
4969         * lilypond.words: add identifiers and reserved words.
4971         * Documentation/topdocs/INSTALL.texi: separate sections for installing
4972         files and adding a load-path.
4974         * lilypond-init.el: Instructions, extracted from 
4975         Documentation/topdocs/INSTALL.texi. 
4976         
4977 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4979         * VERSION: 1.7.8 released 
4981         * lily/grob.cc (warning): better robustness fix.
4983 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
4985         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
4987         * lily/cluster-engraver.cc: stick better to variable naming
4988         conventions
4990         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
4991         until stop_translation_timestep()
4993         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
4994         min/max coordinates to backend, but no musical info such as
4995         pitches
4997         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
4999         * lily/grob.cc: robustness fix: warning(): do not crash if
5000         cause is not set
5002         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
5003         the much more elaborated tuplet brackets than the very naive and
5004         simple ligature bracket grob
5006 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5008         * Documentation/user/refman.itely (Analysis brackets): add
5009         horizontal bracket doco.
5011         * ly/property-init.ly (setMmRestFermata): added.
5013         * Documentation/user/refman.itely (Multi measure rests): fermatas
5014         on mm rests.
5016         * input/regression/apply-context.ly (texidoc): new file
5018         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
5019         code to be executed during interpretation. Possible applications:
5020         smart octavation, more advanced bar checks. 
5022         * lily/apply-context-iterator.cc: new file.
5024 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5026         * input/test/new-markup.ly: new file.
5028         * lily/text-item.cc (text_to_molecule): new function
5030         * scm/new-markup.scm (lambda): new file
5032         * lily/function-documentation.cc (ly_add_function_documentation):
5033         add proc property as well
5035 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5037         * Documentation/user/music-glossary.tely (Top): add custos.
5039 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
5041         * Documentation/topdocs/INSTALL.texi: advise how to include source
5042         path to Emacs load-path and improve language.
5044 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5046         * GNUmakefile.in: config.h message fix.
5048         * autogen.sh:
5049         * aclocal.m4: Regenerate.
5051         * configure.in: 
5052         * config.make.in: 
5053         * stepmake/config.make.in: 
5054         * stepmake/configure.in: 
5055         * stepmake/autogen.sh: 
5056         * stepmake/aclocal.m4: Update for autoconf 2.56.
5058 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
5060         * Documentation/topdocs/INSTALL.texi: instructions for an user how
5061         to install Emacs-mode. Instructions how to use vim-mode.
5063 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5065         * scm/music-types.scm (music-descriptions): no length for tempo event.
5067         * input/*.ly: add \version everywhere.
5068         
5069         * input/*.ly: update syntax to 1.7 + new-chords.
5071         * VERSION: 1.7.7 released.
5072         
5073         * Documentation/user/*.tely: new chord syntax.
5075         * input/regression/[bc]*.ly (texidoc): syntax updates.
5076         
5077 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
5079         * lilypond.words: add vocabulary to be used in auto-completion
5081         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
5083         * lilypond.vim: allow note name at EOF
5085 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5087         * buildscripts/new-chords.py (edit): -e option: inline editing.
5089         * input/regression/a*.ly (texidoc): syntax updates.
5091         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
5092         music): elucidations. 
5094 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
5096         * lily/include/lily-proto.hh, ly/engraver-init.ly,
5097         ly/spanners-init.ly, scm/grob-description.scm,
5098         scm/grob-property-description.scm, scm/music-types.scm,
5099         lily/cluster-engraver.cc, lily/cluster.cc,
5100         lily/include/cluster.hh, input/test/cluster.ly: cluster
5101         implementation
5103         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
5104         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
5105         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
5107         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
5109         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
5111         * scm/grob-description.scm: bugfix: by default, use default note
5112         head style when engraving ligatures
5114         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
5116         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
5117         events
5119         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
5121         * input/test/ancient-font.ly: bugfix: style -> flag-style
5123         * lily/ligature-engraver.cc: indentation fix
5125         * lily/parser.yy: indentation fixes
5126         
5127 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5129         * input/regression/measure-grouping.ly: more elaborate example.
5131         * lily/moment.cc: ly:add-moment, ly:mul-moment,
5132         ly:div-moment. New functions 
5134         * scm/music-functions.scm (set-time-signature): new function,
5135         allow inline time sig settings with measure grouping.
5137         * lily/parser.yy (command_element): move time sig construction
5138         into Scheme.
5140         * lily/side-position-interface.cc (out_of_staff): new function,
5141         like padding, but keep minimum distance from staff. Easier than
5142         linespanners (dynamics, pedals), but roughly the same effect.
5144 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
5146         * emacs-mode.el: Added spanish-note-replacements 
5147         (Carlos Betancourt, <carlos.betancourt@chello.be>).
5149         * vimrc: (Un)commenting with <(S-)F12>, tidy.
5151 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
5153         * lilypond.vim: Do not fontify cises, desis, etc.
5155         * vimrc: view dvi with <S-F6>
5157 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5159         * lily/lookup.cc (triangle): new function.
5161         * input/regression/measure-grouping.ly (texidoc): new file: show
5162         triangles and brackets for beat groups of 3 and 2.
5164         * lily/include/measure-grouping-spanner.hh (class
5165         Measure_grouping): new file.
5167         * lily/measure-grouping-spanner.cc (brew_molecule): new file
5169         * lily/measure-grouping-engraver.cc (class
5170         Measure_grouping_engraver): new file.
5172 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5174         * Merge from stable:
5176             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
5177         
5178         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
5179         stylesheet.
5181         * ly/paper19.ly: Include paper19-init.ly.
5183         * ly/paper19-init.ly: New file.
5185         * Documentation/user/tutorial.itely (First steps): Fix first
5186         example for font test.
5188         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
5190         * ChangeLog: Add 1.7.6 release marker (see below).
5192         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
5193         Add .py files.
5195 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5197         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
5199         * input/tutorial/*.ly: update to new syntax.
5201         * lily/parser.yy (Composite_music): new transpose syntax,
5202         \transpose FROM TO MUSIC. 
5204 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5206         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
5207         latex progress/error output to stderr (by default this goes to
5208         stdout).  Show lilypond progress, even when not verbose.
5210         * python/lilylib.py (system): New optional parameter to control
5211         showing of progress.
5213         * scm/backend-documentation-lib.scm (check-dangling-properties):
5214         Fix error message.
5216         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
5217         axis, extent.
5219         * scm/grob-property-description.scm (magnify): Remove.
5220         (extent, axis): Add.
5222 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5224         * VERSION: Release 1.7.6.
5226         * scripts/convert-ly.py: more uniformization substitutions.
5228         * buildscripts/new-chords.py (sub_chords): new file.
5230 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5232         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
5233         lilypond.map.  Include sauter fonts too.  Cleanups.
5235 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5237         * Documentation/user/tutorial.itely (First steps): change to new
5238         chord/tie/slur/beam notation.
5240         * lily/parser.yy (event_that_take_dir): allow postfix notation for
5241         ties.
5243         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
5244         engraver. Process ties in postfix notation, i.e. c8-~ c
5246         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
5248         * input/regression/beam-postfix-notation.ly (texidoc): new file.
5250         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
5252         * lily/beam-engraver.cc (try_music): accept new-beam-events
5254         * input/regression/chord-scripts.ly (texidoc): new file
5256         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
5257         script-events.
5259         * scm/script.scm (default-script-alist): cleanup.
5261         * lily/script-engraver.cc (make_script_from_event): cleanup.
5263         * lily/lyric-combine-music-iterator.cc
5264         (Lyric_combine_music_iterator): remove superfluous events.
5265         (melisma_busy): new function. Fix broken melismas.
5267 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5269         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
5270         Remove nonvalid settings. Use descriptive key names.
5271         Use <Return> to indicate the pressing of that key.
5273 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5275         * scripts/lilypond-book.py (option_definitions): Typo.
5277         * scripts/ly2dvi.py: Updates.
5279         * python/lilylib.py (setup_environment, print_environment)
5280         (get_bbox, make_preview): Merge and remove from ly2dvi and
5281         lilypond-book.
5283         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
5285         * .cvsignore: Remove some cruft.
5287         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
5288         path.
5290         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
5291         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
5292         throughout.
5294         * python/lilylib.py (quiet_system): Junk
5295         (system): Display error log upon failure.
5296         (read_pipe): New function.  Cleanups and fixes.
5298         * python/*.py: Rename from *.py.in.
5299         
5300         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
5302         * GNUmakefile.in (SUBDIRS): Move python before scripts.
5304 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5306         * python/GNUmakefile: Bugfix: handle modules.
5308         * stepmake/stepmake/python-module-targets.make (default): Add
5309         compiled modules. 
5311         * stepmake/stepmake/python-module-rules.make: Add rule for byte
5312         compiling modules.
5314         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
5315         Bugfix.  (OUT_PYC_MODULES): Add.
5317 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5319         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
5320         Use default paths. Refresh description.
5322 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5324         * VERSION: 1.7.5 released
5326         * input/regression/finger-chords.ly (texidoc): new file.
5328         * lily/script-engraver.cc (process_music): remove scriptHorizontal
5329         support
5331         * lily/fingering-engraver.cc (process_music): remove kludgy
5332         scriptHorizontal stuff.
5334         * lily/script.cc: remove staff-support property.
5336         * lily/new-fingering-engraver.cc (add_fingering): new
5337         file. Fingering engraver for new style chords.
5339 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5341         * lily/parser.yy (bare_number): allow 4 \cm (without
5342         decimal dot). (should backport to 1.6?)
5344         * ly/declarations-init.ly: use Scheme for dimension defs.
5346         * lily/parser.yy (TODO): remove hard coded dimensions, add
5347         REAL NUMBER_IDENTIFIER production.
5349         * lily/rest-collision.cc (force_shift_callback): rewrite using
5350         -done property.
5352         * scm/grob-property-description.scm (rest-collision-done): add
5353         property.
5354         
5355         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
5357 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5359         * input/regression/multi-measure-rest-center.ly: new file.
5361         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
5362         off horizontally by 0.05 ss. Fixed.
5364 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5366         * scm/pdftex.scm: Rename ly-number to ly:number->string.
5368         * Documentation/topdocs/index.tely: Remove duplicate from merge.
5370 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5372         * lily/tie.cc (get_control_points): also avoid staff lines on the
5373         just outside the outer staff lines
5375 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5377         * ly/params-init.ly: Just define style-alist, no need to
5378         define-public.
5380         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
5381         (thanks Han-Wen).
5383         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
5384         (FET_FILES): = FONT_FILES.
5386         * Merge from stable:
5388             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
5390 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5392         * VERSION: 1.7.4 released.  
5393         
5394         * scm/generate-documentation.scm (string-append): add macro
5395         definitions.
5397         * lily/text-item.cc (lookup_text): don't use virtual fonts for
5398         normal texts.
5400         * lily/multi-measure-rest-engraver.cc: make separate
5401         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
5403         * lily/multi-measure-rest.cc: remove text handling. Remove
5404         number-threshold.
5406 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5408         * scm/music-types.scm: doc patch by Graham Percival
5410 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5412         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
5413         encoding part.
5414         (Font_info.set_defaults): pixelsize now also defauts to '0'.
5415         (sketch_p): Sketch wants only first four elements of X11 font spec.
5417         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
5419         * mf/feta-autometric.mf: Write foundry and family to log.
5421         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
5422         font translation table.
5424         * buildscripts/mf-to-table.py: Better font info into afm.
5426         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
5427         1.0.9 required.
5429         * configure.in: Whine for mftrace 1.0.9.
5431 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5433         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
5435         * lily/main.cc (main_prog): don't try to load init.EXT when
5436         processing foo.EXT.
5438 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
5440         * scm/tex.scm (zigzig-line): added.
5442         * scm/ps.scm (zigzag-line): added.
5444         * ps/music-drawing-routines.ps (subvec): added.
5445         (draw_zigzag_line): added.
5446         
5447         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
5448         grob properties zigzag-width and zigzag-length.
5450         * input/regression/glissando.ly: Add some zig-zagged glissandi.
5452 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5454         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
5455         svg output, including font.
5457 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5459         * scm/lily.scm: Register sodipodi output module.
5461         * scm/sodipodi.scm: New file.
5463         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
5465         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
5466         comment, after header.
5467         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
5468         FullName.  Fix FontName key.
5470 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
5472         * lily/rest.cc (after_line_breaking): bugfix: dots after half
5473         and breve rests.
5474         
5475         * input/test/blank-notes.ly: bugfix
5477         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
5478         rests. (Kim Shrier)
5480         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
5481         
5482 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5484         * scm/tex.scm: 
5485         * scm/ps.scm: Cleanup and remove obsolete junk.
5487         * Documentation/user/internals.itely:
5488         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
5490         * lily/parser.yy: Identify shift/reduce problems.
5492         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
5493         make-style-sheet.  Too specific for convert-ly?
5495 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5497         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
5499         * input/test/*.ly: various fixes.
5501         * lily/music.cc (name): bugfix
5503         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
5505         * lily/input-file-results.cc (code): set-point-and-click! ->
5506         set-point-and-click
5507         
5508 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5510         * Use uniform ly: prefix for exported scheme primitive functions.
5512         * scm/music-types.scm: junk compat glue
5514         * scripts/convert-ly.py: add rules for stuff below, junk
5515         compatibility glue for spanrequest.
5517         * lily/parser.yy (verbose_event): remove \spanrequest,
5518         \commandspanrequest, \script. 
5519         
5520         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
5522         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
5523         for \penalty, \glissando.
5525         * VERSION: release 1.7.3
5526         
5527 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
5529         * lily/accidental-engraver.cc: Fix
5530         grace-in-the-beginning-of-measure bug caused by the resent
5531         partial-measure fix.
5533         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
5534         overlap looks too crowded)
5535         
5536 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5538         * lily/parser.yy (assignment): allow SCM expression as assignment.
5540         * lily/include/music-output-def.hh (class Music_output_def):
5541         * lily/music-output-def.cc: 
5542         * lily/paper-def.cc: 
5543         * scm/font.scm (markup-to-properties):
5544         * lily/parser.yy (music_output_def_body): 
5545         remove style_sheet_
5547 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5549         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
5550         length.
5552         * input/regression/spacing-to-grace.ly: new file.
5554         * input/regression/spacing-end-of-line.ly: new file.
5556         * lily/note-spacing.cc (get_spacing): take into account breakable
5557         stuff sticking out at the left (time sig change at line break).
5559         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
5560         raggedright code.
5562         * scm/music-functions.scm (make-voice-props-set): add
5563         staff-position for mm rests.
5565         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
5566         before grace notes a little.
5568         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
5570         * lily/break-align-interface.cc (do_alignment): right-edge spacing
5571         key adds space at the end of line. 
5573 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5575         * scm/sketch.scm: Fix beams.
5577         * buildscripts/mf-to-table.py: Add EncodingScheme.
5579         * scm/sketch.scm: Resurrect.
5581 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5583         * lily/multi-measure-rest.cc: use breve rests for measure lengths
5584         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
5586 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5588         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
5590         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
5592 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5594         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
5595         token for origin information.
5597         * lily/parser.yy (My_lily_lexer): do identifier location and
5598         cloning from lexer.
5600         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
5601         logic out of the parser. Add bar checks on both ends.
5603         * Documentation/user/refman.itely (Multi measure rests): add more
5604         notes about mm rests.
5606 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5608         * input/regression/bar-scripts.ly: Re-enable.
5610         * lily/parser.yy:
5611         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
5612         released rsn.  Bison 1.50 has a crucial bug and won't work.
5614         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
5617 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5619         * input/regression/bar-scripts.ly: Blunt documentation build fix.
5621 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5623         * Actually merge changes since 1.6.4 besides ChangeLog, and
5624         resolve conflicts.  Lots of updates, hope all is well.
5625         
5626         * cygwin/lilypond.hint (requires): Add ghostscript.
5628         * scm: Update some (c).
5629         
5630 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5632         * input/test/{various}.ly: add \header fields and texidoc strings.
5634 2002-10-05  Werner Lemberg  <wl@gnu.org>
5636         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
5637         renamed to `output_latex_quoted'.
5638         Added `output_latex_noquote'.
5639         (schedule_lilypond_block): Implement `noquote' option for LaTeX
5640         mode.
5642 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5644         * ChangeLog: Add 1.6.6 release marker.  See below.
5646         * stepmake/stepmake/po-targets.make: Remove --c++ option.
5648         * scripts/midi2ly.py: Fix global syntax warnings.
5650         * GNUmakefile.in: Generate builddir locale tree too.
5652         * scripts/ly2dvi.py:
5653         * scripts/midi2ly.py: 
5654         * scripts/mup2ly.py: 
5655         * scripts/update-lily.py:
5656         * lily/main.cc (setup_paths): Fix for locales setup.
5658 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5660         * Documentation/windows/installing.texi: Soften wording about
5661         necessity of becoming Administrator.  tommie@iae.nl reports this
5662         does not seem to be necessary for his flavour of Windows 2000.
5663         Explicitely discourage text mode mounts.
5665 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5667         * lily/rest.cc (after_line_breaking): backport dot position fix.
5669         * lily/rest-collision.cc (do_shift): also remove dots for suicided
5670         rests. Thanks to Klaus Zimmermann for finding this bug.
5672 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5674         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
5676 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5678         * Documentation/user/music-glossary.tely: fix links.
5680 2002-10-21  Werner Lemberg  <wl@gnu.org>
5682         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
5683         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
5684         scaling factor) only once and use them in the definition of
5685         \embeddedps.
5686         * ps/music-drawing-routines.ps (skeel): Removed.
5688 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5690         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
5691         Solaris7, as we don't use nested $( ) constructs.
5693 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5695         * VERSION: Release 1.6.6.
5696         
5697 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5699         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
5700         as workaround for /bin/sh problems on Solaris7.
5702 2002-10-19  Werner Lemberg  <wl@gnu.org>
5704         * GNUmakefile.in (web-doc): Fix typos.
5705         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
5706         `music-drawing-routines.ps' but emit \special{header=...} once.
5707         * scm/tex.scm (header-end): Updated.
5709 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5711         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
5712         undefined tremolo. 
5714 2002-10-15  Werner Lemberg  <wl@gnu.org>
5716         * scripts/lilypond-book.py (g_make_html): New global variable.
5717         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
5718         if `g_make_html' isn't set.
5719         [main]: Add format `texi-html'.
5720         (option_definitions): Updated.
5721         * Documentation/user/lilypond-book.itely: Updated.
5723         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
5724         * make/ly-rules.make (%.texi, %.nexi): Use it.
5725         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
5726         format to lilypond-book.
5727         * GNUmakefile.in (web-doc): Ditto.
5729 2002-10-14  Werner Lemberg  <wl@gnu.org>
5731         Further improve TeX output.  The produced files are about 40%
5732         smaller.  `lilyponddefs.tex' is now read only once.
5734         * tex/lilyponddefs.tex: Remove footer stuff.
5735         (\ifundefined): Renamed to...
5736         (\lilypondundefined): This.  Use LaTeX's definition to
5737         make it nestable and make it global.
5738         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
5739         output.
5740         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
5741         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
5742         them global.
5743         (\placebox): Renamed to...
5744         (\lyitem): This.
5745         Make it global and call \outputscale by itself.
5746         (\lybox, \lyvrule): New macros to reduce input data.
5747         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
5748         New auxiliary macros.
5749         (\SkipLilydefs, \EndLilyPondOutput): Removed.
5750         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
5751         to...
5752         (\lilypondspace): This and made it global.
5753         (\turnOnPostScript): Renamed to...
5754         (\lilypondpostscript): This and made it global.
5755         (\turnOnExperimentalFeatures): Renamed to...
5756         (\lilypondexperimentalfeatures): This and made it global.
5757         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
5758         (\lilypondsetdimen): This and made it global.
5759         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
5760         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
5761         (all, $(outdir)/music-drawing-routines.ps): New rules.
5762         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
5763         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
5764         start-system, stop-system, stop-last-system, filledbox): Updated to
5765         use the changed macros from lilyponddefs.tex.
5766         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
5768 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5770         * Documentation/windows/installing.texi: Update.
5772 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5774         * VERSION: 1.6.5 released
5776         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
5778 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5780         * scm/translator-property-description.scm (voltaOnThisStaff): add
5781         property.
5783 2002-09-28  Werner Lemberg  <wl@gnu.org>
5785         * scm/tex.scm (header-end): Suppress page numbering.
5787         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
5788         Fix quotation for HTML output.
5790 2002-09-28   Graham Percival   <gperciva@sfu.ca>
5791         
5792         * Documentation/user/refman.itely: grammar and phrasing
5793           fixes to "Note Entry" section.  Also adds a few new examples.
5795 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5797         * flower/include/string-data.icc: include string.h
5799 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5801         * scm/chord-name.scm (chord::inner-name-banter): remove space.
5803 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5805         * Documentation/user/GNUmakefile (extra-local-help): Add.
5807         * stepmake/stepmake/www-targets.make (local-help): Add.
5809 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5811         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
5812         packages.
5814         * Documentation/topdocs/README.texi (Top): building documentation
5815         (not website.)
5817 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5819         * Documentation/user/refman.itely: 
5820         * Documentation/user/tutorial.itely: 
5821         * Documentation/user/music-glossary.tely: Merge changes.
5823         * Documentation/user/glossary.html.in: 
5824         * Documentation/index.texi: 
5825         * Documentation/header.html.in: Accomodate renaming of glossary.
5826         
5827         * Documentation/user/tutorial.itely: Add some glossary references.
5828         
5829         * Documentation/user/refman.itely: Minor fixes.
5830         
5831         * Documentation/user/lilypond.tely: Add glossary do direntry.
5833         * Documentation/user/music-glossary.tely: Rename (previously:
5834         glossary.tely).  Fix anchor placement.
5836         * Documentation/user/GNUmakefile: Make music-glossary.info too.
5838 2002-09-23  Werner Lemberg  <wl@gnu.org>
5840         * scripts/lilypond-book.py (output_dict): Fix handling of
5841         various environments by avoid extraneous newlines.
5842         Rename `output-all' regexp for html to `output-html'.
5843         Replace `output-all' regexp for texi with `output-texi-quote'
5844         and `output-texi-noquote'.
5845         (compose_full_body): Don't override `linewidth' user option
5846         for `singleline'.
5847         (schedule_lilypond_block): Don't indent text specified with
5848         `intertext' option.
5849         Add new option `noquote'.
5850         (compile_all_files): Use latex instead of tex to compile ly
5851         files directly.
5853         * Documentation/user/lilypond-book.itely: Updated and revised.
5854         Improve layout.
5856         * Documentation/user/glossary.tely,
5857         Documentation/user/introduction.itely,
5858         Documentation/user/tutorial.itely,
5859         Documentation/user/refman.itely,
5860         Documentation/user/appendices.itely: Fix overfull LilyPond
5861         boxes caused by the new lilypond-book code.  Other minor
5862         fixes.
5864         * Documentation/user/macros.itexi (@texiflat): Don't emit
5865         trailing space.
5867         * scm/tex.scm (end-output, header-end): Add preamble and
5868         postamble to make lilypond output directly compilable with
5869         latex.
5871         
5872 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5874         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
5875         instructions.
5877 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5879         * Documentation/user/glossary.tely: Add titling and hyperlinks.
5881 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5883         * lily/beam.cc (connect_beams): don't crash if there are quarter
5884         notes in beams.
5886 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
5888         * Documentation/user/refman.itely: corrected ancient clef
5889         docu; added docu on ligatures
5891 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5893         * Documentation/user/glossary.tely,
5894         Documentation/user/refman.itely, input/les-nereides.ly,
5895         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5896         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5897         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5898         Stem properties: flag-style -> stroke-style, style -> flag-style.
5901 2002-09-22  Werner Lemberg  <wl@gnu.org>
5903         * scripts/lilypond-book.py: Add option `notime' to suppress
5904         printing of a time signature.  Specify default indentation of 0pt
5905         if single line fragment.  Don't emit redundant `\paper{ }'.
5907         * Documentation/user/lilypond-book.itely: Updated.
5909         * Documentation/user/glossary.tely: Completely reformatting.
5911 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5913         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
5915 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5917         * Documentation/user/tutorial.itely: Fix links.
5918         
5919         * Documentation/topdocs/index.tely:
5920         * Documentation/index.texi:
5921         * Documentation/header.html.in: Small website fixes and updates.
5923         * debian/: Debian patch by Anthony Fok.
5925 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5927         * Documentation/footer.html.in: How time flies: It's already 2002!
5929         * Documentation/topdocs/index.tely: Stable/development fix.  Use
5930         more descriptive link names than 'here'.
5932 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5934         * VERSION: 1.7.2 released
5935         * VERSION: 1.6.4 released
5936         
5937         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
5939         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
5940         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
5942         * mf/feta-din.mf (test): add x-height and space.
5944         * lily/dynamic-engraver.cc (process_music): take dynamic direction
5945         from ^_ for crescendi. Idem for slurs and phrasing slurs.
5947         * ly/grace-init.ly: add-to-grace-init: function to portably add
5948         settings to \grace. 
5950         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
5951         if we get an absolute dynamic event.
5953         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
5955         * lily/source-file.cc (get_line): oops. All line numbers were off
5956         by 2. Fix that. 
5958         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
5959         be after the note, combined with -_^, i.e. c4-(-\)-\>  
5961         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
5963         * lily/parser.yy (number_factor): remove (number) as number
5964         expression. ("Let them eat Lisp").
5966 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5968         * lily/horizontal-bracket.cc: new file.
5970         * lily/horizontal-bracket-engraver.cc: new file.
5972         * input/regression/note-group-bracket.ly: new file. Support
5973         horizontal note brackets for music analysis.
5975         * lily/stem.cc (flag): new flag-style: no-flag.
5977         * input/test/stem-cross-staff.ly: new file
5978         
5979         * Documentation/user/internals.itely: Improved formatting, fixing
5980         typos.  Added a section `Output details' to describe how the TeX
5981         code looks like.
5983         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
5985         * lily/parser.yy: remove \dynamicscript.
5987         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
5988         definitions. 
5990         * python/midi.c (midi_error): take two arguments.
5992         * Merge 1.6.5 changes:
5993         
5994 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5996         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
5997         staff-space.  Previous 1.5 was probably meant as half-spaces.
5998         (cautionary-style): parentheses (was: smaller).  This is what doco
5999         says, and it seems more logical.
6001         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
6002         for 2nd sentence.
6004 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6006         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
6008 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6010         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
6012 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6014         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
6016 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6018         * scm/translator-property-description.scm (voltaOnThisStaff): add
6019         property.
6021 2002-09-28  Werner Lemberg  <wl@gnu.org>
6023         * scm/tex.scm (header-end): Suppress page numbering.
6025         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
6026         Fix quotation for HTML output.
6028 2002-09-28   Graham Percival   <gperciva@sfu.ca>
6029         
6030         * Documentation/user/refman.itely: grammar and phrasing
6031           fixes to "Note Entry" section.  Also adds a few new examples.
6033 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6035         * flower/include/string-data.icc: include string.h
6037 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6039         * scm/chord-name.scm (chord::inner-name-banter): remove space.
6041 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6043         * Documentation/user/GNUmakefile (extra-local-help): Add.
6045         * stepmake/stepmake/www-targets.make (local-help): Add.
6047 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6049         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
6050         packages.
6052         * Documentation/topdocs/README.texi (Top): building documentation
6053         (not website.)
6055 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6057         * Documentation/user/refman.itely: 
6058         * Documentation/user/tutorial.itely: 
6059         * Documentation/user/music-glossary.tely: Merge changes.
6061         * Documentation/user/glossary.html.in: 
6062         * Documentation/index.texi: 
6063         * Documentation/header.html.in: Accomodate renaming of glossary.
6064         
6065         * Documentation/user/tutorial.itely: Add some glossary references.
6066         
6067         * Documentation/user/refman.itely: Minor fixes.
6068         
6069         * Documentation/user/lilypond.tely: Add glossary do direntry.
6071         * Documentation/user/music-glossary.tely: Rename (previously:
6072         glossary.tely).  Fix anchor placement.
6074         * Documentation/user/GNUmakefile: Make music-glossary.info too.
6076 2002-09-23  Werner Lemberg  <wl@gnu.org>
6078         * scripts/lilypond-book.py (output_dict): Fix handling of
6079         various environments by avoid extraneous newlines.
6080         Rename `output-all' regexp for html to `output-html'.
6081         Replace `output-all' regexp for texi with `output-texi-quote'
6082         and `output-texi-noquote'.
6083         (compose_full_body): Don't override `linewidth' user option
6084         for `singleline'.
6085         (schedule_lilypond_block): Don't indent text specified with
6086         `intertext' option.
6087         Add new option `noquote'.
6088         (compile_all_files): Use latex instead of tex to compile ly
6089         files directly.
6091         * Documentation/user/lilypond-book.itely: Updated and revised.
6092         Improve layout.
6094         * Documentation/user/glossary.tely,
6095         Documentation/user/introduction.itely,
6096         Documentation/user/tutorial.itely,
6097         Documentation/user/refman.itely,
6098         Documentation/user/appendices.itely: Fix overfull LilyPond
6099         boxes caused by the new lilypond-book code.  Other minor
6100         fixes.
6102         * Documentation/user/macros.itexi (@texiflat): Don't emit
6103         trailing space.
6105         * scm/tex.scm (end-output, header-end): Add preamble and
6106         postamble to make lilypond output directly compilable with
6107         latex.
6109         
6110 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6112         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
6113         instructions.
6115 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6117         * Documentation/user/glossary.tely: Add titling and hyperlinks.
6119 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6121         * lily/beam.cc (connect_beams): don't crash if there are quarter
6122         notes in beams.
6124 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
6126         * Documentation/user/refman.itely: corrected ancient clef
6127         docu; added docu on ligatures
6129 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6131         * Documentation/user/glossary.tely,
6132         Documentation/user/refman.itely, input/les-nereides.ly,
6133         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6134         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6135         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6136         Stem properties: flag-style -> stroke-style, style -> flag-style.
6138 2002-09-22  Werner Lemberg  <wl@gnu.org>
6140         * scripts/lilypond-book.py: Add option `notime' to suppress
6141         printing of a time signature.  Specify default indentation of 0pt
6142         if single line fragment.  Don't emit redundant `\paper{ }'.
6144         * Documentation/user/lilypond-book.itely: Updated.
6146         * Documentation/user/glossary.tely: Completely reformatting.
6148 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6150         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
6152 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6154         * Documentation/user/tutorial.itely: Fix links.
6155         
6156         * Documentation/topdocs/index.tely:
6157         * Documentation/index.texi:
6158         * Documentation/header.html.in: Small website fixes and updates.
6160         * debian/: Debian patch by Anthony Fok.
6162 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6164         * Documentation/footer.html.in: How time flies: It's already 2002!
6166         * Documentation/topdocs/index.tely: Stable/development fix.  Use
6167         more descriptive link names than 'here'.
6169 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6171         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
6173 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6175         * lily/part-combine-music-iterator.cc (get_state): cleanup
6176         (get_music_info): cleanup.
6178 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6180         * scm/backend-documentation-lib.scm (interface-doc-string):
6181         crosslinks between interfaces and grobs. Headings for interfaces
6182         in grob explanation.
6184 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6186         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
6187         dtd).  Add preliminary dtd.
6188         (re-sub-alist): Robustify.
6190 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6192         * lily/include/event-chord-iterator.hh,
6193         lily/context-specced-music-iterator.cc,
6194         lily/event.cc, lily/event-chord-iterator.cc: add
6196 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6198         * lily/: some (c) header fixes.
6199         
6200         * lily/request-chord.cc: Remove.
6201         
6202         * lily/include/event-chord-iterator.hh:
6203         * lily/include/event.hh:
6204         * lily/event-chord.cc: New file.
6205         
6206         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
6207         requested.
6209 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6211         * lily/ : rename Request to Event
6213         * lily/parser.yy (command_element): move clef stuff into Scheme.
6215         * lily/:  rename length_mom () to get_length()
6217         * lily/part-combine-music.cc: removed file and class.
6219         * lily/context-specced-music-iterator.cc (class
6220         Context_specced_music_iterator): new file. Obsoletes the
6221         Context_specced_music type.
6223         * scm/music-types.scm (make-repeated-music): put different kinds
6224         of repeated music into music-type table.
6226         * VERSION: 1.7.1 released.
6228         * scm/to-xml.scm: new file.
6230         * input/test/to-xml.ly (fooBar): demo of what is possible with the
6231         new Input representation: dump music as XML.
6233         * scm/engraver-documentation-lib.scm
6234         (engraver-accepts-music-types?): add links from music to engraver,
6235         from music-type to engraver.
6237         * lily/include/command-request.hh: removed
6238         lily/include/musical-request.hh: removed. Removed all _req classes
6239         except Key_change_req. Changes throughout.
6241 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6243         * lily/tuplet-engraver.cc (try_music): Compile kludge.
6245 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6247         * lily/*.cc: specify accepts for many engravers.
6249         * scm/music-documentation-lib.scm: dump music expressions and
6250         music subtypes.
6252         * scm/documentation-lib.scm: complete revision.
6253         Use GOOPS objects to store document tree explicitly. Cleaned up and
6254         sped up doco generation a lot.
6256 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6258         * input/trip.ly (fugaIILeft): add arpeggio
6260         * lily/translator-group.cc (try_music_on_nongroup_children):
6261         oops. The name symbol is in the cdr of the assoc handle.
6263         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
6264         Hyphen_req, Glissando_req, Break_req, Mark_req 
6266 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6268         * lily/musical-request.cc (music-duration-length,
6269         music-duration-compress): new functions.
6271         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
6272         throughout. Warning doesn't work yet.
6274         * lily/translator-group.cc (try_music_on_nongroup_children):
6275         new implementation: store candidate acceptors in a hashTable.
6277 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6279         * scm/music-types.scm (music-descriptions): change name to
6280         internal-class-name
6282         * scm/chord-name.scm (chord::inner-name-banter): remove space.
6284 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6286         * lily/beam.cc (connect_beams): don't crash if there are quarter
6287         notes in beams.
6289 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
6291         * Documentation/user/refman.itely: corrected ancient clef
6292         docu; added docu on ligatures
6294 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6296         * Documentation/user/glossary.tely,
6297         Documentation/user/refman.itely, input/les-nereides.ly,
6298         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6299         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6300         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6301         Stem properties: flag-style -> stroke-style, style -> flag-style.
6303 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6305         * scm/music-functions.scm (music-separator?): don't use name music
6306         property.
6308 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6310         * stepmake/stepmake/generic-targets.make (help): Document check
6311         target.
6313         * lily/new-accidental-engraver.cc: Compile fix.
6315 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6317         * scripts/convert-ly.py: Add rule.
6319         * input/test/music-creation.ly:
6320         * input/test/add-staccato.ly:
6321         * input/test/add-text-script.ly: ly-make-music.
6323         * scm/drums.scm (make-head-type-elem, make-articulation-script):
6324         More ly-make-music renamings.
6326         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
6328         * lily/music-constructor.cc (make_music): Add debugging info.
6330         * scm/music-functions.scm (make-simultaneous-music,
6331         (make-sequential-music, context-spec-music):
6332         * scm/music-types.scm (music-descriptions): Get lily to run.
6334 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6336         * lily/command-request.cc (transpose_key_alist): new function.
6338         * lily/key-performer.cc (create_audio_elements): cleanup. 
6340 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6342         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
6344         * lily/include/translator.hh (ENTER_DESCRIPTION): add
6345         events-accepted field.
6347         * scm/music-types.scm: new file.
6349         * lily/parser.yy: put music type initialization into scheme,
6350         similar to grob initialization.  Changes throughout.
6352 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6354         * Documentation/user/tutorial.itely: Fix links.
6355         
6356         * Documentation/index.texi: 
6357         * Documentation/header.html.in: 
6358         * Documentation/topdocs/index.tely: Small website fixes and updates.
6360         * debian/: Debian patch by Anthony Fok.
6362 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6364         * Documentation/footer.html.in: How time flies: It's already 2002!
6366         * Documentation/topdocs/index.tely: Stable/development fix.  Use
6367         more descriptive link names than 'here'.
6369         * ROADMAP: Remove test stuff.
6371         * scripts/update-lily.py: Allow auto-building of stable and
6372         development versions.  Bugfixes.
6374 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6376         * VERSION: released 1.7.0
6378         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
6380         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
6381         positive line widths.
6383 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6385         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
6386         go.  Fix comments.
6388         * cygwin: Cygwin updates.
6390 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6392         * Documentation/windows/installing.texi (Top): version for python,
6393         urls for ghostscript (thanks to John Potelle)
6394         
6395         * lily/simultaneous-music-iterator.cc
6396         (Simultaneous_music_iterator): init children_list_ before
6397         triggering GC.
6399         * lily/*-iterator.cc: be even more careful with smobbed copy
6400         constructors. 
6402         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
6403         LeftEdge item.
6405 2002-09-15  Werner Lemberg  <wl@gnu.org>
6407         Improving LilyPond's output to make them ordinary TeX boxes with
6408         predictable dimensions.  System boxes are now vertically centered on
6409         the baseline; this offset can be further controlled with
6410         \lilypondscoreshift.
6412         * lily/system.cc (System::post_processing): Pass length of current
6413         system to `start-system' (including any horizontal indentation).
6415         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
6416         prettier.
6417         (lily-def): Append `%'.
6418         (start-system): Add parameter `wd'.  Output more TeX code to specify
6419         box dimensions.
6420         (stop-system, stop-last-system): Complement changes in
6421         `start-system'.
6422         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
6423         Updated.
6425         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
6426         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
6427         Write final `\endinput'.
6429         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
6430         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
6431         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
6432         files and macro definitions don't produce spurious spaces and
6433         paragraphs (using \endlinechar).
6434         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
6436         * Documentation/user/internals.itely: Improved formatting, fixing
6437         typos.  Added a section `Output details' to describe how the TeX
6438         code looks like.
6440 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
6442         * lily/accidental-engraver.cc: Also work with partial measures.
6444 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6446         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
6447         spanner.
6449 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6451         * lily/identifier-smob.cc (unpack_identifier): new file.
6453         * lily/lexer.ll (identifier_type): new function.  use ly-id to
6454         pass off scheme expressions as music identifiers.
6456         * scm/lily.scm: reorganisation, cleanups.
6458         * lily/main.cc: small cleanups.
6460 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6462         * lily/ly-module.{cc,hh}: new file.
6464 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
6466         * lily/accidental-engraver.cc: Also work with partial measures.
6468 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6470         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
6472 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6474         * lily/my-lily-lexer.cc: use SCM module in stead of
6475         Scheme_hash_table. Changes throughout.  
6477 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6479         * VERSION (MY_PATCH_LEVEL): make 1.7.0