(error_log): remove '/' from name.
[lilypond.git] / ChangeLog
blob43926c576e2c889340967431604d6c90cca28699
1 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * VERSION (PACKAGE_NAME): release 1.7.28
5         * python/lilylib.py (error_log): remove '/' from name.
7         * input/regression/pedal.ly: remove; dups input/test/
8         
9         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
11         * Documentation/index.html.in: python style doco index.
13         * Documentation/{footer,header}.html.in (src): remove, 
15         * Documentation/pictures: remove all but lelie-logo.xpm.
17         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
18         before running makeinfo.
20         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
21         @code{}
23 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
25         * input/test/bar-number-regular-interval.ly: rename.
27         * Documentation/user/*: various fixes. 
29 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
31         * Documentation/{ many }: polish for update-all-menus. typos.
33         * po/fi.po: fixes.
35         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
37         * buildscripts/mutopia-index.py: polish.
39 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
41         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
43         * lily/text-spanner.cc (brew_molecule): use bracket-flare
44         iso. edge-widen.
46         * lily/piano-pedal-engraver.cc (process_music): change from
47         process_acknowledged ()
49         * lily/piano-pedal-bracket.cc: new file. Change
50         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
51         cleaned up.
53         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
55         * input/regression/tuplets.ly (texidoc): rename file.
57         * po/fr.po: update
59         * buildscripts/lilypond-profile.sh: error message if script is not
60         sourced.
62         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
63         bracket-flare
64         (make_bracket): simplify code.
66         * lily/parser.yy (verbose_command_req): catch typos in \key scale
67         argument.
69         * python/lilylib.py (lilypond_version_check): new function
71         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
73         * scripts/ly2dvi.py (run_lilypond): add version check.
75         * scripts/lilypond-book.py (option_definitions): typo
77         * scripts/ly2dvi.py (include_path): typo
79         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
81         * lily/parse-scm.cc (parse_handler): typo
83         * Documentation/user/macros.itexi: use @heading for headings.
85         * Documentation/user/refman.itely: updates, fixes.
87 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
89         * po/fi.po: add Finnish translations. fixes.
91         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
93         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
94         from lily/glissando-engraver.cc.
96 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
98         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
99         for non-first _broken_ bracket.
101         * Documentation/user/refman.itely: corrections.
103 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
105         * lily/new-fingering-engraver.cc (position_scripts): add heads to
106         support of the fingerings.
108         * po/fr.po: French translation update.
110         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
111         strings.
113 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
115         * Documentation/user/introduction.itely: Small fixes.
117 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
119         * Documentation/topdocs/AUTHORS.texi: polish.
121 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
123         * Documentation/user/introduction.itely: revise
125         * Documentation/user/tutorial.itely: reorganise.
127         * Documentation/topdocs/index.tely: remove.
129         * Documentation/header.html.in: prune.
131         * GNUmakefile.in: clean up web building.
133         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
134         target.
136 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
138         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
140         * lilypond-mode.el: turn on blink-matching-paren.
142 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
144         * scm/output-sodipodi.scm (svg-header): Fix typo.
146 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
148         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
149         fixes a security hole.
151         * scripts/lilypond-book.py (original_dir): remove temp_dir
153         * scm/document-translation.scm: use @code tags.
155 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
157         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
159         * lilypond-mode.el: add a buffer-local post-command-hook to set
160         context dependent syntax-table after each cursor event. Remove old
161         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
163         * lilypond-indent.el: update comments.
165         * Documentation/footer.html.in: add period.
167 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
169         * make/lilypond.redhat.spec.in (Group): don't strip binary.
171         * scm/document-translation.scm (document-property-operation): add
172         @code{} tags.
174         * VERSION (PACKAGE_NAME): release 1.7.27
176         * config.make.in: add PAPER variable
178         * buildscripts/new-chords.py (help): add help text
180         * Documentation/user/introduction.itely (Typography and program
181         architecture):  fixes.
183         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
184         for texinfo and dvips. This fixes problems with PDF output of the
185         wrong size.
187         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
188         DVIPS_PAPERSIZE variable
190         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
191         TEXINFO_PAPERSIZE variable 
193 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
195         * mf/feta-macros.mf: whoops: only draw lines for test situations.
197         * mf/feta-toevallig.mf: lowres fixes.
199 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
201         * NEWS: Typo and fill-paragraph fixes.
203         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
204         cast #define.
206         * configure.in: 
207         * config.hh.in: Check for lrint.
209 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
211         * VERSION: 1.7.26 released
213         * lily/separation-item.cc: add padding property.
215         * input/test/*.ly: various fixes, remove solo-a2.ly
217         * scm/new-markup.scm (brew-new-markup-molecule): arg order
218         bugfix. Fixes old-style markup compatibility.
220         * Documentation/user/introduction.itely (Introduction): historical
221         elucidations
223         * Documentation/user/music-glossary.tely (Top): linewidth fix.
225         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
227         * Documentation/index.texi (Top): cleanup.
229         * Documentation/user/introduction.itely (Introduction): rewrite
230         introduction, 
231         (Music notation and  engraving): about notation. Add flat-picture
233 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
235         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
236         separation items. This keeps lyrics from bumping into each other.
238 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
240         * GNUmakefile.in (topdocs-web): New target.
241         (local-web): Depend on topdocs-web; fixes html-doc.
243 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
245         * po/lilypond.pot: run po-replace
247         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
249         * scm/drums.scm (reset-drum-kit): new function.
251         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
253         * scripts/update-lily.py: remove
254         
255         * VERSION: release 1.7.25
256         
257         * Documentation/user/introduction.itely (Introduction): rewrite
258         start of introduction.
260 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
262         * lily/all-font-metrics.cc: fixed typo
264 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
266         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
267         LilyPond-mode-context-set-syntax-table): new functions to define
268         the syntax table according to context.
270         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
272 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
274         * Documentation/user/refman.itely (Figured bass): 
275         language nit courtesy http://www.vocabula.com
277         * GNUmakefile.in: remove no kpathsea hack.
279         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
280         doco.
282         * GNUmakefile.in: remove web-doc target.
284         * lily/all-font-metrics.cc (find_afm): add message about
285         buildscripts/clean-fonts.sh 
287         * scm/define-music-properties.scm (figure): use string for 'figure
289         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
291         * input/regression/ : add raggedright = ##t where applicable. 
292         
293         * scm/bass-figure.scm (make-bass-figure-markup): add
294         alignBassFigureAccidentals property.
296         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
297         bracket.
299         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
300         syllables widths into account for minimum-length.
302         * input/test/staff-container.ly: update file
304         * input/test/stem.ly: remove
306         * lily/event.cc (LY_DEFINE): add ly: prefix.
308         * input/test/clef-manual-control.ly: from manual-clef
310         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
312         * input/test/different-time-signatures.ly: move to poly-metric.ly
314         * input/test/hara-kiri*,scales.ly: remove
315         
316         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
317         with chord-names-jazz.ly)
319         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
320         get scalable cm fonts too.
322         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
323         --encoding for mftrace if present.
325         * input/regression/slur-area.ly: move from test/
327         * input/test/: remove simple-slur-endings slur-attachment
328         slur-broken-cross-staff slur-broken.ly slur-damping.ly
329         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
330         slur-symmetry slur-symmetry tie-broken.ly
332         * scm/drums.scm (set-drum-kit): add function.
334         * Documentation/user/refman.itely (Percussion staves): use
335         set-drum-kit
337         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
338         too
339         (Global_measure.set_timesig): handle 3/8 time sig too.
341         * scm/output-lib.scm (note-head-style->attachment-coordinates):
342         note about triangle note heads.
344         * scm/drums.scm: use alist for instrument-settings. This fixes the
345         bug with assigning to drums in the .ly file.
347         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
348         CHANGED.
350         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
351         cluster-beacon-interface
353         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
355         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
357         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
359         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
360         to get positions.
362         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
363         make ClusterSpannerBeacon to record Y positions. This removes the
364         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
365         make cluster-note-events.
367 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
369         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
371         * configure.in: Use lily/main.cc as identifying source file.
373         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
375         * config.hh.in: 
376         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
378         * configure.in: Require PYTHON >= 2.0.
380         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
381           $PYTHON for include dir location.
382         (STEPMAKE_PYTHON): New function.  Use
383         
384             PYTHON=foo ./configure
386           to override.
388 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
390         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
391         something.
393         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
394         ftp.lilypond.org everywhere.
396 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
398         * lily/text-item.cc (interpret_new_markup): do only if new-markup
399         detected.
401         * Documentation/user/refman.itely (Grace notes): note on explicit
402         contexts
404 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
406         * lilypond-font-lock.el: add a comment about LilyPond specific
407         escape characters: ^, - and _, in the syntax table.
409         * Documentation/user/appendices.itely: a majuscule fix.
411 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
413         * input/test/trills.ly (endHorizScript): fixes.
415         * input/test/chord-names-jazz.ly: merge in alternate Jazz
416         notation, move from regression.
418         * input/test/script-stack.ly: change name from stacked-scripts
420         * input/test/ossia.ly: octave errors.
422         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
423         for midi-volume-equaliser
425 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
427         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
428         cm fonts.
430         * mf/feta-beugel.mf: don't multiply font_count by 10.
432         * lily/lookup.cc (horizontal_line): new function. Use
433         horizontal-line in output backends.
435         * Documentation/user/tutorial.itely (An orchestral part): new
436         section on orchestral stuff and identifiers.
438 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
440         * lilypond-mode.el: comment-out paren-highlighting, it still causes
441         some interference to other modes.
443 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
445         * lily/spacing-spanner.cc (musical_column_spacing): use average,
446         not maximum of spacing wishes in polyphonic situations.
448         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
449         number
451         * lilypond-indent.el: remove paren matching. 
453         * lily/text-item.cc (interpret_new_markup): new function
454         use iso. text2molecule.
456         * lily/main.cc (notice): change FSF address 
458         * po/de.po: update PO file to 1.6.
460 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
462         * Documentation/user/ {many}: Add periods and remove spaces.
463         
464 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
466         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
467         Disable buffer-locally default paren hook and make a new one. 
469         * lilypond-mode.el: Turn off locally paren-mode, but turn on
470         locally LilyPond-paren-mode. Add todo for mouse double-click.
472 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
474         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
475         Disable buffer-locally default paren idle timer and make a new one. 
477         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
478         locally LilyPond-show-paren-mode. Add to menu a toggle for
479         LilyPond-show-paren-function.
481 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
483         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
485 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
487         * Documentation/user/refman.itely: spelling fix.
489         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
490         paren highlight function definitions. add todo for
491         Lilypond-show-paren-mode.
493 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
495         * input/template/jazz-combo.ly: new file.
497 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
499         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
500         lo-res fixes.
502         * mf/feta-schrift.mf: bugfix in varcoda sign.
503         WARNING: FONT CHANGED
505         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
506         in accordance with lexer.ll.   
508 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
510         * Documentation/user/tutorial.itely: Edit introduction.
512 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
514         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
515         ly:grob-staff-position
517 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
519         * scm/to-xml.scm: import srfi-1
521         * VERSION (MAJOR_VERSION):  release 1.7.24
523         * python/lilylib.py (make_ps_images): make multipage _really_ work.
525         * scripts/lilypond-book.py (do_file): put texidoc before image.
526         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
528         * input/regression/*.ly: fix snippet octaves 
530         * input/test/spanner-after-break-tweak.ly: import
531         broken-spanner-adjustment
533         * input/no-notation/midi-transposing.ly: move from input/test/
535         * input/test/: remove chord-markup
537         * input/regression/instrument-name-partial.ly: move from input/test.
539         * input/test/vertical-text.ly: remove
541         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
542         space above lyrics lines.
544         * input/test/uniform-breaking.ly: remove file.
546         * lily/gourlay-breaking.cc (combine_demerits): add comment about
547         uniform spacing density. 
549         * input/test/chords.ly (keys): remove file.
551         * scm/documentation-lib.scm (oop): use srfi-1 too.
553         * input/regression/*.ly: add \version
555         * Documentation/user/*.itely: various fixes.
557         * buildscripts/mf-to-table.py (base): break table every three
558         symbols.
560         * input/:  remove %% new-chords-done %% .
562         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
563         os-music.ly
564         
565 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
567         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
569         * scm/new-markup.scm (box-markup): new function.
570         (box-markup): new function. Contributed by Dick Schoeller
571         <schoeller@attbi.com>
573         * scm/lily.scm: remove reduce-no-unit 
574         (list-insert-separator): use fold-right
576         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
577         of arguments. 
579         * NEWS: more neutral language for ancient notation 
581         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
582         inside pointing beaming for chord tremolo.
584         * Documentation/user/lilypond-book.itely: minor editing
586 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
588         * NEWS: added news for 1.8 regarding ancient notation
590         * Documentation/user/refman.itely (Gregorian square neumes
591         ligatures): fixed typo
593         * lily/vaticana-ligature-engraver.cc,
594         lily/include/vaticana-ligature.hh: bugfix: use special heads for
595         lower/upper head of Pes only when heads are stacked
597         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
598         scm/define-grob-properties.scm: cleanup: make "join-left" a
599         boolean grob property and save delta pitch in grob property
600         "delta-pitch" instead
602         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
604 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
606         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
607         completely borked
609         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
610         (try_music): bug fix: beam multiplicity was completely borked.
612         * scm/lily.scm: remove tail, filter-list, filter-out-list,
613         first-n, butfirst-n in favor of srfi-1 functions.
614         remove string-join, string-pad in favor of srfi-13 functions.
616         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
618         * NEWS: use complete sentences.
620         * Documentation/user/introduction.itely (Example applications):
621         add note about databases and lilypond-book.
623         * input/test/volta.ly: remove file
625         * input/regression/volta-broken-left-edge.ly: simplify file
627 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
629         * Documentation/user/refman.itely (Constructing a tweak): new
630         subsection.
632         * Documentation/user/tutorial.itely (Fine tuning layout): add
633         common tweaks.
635         * scm/define-grobs.scm (TextScript): use new brewer.
637 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
639         * VERSION: release 1.7.23
641         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
643         * python/lilylib.py (make_ps_images): bugfixes.
645         * input/regression/volta-multi-staff.ly: new file.
647         * Documentation/user/macros.itexi: refcommands, refcommand macros.
649         * Documentation/user/tutorial.itely (Piano staffs): new section.
650         (Setting variables): new section
651         (Fine tuning layout): new section
653         * input/just-friends.ly: remove file. Superseeded by
654         input/test/chords-without-melody.ly
656         * ly/property-init.ly: add all commands to refman.
658         * scm/define-translator-properties.scm: remove
659         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
661         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
662         name. Underscores botch up PS output.
664         * scm/define-translator-properties.scm: remove
665         textNonEmpty, oneBeat, regularSpacingDelta
667         * scripts/convert-ly.py (FatalConversionError.conv): conversion
668         rule for automaticBars.
670         * lily/timing-engraver.cc (start_translation_timestep): change
671         barNonAuto to automaticBars
673 2003-06-30  Graham Percival  <gperlist@shaw.ca>
675         * input/test/perform-tie.ly: delete file.
677 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
679         * Documentation/user/refman.itely (Gregorian square neumes
680         ligatures): bugfix: do not show ledger lines in neumes table
681         (fixed by setting staff symbol to transparent rather than removing
682         it from staff context)
684 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
686         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
687         glue into brew-new-markup-molecule.
689         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
691         * Documentation/user/introduction.itely (Computerized typography):
692         new section
694         * Documentation/user/tutorial.itely (An orchestral part): remove
695         pc example from tutorial.
697         * input/tutorial/lilbook.tex: use screech-boink
699         * scripts/lilypond-book.py (compile_all_files): split formatting
700         output body and scheduling lilypond compilation.
701         (format_lilypond_output_bodies): new function
702         (format_lilypond_block): new function
703         (html_pages): allow multi-page images in HTML
705         * python/lilylib.py (make_ps_images): rename function from
706         make_preview, merge with make_page_images
708 2003-06-28  Graham Percival  <gperlist@shaw.ca>
710         * input/test/key-clefs.ly: moved to regression.
712         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
714         * input/no-notation/README: added note about midi-*.ly files.
716         * input/test/two-key.ly: moved to no-notation/parse5.ly
718         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
719         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
721         * input/test/ {various}: modified comments, marked some for deletion.
723         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
725         * input/test/mmrest-collision: moved to regression.
727 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
729         * scm/chord-name.scm (note-name->markup): don't superscript root
730         alterations in chordnames.
732 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
734         * Documentation/user/refman.itely (Multi measure rests): more
735         index/cross-referencing.
737         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
739         * scm/font.scm: remove properties-to-font-name code.
741         * scm/define-grob-properties.scm: remove 'type
743         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
744         conversion
746         * lily/text-spanner.cc: change 'type grob prop to 'style 
748         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
749         "first" flag to decide whether to make a start-repeat
751         * input/regression/grace-volta-repeat-2.ly: new file.
753 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
755         * lilypond-indent.el: rename generic functions to LilyPond-*
757 2003-06-22  Graham Percival  <gperlist@shaw.ca>
759         * input/test/thumb.ly: delete, merged into refman.
761         * Documentation/user/refman.itely: added thumb info to Fingering.
763         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
764         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
765         vertical-align.ly : deleted files.
767 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
769         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
771         * lily/line-spanner.cc (broken_trend_offset): remove function.
772         (get_broken_offset): idem.
773         (brew_molecule): rewrite the line-break case.
775         * input/regression/follow-voice-break.ly:  new file.
777         * lily/line-spanner.cc (after_line_breaking): remove lines at the
778         start of a system.
780 2003-06-20  Graham Percival  <gperlist@shaw.ca>
782         * input/test/tuplet-rest.ly: moved to regression.
784         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
785         deleted file.
787         * input/test/ {many} : marked file for possible deletion.
789 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
791         * input/regression/beam-funky.ly: add note about (disputed)
792         correct beaming.
794         * ly/engraver-init.ly (ScoreContext): put key-signature after
795         staff-bar
796         
797 2003-06-20  Graham Percival  <gperlist@shaw.ca>
799         * input/test/ broken.ly lyric-phrasing.ly: deleted.
801         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
803         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
805         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
806         stem-extend was deleted (it was duplicate example, and not as
807         good).
809         * input/test/[s-z]*.ly: add texidoc index.
811 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
813         * lily/slur.cc (get_boundary_notecolumn_y): change name from
814         get_first_notecolumn_y
816         * lily/spanner.cc (broken_spanner_index): new function.
818 2003-06-19  Graham Percival  <gperlist@shaw.ca>
820         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
821         lyric-hyphen.ly : moved to regression.
823         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
824         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
826         * input/test/instrument-name-mmrest.ly: moved to
827         ../regression/multi-measure-rest-instr-name.ly
829         * input/test/knee-sym.ly: moved to
830         ../regression/beam-knee-symmetry.ly.
832         * input/test/hymn.ly: change comments.
834         * input/test/[p-r]*.ly: add texidoc index.
836 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
838         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
839         to postfix syntax
840         
841         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
842         syntax.
844         * VERSION: release 1.7.22
846 2003-06-18  Graham Percival  <gperlist@shaw.ca>
848         * input/test/[h-k]*.ly: added texidoc index.
850         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
852         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
854         * input/test/ various : mark files for deletion or moving to regression.
856         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
858         * input/test/[l-o]*.ly: added texidoc index.
860 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
862         * scm/music-functions.scm (make-ottava-set): 
863         only do ottavation if centralCPosition is set.
865         * lily/translator-scheme.cc (ly:context-property-where-defined):
866         return '() if not found.
868 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
870         * lilypond-mode.el (LilyPond-un-comment-region): removed.
871         Use one command for both commenting and uncommenting.
873         * lilypond-indent.el (LilyPond-comment-region): new function,
874         (un)comments each line separately.
876         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
877         
878         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
879         imenu is not added by default; adapted from f90.el,
880         makes Help-menu, which does not fit, visible in XEmacs.
881         
882 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
884         * lilypond-mode.el: Set show-paren-mode local; minor-mode
885         show-paren-mode sets blink-matching-paren-on-screen local.
886         Try to make show-paren-function to paren-highlight local.
888         * lilypond-indent.el (LilyPond-scan-sexps): new function.
889         Copy definitions of Emacs' show-paren-function and
890         XEmacs' paren-highlight and make minimal changes;
891         add comments about locality. 
892         Fix matching first open-paren-char in '<< .. >>'.
894 2003-06-16  Graham Percival  <gperlist@shaw.ca>
896         * input/test/g*: added texidoc index.
898         * input/test/[a-g]*: added raggedright==#t when it
899          seemed appropiate.
901         * input/test/ fake-grace.ly figured-bass.ly : removed file.
903         * Documentation/topdoc/INSTALL.texi: removed false warnings
904         about gcc 3.3.
906 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
908         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
910         * input/test/chords-without-melody.ly (texidoc): add from
911         input/just-friends.ly
913         * input/regression/size{13--26}.ly: move from input/
915         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
916         input/{star-spangled-banner,twinkle}.ly: remove 
917         
918         * lily/slur.cc: remove slur over rest warnings.
920         * lily/note-spacing.cc (get_spacing): include left part of right
921         object in fixed space. This fixes stretched space before
922         accidentals.
924         * input/regression/spacing-accidental-stretch.ly: new file.
926 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
928         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
929         Reduce to 16pt.
931 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
933         * input/regression/spacing-knee.ly: docstring
935         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
937         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
938         input/tutorial/{test,solar,flowing}.ly: remove
940         * input/rhythm.ly: remove
942         * input/mutopia/F.Schubert/standchen.ly: update syntax.
944         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
945         update syntax. 
947         * scm/define-grobs.scm (all-grob-descriptions): set
948         knee-spacing-correction to 1.0
950         * lily/note-spacing.cc (stem_dir_correction): compute knee
951         correction using stem-thickness and head width.
953         * input/regression/beam-quanting-horizontal.ly: update texidoc
955         * scm/define-grobs.scm (all-grob-descriptions): set
956         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
957         This fixes 32nd beams for noteheads in spaces quants.
959         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
961 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
963         * README.mandrake: Change lilypond-extras to lilypond-documentation.
965 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
967         * input/test/dpncnt.ly,part-combine-score.ly: remove.
969         * VERSION (PACKAGE_NAME): release 1.7.21
971         * input/regression/stem-shorten.ly: new file.
973         * lily/stem.cc (get_default_stem_end_position): revise stem
974         shortening code.
976         * input/regression/spacing-multi-tuplet.ly: move from input/test/
978         * input/test/{scripts,volta-start,sleur}.ly: remove
979         
980         * input/regression/span-bar.ly: smaller file.
982         * input/regression/spacing-{natural,tight,loose}.ly: remove
984         * input/test/markup.ly: remove
986         * scripts/lilypond-book.py: put printfilename in separate chunk,
987         so texidoc is printed after the filename.  
989 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
991         * make/lilypond.mandrake.spec.in: fix docdirs.
993 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
995         * input/regression/beam-french.ly: bugfix.
997         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
999         * input/regression/(various).ly: add raggedright = #t.
1001         * input/regression/auto-beam.ly: move from abe.ly
1003 2003-06-13  Graham Percival  <gperlist@shaw.ca>
1005         * input/test/f*.ly: added texinfo index.
1006         
1007         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
1009 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1011         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
1012         quant penalty for beam just outside staff.
1014         * input/regression/beam-quanting-horizontal.ly (texidoc): move
1015         from beam-pos.ly,  remove non-horizontal tests. 
1017         * input/test/(various): cleanup header info. 
1019         * input/test/tchaikovsky.ly: remove file.
1021         * scm/chord-generic-names.scm: move from
1022         double-plus-new-chord-name.scm
1024         * input/test/orchestscore.ly: remove file
1026         * Documentation/user/refman.itely (Vocal music): update documentation.
1028         * scm/define-translator-properties.scm (chordNoteNamer): remove
1029         chordNameStyle, use chordNameFunction
1031         * scm/chord-name.scm (set-chord-name-style): remove
1032         set-chord-name-style. Use \property chordNameFunction.
1034 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1036         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1037         music): remove @TeX{} command.
1039 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1041         * lilypond-indent.el (scan-sexps): Renamed to
1042         aargh-this-breaks-other-emacs-modes-scan-sexps.
1044 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
1046         * lilypond-indent.el: Fix: match concurrent one-char opening and 
1047         closing slurs: '()', etc. Add comments.
1049         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
1051         * lilypond-font-lock.el: match unending string at eof.
1053         * make/lilypond.mandrake.spec.in: refreshed packed file list.
1054         
1055 2003-06-10  Graham Percival  <gperlist@shaw.ca>
1057         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
1058         input/test/beam-dir.ly input/test/beam-position.ly    
1059         input/test/beam-suspect.ly input/test/beam-trend.ly    
1060         input/test/beams.ly input/test/crescendo-text.ly : deleted
1061         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
1062         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
1063         * input/test/default-bars.ly: moved to bar-always.ly
1064         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
1066 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1068         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
1070 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1072         * scm/chord-ignatzek-names.scm (remove-step): rename file.
1074 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
1076         * lilypond-indent.el: Match better slurs in scheme expressions.
1077         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
1079         * Documentation/user/invoking.itexi: document Emacs' paren matching.
1081 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1083         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
1085         * input/ac-extra-voice.ly: Add texidoc.
1087         * ly/chord-modifiers-init.ly: 
1088         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
1089         and chordNameExceptionsPartial for new chord names.
1091         * input/test/chord-names-dpnj.ly: 
1092         * input/test/dpncnt.ly: Update.
1094         * scm/chord-name.scm: 
1095         * scm/double-plus-new-chord-name.scm: Add compatibility for new
1096         chord selection and options.
1098         * ly/chord-modifiers-init.ly: Add exceptions 
1100         * scm/define-translator-properties.scm (chordNameStyle) 
1101         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
1103 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
1105         * ly/property-init.ly (germanChords): Added.
1106         (semiGermanChords): Added.
1107         
1108         * input/test/chord-names-german.ly: Use new macros
1109         
1110 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
1112         * lilypond-indent.el: Use similar parenthesis highlighting for 
1113         Emacs and XEmacs through redefinitions of parenthesis highlighting 
1114         functions; removed LilyPond-show-paren-function. Fix indenting.
1115         Turn paren-matching on also in XEmacs.
1117         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
1118         as needed by parenthesis highlighting functions (in scan-sexp).
1120 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1122         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
1123         function.
1124         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
1126 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
1128         * lilypond-indent.el: tune regexp for show-paren-function.
1130 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1132         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
1133         for all LilyPond-produced tex snippets.
1135         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
1136         fixes one line --preview output of ly2dvi.
1138 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
1140         * lilypond-indent.el: match only one type of slurs in
1141         LilyPond-show-paren-function.
1143 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1145         * debian/GNUmakefile (EXTRA_DIST_FILES): 
1146         * debian/lilypond1.7.dirs: 
1147         * debian/lilypond1.7-doc.dirs: New file.
1149         * input/regression/chord-name-exceptions.ly: Add parameter for
1150         ignatzekExceptions.  Quote hash in docstring.
1152 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
1154         * lilypond-indent.el (show-paren-function): define show-paren-function
1155         as LilyPond-blink-matching-open and use it for closing parens.
1156         Let LilyPond-blink-matching-open know whether a bracket was inserted.
1158         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
1159         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
1160         LilyPond-blink-matching-paren in order to match both open and close
1161         brackets.
1162         
1163 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
1165         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
1166         testing by modifying the code from FSF Emacs paren.el. Add comments.
1168 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1170         * input/test/dpncnt.ly: Transpose example to match new
1171         default \chords octave.  Add comment.
1172         
1173         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
1174         comment about octave change.
1176 2003-06-04  Graham Percival  <gperlist@shaw.ca>
1178         * input/test/[d,e]: added texinfo index tags.
1179         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
1181 2003-06-04  Graham Percival  <gperlist@shaw.ca>
1183         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
1185 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
1187         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
1188         as in blink-matching-open.
1190 2003-06-03  Graham Percival  <gperlist@shaw.ca>
1192         * input/test/[a-c]: more comments in files.
1193         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
1194         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
1195         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
1196         mark file for proposed deletion.
1197         * input/test: renaming files:
1198         auto-beam-4-8.ly to beam-auto-4-8.ly
1199         auto-beam-override.ly to beam-auto-override.ly
1200         auto-beam.ly to beam-auto.ly
1201         blank.ly to blank-paper.ly
1202         absolute-volume.ly to dynamic-absolute-volume.ly
1204 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1206         * input/test/dpncnt.ly: 
1207         * input/test/chord-names-dpnj.ly: Resurrect.
1209         * lily/my-lily-lexer.cc: Remove chordnames keyword.
1211         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
1213         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
1214         Better docstring, add parameter OMIT-ROOT, tidy up.
1216 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
1218         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
1220 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1222         * scm/output-ascii-script.scm (as-font-alist-alist):
1223         (as-properties-to-font-name):
1224         (as-make-style-sheet): Remove.
1226         * scm/font.scm (as-make-font-list): New function.
1227         (as-font-sheet-alist): New variable.
1229         * ly/paper-as9-init.ly: 
1230         * ly/paper-as5-init.ly: Update.
1232         * ly/paper-as5.ly:
1233         * ly/paper-as9.ly: New file.
1235 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1237         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
1239 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1240         * input/sondag-morgen/*: removed due to copyright concerns.
1241         * input/[a,b]*.ly: added a newline at the end of the texinfo
1242         doc string (produces better output in HTML version).
1243         * input/c*.ly: added texinfo index and added comments to
1244         aid in future changes to input/test/ files.
1246 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1247         
1248         * Documentation/user/refman.itely: fixed build problem (missing
1249         file) caused by previous renaming.
1251 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1252         
1253         * input/test/[a,b]*.ly: added texinfo index and added comments to
1254         aid in future changes to input/test/ files.
1255         * input/test/bar-number-every-5-reset.ly: renamed to
1256         bar-number-every-five-reset.ly
1257         * input/test/bar-script-visibility.ly: renamed to
1258         bar-number-show-all.ly
1260 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1262         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
1263         to Voice.
1265         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
1266         out note-line and glissando functionality.
1267         
1268         * lily/line-spanner.cc (brew_molecule): cleanup.
1270 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1272         * scripts/as2text.scm: Use rdelim module.
1273         (start-system): Rename from start-line.
1274         (stop-system): Rename from stop-line.
1275         (af-gulp-file): Use string iso symbol for getenv.
1277         * scm/output-ascii-script.scm: Add guile and lily modules.
1278         (font-name-alist): New variable.
1279         (draw-line): New function.
1281         * scm/output-lib.scm (func, arg->string): Re-add from archive.
1282         (Were these silently removed, without ChangeLog entry?)
1284 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1286         * scm/music-functions.scm (make-ottava-set): bugfixes: also
1287         process 2nd ottava correctly.
1289 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
1291         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
1293 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1295         * Documentation/user/converters.itely (Invoking midi2ly): Update.
1297 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1299         * VERSION: release 1.7.20
1300         
1301         * lily/text-spanner.cc (brew_molecule): clean up function. This
1302         fixes bugs with broken 8va spanners.
1304         * lily/simple-spacer.cc (solve): also compute force for raggedright.
1305         This prevents spurious line-breaks with raggedright
1306         
1307 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1309         * lily/key-performer.cc (create_audio_elements): always use major
1310         key
1312         * Documentation/user/internals.itely: updates
1314         * input/regression/beam-break.ly: new file.
1316         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
1317         beams if starting or terminating stems have 'beaming set.)
1319         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
1320         property.
1322         * lily/parser.yy (verbose_command_req): add comment about scales.
1324 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
1326         * lilypond-indent.el: adjust regexps in bracket-matching.
1328 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
1330         * Documentation/user/refman.itely: more tiny fixes
1332         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
1333         "Chord names"; added table with input syntax for solesmes neumes
1334         table; added some words about rationale on input syntax design
1336         * lily/gregorian-ligature-engraver.cc,
1337         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1338         lily/include/gregorian-ligature.hh: bugfix: horizontal head
1339         alignment of Pes Initio Debilis
1341         * Documentation/user/refman.itely,
1342         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1343         mf/parmesan-heads.mf: fixed most of the head selection/alignment
1344         bugs in the solesmes neumes table
1346 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
1348         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
1349         Similarly, match '[' and ']' by skipping '\[' and '\]'.
1351         * lilypond-mode.el: fix tag-score. small improvements.
1353 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1355         * .cvsignore: Add aclocal.m4.
1357         * lily/music-constructor.cc: Include <assert.h>.
1359 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1361         * ly/engraver-init.ly (HaraKiriStaffContext): use
1362         RemoveEmptyStaffContext instead.
1364         * Documentation/user/refman.itely: updates
1366 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
1368         * Documentation/user/refman.itely: added solesmes neumes table;
1369         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
1370         bugfix: "Ornaments" -> "Articulations"
1372         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
1374 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1376         * lilypond-indent.el: Add a message about trying to match \] or \).
1377         
1378 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
1379         
1380         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
1381         obsolete "arithmetic_*"
1383         * input/bugs/ligatures.ly: removed (will be put into a different
1384         directory later)
1386 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1388         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
1389         libkpathsea (Maurizio Tomasi).
1391 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1393         * input/regression/repeat-slash.ly (texidoc): new file
1395         * lily/slash-repeat-engraver.cc (try_music): new file, handle
1396         slash repeats separately. Slash repeats and %
1397         repeats can now be nested.
1399 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1401         * lilypond-indent.el: Add preliminary test for closing \] and \).
1402         
1403 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
1405         * lily/gregorian-ligature-engraver.cc,
1406         lily/vaticana-ligature-engraver.cc,
1407         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
1408         mf/parmesan-heads.mf: various semivocalis related bugfixes
1410         * input/bugs/ligatures.ly: new file demonstrating problems with
1411         ligatures
1412         
1413 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
1415         * lilypond-mode.el,
1416         lilypond-font-lock.el,
1417         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
1419 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
1421         * lilypond-mode.el: Remove outdated code. Stress the difference 
1422         between Emacs and XEmacs definitions.
1424         * lilypond-mode.el,
1425         lilypond-indent.el: Define a function interactive only when necessary.
1427 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
1429         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
1430         Use inactive regions also in XEmacs.
1432 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1434         * Documentation/user/refman.itely (Repeat syntax): more updates
1436         * lily/simple-spacer.cc (solve): move solution process into
1437         solve(). This fixes a bug with collisions and raggedright = ##t.
1439         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
1441         * ly/engraver-init.ly: remove GraceContext. Update examples.
1443 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1445         * GNUmakefile.in (fonts): Also make fontball.
1447         * Website fixes:
1449         * ly/engraver-init.ly (GraceContext): Add.
1451         * run:
1453             convert-ly $(find . -name *.ly)
1455         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
1456         new chords.
1458 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1460         * VERSION: 1.7.19 released
1461         
1462         * scm/music-functions.scm (set-octavation): new function.
1464         * input/regression/ottava.ly: new file
1466         * lily/translator-scheme.cc (LY_DEFINE): new function
1467         ly:unset-context-property
1468         (LY_DEFINE) new function ly:context-property-where-defined: 
1470 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
1472         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
1474         * lilypond.words: add few.
1476         * input/test/script-chart.ly: fix typo.
1478 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1480         * scm/define-grobs.scm: uniform naming for definitions and output
1481         routine files. 
1483         * ly/engraver-init.ly (ChoirStaffContext): add \description from
1484         scm/context-description.scm
1486         * lily/parser.yy (translator_spec_body): add \description to the
1487         \translator{} body syntax.
1489         * lily/ottava-engraver.cc: new file.
1491         * scm/chord-name.scm (natural-chord-alteration): replace old
1492         chord stuff. 
1494         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
1496         * Documentation/user/refman.itely (Metronome marks): update doco.
1498         * input/regression/markup-note.ly: new file
1500         * input/regression/metronome-marking.ly: new file
1502         * lily/metronome-engraver.cc: new file. Print \tempo markings.
1504         * scm/new-markup.scm (note-markup): make a note glyph, useful for
1505         metronome marks.
1507 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1509         * Documentation/user/GNUmakefile: Compatibility fix for new
1510         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
1511         for making binary packages; info splitting bug has been fixed.
1513         * Documentation/user/refman.itely: Compile fixes.
1515 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
1517         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
1518         Count \midi -keywords also for a region.
1520 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1522         * lily/lookup.cc (LY_DEFINE): new function
1524         * Documentation/user/tutorial.itely: updates
1526 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
1528         * lilypond-mode.el: Allow Midi on buffer.
1529         Use only '.ly'-extension, remove '.sly' and '.fly'.
1530         Allow use of inactive regions. Invoke next Command on Master file, 
1531         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
1533 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1535         * Documentation/user/tutorial.itely: updates.
1537 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
1539         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
1541 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
1543         * lily/coherent-ligature-engraver.cc: fixed typo
1545         * lily/coherent-ligature-engraver.cc,
1546         lily/gregorian-ligature-engraver.cc,
1547         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1548         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1549         lily/vaticana-ligature-engraver.cc,
1550         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
1551         scm/grob-description.scm: cleanup: junked LigatureHead grob and
1552         removed all ligature specific stuff from NoteHead code
1554         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
1555         ligatures now use regular noteheads
1557         * lily/vaticana-ligature.cc: tiny code cleanups
1559         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
1560         space between two adjacent noteheads of the same pitch
1562         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
1563         description; cleanup: removed obsolete font-family settings
1565 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
1567         * lily/coherent-ligature-engraver.cc,
1568         lily/gregorian-ligature-engraver.cc,
1569         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1570         lily/mensural-ligature-engraver.cc,
1571         lily/vaticana-ligature-engraver.cc,
1572         lily/include/gregorian-ligature-engraver.hh: updated for new
1573         Coherent_ligature_engraver; added comments that describe the basic
1574         design ideas of the ligature implementation
1576         * lily/coherent-ligature-engraver.cc,
1577         lily/include/coherent-ligature-engraver.hh: new file: shared code
1578         between mensural ligatures and Gregorian chant notation ligatures
1580 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1582         * lilypond-mode.el: XEmacs fixes: include two definitions for the
1583         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
1584         use only two arguments in sit-for, use no arguments in
1585         read-char-exclusive, backspace is not a character (127) in XEmacs.
1587         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
1589 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1591         * lilypond-mode.el: un-commenting works after syntax-table fix.
1593         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
1594         group, verbose commenting for syntax table.
1596         * lilypond-indent.el: add TODO for ligature slurs.
1598 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
1600         * lilypond-mode.el: Move comments of parenthesis matching away,
1601         (blink-matching-paren-on-screen) fix blinking in Emacs.
1603         * lilypond-font-lock.el: Fix parent-matching for Emacs:
1604         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
1606         * lilypond-indent.el: Add TODO for parenthesis matching.
1608 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
1610         * lilypond-mode.el: Fix XEmacs: 
1611         changed [S-iso-lefttab] to [(shift iso-lefttab)],
1612         invoke explicitly easy-menu-add (in Emacs done automatically).
1613         
1614         * lilypond.words: Add few words from input/*/*.ly.
1616 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1618         * VERSION (PATCH_LEVEL): release 1.7.18
1620         * scripts/lilypond-book.py: only print basename for printfilename
1621         option
1623         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
1624         and syntax updates.
1626 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1628         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
1629         better parametrisation. Move fatness of bulb downward.
1631         * mf/parmesan-custodes.mf (dir_down): remove underscores from
1632         glyph names. Underscores are not allowed .ps encoding files.
1634 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
1636         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
1637         variable "packed" for packed right-ragged mode
1639         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
1640         unused variable ragged; fixed indentation
1642         * Documentation/user/refman.itely: tiny cleanups in ancient
1643         clef and custos section
1645 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1647         * lily/parser.yy (Simple_music): add \applyoutput, syntax
1648         \applyoutput PROCEDURE
1650         * lily/my-lily-lexer.cc: add \applyoutput.
1652         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
1654         * lily/text-item.cc: clean text-interface description
1656 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1658         * input/{regression,test}/: use postfix for slur endings and beam
1659         begins.
1661         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
1662         style beams too. 
1664         * input/regression/lyrics-melisma-beam.ly: new file.
1666         * lily/lyric-engraver.cc (process_music): change from
1667         process_acknowledged_grobs()
1669         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
1670         functions to set and revert auto-beam settings.
1672 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1674         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
1676 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
1678         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
1679         Documentation/user/lilypond.tely: fixed some typos; updated author
1680         info
1682         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
1683         #"" -> #'flag-style = #'()
1685         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
1686         cleanup: removed dead #includes
1688         * lily/gregorian-ligature-engraver.cc,
1689         lily/include/gregorian-ligature.hh,
1690         scm/grob-property-description.scm: small cleanups, small spacing
1691         fixes
1693         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
1694         lily/vaticana-ligature.cc,
1695         lily/include/gregorian-ligature-engraver.hh,
1696         scm/grob-property-description.scm, scm/music-types.scm:
1697         "porrectus" -> "pes or flexa"
1699         * ly/engraver-init.ly, scm/grob-description.scm,
1700         scm/grob-property-description.scm: junked porrectus, now handled
1701         by ligature code
1703         * scm/grob-description.scm: bugfix: added space-alist entry for
1704         breathing sign/custos
1706 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1708         * Another grand 2003 update.
1709         
1710         * Remove mentioning of `mudela'; There's no such thing.
1712 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1714         * Documentation/user/preface.itely (Preface to version 1.8): update
1716         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
1718         * Documentation/user/converters.itely (Invoking convert-ly): revise
1720         * scripts/convert-ly.py (outfile_name): remove --assume-old.
1722         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
1724 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1726         * Documentation/user/internals.itely: more updates.
1728 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1730         * Documentation/user/refman.itely: revise 
1732         * Documentation/user/internals.itely: revise
1734         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
1736 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
1738         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
1739         beautification: reformatted ancient clefs section; cleanup: small
1740         wording fixes
1742 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
1744         * lilypond.words: added words for chant notation, sorted
1745         alphabetically through "sort lilypond.words"
1747 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
1749         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
1750         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
1751         chant notation
1753 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
1755         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
1756         prevent TeX from interpreting them as long dash
1758         * input/test/vaticana.ly: updated
1760         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
1761         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
1762         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
1763         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
1764         fixes
1766         * mf/parmesan-heads.mf: ledger endings: removed dead code
1768 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1770         * VERSION: 1.7.17 released
1771         
1772         * Documentation/user/GNUmakefile
1773         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
1774         files too.
1776         * scm/document-markup.scm: new file: document all markup
1777         functions.
1779         * scm/documentation-generate.scm: rename all documentation modules
1780         to document-*.scm
1782         * scripts/lilypond-book.py: generate link to .ly file iso. link to
1783         .png
1785         * input/test/divisiones.ly: added
1787         * input/regression/output-property.ly: new file
1789         * lily/cluster.cc: change cluster-interface to use style property
1791 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
1793         * input/test/chord-names-german.ly: modified.
1795         * scm/chords-ignatzek.scm:
1796           chord-name->german-markup: Added
1797           note-name->german-markup: Changed (now producing lowercase notenames)
1799         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
1800         
1801 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1803         * scripts/convert-ly.py (FatalConversionError.conv):
1804         divisiominima -> divisioMinima, etc.
1806         * ly/engraver-init.ly (FiguredBassContext): add
1807         Separating_line_group_engraver to Figured bass context.
1809         * ly/german-chords-init.ly: remove file
1811         * input/test/chord-names-german.ly (scm): new file.
1813         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
1815         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
1816         Chord_name_engraver
1818         * Documentation/user/refman.itely: lots of updates.
1820         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
1821         new file
1823         * input/test/bar-number-every-5-reset.ly: new file.
1825 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1827         * input/regression/chord-name-major7.ly: new file
1829         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
1830         if specced explicitly.
1832         * input/regression/chord-name-entry-11.ly: new file.
1834         * input/test/slur-beautiful.ly: new file.
1836         * Documentation/user/refman.itely: updates.
1838         * input/regression/collisions.ly (threevoice): cleanup.
1840         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
1842 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1844         * Documentation/user/*.itely: various updates.
1846         * ly/spanners-init.ly: enddecr/ endcr.
1848         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
1849         of tutorial
1851 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1853         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
1855         * lily/new-chord-name-engraver.cc (process_music): use octavation
1856         (a number) instead of original-pitch to store inversions. This
1857         fixes a problem with transposed chords with inversions.  
1859 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1861         * stepmake/aclocal.m4: Include compile fix for broken flex, as
1862         used in includable-lexer.hh.
1864         * lily/includable-lexer.cc: Bugfix: include config.h.
1866         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
1867         circumvention of Debian packaging bug.
1869 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1871         * flex-2.5.31 hits Debian/unstable.  Fixes below.
1872         
1873         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
1875         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
1876         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
1878         * lily/include/includable-lexer.hh: 
1879         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
1881         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
1883         * aclocal.m4: Regenerate.
1885         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
1886         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
1888         * scm/pdf.scm (use-modules): Include lily.
1890         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
1891         Noordkamp).
1892         (use-modules): Include lily.
1893         (lily-def): Bugfix: include tex-val in let.
1895 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
1897         * lilypond-mode.el: sensible error if lilypond.words not found.
1899         * lilypond.words: add few words.
1901 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
1903         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
1905         * mf/parmesan-scripts.mf: fixed typo in char name
1907 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1909         * VERSION: 1.7.16 released
1911         * python/lilylib.py (setup_temp): temporary directories are mode 700.
1912         (this is a security vulnerability).
1914         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
1916         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1917         add staff support.
1919 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
1921         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
1922         ly/script-init.ly, scm/script.scm: bugfix: renamed
1923         fermata->signumcongruentiae to fix naming clash with feta font
1925 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1927         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
1929         * lily/multi-measure-rest-engraver.cc
1930         (start_translation_timestep): use grace timing too for determining
1931         when to make mmrest.
1932         (start_translation_timestep): clear numbers too.
1934 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
1936         * scm/music-types.scm: compile fix: escape braces
1938         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
1939         work around font selection problem
1941         * Documentation/user/refman.itely: BreathingSign: added docu for
1942         property "text"
1944 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1946         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
1947         information.
1949 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1951         * lily/multi-measure-rest-engraver.cc (class
1952         Multi_measure_rest_engraver): make multiple Number objects, one
1953         for each MultiMeasureTextEvent.
1955         * scm/music-functions.scm (glue-mm-rest-texts): use
1956         MultiMeasureTextEvent
1958         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
1960         * Documentation/user/refman.itely (Multi measure rests): update.
1962 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1964         * lily/ly-module.cc (ly_copy_module_variables): use
1965         scm_internal_hash_fold() for iterating modules.
1967 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
1969         * Documentation/user/refman.itely: Section Custodes: added more
1970         example code
1972         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
1973         neo-mensural rests to parmesan font
1975         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
1976         header
1978 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1980         * Documentation/user/macros.itexi: @fileref macro.
1982         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
1983         each file. 
1985 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
1987         * lily/include/custos.hh, make/lilypond.suse.spec.in,
1988         Documentation/topdocs/AUTHORS.texi: updated my email address
1990         * Documentation/user/refman.itely: updated custos documentation;
1991         beautified divisiones example; beautified articulations table
1993         * lily/breathing-sign.cc: bugfix: finalis molecule
1995 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
1997         * Documentation/user/refman.itely: added docu for
1998         contemporary fermata symbols, gregorian breathing signs; small fixes
2000         * ly/gregorian-init.ly: removed obsolete #'type props
2002 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2004         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
2005         minimum-length property correctly.
2007 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2009         * scm/music-functions.scm (make-multi-measure-rest): set input
2010         locations for multimeasure rests.
2012 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
2014         * input/regression/breathing-sign.ly: updated to for ancient
2015         notation
2017 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2019         * scripts/ly2dvi.py: Add newline.
2021 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2023         * scripts/ly2dvi.py (dependency_files): Compile fix.
2025 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2027         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
2028         (make_html_menu_file): --html menu. 
2030 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2032         * scripts/ly2dvi.py (run_dvips): +add the .map file 
2034 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2036         * input/screech-boink.ly: new file.
2038 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2040         * scripts/lilypond-book.py (make_lilypond_file): convert
2041         lilypond-file to lilypond block directly, without going through
2042         begin/end lilypond text.
2043         
2045 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
2047         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
2048         scm/grob-description.scm: moved Michael's original breathing sign
2049         code in brew_molecule() to divisio_minima(); provided new
2050         brew_molecule() that effectively replaces the
2051         Text_item::brew_molecule callback (with additional fallback to
2052         Michael's original code); added callbacks for brewing divisio
2053         maior/maxima and finalis
2055         * gregorian-init.ly: added breathing sign shortcuts for virgula,
2056         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
2058         * script-init.ly: added shortfermata, longfermata,
2059         verylongfermata, varcoda
2061         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
2062         longfermata, verylongfermata, varcomma, varcoda
2064 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2066         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
2067           Remove all noquote and insert a few quote.
2068         
2069         * Documentation/user/lilypond-book.itely (Music fragment options),
2070           scripts/lilypond-book.py: Don't include quotation blocks by
2071           default. Introduce option quote instead of noquote
2073 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2075         * VERSION: 1.7.15 released
2076         
2077         * Documentation/user/lilypond.tely: omf updates.
2079         * buildscripts/texi2omf.py (omf_vars): include version.date
2081         * make/lilypond.redhat.spec.in: fixes for spec file. 
2083         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
2084         by function definition: lily now requires a recent GNU Make.
2086         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
2088         * make/ly-rules.make: remove .ly -> .tex rule
2090         * Documentation/user/refman.itely (Figured bass): revised figured
2091         bass example.
2093 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2095         * stepmake/stepmake/omf-targets.make (local-install): add
2096         scrollkeeper-update message.
2098         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
2099         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
2101         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
2103         * Documentation/user/converters.itely (Invoking midi2ly): add
2104         track/channel notice.
2106 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2108         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
2110         * lily/parser.yy (scalar): DIGIT is also a scalar.
2112         * Documentation/user/music-glossary.tely: add @omf tags
2114         * Documentation/user/lilypond.tely: add @omf tags
2116         * scm/generate-documentation.scm (string-append): add @omf tags.
2118         * stepmake/stepmake/omf-*: new files 
2120         * input/regression/multi-measure-rest.ly (texidoc): add doco
2122         * GNUmakefile.in (web-doc-install): add web-doc-install target
2124         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
2125         fixes crashes while dumping MIDI.
2127         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
2128         midi
2130 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2132         * buildscripts/texi2omf.py: new file.
2134         * mf/feta-beugel.mf: include font count, not staffsize (16) in
2135         font-name
2137 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2139         * input/regression/beam-manual-beaming.ly (texidoc): new file.
2141         * lily/sequential-iterator.cc (descend_to_child): call
2142         descend_to_child() for all types of music.
2144 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2146         * scm/translator-property-description.scm: Add
2147         bassFigureFormatFunction.  Replace some entries.
2149 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2151         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
2152         clean out.
2154 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2156         * scripts/midi2ly.py (Note.dump): never dump duration for
2157         dump_dur=0.
2159         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
2160         new function
2162         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
2163         figures using new markups. Much simpler, and should improve layout
2164         a little.
2166         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
2168 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2170         * ly/engraver-init.ly: use Hara kiri by default for 
2171         ChordNames, FiguredBass and Lyrics(Voice) context. 
2173         * lily/axis-group-engraver.cc (acknowledge_grob): use
2174         rhythmic-grob-interface for selecting items not to hara-kiri'd 
2176         * scm/new-markup.scm (markup-function-list): add bracket,
2177         vbracket.
2179         * ly/engraver-init.ly (ChordNamesContext): set
2180         minimumVerticalExtent
2182 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2184         * input/test/time-signature-double.ly: new file 
2186         * input/regression/collision-head-chords.ly (texidoc): new file.
2188         * lily/type-swallow-translator.cc: add note swallow translator 
2190         * input/test/time-signature-double.ly: new file.
2192         * lily/type-swallow-translator.cc: add Rest_swallow_translator
2194         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
2195         (FiguredBassContext): idem.
2197         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
2199         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
2201         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
2203         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
2204         .afm dependency
2206         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
2208         * python/lilylib.py (make_page_images): add function.
2210         * scripts/ly2dvi.py (run_latex): include title in preview image.
2212         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
2213         from lilypond-book for <ly2dvifile> tags in HTML.
2215         * scripts/ly2dvi.py (option_definitions): add --debug option to
2216         print out environment.
2218         * input/regression/tie-chord-partial.ly: new file.
2220 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
2222         * lilypond.words: add 3
2224 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2226         * scm/new-markup.scm (markup-function-list): add finger-markup
2228         * input/tutorial/brahms-tweaked.ly: new markup 
2230         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
2232         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
2233         crash when processing '() markup
2235         * input/regression/breathing-sign.ly (texidoc): add caesura example.
2237         * lily/breathing-sign.cc (railtracks): another caesura.
2239         * mf/feta-schrift.mf: caesura symbol. 
2241 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2243         * scripts/convert-ly.py (FatalConversionError.conv): add
2244         ly:molecule-XXX conversions.
2246         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
2248         * input/regression/multi-measure-rest-text.ly: new file.
2250         * scm/music-functions.scm (glue-mm-rest-texts): automatically
2251         convert MMREST-TEXT to MultiMeasureRestNumber settings.
2253         * ly/engraver-init.ly (ScoreContext): move tablature settings to
2254         ScoreContext
2256         * scm/new-markup.scm (center-markup): \center markup.
2258         * scm/music-functions.scm: remove pitchify scripts.
2260         * lily/music.cc (print_smob): display music name if available 
2262 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2264         * Documentation/user/refman.itely (Instrument names): remove
2265         \turnOff doco.
2267 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2269         * lily/score.cc (mark_smob): bugfix.
2271         * input/regression/rehearsal-mark.ly: new file.
2273         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
2274         report error at the current token again.
2276 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2278         * cygwin/mknetrel: Exit if doc build fails.
2280         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
2282 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2284         * scm/music-types.scm (music-descriptions): add doc strings
2286 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2288         * lily/lexer.ll: 
2289         * lily/include/my-lily-lexer.hh: 
2290         * lily/include/includable-lexer.hh: Add flex kludge.
2292         * config.hh.in: 
2293         * config.make.in: 
2294         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
2295         cruft.
2296         
2297         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
2298         code.
2300 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2302         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
2304         * lily/parser.yy (new_chord): Compile fix.
2306 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2308         * Documentation/user/refman.itely (Tuning groups of objects):
2309         remove documentation for \turnOff. 
2311         * lily/percent-repeat-engraver.cc (try_music): add correct
2312         processing moments for double-measure percents as well.
2314         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
2316         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
2317         grob prop type. 
2319         * Documentation/user/refman.itely (Printing named chords): add
2320         chord name tweak doco.
2322         * input/template/gregorian-transcription.ly: new file.
2324 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2326         * VERSION: 1.7.13 released
2327         
2328         * input/test/*: lots of cleanups/comment-outs/removals in chord
2329         examples
2330         
2331         * input/regression/*: lots of cleanups/comment-outs/removals in
2332         chord examples
2333         
2334         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
2335         options
2337         * lily/new-chord-name-engraver.cc (process_music): give original
2338         inversion pitch to chord name routine.
2340         * input/tutorial/os-score.ly: update to new markup
2342         * Documentation/user/appendices.itely: simply include
2343         chords-ignatzek. 
2345         * Documentation/user/refman.itely (Chords mode): add documentation
2346         for chord mode.
2348         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
2349         not present in chord.
2350         (construct-chord): add inversion and bass support.
2352         * lily/chord.cc: junk contents.
2354 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
2356         * Documentation/user/refman.itely:
2357         * Documentation/user/music-glossary.tely: fix. 
2359 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2361         * scm/chord-entry.scm (construct-chord): move chord construction
2362         to Scheme.
2364         * lily/parser.yy (new_chord): new setup for chord entry.
2366 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
2368         * lilypond.words:
2369         * Documentation/user/music-glossary.tely: add ambitus.
2371 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2373         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
2375         * lily/include/*.hh: string() -> to_string()
2377         * scm/chords-ignatzek.scm: new file.
2379         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
2380         standard chord name exceptions.
2382         * scm/translator-property-description.scm (chordNameSeparator):
2383         add property.
2384         (majorSevenSymbol): add property
2386         * lily/translator-scheme.cc (ly:context-properties): new function
2387         (ly:context-parent): new function.
2388         (print_smob): print context name.
2390         * lily/music.cc (ly:get-music-length): new function
2391         (print_smob): don't print properties.
2393         * lily/duration.cc (duration<?): new function
2395         * input/regression/chords-funky-ignatzek.ly: new file.
2397         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
2398         jazz chords.
2400         * lily/pitch.cc (ly:pitch-diff): new function.
2402         * input/regression/chords-ignatzek.ly: new file.
2404 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2406         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
2407         pitches for jazz chords.
2409 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2411         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
2413 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
2415         * lilypond.words: add 1
2417 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
2419         * Documentation/topdocs/AUTHORS.texi: refine.
2421 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2423         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
2424         
2425         * lilypond.words: add one.
2427 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
2429         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
2430         Fontify bass note in chords, e.g., e in c1/e.
2431         
2432 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2434         * Documentation/user/music-glossary.tely: Dutch updates and
2435         additions (Arent Storm).
2437 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2439         * input/regression/ambitus.ly:  move file.      
2441         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
2443         * lily/event.cc (transpose): add tonic property to Key_change_req
2444         and to Key_engraver.
2446 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
2448         * Documentation/user/refman.itely: fix typo.
2450         * lilypond.words: removed wrong identifiers.
2452 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2454         * mf/feta-toevallig.mf: make flat stem shorter 
2456 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
2458         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
2460         * lilypond.words: add from Phrasing slur.
2461         
2462 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
2464         * lilypond-mode.el: allow launching multiple ViewPS processes.
2465         
2466         * lilypond.words: add from Text markup.
2468 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2470         * input/test/ossia.ly (texidoc): add comment.
2472         * input/regression/voice-follower.ly: new file.
2474         * mf/feta-toevallig.mf: make flat heavier.
2476         * lily/cluster-engraver.cc: clean up Cluster engraver
2478         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
2479         Engraver. Use Note_column to compute Y positions and deal with
2480         line break stuff.
2482 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2484         * lily/stem.cc: move french-beaming to stem.
2486 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
2488         * lilypond-font-lock.el: fontify all durations in chords.
2490         * lilypond.words: add from lily/my-lily-lexer.cc
2492 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2494         * VERSION: release 1.7.12
2496         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
2498         * lily/gregorian-ligature.cc: new file
2500         * lily/*: the Great 2003 search & replace.
2502         * Documentation/user/refman.itely (Manual repeat commands): add
2503         note about font selection.
2505 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
2507         * lilypond-mode.el: propose recompiling midi while invoking playing,
2508         not while stopping playing.
2510 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
2512         * lilypond.words: add one.
2514         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
2515         and expressional note grouping. Fontify chord modes.
2517 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
2519         * Documentation/user/music-glossary.tely (Top): translate melisma.
2521 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2523         * Documentation/user/music-glossary.tely (Top): add melisma.
2525 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
2527         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
2528         interfaces for (abstract) grob GregorianLigature
2530         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2531         renamed head* -> glyph_name*, x-shift* -> x-offset*
2533         * scm/grob-property-description.scm: bugfix: added missing descriptions
2535 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2537         * input/test/chord-names-dpnj.ly: New file.
2539         * scm/double-plus-new-chord-name.scm: Implement full and partial
2540         exceptions.
2542         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
2544         * scm/double-plus-new-chord-name.scm
2545         (double-plus-new-chord->markup): Fix sub->markup.
2548 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
2550         * lily/custos-engraver.cc: added TODO; editorial changes
2552         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
2553         consistency with other ligature engravers; removed access on (now)
2554         private variable _ligature of Ligature_engraver
2556         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
2557         renamed last_bound -> last_bound_; issue programming_error on
2558         abstract method calls; moved primitives code from
2559         Mensural_bracket_engraver to here (because almost ligature
2560         engravers will need it); renamed try_stop_ligature () ->
2561         typeset_ligature (); bugfix: store primitives of finished ligature
2562         in separate variable finished_primitives_ to avoid clash on input
2563         like "\] \["; added current_ligature () to enable access on
2564         private variable _ligature
2566         * lily/mensural-ligature-engraver.cc: removed primitives_ code
2567         (now in super class); renamed try_stop_ligature () ->
2568         typeset_ligature ()
2570         * lily/mensural-ligature.cc: issue programming_error on abstract
2571         method calls
2573         * lily/note-heads-engraver.cc: added TODO comment upon bool
2574         in_ligature
2576         * mf/parmesan-heads.mf: fixed some of set_char_box()
2578         * scm/grob-description.scm: added VaticanaLigature
2580         * scm/grob-property-description.scm: added neume prefix properties
2582         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
2583         lily/include/gregorian-ligature-engraver.hh,
2584         lily/include/gregorian-ligature.hh: new files; framework for
2585         gregorian ligature engravers such as vaticana
2587         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
2588         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
2589         vaticana style ligature implementation (still somewhat uncomplete)
2591 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2593         * VERSION: release 1.7.11
2595         * scripts/convert-ly.py: add ly:pitch-transpose rule
2597 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2599         * input/test/dpncnt.ly: New file.
2601         * lily/my-lily-lexer.cc: Add chordnames keyword.
2603         * lily/parser.yy (chordnames_block): Parse chord name exception
2604         lists, see input/test/dpncnt.ly.
2606         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
2607         function.
2609         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
2610         filter-out too.
2612         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
2613         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
2614         pitch functions (except for ly:make-pitch, but that's apparently
2615         some sort of scheme naming standard?).
2617         * scm/lily.scm (!=): define-public.
2619         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
2621 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2623         * scm/double-plus-new-chord-name.scm
2624         (double-plus-new-chord-name->markup): New file.
2626 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2628         * python/lilylib.py (make_preview): don't suppress progress for
2629         bbox extraction.
2631 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2633         * Documentation/user/appendices.itely (scheme): update for new syntax.
2635         * input/regression/chord-name-styles.ly: new file
2637         * lily/instrument-name-engraver.cc: create instrument names
2638         without barline too.  Allows instrument name on ChordNames  
2640         * scm/new-markup.scm (interpret-markup): allow simple strings as
2641         markup too.
2643 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2645         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
2646         (step->markup-accidental): Fix: add accidental.
2647         (chord::inner-name-american): 
2648         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
2649         append stray '/' if last superscript addition was 'o'.
2651         * scm/new-markup.scm (normal-size-sub-markup) 
2652         (normal-size-super-markup): New function.
2654         * lily/source-file.cc (Source_file): Add warning for possibly
2655         intentional but suspicious initialization.
2657         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
2658         add comments about cut-and-paste programming.
2660         * flower/rational.cc (lcm): Not used; comment out.
2662 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2664         * lily/new-fingering-engraver.cc (position_scripts): use
2665         fingerHorizontalDirection to determine fingering horizontal
2666         directions.
2668         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
2669         fingering support.
2671         * scripts/convert-ly.py (FatalConversionError.conv): add style
2672         conversion rule. 
2674         * scm/chord-name.scm (set-chord-name-style): new function.
2675         (new-chord-name-brew-molecule): revise to interpret markup only
2676         (new-chord->markup): cleanuppish rewrite. To be called from the
2677         new engraver.
2679         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
2680         Markup earlier, during interpreting.
2682         * input/test/{banter,jazz,american}-chords.ly (scheme): update
2683         style settings. Rename to chord-names-*.ly
2685 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2687         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
2688         markup code and update to new markup.  Most probably broke some of
2689         it.
2690         
2691 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
2693         * Documentation/user/refman.itely: added docu for ambitus and
2694         clusters
2696         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
2697         ly_quote_scm() in lookup.cc
2699         * mf/parmesan-clefs.mf: set_char_box fix
2701         * lily/cluster-engraver.cc: junk implicit protection; use
2702         Protected_scm instead
2704 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2706         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
2707         throughout.
2709         * scm/new-markup.scm: Turn-off error-triggering test code.
2711 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2713         * scm/new-markup.scm (markup-thrower-typecheck) 
2714         (markup-typecheck?):  add full typechecking functions.
2715         (make-markup-maker): add make-FOO-markup functions.
2716         (markup-argument-list-error): nice error checking messages.
2717         (make-markup): better function: less quoting escapades.
2719 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2721         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
2723 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2725         * cygwin/lilypond.hint (requires): Add cygwin.
2727         * .cvsignore: Remove stepmake (huh!?!), add lib.
2729         * GNUmakefile.in: Add libdir links for builddir runs.
2731         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
2732         instead of datadir.
2734         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
2735         local_lilypond_libdir.
2737         * config.make.in (lilypond_libdir): Add.
2739         * stepmake/stepmake/substitute-rules.make: 
2740         * stepmake/stepmake/script-rules.make: 
2741         * stepmake/stepmake/python-module-rules.make:
2742         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
2743         lilypond-python-module patch.
2745 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2747         * Documentation/user/refman.itely (Graphical interfaces): add note
2748         about xml2ly.
2750 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2752         * scripts/ly2dvi.py (run_dvips): remove trailing newline
2754 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2756         * VERSION: released 1.7.10
2758         * scripts/musedata2ly.py (): idem
2760         * scripts/midi2ly.py (dump_chord): idem
2762         * scripts/etf2ly.py (version): idem 
2764         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
2766         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
2768         * scm/tex.scm (tex-output-expression): remove eval compat
2769         glut. Other output files too.
2771         * scm/chord-name.scm: don't export anything from chord module.
2773         * input/test/american-chords.ly: idem
2775         * input/test/banter-chords.ly (texidoc): idem
2777         * input/test/Cc-chords.ly: add breakage notes.
2779         * Documentation/user/refman.itely (Text markup): rewrite manual section.
2781         * lily/parser.yy (scalar): allow \markup { } as property value. 
2783         * scm/chord-name.scm: complete new markup usage
2785         * scm/grob-description.scm (all-grob-descriptions): use new markup
2786         texts by default
2788 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2790         * scm/chord-name.scm: partial move to new markup texts.
2792 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2794         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
2796         * scm/bass-figure.scm (brew-bass-figure): make stack direction
2797         settable.
2799 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
2801         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
2802         invoked for old midi, wait for killing.
2804 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
2806         * Documentation/user/music-glossary.tely: Finnishing.
2808 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2810         * mf/feta-nummer-code.mf: some kerning pairs.
2812 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
2814         * scm/output-lib.scm (set-bar-number-visibility): Context-function
2815         Added.
2817         * Documentation/user/refman.itely (Bar numbers):
2818         set-bar-number-visibility added, modulo-bar-number removed again
2819         (sorry).
2821 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
2823         * scm/output-lib.scm (modulo-bar-number-visible): add function.
2825         * Documentation/user/refman.itely: add modulo-bar-number-visible.
2827         * Documentation/user/music-glossary.tely: translate into Finnish.
2829 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2831         * lilypond-mode.el: add shortcut for 2midi
2833         * lilypond-font-lock.el: fontify lyrics
2835 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
2837         * scm/drums.scm : use 1.7.x names.
2839         * input/regression/drums.ly : Don't use << chords >>
2841 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2843         * lilypond-mode.el: tidy, add TODO
2845         * make/lilypond.mandrake.spec.in: install-info quietly.
2847 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2849         * input/test/markup.ly: use new syntax.
2851 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2853         * ly/params-init.ly (interscoreline): add word-space
2855         * input/test/metronome.ly (eighthNote): idem.
2857         * input/test/script-priority.ly: use new markup
2859         * lily/parser.yy (markup): allow HEAD markup0 markup1 
2861         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
2863         * lily/parser.yy (gen_text_def): bugfix.
2864         (full_markup): allow markup identifier.
2866 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
2868         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
2869         jobs at the same time. Add horizontal lines to Command menu.
2870         Allow one compiling job -- propose killing others before a new one.
2872         * lilypond.words: add markup, teeny, etc.
2874 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
2876         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
2877         Allow only one type of midi process; launching Midi either stops
2878         midis or plays the current midi and launching MidiAll stops midis
2879         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
2880         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
2882 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2884         * lily/text-engraver.cc (process_acknowledged_grobs): use new
2885         markup  for new markup texts.
2887         * lily/mark-engraver.cc (process_music): idem
2888         
2889         * lily/instrument-name-engraver.cc (create_text): idem
2891         * scm/new-markup.scm (magnify-markup): new function.
2893         * scm/molecule.scm (stack-lines): bugfix.
2895         * lily/font-interface.cc (get_font): take font-magnification from
2896         alist chain.
2898 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2900         * lily/molecule-scheme.cc: move scheme functions to separate file.
2902         * lily/font-metric.cc  (ly_get_glyph): new function. 
2903         
2904         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
2905         (italic-markup, dynamic-markup): new functions
2906         (font-markup): new function
2908         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
2909         padding and minimum
2911 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
2913         * lily/accidental-engraver.cc:
2914         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
2916 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
2918         * lilypond.vim:
2919         * lilypond-font-lock.el: Put \longa as duration. Accept only 
2920         [a-zA-Z] for user defined identifiers. Separate note cases 
2921         with and without a duration (allow cis\longaX).
2923         * lilypond.words: Add words from Info.
2925 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2927         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
2929 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
2931         * lilypond-mode.el: Propose reverting buffer before a command if
2932         it was edited with an another editor.
2934 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2936         * lily/molecule.cc (ly_translate_molecule): new function
2938         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
2939         into libdir
2941         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
2943         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
2945 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
2947         * lilypond.words: take \words from Info-index.
2949 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2951         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
2953 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
2955         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
2957 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
2959         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
2960         and lilypond-documentation.
2962 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2964         * lily/parser.yy: Compile fix (bison 1.75).
2966 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2968         * VERSION: 1.7.9 released
2970         * scm/music-functions.scm (shift-one-duration-log): refactor.
2971         Use music-map.
2973         * input/regression/chord-tremolo.ly (texidoc): add dot test.
2975         * NEWS: update.
2977         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
2978         argument
2979         
2980         * scm/music-functions.scm (display-music): new function
2981         (music-map): change arg order.
2983         * input/regression/new-markup-syntax.scm: new file
2985         * lily/parser.yy (markup): add \markup { .. } syntax.
2987         * scm/new-markup.scm (override-markup): new function
2988         (lookup-markup): new function
2989         (music-markup): new function
2990         (lookup-markup-command): use markup-signature to store argument
2991         format for parser.
2993         * lily/lexer.ll: preliminary \markup syntax. 
2995 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
2997         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
2998         add pre/post-dependencies and menus with icons from source.
3000         * Documentation/pictures/lilypond-48x48.xpm:
3001         * Documentation/pictures/lilypond-32x32.xpm:
3002         * Documentation/pictures/lilypond-16x16.xpm: new files, background
3003         transparent.
3005         * stepmake/stepmake/generic-targets.make:
3006         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
3008 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3010         * input/regression/music-map.ly (texidoc): new file.
3012         * scm/music-functions.scm (music-map): new function
3014 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3016         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
3018 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
3020         * input/test/to-xml.ly:
3021         * lily/ligature-engraver.cc: Fixes documentation.
3023         * lilypond.mandrake.spec.in:
3024         * lilypond.redhat.spec.in: Add lilypond.words.
3026         * Documentation/user/refman.itely: Mention Info inside emacs.
3027         
3028         * lilypond.suse.spec.in:
3029         * lilypond.redhat.spec.in: 
3030         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
3032 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3034         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
3035         os.popen.read ().
3037 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3039         * scripts/ly2dvi.py (include_path): print warning if failing anything.
3041         * python/lilylib.py (error): add space
3043 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3045         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
3046         distribution.
3048 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3050         * lily/paper-outputter.cc (Paper_outputter): close port when
3051         finishing score.
3053 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3055         * scm/sodipodi.scm: Fixes.
3057 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
3059         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
3061         * buildscripts/make-font-dir.py: Fix. 
3063 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
3065         * lilypond-mode.el: Add support for Info inside Emacs.
3067 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3069         * buildscripts/make-font-dir.py: 
3070         * mf/GNUmakefile: Make sodipodi font map.
3072         * scm/sodipodi.scm: Add more output functions.
3074         * mf/feta-nummer.mf: 
3075         * mf/feta-beugel.mf: Add font_coding_scheme.
3077         * lily/paper-outputter.cc (output_header): Fix creator string.
3079 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
3081         * lilypond-mode.el (LilyPond-autocompletion): invoked with
3082         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
3084         * lilypond.words: add two (Everybody can add/remove words now!).
3086         * debian/rules:
3087         * make/lilypond.suse.spec.in:
3088         * make/lilypond.mandrake.spec.in:
3089         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
3091         * Documentation/user/refman.itely: Mention autocompletion.
3093 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3095         * scripts/ly2dvi.py: Add paper sizes.
3097         * lily/timing-engraver.cc: 
3098         * lily/time-signature.cc: 
3099         * lily/span-bar.cc: 
3100         * lily/grob-scheme.cc: Code formatting fixes.
3102         * scm/sodipodi.scm: 
3103         * scm/sketch.scm:
3104         * buildscripts/mf-to-table.py: 
3105         * buildscripts/make-font-dir.py: Font testing.
3107 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
3109         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
3110         inserts try-completion and shows all-completions.
3112         * lilypond.words: '\' -> '\\'
3114         * lilypond-mode.el: load libraries in the end, lilypond.words defines
3115         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
3116         
3117         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
3118         and LilyPond-reserved-words.
3119         
3120 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
3122         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
3123         from load-path.
3124         
3125         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
3126         the mini-buffer with Control-Shift-c.
3127         
3128 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3130         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
3131         duration. This fixes \tempo taking time.
3133 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3135         * lily/volta-engraver.cc (process_acknowledged_grobs): 
3136         Allow for text markup in repeatCommands. 
3138 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
3140         * lilypond-mode.el (LilyPond-insert-string): new function, use it
3141         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
3142         Get rid of skeleton.el-dependency.
3144         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
3146 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3148         * lily/beam-engraver.cc (stop_translation_timestep): reset
3149         now_stop_ev_
3151         * lily/scm-option.cc: add parse-protect to ly:set-option
3153         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
3155 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3157         * lily/include/ligature-bracket.hh: removed
3158         * lily/ligature-bracket.cc: removed
3160         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
3161         .tex
3163         * lily/beam.cc (set_beaming): don't change beam count on rests.
3164         (brew_molecule): always set flag-width > 0.
3166 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
3168         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
3169         chars, remove instructions; instead, refer to lilypond-init.el and
3170         Documentation/topdocs/INSTALL.texi.
3172         * lilypond.words: add identifiers and reserved words.
3174         * Documentation/topdocs/INSTALL.texi: separate sections for installing
3175         files and adding a load-path.
3177         * lilypond-init.el: Instructions, extracted from 
3178         Documentation/topdocs/INSTALL.texi. 
3179         
3180 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3182         * VERSION: 1.7.8 released 
3184         * lily/grob.cc (warning): better robustness fix.
3186 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
3188         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
3190         * lily/cluster-engraver.cc: stick better to variable naming
3191         conventions
3193         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
3194         until stop_translation_timestep()
3196         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
3197         min/max coordinates to backend, but no musical info such as
3198         pitches
3200         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
3202         * lily/grob.cc: robustness fix: warning(): do not crash if
3203         cause is not set
3205         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
3206         the much more elaborated tuplet brackets than the very naive and
3207         simple ligature bracket grob
3209 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3211         * Documentation/user/refman.itely (Analysis brackets): add
3212         horizontal bracket doco.
3214         * ly/property-init.ly (setMmRestFermata): added.
3216         * Documentation/user/refman.itely (Multi measure rests): fermatas
3217         on mm rests.
3219         * input/regression/apply-context.ly (texidoc): new file
3221         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
3222         code to be executed during interpretation. Possible applications:
3223         smart octavation, more advanced bar checks. 
3225         * lily/apply-context-iterator.cc: new file.
3227 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3229         * input/test/new-markup.ly: new file.
3231         * lily/text-item.cc (text_to_molecule): new function
3233         * scm/new-markup.scm (lambda): new file
3235         * lily/function-documentation.cc (ly_add_function_documentation):
3236         add proc property as well
3238 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3240         * Documentation/user/music-glossary.tely (Top): add custos.
3242 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
3244         * Documentation/topdocs/INSTALL.texi: advise how to include source
3245         path to Emacs load-path and improve language.
3247 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3249         * GNUmakefile.in: config.h message fix.
3251         * autogen.sh:
3252         * aclocal.m4: Regenerate.
3254         * configure.in: 
3255         * config.make.in: 
3256         * stepmake/config.make.in: 
3257         * stepmake/configure.in: 
3258         * stepmake/autogen.sh: 
3259         * stepmake/aclocal.m4: Update for autoconf 2.56.
3261 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
3263         * Documentation/topdocs/INSTALL.texi: instructions for an user how
3264         to install Emacs-mode. Instructions how to use vim-mode.
3266 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3268         * scm/music-types.scm (music-descriptions): no length for tempo event.
3270         * input/*.ly: add \version everywhere.
3271         
3272         * input/*.ly: update syntax to 1.7 + new-chords.
3274         * VERSION: 1.7.7 released.
3275         
3276         * Documentation/user/*.tely: new chord syntax.
3278         * input/regression/[bc]*.ly (texidoc): syntax updates.
3279         
3280 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
3282         * lilypond.words: add vocabulary to be used in auto-completion
3284         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
3286         * lilypond.vim: allow note name at EOF
3288 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3290         * buildscripts/new-chords.py (edit): -e option: inline editing.
3292         * input/regression/a*.ly (texidoc): syntax updates.
3294         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
3295         music): elucidations. 
3297 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
3299         * lily/include/lily-proto.hh, ly/engraver-init.ly,
3300         ly/spanners-init.ly, scm/grob-description.scm,
3301         scm/grob-property-description.scm, scm/music-types.scm,
3302         lily/cluster-engraver.cc, lily/cluster.cc,
3303         lily/include/cluster.hh, input/test/cluster.ly: cluster
3304         implementation
3306         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
3307         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
3308         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
3310         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
3312         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
3314         * scm/grob-description.scm: bugfix: by default, use default note
3315         head style when engraving ligatures
3317         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
3319         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
3320         events
3322         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
3324         * input/test/ancient-font.ly: bugfix: style -> flag-style
3326         * lily/ligature-engraver.cc: indentation fix
3328         * lily/parser.yy: indentation fixes
3329         
3330 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3332         * input/regression/measure-grouping.ly: more elaborate example.
3334         * lily/moment.cc: ly:add-moment, ly:mul-moment,
3335         ly:div-moment. New functions 
3337         * scm/music-functions.scm (set-time-signature): new function,
3338         allow inline time sig settings with measure grouping.
3340         * lily/parser.yy (command_element): move time sig construction
3341         into Scheme.
3343         * lily/side-position-interface.cc (out_of_staff): new function,
3344         like padding, but keep minimum distance from staff. Easier than
3345         linespanners (dynamics, pedals), but roughly the same effect.
3347 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
3349         * emacs-mode.el: Added spanish-note-replacements 
3350         (<carlos.betancourt@chello.be>).
3352         * vimrc: (Un)commenting with <(S-)F12>, tidy.
3354 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
3356         * lilypond.vim: Do not fontify cises, desis, etc.
3358         * vimrc: view dvi with <S-F6>
3360 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3362         * lily/lookup.cc (triangle): new function.
3364         * input/regression/measure-grouping.ly (texidoc): new file: show
3365         triangles and brackets for beat groups of 3 and 2.
3367         * lily/include/measure-grouping-spanner.hh (class
3368         Measure_grouping): new file.
3370         * lily/measure-grouping-spanner.cc (brew_molecule): new file
3372         * lily/measure-grouping-engraver.cc (class
3373         Measure_grouping_engraver): new file.
3375 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3377         * Merge from stable:
3379             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
3380         
3381         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
3382         stylesheet.
3384         * ly/paper19.ly: Include paper19-init.ly.
3386         * ly/paper19-init.ly: New file.
3388         * Documentation/user/tutorial.itely (First steps): Fix first
3389         example for font test.
3391         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
3393         * ChangeLog: Add 1.7.6 release marker (see below).
3395         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
3396         Add .py files.
3398 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3400         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
3402         * input/tutorial/*.ly: update to new syntax.
3404         * lily/parser.yy (Composite_music): new transpose syntax,
3405         \transpose FROM TO MUSIC. 
3407 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3409         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
3410         latex progress/error output to stderr (by default this goes to
3411         stdout).  Show lilypond progress, even when not verbose.
3413         * python/lilylib.py (system): New optional parameter to control
3414         showing of progress.
3416         * scm/backend-documentation-lib.scm (check-dangling-properties):
3417         Fix error message.
3419         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
3420         axis, extent.
3422         * scm/grob-property-description.scm (magnify): Remove.
3423         (extent, axis): Add.
3425 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3427         * VERSION: Release 1.7.6.
3429         * scripts/convert-ly.py: more uniformization substitutions.
3431         * buildscripts/new-chords.py (sub_chords): new file.
3433 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3435         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
3436         lilypond.map.  Include sauter fonts too.  Cleanups.
3438 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3440         * Documentation/user/tutorial.itely (First steps): change to new
3441         chord/tie/slur/beam notation.
3443         * lily/parser.yy (event_that_take_dir): allow postfix notation for
3444         ties.
3446         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
3447         engraver. Process ties in postfix notation, i.e. c8-~ c
3449         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
3451         * input/regression/beam-postfix-notation.ly (texidoc): new file.
3453         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
3455         * lily/beam-engraver.cc (try_music): accept new-beam-events
3457         * input/regression/chord-scripts.ly (texidoc): new file
3459         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
3460         script-events.
3462         * scm/script.scm (default-script-alist): cleanup.
3464         * lily/script-engraver.cc (make_script_from_event): cleanup.
3466         * lily/lyric-combine-music-iterator.cc
3467         (Lyric_combine_music_iterator): remove superfluous events.
3468         (melisma_busy): new function. Fix broken melismas.
3470 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3472         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
3473         Remove nonvalid settings. Use descriptive key names.
3474         Use <Return> to indicate the pressing of that key.
3476 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3478         * scripts/lilypond-book.py (option_definitions): Typo.
3480         * scripts/ly2dvi.py: Updates.
3482         * python/lilylib.py (setup_environment, print_environment)
3483         (get_bbox, make_preview): Merge and remove from ly2dvi and
3484         lilypond-book.
3486         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
3488         * .cvsignore: Remove some cruft.
3490         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
3491         path.
3493         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
3494         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
3495         throughout.
3497         * python/lilylib.py (quiet_system): Junk
3498         (system): Display error log upon failure.
3499         (read_pipe): New function.  Cleanups and fixes.
3501         * python/*.py: Rename from *.py.in.
3502         
3503         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
3505         * GNUmakefile.in (SUBDIRS): Move python before scripts.
3507 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3509         * python/GNUmakefile: Bugfix: handle modules.
3511         * stepmake/stepmake/python-module-targets.make (default): Add
3512         compiled modules. 
3514         * stepmake/stepmake/python-module-rules.make: Add rule for byte
3515         compiling modules.
3517         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
3518         Bugfix.  (OUT_PYC_MODULES): Add.
3520 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3522         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
3523         Use default paths. Refresh description.
3525 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3527         * VERSION: 1.7.5 released
3529         * input/regression/finger-chords.ly (texidoc): new file.
3531         * lily/script-engraver.cc (process_music): remove scriptHorizontal
3532         support
3534         * lily/fingering-engraver.cc (process_music): remove kludgy
3535         scriptHorizontal stuff.
3537         * lily/script.cc: remove staff-support property.
3539         * lily/new-fingering-engraver.cc (add_fingering): new
3540         file. Fingering engraver for new style chords.
3542 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3544         * lily/parser.yy (bare_number): allow 4 \cm (without
3545         decimal dot). (should backport to 1.6?)
3547         * ly/declarations-init.ly: use Scheme for dimension defs.
3549         * lily/parser.yy (TODO): remove hard coded dimensions, add
3550         REAL NUMBER_IDENTIFIER production.
3552         * lily/rest-collision.cc (force_shift_callback): rewrite using
3553         -done property.
3555         * scm/grob-property-description.scm (rest-collision-done): add
3556         property.
3557         
3558         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
3560 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3562         * input/regression/multi-measure-rest-center.ly: new file.
3564         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
3565         off horizontally by 0.05 ss. Fixed.
3567 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3569         * scm/pdftex.scm: Rename ly-number to ly:number->string.
3571         * Documentation/topdocs/index.tely: Remove duplicate from merge.
3573 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3575         * lily/tie.cc (get_control_points): also avoid staff lines on the
3576         just outside the outer staff lines
3578 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3580         * ly/params-init.ly: Just define style-alist, no need to
3581         define-public.
3583         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
3584         (thanks Han-Wen).
3586         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
3587         (FET_FILES): = FONT_FILES.
3589         * Merge from stable:
3591             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
3593 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3595         * VERSION: 1.7.4 released.  
3596         
3597         * scm/generate-documentation.scm (string-append): add macro
3598         definitions.
3600         * lily/text-item.cc (lookup_text): don't use virtual fonts for
3601         normal texts.
3603         * lily/multi-measure-rest-engraver.cc: make separate
3604         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
3606         * lily/multi-measure-rest.cc: remove text handling. Remove
3607         number-threshold.
3609 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3611         * scm/music-types.scm: doc patch by Graham Percival
3613 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3615         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
3616         encoding part.
3617         (Font_info.set_defaults): pixelsize now also defauts to '0'.
3618         (sketch_p): Sketch wants only first four elements of X11 font spec.
3620         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
3622         * mf/feta-autometric.mf: Write foundry and family to log.
3624         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
3625         font translation table.
3627         * buildscripts/mf-to-table.py: Better font info into afm.
3629         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
3630         1.0.9 required.
3632         * configure.in: Whine for mftrace 1.0.9.
3634 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3636         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
3638         * lily/main.cc (main_prog): don't try to load init.EXT when
3639         processing foo.EXT.
3641 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
3643         * scm/tex.scm (zigzig-line): added.
3645         * scm/ps.scm (zigzag-line): added.
3647         * ps/music-drawing-routines.ps (subvec): added.
3648         (draw_zigzag_line): added.
3649         
3650         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
3651         grob properties zigzag-width and zigzag-length.
3653         * input/regression/glissando.ly: Add some zig-zagged glissandi.
3655 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3657         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
3658         svg output, including font.
3660 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3662         * scm/lily.scm: Register sodipodi output module.
3664         * scm/sodipodi.scm: New file.
3666         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
3668         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
3669         comment, after header.
3670         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
3671         FullName.  Fix FontName key.
3673 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
3675         * lily/rest.cc (after_line_breaking): bugfix: dots after half
3676         and breve rests.
3677         
3678         * input/test/blank-notes.ly: bugfix
3680         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
3681         rests. (Kim Shrier)
3683         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
3684         
3685 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3687         * scm/tex.scm: 
3688         * scm/ps.scm: Cleanup and remove obsolete junk.
3690         * Documentation/user/internals.itely:
3691         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
3693         * lily/parser.yy: Identify shift/reduce problems.
3695         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
3696         make-style-sheet.  Too specific for convert-ly?
3698 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3700         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
3702         * input/test/*.ly: various fixes.
3704         * lily/music.cc (name): bugfix
3706         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
3708         * lily/input-file-results.cc (code): set-point-and-click! ->
3709         set-point-and-click
3710         
3711 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3713         * Use uniform ly: prefix for exported scheme primitive functions.
3715         * scm/music-types.scm: junk compat glue
3717         * scripts/convert-ly.py: add rules for stuff below, junk
3718         compatibility glue for spanrequest.
3720         * lily/parser.yy (verbose_event): remove \spanrequest,
3721         \commandspanrequest, \script. 
3722         
3723         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
3725         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
3726         for \penalty, \glissando.
3728         * VERSION: release 1.7.3
3729         
3730 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
3732         * lily/accidental-engraver.cc: Fix
3733         grace-in-the-beginning-of-measure bug caused by the resent
3734         partial-measure fix.
3736         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
3737         overlap looks too crowded)
3738         
3739 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3741         * lily/parser.yy (assignment): allow SCM expression as assignment.
3743         * lily/include/music-output-def.hh (class Music_output_def):
3744         * lily/music-output-def.cc: 
3745         * lily/paper-def.cc: 
3746         * scm/font.scm (markup-to-properties):
3747         * lily/parser.yy (music_output_def_body): 
3748         remove style_sheet_
3750 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3752         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
3753         length.
3755         * input/regression/spacing-to-grace.ly: new file.
3757         * input/regression/spacing-end-of-line.ly: new file.
3759         * lily/note-spacing.cc (get_spacing): take into account breakable
3760         stuff sticking out at the left (time sig change at line break).
3762         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
3763         raggedright code.
3765         * scm/music-functions.scm (make-voice-props-set): add
3766         staff-position for mm rests.
3768         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
3769         before grace notes a little.
3771         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
3773         * lily/break-align-interface.cc (do_alignment): right-edge spacing
3774         key adds space at the end of line. 
3776 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3778         * scm/sketch.scm: Fix beams.
3780         * buildscripts/mf-to-table.py: Add EncodingScheme.
3782         * scm/sketch.scm: Resurrect.
3784 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3786         * lily/multi-measure-rest.cc: use breve rests for measure lengths
3787         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
3789 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3791         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
3793         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3795 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3797         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
3798         token for origin information.
3800         * lily/parser.yy (My_lily_lexer): do identifier location and
3801         cloning from lexer.
3803         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
3804         logic out of the parser. Add bar checks on both ends.
3806         * Documentation/user/refman.itely (Multi measure rests): add more
3807         notes about mm rests.
3809 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3811         * input/regression/bar-scripts.ly: Re-enable.
3813         * lily/parser.yy:
3814         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
3815         released rsn.  Bison 1.50 has a crucial bug and won't work.
3817         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3820 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3822         * input/regression/bar-scripts.ly: Blunt documentation build fix.
3824 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3826         * Actually merge changes since 1.6.4 besides ChangeLog, and
3827         resolve conflicts.  Lots of updates, hope all is well.
3828         
3829         * cygwin/lilypond.hint (requires): Add ghostscript.
3831         * scm: Update some (c).
3832         
3833 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3835         * input/test/{various}.ly: add \header fields and texidoc strings.
3837 2002-10-05  Werner Lemberg  <wl@gnu.org>
3839         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
3840         renamed to `output_latex_quoted'.
3841         Added `output_latex_noquote'.
3842         (schedule_lilypond_block): Implement `noquote' option for LaTeX
3843         mode.
3845 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3847         * ChangeLog: Add 1.6.6 release marker.  See below.
3849         * stepmake/stepmake/po-targets.make: Remove --c++ option.
3851         * scripts/midi2ly.py: Fix global syntax warnings.
3853         * GNUmakefile.in: Generate builddir locale tree too.
3855         * scripts/ly2dvi.py:
3856         * scripts/midi2ly.py: 
3857         * scripts/mup2ly.py: 
3858         * scripts/update-lily.py:
3859         * lily/main.cc (setup_paths): Fix for locales setup.
3861 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3863         * Documentation/windows/installing.texi: Soften wording about
3864         necessity of becoming Administrator.  tommie@iae.nl reports this
3865         does not seem to be necessary for his flavour of Windows 2000.
3866         Explicitely discourage text mode mounts.
3868 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3870         * lily/rest.cc (after_line_breaking): backport dot position fix.
3872         * lily/rest-collision.cc (do_shift): also remove dots for suicided
3873         rests. Thanks to Klaus Zimmermann for finding this bug.
3875 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3877         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
3879 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3881         * Documentation/user/music-glossary.tely: fix links.
3883 2002-10-21  Werner Lemberg  <wl@gnu.org>
3885         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
3886         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
3887         scaling factor) only once and use them in the definition of
3888         \embeddedps.
3889         * ps/music-drawing-routines.ps (skeel): Removed.
3891 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3893         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
3894         Solaris7, as we don't use nested $( ) constructs.
3896 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3898         * VERSION: Release 1.6.6.
3899         
3900 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3902         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
3903         as workaround for /bin/sh problems on Solaris7.
3905 2002-10-19  Werner Lemberg  <wl@gnu.org>
3907         * GNUmakefile.in (web-doc): Fix typos.
3908         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
3909         `music-drawing-routines.ps' but emit \special{header=...} once.
3910         * scm/tex.scm (header-end): Updated.
3912 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3914         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
3915         undefined tremolo. 
3917 2002-10-15  Werner Lemberg  <wl@gnu.org>
3919         * scripts/lilypond-book.py (g_make_html): New global variable.
3920         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
3921         if `g_make_html' isn't set.
3922         [main]: Add format `texi-html'.
3923         (option_definitions): Updated.
3924         * Documentation/user/lilypond-book.itely: Updated.
3926         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
3927         * make/ly-rules.make (%.texi, %.nexi): Use it.
3928         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
3929         format to lilypond-book.
3930         * GNUmakefile.in (web-doc): Ditto.
3932 2002-10-14  Werner Lemberg  <wl@gnu.org>
3934         Further improve TeX output.  The produced files are about 40%
3935         smaller.  `lilyponddefs.tex' is now read only once.
3937         * tex/lilyponddefs.tex: Remove footer stuff.
3938         (\ifundefined): Renamed to...
3939         (\lilypondundefined): This.  Use LaTeX's definition to
3940         make it nestable and make it global.
3941         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
3942         output.
3943         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
3944         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
3945         them global.
3946         (\placebox): Renamed to...
3947         (\lyitem): This.
3948         Make it global and call \outputscale by itself.
3949         (\lybox, \lyvrule): New macros to reduce input data.
3950         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
3951         New auxiliary macros.
3952         (\SkipLilydefs, \EndLilyPondOutput): Removed.
3953         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
3954         to...
3955         (\lilypondspace): This and made it global.
3956         (\turnOnPostScript): Renamed to...
3957         (\lilypondpostscript): This and made it global.
3958         (\turnOnExperimentalFeatures): Renamed to...
3959         (\lilypondexperimentalfeatures): This and made it global.
3960         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
3961         (\lilypondsetdimen): This and made it global.
3962         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
3963         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
3964         (all, $(outdir)/music-drawing-routines.ps): New rules.
3965         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
3966         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
3967         start-system, stop-system, stop-last-system, filledbox): Updated to
3968         use the changed macros from lilyponddefs.tex.
3969         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
3971 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3973         * Documentation/windows/installing.texi: Update.
3975 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3977         * VERSION: 1.6.5 released
3979         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3981 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3983         * scm/translator-property-description.scm (voltaOnThisStaff): add
3984         property.
3986 2002-09-28  Werner Lemberg  <wl@gnu.org>
3988         * scm/tex.scm (header-end): Suppress page numbering.
3990         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3991         Fix quotation for HTML output.
3993 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3994         
3995         * Documentation/user/refman.itely: grammar and phrasing
3996           fixes to "Note Entry" section.  Also adds a few new examples.
3998 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4000         * flower/include/string-data.icc: include string.h
4002 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4004         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4006 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4008         * Documentation/user/GNUmakefile (extra-local-help): Add.
4010         * stepmake/stepmake/www-targets.make (local-help): Add.
4012 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4014         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4015         packages.
4017         * Documentation/topdocs/README.texi (Top): building documentation
4018         (not website.)
4020 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4022         * Documentation/user/refman.itely: 
4023         * Documentation/user/tutorial.itely: 
4024         * Documentation/user/music-glossary.tely: Merge changes.
4026         * Documentation/user/glossary.html.in: 
4027         * Documentation/index.texi: 
4028         * Documentation/header.html.in: Accomodate renaming of glossary.
4029         
4030         * Documentation/user/tutorial.itely: Add some glossary references.
4031         
4032         * Documentation/user/refman.itely: Minor fixes.
4033         
4034         * Documentation/user/lilypond.tely: Add glossary do direntry.
4036         * Documentation/user/music-glossary.tely: Rename (previously:
4037         glossary.tely).  Fix anchor placement.
4039         * Documentation/user/GNUmakefile: Make music-glossary.info too.
4041 2002-09-23  Werner Lemberg  <wl@gnu.org>
4043         * scripts/lilypond-book.py (output_dict): Fix handling of
4044         various environments by avoid extraneous newlines.
4045         Rename `output-all' regexp for html to `output-html'.
4046         Replace `output-all' regexp for texi with `output-texi-quote'
4047         and `output-texi-noquote'.
4048         (compose_full_body): Don't override `linewidth' user option
4049         for `singleline'.
4050         (schedule_lilypond_block): Don't indent text specified with
4051         `intertext' option.
4052         Add new option `noquote'.
4053         (compile_all_files): Use latex instead of tex to compile ly
4054         files directly.
4056         * Documentation/user/lilypond-book.itely: Updated and revised.
4057         Improve layout.
4059         * Documentation/user/glossary.tely,
4060         Documentation/user/introduction.itely,
4061         Documentation/user/tutorial.itely,
4062         Documentation/user/refman.itely,
4063         Documentation/user/appendices.itely: Fix overfull LilyPond
4064         boxes caused by the new lilypond-book code.  Other minor
4065         fixes.
4067         * Documentation/user/macros.itexi (@texiflat): Don't emit
4068         trailing space.
4070         * scm/tex.scm (end-output, header-end): Add preamble and
4071         postamble to make lilypond output directly compilable with
4072         latex.
4074         
4075 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4077         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4078         instructions.
4080 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4082         * Documentation/user/glossary.tely: Add titling and hyperlinks.
4084 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4086         * lily/beam.cc (connect_beams): don't crash if there are quarter
4087         notes in beams.
4089 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4091         * Documentation/user/refman.itely: corrected ancient clef
4092         docu; added docu on ligatures
4094 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4096         * Documentation/user/glossary.tely,
4097         Documentation/user/refman.itely, input/les-nereides.ly,
4098         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4099         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4100         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4101         Stem properties: flag-style -> stroke-style, style -> flag-style.
4104 2002-09-22  Werner Lemberg  <wl@gnu.org>
4106         * scripts/lilypond-book.py: Add option `notime' to suppress
4107         printing of a time signature.  Specify default indentation of 0pt
4108         if single line fragment.  Don't emit redundant `\paper{ }'.
4110         * Documentation/user/lilypond-book.itely: Updated.
4112         * Documentation/user/glossary.tely: Completely reformatting.
4114 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4116         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4118 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4120         * Documentation/user/tutorial.itely: Fix links.
4121         
4122         * Documentation/topdocs/index.tely:
4123         * Documentation/index.texi:
4124         * Documentation/header.html.in: Small website fixes and updates.
4126         * debian/: Debian patch by Anthony Fok.
4128 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4130         * Documentation/footer.html.in: How time flies: It's already 2002!
4132         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4133         more descriptive link names than 'here'.
4135 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4137         * VERSION: 1.7.2 released
4138         * VERSION: 1.6.4 released
4139         
4140         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4142         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
4143         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
4145         * mf/feta-din.mf (test): add x-height and space.
4147         * lily/dynamic-engraver.cc (process_music): take dynamic direction
4148         from ^_ for crescendi. Idem for slurs and phrasing slurs.
4150         * ly/grace-init.ly: add-to-grace-init: function to portably add
4151         settings to \grace. 
4153         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
4154         if we get an absolute dynamic event.
4156         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
4158         * lily/source-file.cc (get_line): oops. All line numbers were off
4159         by 2. Fix that. 
4161         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
4162         be after the note, combined with -_^, i.e. c4-(-\)-\>  
4164         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
4166         * lily/parser.yy (number_factor): remove (number) as number
4167         expression. ("Let them eat Lisp").
4169 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4171         * lily/horizontal-bracket.cc: new file.
4173         * lily/horizontal-bracket-engraver.cc: new file.
4175         * input/regression/note-group-bracket.ly: new file. Support
4176         horizontal note brackets for music analysis.
4178         * lily/stem.cc (flag): new flag-style: no-flag.
4180         * input/test/stem-cross-staff.ly: new file
4181         
4182         * Documentation/user/internals.itely: Improved formatting, fixing
4183         typos.  Added a section `Output details' to describe how the TeX
4184         code looks like.
4186         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
4188         * lily/parser.yy: remove \dynamicscript.
4190         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
4191         definitions. 
4193         * python/midi.c (midi_error): take two arguments.
4195         * Merge 1.6.5 changes:
4196         
4197 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4199         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
4200         staff-space.  Previous 1.5 was probably meant as half-spaces.
4201         (cautionary-style): parentheses (was: smaller).  This is what doco
4202         says, and it seems more logical.
4204         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
4205         for 2nd sentence.
4207 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4209         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
4211 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4213         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4215 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4217         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
4219 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4221         * scm/translator-property-description.scm (voltaOnThisStaff): add
4222         property.
4224 2002-09-28  Werner Lemberg  <wl@gnu.org>
4226         * scm/tex.scm (header-end): Suppress page numbering.
4228         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
4229         Fix quotation for HTML output.
4231 2002-09-28   Graham Percival   <gperciva@sfu.ca>
4232         
4233         * Documentation/user/refman.itely: grammar and phrasing
4234           fixes to "Note Entry" section.  Also adds a few new examples.
4236 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4238         * flower/include/string-data.icc: include string.h
4240 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4242         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4244 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4246         * Documentation/user/GNUmakefile (extra-local-help): Add.
4248         * stepmake/stepmake/www-targets.make (local-help): Add.
4250 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4252         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4253         packages.
4255         * Documentation/topdocs/README.texi (Top): building documentation
4256         (not website.)
4258 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4260         * Documentation/user/refman.itely: 
4261         * Documentation/user/tutorial.itely: 
4262         * Documentation/user/music-glossary.tely: Merge changes.
4264         * Documentation/user/glossary.html.in: 
4265         * Documentation/index.texi: 
4266         * Documentation/header.html.in: Accomodate renaming of glossary.
4267         
4268         * Documentation/user/tutorial.itely: Add some glossary references.
4269         
4270         * Documentation/user/refman.itely: Minor fixes.
4271         
4272         * Documentation/user/lilypond.tely: Add glossary do direntry.
4274         * Documentation/user/music-glossary.tely: Rename (previously:
4275         glossary.tely).  Fix anchor placement.
4277         * Documentation/user/GNUmakefile: Make music-glossary.info too.
4279 2002-09-23  Werner Lemberg  <wl@gnu.org>
4281         * scripts/lilypond-book.py (output_dict): Fix handling of
4282         various environments by avoid extraneous newlines.
4283         Rename `output-all' regexp for html to `output-html'.
4284         Replace `output-all' regexp for texi with `output-texi-quote'
4285         and `output-texi-noquote'.
4286         (compose_full_body): Don't override `linewidth' user option
4287         for `singleline'.
4288         (schedule_lilypond_block): Don't indent text specified with
4289         `intertext' option.
4290         Add new option `noquote'.
4291         (compile_all_files): Use latex instead of tex to compile ly
4292         files directly.
4294         * Documentation/user/lilypond-book.itely: Updated and revised.
4295         Improve layout.
4297         * Documentation/user/glossary.tely,
4298         Documentation/user/introduction.itely,
4299         Documentation/user/tutorial.itely,
4300         Documentation/user/refman.itely,
4301         Documentation/user/appendices.itely: Fix overfull LilyPond
4302         boxes caused by the new lilypond-book code.  Other minor
4303         fixes.
4305         * Documentation/user/macros.itexi (@texiflat): Don't emit
4306         trailing space.
4308         * scm/tex.scm (end-output, header-end): Add preamble and
4309         postamble to make lilypond output directly compilable with
4310         latex.
4312         
4313 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4315         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4316         instructions.
4318 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4320         * Documentation/user/glossary.tely: Add titling and hyperlinks.
4322 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4324         * lily/beam.cc (connect_beams): don't crash if there are quarter
4325         notes in beams.
4327 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4329         * Documentation/user/refman.itely: corrected ancient clef
4330         docu; added docu on ligatures
4332 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4334         * Documentation/user/glossary.tely,
4335         Documentation/user/refman.itely, input/les-nereides.ly,
4336         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4337         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4338         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4339         Stem properties: flag-style -> stroke-style, style -> flag-style.
4341 2002-09-22  Werner Lemberg  <wl@gnu.org>
4343         * scripts/lilypond-book.py: Add option `notime' to suppress
4344         printing of a time signature.  Specify default indentation of 0pt
4345         if single line fragment.  Don't emit redundant `\paper{ }'.
4347         * Documentation/user/lilypond-book.itely: Updated.
4349         * Documentation/user/glossary.tely: Completely reformatting.
4351 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4353         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4355 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4357         * Documentation/user/tutorial.itely: Fix links.
4358         
4359         * Documentation/topdocs/index.tely:
4360         * Documentation/index.texi:
4361         * Documentation/header.html.in: Small website fixes and updates.
4363         * debian/: Debian patch by Anthony Fok.
4365 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4367         * Documentation/footer.html.in: How time flies: It's already 2002!
4369         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4370         more descriptive link names than 'here'.
4372 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4374         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4376 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4378         * lily/part-combine-music-iterator.cc (get_state): cleanup
4379         (get_music_info): cleanup.
4381 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4383         * scm/backend-documentation-lib.scm (interface-doc-string):
4384         crosslinks between interfaces and grobs. Headings for interfaces
4385         in grob explanation.
4387 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4389         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
4390         dtd).  Add preliminary dtd.
4391         (re-sub-alist): Robustify.
4393 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4395         * lily/include/event-chord-iterator.hh,
4396         lily/context-specced-music-iterator.cc,
4397         lily/event.cc, lily/event-chord-iterator.cc: add
4399 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4401         * lily/: some (c) header fixes.
4402         
4403         * lily/request-chord.cc: Remove.
4404         
4405         * lily/include/event-chord-iterator.hh:
4406         * lily/include/event.hh:
4407         * lily/event-chord.cc: New file.
4408         
4409         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
4410         requested.
4412 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4414         * lily/ : rename Request to Event
4416         * lily/parser.yy (command_element): move clef stuff into Scheme.
4418         * lily/:  rename length_mom () to get_length()
4420         * lily/part-combine-music.cc: removed file and class.
4422         * lily/context-specced-music-iterator.cc (class
4423         Context_specced_music_iterator): new file. Obsoletes the
4424         Context_specced_music type.
4426         * scm/music-types.scm (make-repeated-music): put different kinds
4427         of repeated music into music-type table.
4429         * VERSION: 1.7.1 released.
4431         * scm/to-xml.scm: new file.
4433         * input/test/to-xml.ly (fooBar): demo of what is possible with the
4434         new Input representation: dump music as XML.
4436         * scm/engraver-documentation-lib.scm
4437         (engraver-accepts-music-types?): add links from music to engraver,
4438         from music-type to engraver.
4440         * lily/include/command-request.hh: removed
4441         lily/include/musical-request.hh: removed. Removed all _req classes
4442         except Key_change_req. Changes throughout.
4444 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4446         * lily/tuplet-engraver.cc (try_music): Compile kludge.
4448 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4450         * lily/*.cc: specify accepts for many engravers.
4452         * scm/music-documentation-lib.scm: dump music expressions and
4453         music subtypes.
4455         * scm/documentation-lib.scm: complete revision.
4456         Use GOOPS objects to store document tree explicitly. Cleaned up and
4457         sped up doco generation a lot.
4459 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4461         * input/trip.ly (fugaIILeft): add arpeggio
4463         * lily/translator-group.cc (try_music_on_nongroup_children):
4464         oops. The name symbol is in the cdr of the assoc handle.
4466         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
4467         Hyphen_req, Glissando_req, Break_req, Mark_req 
4469 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4471         * lily/musical-request.cc (music-duration-length,
4472         music-duration-compress): new functions.
4474         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
4475         throughout. Warning doesn't work yet.
4477         * lily/translator-group.cc (try_music_on_nongroup_children):
4478         new implementation: store candidate acceptors in a hashTable.
4480 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4482         * scm/music-types.scm (music-descriptions): change name to
4483         internal-class-name
4485         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4487 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4489         * lily/beam.cc (connect_beams): don't crash if there are quarter
4490         notes in beams.
4492 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4494         * Documentation/user/refman.itely: corrected ancient clef
4495         docu; added docu on ligatures
4497 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4499         * Documentation/user/glossary.tely,
4500         Documentation/user/refman.itely, input/les-nereides.ly,
4501         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4502         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4503         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4504         Stem properties: flag-style -> stroke-style, style -> flag-style.
4506 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4508         * scm/music-functions.scm (music-separator?): don't use name music
4509         property.
4511 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4513         * stepmake/stepmake/generic-targets.make (help): Document check
4514         target.
4516         * lily/new-accidental-engraver.cc: Compile fix.
4518 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4520         * scripts/convert-ly.py: Add rule.
4522         * input/test/music-creation.ly:
4523         * input/test/add-staccato.ly:
4524         * input/test/add-text-script.ly: ly-make-music.
4526         * scm/drums.scm (make-head-type-elem, make-articulation-script):
4527         More ly-make-music renamings.
4529         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
4531         * lily/music-constructor.cc (make_music): Add debugging info.
4533         * scm/music-functions.scm (make-simultaneous-music,
4534         (make-sequential-music, context-spec-music):
4535         * scm/music-types.scm (music-descriptions): Get lily to run.
4537 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4539         * lily/command-request.cc (transpose_key_alist): new function.
4541         * lily/key-performer.cc (create_audio_elements): cleanup. 
4543 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4545         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
4547         * lily/include/translator.hh (ENTER_DESCRIPTION): add
4548         events-accepted field.
4550         * scm/music-types.scm: new file.
4552         * lily/parser.yy: put music type initialization into scheme,
4553         similar to grob initialization.  Changes throughout.
4555 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4557         * Documentation/user/tutorial.itely: Fix links.
4558         
4559         * Documentation/index.texi: 
4560         * Documentation/header.html.in: 
4561         * Documentation/topdocs/index.tely: Small website fixes and updates.
4563         * debian/: Debian patch by Anthony Fok.
4565 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4567         * Documentation/footer.html.in: How time flies: It's already 2002!
4569         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4570         more descriptive link names than 'here'.
4572         * ROADMAP: Remove test stuff.
4574         * scripts/update-lily.py: Allow auto-building of stable and
4575         development versions.  Bugfixes.
4577 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4579         * VERSION: released 1.7.0
4581         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4583         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
4584         positive line widths.
4586 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4588         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
4589         go.  Fix comments.
4591         * cygwin: Cygwin updates.
4593 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4595         * Documentation/windows/installing.texi (Top): version for python,
4596         urls for ghostscript (thanks to John Potelle)
4597         
4598         * lily/simultaneous-music-iterator.cc
4599         (Simultaneous_music_iterator): init children_list_ before
4600         triggering GC.
4602         * lily/*-iterator.cc: be even more careful with smobbed copy
4603         constructors. 
4605         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
4606         LeftEdge item.
4608 2002-09-15  Werner Lemberg  <wl@gnu.org>
4610         Improving LilyPond's output to make them ordinary TeX boxes with
4611         predictable dimensions.  System boxes are now vertically centered on
4612         the baseline; this offset can be further controlled with
4613         \lilypondscoreshift.
4615         * lily/system.cc (System::post_processing): Pass length of current
4616         system to `start-system' (including any horizontal indentation).
4618         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
4619         prettier.
4620         (lily-def): Append `%'.
4621         (start-system): Add parameter `wd'.  Output more TeX code to specify
4622         box dimensions.
4623         (stop-system, stop-last-system): Complement changes in
4624         `start-system'.
4625         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
4626         Updated.
4628         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
4629         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
4630         Write final `\endinput'.
4632         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
4633         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
4634         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
4635         files and macro definitions don't produce spurious spaces and
4636         paragraphs (using \endlinechar).
4637         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
4639         * Documentation/user/internals.itely: Improved formatting, fixing
4640         typos.  Added a section `Output details' to describe how the TeX
4641         code looks like.
4643 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4645         * lily/accidental-engraver.cc: Also work with partial measures.
4647 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4649         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
4650         spanner.
4652 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4654         * lily/identifier-smob.cc (unpack_identifier): new file.
4656         * lily/lexer.ll (identifier_type): new function.  use ly-id to
4657         pass off scheme expressions as music identifiers.
4659         * scm/lily.scm: reorganisation, cleanups.
4661         * lily/main.cc: small cleanups.
4663 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4665         * lily/ly-module.{cc,hh}: new file.
4667 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4669         * lily/accidental-engraver.cc: Also work with partial measures.
4671 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4673         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
4675 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4677         * lily/my-lily-lexer.cc: use SCM module in stead of
4678         Scheme_hash_table. Changes throughout.  
4680 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4682         * VERSION (MY_PATCH_LEVEL): make 1.7.0