corrections.
[lilypond.git] / ChangeLog
blob9ac98fdbc58938235da3aeb3735d211a3778fa58
1 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * Documentation/user/refman.itely: corrections.
5 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7         * lily/new-fingering-engraver.cc (position_scripts): add heads to
8         support of the fingerings.
10         * po/fr.po: French translation update.
12         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
13         strings.
15 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
17         * Documentation/user/introduction.itely: Small fixes.
19 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
21         * Documentation/topdocs/AUTHORS.texi: polish.
23 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
25         * Documentation/user/introduction.itely: revise
27         * Documentation/user/tutorial.itely: reorganise.
29         * Documentation/topdocs/index.tely: remove.
31         * Documentation/header.html.in: prune.
33         * GNUmakefile.in: clean up web building.
35         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
36         target.
38 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
40         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
42         * lilypond-mode.el: turn on blink-matching-paren.
44 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
46         * scm/output-sodipodi.scm (svg-header): Fix typo.
48 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
50         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
51         fixes a security hole.
53         * scripts/lilypond-book.py (original_dir): remove temp_dir
55         * scm/document-translation.scm: use @code tags.
57 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
59         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
61         * lilypond-mode.el: add a buffer-local post-command-hook to set
62         context dependent syntax-table after each cursor event. Remove old
63         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
65         * lilypond-indent.el: update comments.
67         * Documentation/footer.html.in: add period.
69 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
71         * make/lilypond.redhat.spec.in (Group): don't strip binary.
73         * scm/document-translation.scm (document-property-operation): add
74         @code{} tags.
76         * VERSION (PACKAGE_NAME): release 1.7.27
78         * config.make.in: add PAPER variable
80         * buildscripts/new-chords.py (help): add help text
82         * Documentation/user/introduction.itely (Typography and program
83         architecture):  fixes.
85         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
86         for texinfo and dvips. This fixes problems with PDF output of the
87         wrong size.
89         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
90         DVIPS_PAPERSIZE variable
92         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
93         TEXINFO_PAPERSIZE variable 
95 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
97         * mf/feta-macros.mf: whoops: only draw lines for test situations.
99         * mf/feta-toevallig.mf: lowres fixes.
101 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
103         * NEWS: Typo and fill-paragraph fixes.
105         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
106         cast #define.
108         * configure.in: 
109         * config.hh.in: Check for lrint.
111 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
113         * VERSION: 1.7.26 released
115         * lily/separation-item.cc: add padding property.
117         * input/test/*.ly: various fixes, remove solo-a2.ly
119         * scm/new-markup.scm (brew-new-markup-molecule): arg order
120         bugfix. Fixes old-style markup compatibility.
122         * Documentation/user/introduction.itely (Introduction): historical
123         elucidations
125         * Documentation/user/music-glossary.tely (Top): linewidth fix.
127         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
129         * Documentation/index.texi (Top): cleanup.
131         * Documentation/user/introduction.itely (Introduction): rewrite
132         introduction, 
133         (Music notation and  engraving): about notation. Add flat-picture
135 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
137         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
138         separation items. This keeps lyrics from bumping into each other.
140 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
142         * GNUmakefile.in (topdocs-web): New target.
143         (local-web): Depend on topdocs-web; fixes html-doc.
145 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
147         * po/lilypond.pot: run po-replace
149         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
151         * scm/drums.scm (reset-drum-kit): new function.
153         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
155         * scripts/update-lily.py: remove
156         
157         * VERSION: release 1.7.25
158         
159         * Documentation/user/introduction.itely (Introduction): rewrite
160         start of introduction.
162 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
164         * lily/all-font-metrics.cc: fixed typo
166 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
168         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
169         LilyPond-mode-context-set-syntax-table): new functions to define
170         the syntax table according to context.
172         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
174 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
176         * Documentation/user/refman.itely (Figured bass): 
177         language nit courtesy http://www.vocabula.com
179         * GNUmakefile.in: remove no kpathsea hack.
181         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
182         doco.
184         * GNUmakefile.in: remove web-doc target.
186         * lily/all-font-metrics.cc (find_afm): add message about
187         buildscripts/clean-fonts.sh 
189         * scm/define-music-properties.scm (figure): use string for 'figure
191         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
193         * input/regression/ : add raggedright = ##t where applicable. 
194         
195         * scm/bass-figure.scm (make-bass-figure-markup): add
196         alignBassFigureAccidentals property.
198         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
199         bracket.
201         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
202         syllables widths into account for minimum-length.
204         * input/test/staff-container.ly: update file
206         * input/test/stem.ly: remove
208         * lily/event.cc (LY_DEFINE): add ly: prefix.
210         * input/test/clef-manual-control.ly: from manual-clef
212         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
214         * input/test/different-time-signatures.ly: move to poly-metric.ly
216         * input/test/hara-kiri*,scales.ly: remove
217         
218         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
219         with chord-names-jazz.ly)
221         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
222         get scalable cm fonts too.
224         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
225         --encoding for mftrace if present.
227         * input/regression/slur-area.ly: move from test/
229         * input/test/: remove simple-slur-endings slur-attachment
230         slur-broken-cross-staff slur-broken.ly slur-damping.ly
231         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
232         slur-symmetry slur-symmetry tie-broken.ly
234         * scm/drums.scm (set-drum-kit): add function.
236         * Documentation/user/refman.itely (Percussion staves): use
237         set-drum-kit
239         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
240         too
241         (Global_measure.set_timesig): handle 3/8 time sig too.
243         * scm/output-lib.scm (note-head-style->attachment-coordinates):
244         note about triangle note heads.
246         * scm/drums.scm: use alist for instrument-settings. This fixes the
247         bug with assigning to drums in the .ly file.
249         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
250         CHANGED.
252         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
253         cluster-beacon-interface
255         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
257         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
259         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
261         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
262         to get positions.
264         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
265         make ClusterSpannerBeacon to record Y positions. This removes the
266         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
267         make cluster-note-events.
269 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
271         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
273         * configure.in: Use lily/main.cc as identifying source file.
275         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
277         * config.hh.in: 
278         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
280         * configure.in: Require PYTHON >= 2.0.
282         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
283           $PYTHON for include dir location.
284         (STEPMAKE_PYTHON): New function.  Use
285         
286             PYTHON=foo ./configure
288           to override.
290 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
292         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
293         something.
295         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
296         ftp.lilypond.org everywhere.
298 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
300         * lily/text-item.cc (interpret_new_markup): do only if new-markup
301         detected.
303         * Documentation/user/refman.itely (Grace notes): note on explicit
304         contexts
306 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
308         * lilypond-font-lock.el: add a comment about LilyPond specific
309         escape characters: ^, - and _, in the syntax table.
311         * Documentation/user/appendices.itely: a majuscule fix.
313 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
315         * input/test/trills.ly (endHorizScript): fixes.
317         * input/test/chord-names-jazz.ly: merge in alternate Jazz
318         notation, move from regression.
320         * input/test/script-stack.ly: change name from stacked-scripts
322         * input/test/ossia.ly: octave errors.
324         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
325         for midi-volume-equaliser
327 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
329         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
330         cm fonts.
332         * mf/feta-beugel.mf: don't multiply font_count by 10.
334         * lily/lookup.cc (horizontal_line): new function. Use
335         horizontal-line in output backends.
337         * Documentation/user/tutorial.itely (An orchestral part): new
338         section on orchestral stuff and identifiers.
340 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
342         * lilypond-mode.el: comment-out paren-highlighting, it still causes
343         some interference to other modes.
345 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
347         * lily/spacing-spanner.cc (musical_column_spacing): use average,
348         not maximum of spacing wishes in polyphonic situations.
350         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
351         number
353         * lilypond-indent.el: remove paren matching. 
355         * lily/text-item.cc (interpret_new_markup): new function
356         use iso. text2molecule.
358         * lily/main.cc (notice): change FSF address 
360         * po/de.po: update PO file to 1.6.
362 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
364         * Documentation/user/ {many}: Add periods and remove spaces.
365         
366 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
368         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
369         Disable buffer-locally default paren hook and make a new one. 
371         * lilypond-mode.el: Turn off locally paren-mode, but turn on
372         locally LilyPond-paren-mode. Add todo for mouse double-click.
374 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
376         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
377         Disable buffer-locally default paren idle timer and make a new one. 
379         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
380         locally LilyPond-show-paren-mode. Add to menu a toggle for
381         LilyPond-show-paren-function.
383 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
385         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
387 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
389         * Documentation/user/refman.itely: spelling fix.
391         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
392         paren highlight function definitions. add todo for
393         Lilypond-show-paren-mode.
395 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
397         * input/template/jazz-combo.ly: new file.
399 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
401         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
402         lo-res fixes.
404         * mf/feta-schrift.mf: bugfix in varcoda sign.
405         WARNING: FONT CHANGED
407         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
408         in accordance with lexer.ll.   
410 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
412         * Documentation/user/tutorial.itely: Edit introduction.
414 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
416         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
417         ly:grob-staff-position
419 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
421         * scm/to-xml.scm: import srfi-1
423         * VERSION (MAJOR_VERSION):  release 1.7.24
425         * python/lilylib.py (make_ps_images): make multipage _really_ work.
427         * scripts/lilypond-book.py (do_file): put texidoc before image.
428         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
430         * input/regression/*.ly: fix snippet octaves 
432         * input/test/spanner-after-break-tweak.ly: import
433         broken-spanner-adjustment
435         * input/no-notation/midi-transposing.ly: move from input/test/
437         * input/test/: remove chord-markup
439         * input/regression/instrument-name-partial.ly: move from input/test.
441         * input/test/vertical-text.ly: remove
443         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
444         space above lyrics lines.
446         * input/test/uniform-breaking.ly: remove file.
448         * lily/gourlay-breaking.cc (combine_demerits): add comment about
449         uniform spacing density. 
451         * input/test/chords.ly (keys): remove file.
453         * scm/documentation-lib.scm (oop): use srfi-1 too.
455         * input/regression/*.ly: add \version
457         * Documentation/user/*.itely: various fixes.
459         * buildscripts/mf-to-table.py (base): break table every three
460         symbols.
462         * input/:  remove %% new-chords-done %% .
464         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
465         os-music.ly
466         
467 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
469         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
471         * scm/new-markup.scm (box-markup): new function.
472         (box-markup): new function. Contributed by Dick Schoeller
473         <schoeller@attbi.com>
475         * scm/lily.scm: remove reduce-no-unit 
476         (list-insert-separator): use fold-right
478         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
479         of arguments. 
481         * NEWS: more neutral language for ancient notation 
483         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
484         inside pointing beaming for chord tremolo.
486         * Documentation/user/lilypond-book.itely: minor editing
488 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
490         * NEWS: added news for 1.8 regarding ancient notation
492         * Documentation/user/refman.itely (Gregorian square neumes
493         ligatures): fixed typo
495         * lily/vaticana-ligature-engraver.cc,
496         lily/include/vaticana-ligature.hh: bugfix: use special heads for
497         lower/upper head of Pes only when heads are stacked
499         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
500         scm/define-grob-properties.scm: cleanup: make "join-left" a
501         boolean grob property and save delta pitch in grob property
502         "delta-pitch" instead
504         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
506 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
508         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
509         completely borked
511         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
512         (try_music): bug fix: beam multiplicity was completely borked.
514         * scm/lily.scm: remove tail, filter-list, filter-out-list,
515         first-n, butfirst-n in favor of srfi-1 functions.
516         remove string-join, string-pad in favor of srfi-13 functions.
518         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
520         * NEWS: use complete sentences.
522         * Documentation/user/introduction.itely (Example applications):
523         add note about databases and lilypond-book.
525         * input/test/volta.ly: remove file
527         * input/regression/volta-broken-left-edge.ly: simplify file
529 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
531         * Documentation/user/refman.itely (Constructing a tweak): new
532         subsection.
534         * Documentation/user/tutorial.itely (Fine tuning layout): add
535         common tweaks.
537         * scm/define-grobs.scm (TextScript): use new brewer.
539 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
541         * VERSION: release 1.7.23
543         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
545         * python/lilylib.py (make_ps_images): bugfixes.
547         * input/regression/volta-multi-staff.ly: new file.
549         * Documentation/user/macros.itexi: refcommands, refcommand macros.
551         * Documentation/user/tutorial.itely (Piano staffs): new section.
552         (Setting variables): new section
553         (Fine tuning layout): new section
555         * input/just-friends.ly: remove file. Superseeded by
556         input/test/chords-without-melody.ly
558         * ly/property-init.ly: add all commands to refman.
560         * scm/define-translator-properties.scm: remove
561         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
563         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
564         name. Underscores botch up PS output.
566         * scm/define-translator-properties.scm: remove
567         textNonEmpty, oneBeat, regularSpacingDelta
569         * scripts/convert-ly.py (FatalConversionError.conv): conversion
570         rule for automaticBars.
572         * lily/timing-engraver.cc (start_translation_timestep): change
573         barNonAuto to automaticBars
575 2003-06-30  Graham Percival  <gperlist@shaw.ca>
577         * input/test/perform-tie.ly: delete file.
579 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
581         * Documentation/user/refman.itely (Gregorian square neumes
582         ligatures): bugfix: do not show ledger lines in neumes table
583         (fixed by setting staff symbol to transparent rather than removing
584         it from staff context)
586 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
588         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
589         glue into brew-new-markup-molecule.
591         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
593         * Documentation/user/introduction.itely (Computerized typography):
594         new section
596         * Documentation/user/tutorial.itely (An orchestral part): remove
597         pc example from tutorial.
599         * input/tutorial/lilbook.tex: use screech-boink
601         * scripts/lilypond-book.py (compile_all_files): split formatting
602         output body and scheduling lilypond compilation.
603         (format_lilypond_output_bodies): new function
604         (format_lilypond_block): new function
605         (html_pages): allow multi-page images in HTML
607         * python/lilylib.py (make_ps_images): rename function from
608         make_preview, merge with make_page_images
610 2003-06-28  Graham Percival  <gperlist@shaw.ca>
612         * input/test/key-clefs.ly: moved to regression.
614         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
616         * input/no-notation/README: added note about midi-*.ly files.
618         * input/test/two-key.ly: moved to no-notation/parse5.ly
620         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
621         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
623         * input/test/ {various}: modified comments, marked some for deletion.
625         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
627         * input/test/mmrest-collision: moved to regression.
629 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
631         * scm/chord-name.scm (note-name->markup): don't superscript root
632         alterations in chordnames.
634 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
636         * Documentation/user/refman.itely (Multi measure rests): more
637         index/cross-referencing.
639         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
641         * scm/font.scm: remove properties-to-font-name code.
643         * scm/define-grob-properties.scm: remove 'type
645         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
646         conversion
648         * lily/text-spanner.cc: change 'type grob prop to 'style 
650         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
651         "first" flag to decide whether to make a start-repeat
653         * input/regression/grace-volta-repeat-2.ly: new file.
655 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
657         * lilypond-indent.el: rename generic functions to LilyPond-*
659 2003-06-22  Graham Percival  <gperlist@shaw.ca>
661         * input/test/thumb.ly: delete, merged into refman.
663         * Documentation/user/refman.itely: added thumb info to Fingering.
665         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
666         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
667         vertical-align.ly : deleted files.
669 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
671         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
673         * lily/line-spanner.cc (broken_trend_offset): remove function.
674         (get_broken_offset): idem.
675         (brew_molecule): rewrite the line-break case.
677         * input/regression/follow-voice-break.ly:  new file.
679         * lily/line-spanner.cc (after_line_breaking): remove lines at the
680         start of a system.
682 2003-06-20  Graham Percival  <gperlist@shaw.ca>
684         * input/test/tuplet-rest.ly: moved to regression.
686         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
687         deleted file.
689         * input/test/ {many} : marked file for possible deletion.
691 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
693         * input/regression/beam-funky.ly: add note about (disputed)
694         correct beaming.
696         * ly/engraver-init.ly (ScoreContext): put key-signature after
697         staff-bar
698         
699 2003-06-20  Graham Percival  <gperlist@shaw.ca>
701         * input/test/ broken.ly lyric-phrasing.ly: deleted.
703         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
705         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
707         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
708         stem-extend was deleted (it was duplicate example, and not as
709         good).
711         * input/test/[s-z]*.ly: add texidoc index.
713 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
715         * lily/slur.cc (get_boundary_notecolumn_y): change name from
716         get_first_notecolumn_y
718         * lily/spanner.cc (broken_spanner_index): new function.
720 2003-06-19  Graham Percival  <gperlist@shaw.ca>
722         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
723         lyric-hyphen.ly : moved to regression.
725         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
726         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
728         * input/test/instrument-name-mmrest.ly: moved to
729         ../regression/multi-measure-rest-instr-name.ly
731         * input/test/knee-sym.ly: moved to
732         ../regression/beam-knee-symmetry.ly.
734         * input/test/hymn.ly: change comments.
736         * input/test/[p-r]*.ly: add texidoc index.
738 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
740         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
741         to postfix syntax
742         
743         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
744         syntax.
746         * VERSION: release 1.7.22
748 2003-06-18  Graham Percival  <gperlist@shaw.ca>
750         * input/test/[h-k]*.ly: added texidoc index.
752         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
754         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
756         * input/test/ various : mark files for deletion or moving to regression.
758         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
760         * input/test/[l-o]*.ly: added texidoc index.
762 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
764         * scm/music-functions.scm (make-ottava-set): 
765         only do ottavation if centralCPosition is set.
767         * lily/translator-scheme.cc (ly:context-property-where-defined):
768         return '() if not found.
770 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
772         * lilypond-mode.el (LilyPond-un-comment-region): removed.
773         Use one command for both commenting and uncommenting.
775         * lilypond-indent.el (LilyPond-comment-region): new function,
776         (un)comments each line separately.
778         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
779         
780         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
781         imenu is not added by default; adapted from f90.el,
782         makes Help-menu, which does not fit, visible in XEmacs.
783         
784 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
786         * lilypond-mode.el: Set show-paren-mode local; minor-mode
787         show-paren-mode sets blink-matching-paren-on-screen local.
788         Try to make show-paren-function to paren-highlight local.
790         * lilypond-indent.el (LilyPond-scan-sexps): new function.
791         Copy definitions of Emacs' show-paren-function and
792         XEmacs' paren-highlight and make minimal changes;
793         add comments about locality. 
794         Fix matching first open-paren-char in '<< .. >>'.
796 2003-06-16  Graham Percival  <gperlist@shaw.ca>
798         * input/test/g*: added texidoc index.
800         * input/test/[a-g]*: added raggedright==#t when it
801          seemed appropiate.
803         * input/test/ fake-grace.ly figured-bass.ly : removed file.
805         * Documentation/topdoc/INSTALL.texi: removed false warnings
806         about gcc 3.3.
808 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
810         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
812         * input/test/chords-without-melody.ly (texidoc): add from
813         input/just-friends.ly
815         * input/regression/size{13--26}.ly: move from input/
817         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
818         input/{star-spangled-banner,twinkle}.ly: remove 
819         
820         * lily/slur.cc: remove slur over rest warnings.
822         * lily/note-spacing.cc (get_spacing): include left part of right
823         object in fixed space. This fixes stretched space before
824         accidentals.
826         * input/regression/spacing-accidental-stretch.ly: new file.
828 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
830         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
831         Reduce to 16pt.
833 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
835         * input/regression/spacing-knee.ly: docstring
837         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
839         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
840         input/tutorial/{test,solar,flowing}.ly: remove
842         * input/rhythm.ly: remove
844         * input/mutopia/F.Schubert/standchen.ly: update syntax.
846         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
847         update syntax. 
849         * scm/define-grobs.scm (all-grob-descriptions): set
850         knee-spacing-correction to 1.0
852         * lily/note-spacing.cc (stem_dir_correction): compute knee
853         correction using stem-thickness and head width.
855         * input/regression/beam-quanting-horizontal.ly: update texidoc
857         * scm/define-grobs.scm (all-grob-descriptions): set
858         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
859         This fixes 32nd beams for noteheads in spaces quants.
861         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
863 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
865         * README.mandrake: Change lilypond-extras to lilypond-documentation.
867 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
869         * input/test/dpncnt.ly,part-combine-score.ly: remove.
871         * VERSION (PACKAGE_NAME): release 1.7.21
873         * input/regression/stem-shorten.ly: new file.
875         * lily/stem.cc (get_default_stem_end_position): revise stem
876         shortening code.
878         * input/regression/spacing-multi-tuplet.ly: move from input/test/
880         * input/test/{scripts,volta-start,sleur}.ly: remove
881         
882         * input/regression/span-bar.ly: smaller file.
884         * input/regression/spacing-{natural,tight,loose}.ly: remove
886         * input/test/markup.ly: remove
888         * scripts/lilypond-book.py: put printfilename in separate chunk,
889         so texidoc is printed after the filename.  
891 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
893         * make/lilypond.mandrake.spec.in: fix docdirs.
895 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
897         * input/regression/beam-french.ly: bugfix.
899         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
901         * input/regression/(various).ly: add raggedright = #t.
903         * input/regression/auto-beam.ly: move from abe.ly
905 2003-06-13  Graham Percival  <gperlist@shaw.ca>
907         * input/test/f*.ly: added texinfo index.
908         
909         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
911 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
913         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
914         quant penalty for beam just outside staff.
916         * input/regression/beam-quanting-horizontal.ly (texidoc): move
917         from beam-pos.ly,  remove non-horizontal tests. 
919         * input/test/(various): cleanup header info. 
921         * input/test/tchaikovsky.ly: remove file.
923         * scm/chord-generic-names.scm: move from
924         double-plus-new-chord-name.scm
926         * input/test/orchestscore.ly: remove file
928         * Documentation/user/refman.itely (Vocal music): update documentation.
930         * scm/define-translator-properties.scm (chordNoteNamer): remove
931         chordNameStyle, use chordNameFunction
933         * scm/chord-name.scm (set-chord-name-style): remove
934         set-chord-name-style. Use \property chordNameFunction.
936 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
938         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
939         music): remove @TeX{} command.
941 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
943         * lilypond-indent.el (scan-sexps): Renamed to
944         aargh-this-breaks-other-emacs-modes-scan-sexps.
946 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
948         * lilypond-indent.el: Fix: match concurrent one-char opening and 
949         closing slurs: '()', etc. Add comments.
951         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
953         * lilypond-font-lock.el: match unending string at eof.
955         * make/lilypond.mandrake.spec.in: refreshed packed file list.
956         
957 2003-06-10  Graham Percival  <gperlist@shaw.ca>
959         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
960         input/test/beam-dir.ly input/test/beam-position.ly    
961         input/test/beam-suspect.ly input/test/beam-trend.ly    
962         input/test/beams.ly input/test/crescendo-text.ly : deleted
963         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
964         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
965         * input/test/default-bars.ly: moved to bar-always.ly
966         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
968 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
970         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
972 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
974         * scm/chord-ignatzek-names.scm (remove-step): rename file.
976 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
978         * lilypond-indent.el: Match better slurs in scheme expressions.
979         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
981         * Documentation/user/invoking.itexi: document Emacs' paren matching.
983 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
985         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
987         * input/ac-extra-voice.ly: Add texidoc.
989         * ly/chord-modifiers-init.ly: 
990         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
991         and chordNameExceptionsPartial for new chord names.
993         * input/test/chord-names-dpnj.ly: 
994         * input/test/dpncnt.ly: Update.
996         * scm/chord-name.scm: 
997         * scm/double-plus-new-chord-name.scm: Add compatibility for new
998         chord selection and options.
1000         * ly/chord-modifiers-init.ly: Add exceptions 
1002         * scm/define-translator-properties.scm (chordNameStyle) 
1003         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
1005 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
1007         * ly/property-init.ly (germanChords): Added.
1008         (semiGermanChords): Added.
1009         
1010         * input/test/chord-names-german.ly: Use new macros
1011         
1012 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
1014         * lilypond-indent.el: Use similar parenthesis highlighting for 
1015         Emacs and XEmacs through redefinitions of parenthesis highlighting 
1016         functions; removed LilyPond-show-paren-function. Fix indenting.
1017         Turn paren-matching on also in XEmacs.
1019         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
1020         as needed by parenthesis highlighting functions (in scan-sexp).
1022 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1024         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
1025         function.
1026         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
1028 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
1030         * lilypond-indent.el: tune regexp for show-paren-function.
1032 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1034         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
1035         for all LilyPond-produced tex snippets.
1037         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
1038         fixes one line --preview output of ly2dvi.
1040 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
1042         * lilypond-indent.el: match only one type of slurs in
1043         LilyPond-show-paren-function.
1045 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1047         * debian/GNUmakefile (EXTRA_DIST_FILES): 
1048         * debian/lilypond1.7.dirs: 
1049         * debian/lilypond1.7-doc.dirs: New file.
1051         * input/regression/chord-name-exceptions.ly: Add parameter for
1052         ignatzekExceptions.  Quote hash in docstring.
1054 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
1056         * lilypond-indent.el (show-paren-function): define show-paren-function
1057         as LilyPond-blink-matching-open and use it for closing parens.
1058         Let LilyPond-blink-matching-open know whether a bracket was inserted.
1060         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
1061         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
1062         LilyPond-blink-matching-paren in order to match both open and close
1063         brackets.
1064         
1065 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
1067         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
1068         testing by modifying the code from FSF Emacs paren.el. Add comments.
1070 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1072         * input/test/dpncnt.ly: Transpose example to match new
1073         default \chords octave.  Add comment.
1074         
1075         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
1076         comment about octave change.
1078 2003-06-04  Graham Percival  <gperlist@shaw.ca>
1080         * input/test/[d,e]: added texinfo index tags.
1081         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
1083 2003-06-04  Graham Percival  <gperlist@shaw.ca>
1085         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
1087 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
1089         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
1090         as in blink-matching-open.
1092 2003-06-03  Graham Percival  <gperlist@shaw.ca>
1094         * input/test/[a-c]: more comments in files.
1095         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
1096         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
1097         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
1098         mark file for proposed deletion.
1099         * input/test: renaming files:
1100         auto-beam-4-8.ly to beam-auto-4-8.ly
1101         auto-beam-override.ly to beam-auto-override.ly
1102         auto-beam.ly to beam-auto.ly
1103         blank.ly to blank-paper.ly
1104         absolute-volume.ly to dynamic-absolute-volume.ly
1106 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1108         * input/test/dpncnt.ly: 
1109         * input/test/chord-names-dpnj.ly: Resurrect.
1111         * lily/my-lily-lexer.cc: Remove chordnames keyword.
1113         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
1115         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
1116         Better docstring, add parameter OMIT-ROOT, tidy up.
1118 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
1120         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
1122 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1124         * scm/output-ascii-script.scm (as-font-alist-alist):
1125         (as-properties-to-font-name):
1126         (as-make-style-sheet): Remove.
1128         * scm/font.scm (as-make-font-list): New function.
1129         (as-font-sheet-alist): New variable.
1131         * ly/paper-as9-init.ly: 
1132         * ly/paper-as5-init.ly: Update.
1134         * ly/paper-as5.ly:
1135         * ly/paper-as9.ly: New file.
1137 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1139         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
1141 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1142         * input/sondag-morgen/*: removed due to copyright concerns.
1143         * input/[a,b]*.ly: added a newline at the end of the texinfo
1144         doc string (produces better output in HTML version).
1145         * input/c*.ly: added texinfo index and added comments to
1146         aid in future changes to input/test/ files.
1148 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1149         
1150         * Documentation/user/refman.itely: fixed build problem (missing
1151         file) caused by previous renaming.
1153 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1154         
1155         * input/test/[a,b]*.ly: added texinfo index and added comments to
1156         aid in future changes to input/test/ files.
1157         * input/test/bar-number-every-5-reset.ly: renamed to
1158         bar-number-every-five-reset.ly
1159         * input/test/bar-script-visibility.ly: renamed to
1160         bar-number-show-all.ly
1162 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1164         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
1165         to Voice.
1167         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
1168         out note-line and glissando functionality.
1169         
1170         * lily/line-spanner.cc (brew_molecule): cleanup.
1172 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1174         * scripts/as2text.scm: Use rdelim module.
1175         (start-system): Rename from start-line.
1176         (stop-system): Rename from stop-line.
1177         (af-gulp-file): Use string iso symbol for getenv.
1179         * scm/output-ascii-script.scm: Add guile and lily modules.
1180         (font-name-alist): New variable.
1181         (draw-line): New function.
1183         * scm/output-lib.scm (func, arg->string): Re-add from archive.
1184         (Were these silently removed, without ChangeLog entry?)
1186 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1188         * scm/music-functions.scm (make-ottava-set): bugfixes: also
1189         process 2nd ottava correctly.
1191 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
1193         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
1195 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1197         * Documentation/user/converters.itely (Invoking midi2ly): Update.
1199 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1201         * VERSION: release 1.7.20
1202         
1203         * lily/text-spanner.cc (brew_molecule): clean up function. This
1204         fixes bugs with broken 8va spanners.
1206         * lily/simple-spacer.cc (solve): also compute force for raggedright.
1207         This prevents spurious line-breaks with raggedright
1208         
1209 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1211         * lily/key-performer.cc (create_audio_elements): always use major
1212         key
1214         * Documentation/user/internals.itely: updates
1216         * input/regression/beam-break.ly: new file.
1218         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
1219         beams if starting or terminating stems have 'beaming set.)
1221         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
1222         property.
1224         * lily/parser.yy (verbose_command_req): add comment about scales.
1226 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
1228         * lilypond-indent.el: adjust regexps in bracket-matching.
1230 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
1232         * Documentation/user/refman.itely: more tiny fixes
1234         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
1235         "Chord names"; added table with input syntax for solesmes neumes
1236         table; added some words about rationale on input syntax design
1238         * lily/gregorian-ligature-engraver.cc,
1239         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1240         lily/include/gregorian-ligature.hh: bugfix: horizontal head
1241         alignment of Pes Initio Debilis
1243         * Documentation/user/refman.itely,
1244         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1245         mf/parmesan-heads.mf: fixed most of the head selection/alignment
1246         bugs in the solesmes neumes table
1248 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
1250         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
1251         Similarly, match '[' and ']' by skipping '\[' and '\]'.
1253         * lilypond-mode.el: fix tag-score. small improvements.
1255 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1257         * .cvsignore: Add aclocal.m4.
1259         * lily/music-constructor.cc: Include <assert.h>.
1261 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1263         * ly/engraver-init.ly (HaraKiriStaffContext): use
1264         RemoveEmptyStaffContext instead.
1266         * Documentation/user/refman.itely: updates
1268 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
1270         * Documentation/user/refman.itely: added solesmes neumes table;
1271         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
1272         bugfix: "Ornaments" -> "Articulations"
1274         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
1276 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1278         * lilypond-indent.el: Add a message about trying to match \] or \).
1279         
1280 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
1281         
1282         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
1283         obsolete "arithmetic_*"
1285         * input/bugs/ligatures.ly: removed (will be put into a different
1286         directory later)
1288 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1290         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
1291         libkpathsea (Maurizio Tomasi).
1293 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1295         * input/regression/repeat-slash.ly (texidoc): new file
1297         * lily/slash-repeat-engraver.cc (try_music): new file, handle
1298         slash repeats separately. Slash repeats and %
1299         repeats can now be nested.
1301 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1303         * lilypond-indent.el: Add preliminary test for closing \] and \).
1304         
1305 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
1307         * lily/gregorian-ligature-engraver.cc,
1308         lily/vaticana-ligature-engraver.cc,
1309         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
1310         mf/parmesan-heads.mf: various semivocalis related bugfixes
1312         * input/bugs/ligatures.ly: new file demonstrating problems with
1313         ligatures
1314         
1315 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
1317         * lilypond-mode.el,
1318         lilypond-font-lock.el,
1319         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
1321 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
1323         * lilypond-mode.el: Remove outdated code. Stress the difference 
1324         between Emacs and XEmacs definitions.
1326         * lilypond-mode.el,
1327         lilypond-indent.el: Define a function interactive only when necessary.
1329 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
1331         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
1332         Use inactive regions also in XEmacs.
1334 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1336         * Documentation/user/refman.itely (Repeat syntax): more updates
1338         * lily/simple-spacer.cc (solve): move solution process into
1339         solve(). This fixes a bug with collisions and raggedright = ##t.
1341         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
1343         * ly/engraver-init.ly: remove GraceContext. Update examples.
1345 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1347         * GNUmakefile.in (fonts): Also make fontball.
1349         * Website fixes:
1351         * ly/engraver-init.ly (GraceContext): Add.
1353         * run:
1355             convert-ly $(find . -name *.ly)
1357         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
1358         new chords.
1360 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1362         * VERSION: 1.7.19 released
1363         
1364         * scm/music-functions.scm (set-octavation): new function.
1366         * input/regression/ottava.ly: new file
1368         * lily/translator-scheme.cc (LY_DEFINE): new function
1369         ly:unset-context-property
1370         (LY_DEFINE) new function ly:context-property-where-defined: 
1372 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
1374         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
1376         * lilypond.words: add few.
1378         * input/test/script-chart.ly: fix typo.
1380 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1382         * scm/define-grobs.scm: uniform naming for definitions and output
1383         routine files. 
1385         * ly/engraver-init.ly (ChoirStaffContext): add \description from
1386         scm/context-description.scm
1388         * lily/parser.yy (translator_spec_body): add \description to the
1389         \translator{} body syntax.
1391         * lily/ottava-engraver.cc: new file.
1393         * scm/chord-name.scm (natural-chord-alteration): replace old
1394         chord stuff. 
1396         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
1398         * Documentation/user/refman.itely (Metronome marks): update doco.
1400         * input/regression/markup-note.ly: new file
1402         * input/regression/metronome-marking.ly: new file
1404         * lily/metronome-engraver.cc: new file. Print \tempo markings.
1406         * scm/new-markup.scm (note-markup): make a note glyph, useful for
1407         metronome marks.
1409 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1411         * Documentation/user/GNUmakefile: Compatibility fix for new
1412         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
1413         for making binary packages; info splitting bug has been fixed.
1415         * Documentation/user/refman.itely: Compile fixes.
1417 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
1419         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
1420         Count \midi -keywords also for a region.
1422 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1424         * lily/lookup.cc (LY_DEFINE): new function
1426         * Documentation/user/tutorial.itely: updates
1428 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
1430         * lilypond-mode.el: Allow Midi on buffer.
1431         Use only '.ly'-extension, remove '.sly' and '.fly'.
1432         Allow use of inactive regions. Invoke next Command on Master file, 
1433         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
1435 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1437         * Documentation/user/tutorial.itely: updates.
1439 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
1441         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
1443 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
1445         * lily/coherent-ligature-engraver.cc: fixed typo
1447         * lily/coherent-ligature-engraver.cc,
1448         lily/gregorian-ligature-engraver.cc,
1449         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1450         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1451         lily/vaticana-ligature-engraver.cc,
1452         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
1453         scm/grob-description.scm: cleanup: junked LigatureHead grob and
1454         removed all ligature specific stuff from NoteHead code
1456         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
1457         ligatures now use regular noteheads
1459         * lily/vaticana-ligature.cc: tiny code cleanups
1461         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
1462         space between two adjacent noteheads of the same pitch
1464         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
1465         description; cleanup: removed obsolete font-family settings
1467 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
1469         * lily/coherent-ligature-engraver.cc,
1470         lily/gregorian-ligature-engraver.cc,
1471         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1472         lily/mensural-ligature-engraver.cc,
1473         lily/vaticana-ligature-engraver.cc,
1474         lily/include/gregorian-ligature-engraver.hh: updated for new
1475         Coherent_ligature_engraver; added comments that describe the basic
1476         design ideas of the ligature implementation
1478         * lily/coherent-ligature-engraver.cc,
1479         lily/include/coherent-ligature-engraver.hh: new file: shared code
1480         between mensural ligatures and Gregorian chant notation ligatures
1482 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1484         * lilypond-mode.el: XEmacs fixes: include two definitions for the
1485         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
1486         use only two arguments in sit-for, use no arguments in
1487         read-char-exclusive, backspace is not a character (127) in XEmacs.
1489         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
1491 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1493         * lilypond-mode.el: un-commenting works after syntax-table fix.
1495         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
1496         group, verbose commenting for syntax table.
1498         * lilypond-indent.el: add TODO for ligature slurs.
1500 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
1502         * lilypond-mode.el: Move comments of parenthesis matching away,
1503         (blink-matching-paren-on-screen) fix blinking in Emacs.
1505         * lilypond-font-lock.el: Fix parent-matching for Emacs:
1506         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
1508         * lilypond-indent.el: Add TODO for parenthesis matching.
1510 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
1512         * lilypond-mode.el: Fix XEmacs: 
1513         changed [S-iso-lefttab] to [(shift iso-lefttab)],
1514         invoke explicitly easy-menu-add (in Emacs done automatically).
1515         
1516         * lilypond.words: Add few words from input/*/*.ly.
1518 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1520         * VERSION (PATCH_LEVEL): release 1.7.18
1522         * scripts/lilypond-book.py: only print basename for printfilename
1523         option
1525         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
1526         and syntax updates.
1528 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1530         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
1531         better parametrisation. Move fatness of bulb downward.
1533         * mf/parmesan-custodes.mf (dir_down): remove underscores from
1534         glyph names. Underscores are not allowed .ps encoding files.
1536 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
1538         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
1539         variable "packed" for packed right-ragged mode
1541         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
1542         unused variable ragged; fixed indentation
1544         * Documentation/user/refman.itely: tiny cleanups in ancient
1545         clef and custos section
1547 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1549         * lily/parser.yy (Simple_music): add \applyoutput, syntax
1550         \applyoutput PROCEDURE
1552         * lily/my-lily-lexer.cc: add \applyoutput.
1554         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
1556         * lily/text-item.cc: clean text-interface description
1558 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1560         * input/{regression,test}/: use postfix for slur endings and beam
1561         begins.
1563         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
1564         style beams too. 
1566         * input/regression/lyrics-melisma-beam.ly: new file.
1568         * lily/lyric-engraver.cc (process_music): change from
1569         process_acknowledged_grobs()
1571         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
1572         functions to set and revert auto-beam settings.
1574 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1576         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
1578 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
1580         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
1581         Documentation/user/lilypond.tely: fixed some typos; updated author
1582         info
1584         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
1585         #"" -> #'flag-style = #'()
1587         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
1588         cleanup: removed dead #includes
1590         * lily/gregorian-ligature-engraver.cc,
1591         lily/include/gregorian-ligature.hh,
1592         scm/grob-property-description.scm: small cleanups, small spacing
1593         fixes
1595         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
1596         lily/vaticana-ligature.cc,
1597         lily/include/gregorian-ligature-engraver.hh,
1598         scm/grob-property-description.scm, scm/music-types.scm:
1599         "porrectus" -> "pes or flexa"
1601         * ly/engraver-init.ly, scm/grob-description.scm,
1602         scm/grob-property-description.scm: junked porrectus, now handled
1603         by ligature code
1605         * scm/grob-description.scm: bugfix: added space-alist entry for
1606         breathing sign/custos
1608 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1610         * Another grand 2003 update.
1611         
1612         * Remove mentioning of `mudela'; There's no such thing.
1614 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1616         * Documentation/user/preface.itely (Preface to version 1.8): update
1618         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
1620         * Documentation/user/converters.itely (Invoking convert-ly): revise
1622         * scripts/convert-ly.py (outfile_name): remove --assume-old.
1624         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
1626 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1628         * Documentation/user/internals.itely: more updates.
1630 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1632         * Documentation/user/refman.itely: revise 
1634         * Documentation/user/internals.itely: revise
1636         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
1638 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
1640         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
1641         beautification: reformatted ancient clefs section; cleanup: small
1642         wording fixes
1644 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
1646         * lilypond.words: added words for chant notation, sorted
1647         alphabetically through "sort lilypond.words"
1649 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
1651         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
1652         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
1653         chant notation
1655 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
1657         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
1658         prevent TeX from interpreting them as long dash
1660         * input/test/vaticana.ly: updated
1662         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
1663         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
1664         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
1665         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
1666         fixes
1668         * mf/parmesan-heads.mf: ledger endings: removed dead code
1670 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1672         * VERSION: 1.7.17 released
1673         
1674         * Documentation/user/GNUmakefile
1675         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
1676         files too.
1678         * scm/document-markup.scm: new file: document all markup
1679         functions.
1681         * scm/documentation-generate.scm: rename all documentation modules
1682         to document-*.scm
1684         * scripts/lilypond-book.py: generate link to .ly file iso. link to
1685         .png
1687         * input/test/divisiones.ly: added
1689         * input/regression/output-property.ly: new file
1691         * lily/cluster.cc: change cluster-interface to use style property
1693 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
1695         * input/test/chord-names-german.ly: modified.
1697         * scm/chords-ignatzek.scm:
1698           chord-name->german-markup: Added
1699           note-name->german-markup: Changed (now producing lowercase notenames)
1701         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
1702         
1703 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1705         * scripts/convert-ly.py (FatalConversionError.conv):
1706         divisiominima -> divisioMinima, etc.
1708         * ly/engraver-init.ly (FiguredBassContext): add
1709         Separating_line_group_engraver to Figured bass context.
1711         * ly/german-chords-init.ly: remove file
1713         * input/test/chord-names-german.ly (scm): new file.
1715         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
1717         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
1718         Chord_name_engraver
1720         * Documentation/user/refman.itely: lots of updates.
1722         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
1723         new file
1725         * input/test/bar-number-every-5-reset.ly: new file.
1727 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1729         * input/regression/chord-name-major7.ly: new file
1731         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
1732         if specced explicitly.
1734         * input/regression/chord-name-entry-11.ly: new file.
1736         * input/test/slur-beautiful.ly: new file.
1738         * Documentation/user/refman.itely: updates.
1740         * input/regression/collisions.ly (threevoice): cleanup.
1742         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
1744 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1746         * Documentation/user/*.itely: various updates.
1748         * ly/spanners-init.ly: enddecr/ endcr.
1750         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
1751         of tutorial
1753 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1755         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
1757         * lily/new-chord-name-engraver.cc (process_music): use octavation
1758         (a number) instead of original-pitch to store inversions. This
1759         fixes a problem with transposed chords with inversions.  
1761 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1763         * stepmake/aclocal.m4: Include compile fix for broken flex, as
1764         used in includable-lexer.hh.
1766         * lily/includable-lexer.cc: Bugfix: include config.h.
1768         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
1769         circumvention of Debian packaging bug.
1771 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1773         * flex-2.5.31 hits Debian/unstable.  Fixes below.
1774         
1775         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
1777         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
1778         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
1780         * lily/include/includable-lexer.hh: 
1781         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
1783         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
1785         * aclocal.m4: Regenerate.
1787         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
1788         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
1790         * scm/pdf.scm (use-modules): Include lily.
1792         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
1793         Noordkamp).
1794         (use-modules): Include lily.
1795         (lily-def): Bugfix: include tex-val in let.
1797 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
1799         * lilypond-mode.el: sensible error if lilypond.words not found.
1801         * lilypond.words: add few words.
1803 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
1805         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
1807         * mf/parmesan-scripts.mf: fixed typo in char name
1809 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1811         * VERSION: 1.7.16 released
1813         * python/lilylib.py (setup_temp): temporary directories are mode 700.
1814         (this is a security vulnerability).
1816         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
1818         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1819         add staff support.
1821 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
1823         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
1824         ly/script-init.ly, scm/script.scm: bugfix: renamed
1825         fermata->signumcongruentiae to fix naming clash with feta font
1827 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1829         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
1831         * lily/multi-measure-rest-engraver.cc
1832         (start_translation_timestep): use grace timing too for determining
1833         when to make mmrest.
1834         (start_translation_timestep): clear numbers too.
1836 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
1838         * scm/music-types.scm: compile fix: escape braces
1840         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
1841         work around font selection problem
1843         * Documentation/user/refman.itely: BreathingSign: added docu for
1844         property "text"
1846 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1848         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
1849         information.
1851 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1853         * lily/multi-measure-rest-engraver.cc (class
1854         Multi_measure_rest_engraver): make multiple Number objects, one
1855         for each MultiMeasureTextEvent.
1857         * scm/music-functions.scm (glue-mm-rest-texts): use
1858         MultiMeasureTextEvent
1860         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
1862         * Documentation/user/refman.itely (Multi measure rests): update.
1864 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1866         * lily/ly-module.cc (ly_copy_module_variables): use
1867         scm_internal_hash_fold() for iterating modules.
1869 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
1871         * Documentation/user/refman.itely: Section Custodes: added more
1872         example code
1874         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
1875         neo-mensural rests to parmesan font
1877         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
1878         header
1880 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1882         * Documentation/user/macros.itexi: @fileref macro.
1884         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
1885         each file. 
1887 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
1889         * lily/include/custos.hh, make/lilypond.suse.spec.in,
1890         Documentation/topdocs/AUTHORS.texi: updated my email address
1892         * Documentation/user/refman.itely: updated custos documentation;
1893         beautified divisiones example; beautified articulations table
1895         * lily/breathing-sign.cc: bugfix: finalis molecule
1897 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
1899         * Documentation/user/refman.itely: added docu for
1900         contemporary fermata symbols, gregorian breathing signs; small fixes
1902         * ly/gregorian-init.ly: removed obsolete #'type props
1904 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1906         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
1907         minimum-length property correctly.
1909 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1911         * scm/music-functions.scm (make-multi-measure-rest): set input
1912         locations for multimeasure rests.
1914 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
1916         * input/regression/breathing-sign.ly: updated to for ancient
1917         notation
1919 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1921         * scripts/ly2dvi.py: Add newline.
1923 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1925         * scripts/ly2dvi.py (dependency_files): Compile fix.
1927 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1929         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
1930         (make_html_menu_file): --html menu. 
1932 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1934         * scripts/ly2dvi.py (run_dvips): +add the .map file 
1936 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1938         * input/screech-boink.ly: new file.
1940 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1942         * scripts/lilypond-book.py (make_lilypond_file): convert
1943         lilypond-file to lilypond block directly, without going through
1944         begin/end lilypond text.
1945         
1947 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
1949         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
1950         scm/grob-description.scm: moved Michael's original breathing sign
1951         code in brew_molecule() to divisio_minima(); provided new
1952         brew_molecule() that effectively replaces the
1953         Text_item::brew_molecule callback (with additional fallback to
1954         Michael's original code); added callbacks for brewing divisio
1955         maior/maxima and finalis
1957         * gregorian-init.ly: added breathing sign shortcuts for virgula,
1958         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
1960         * script-init.ly: added shortfermata, longfermata,
1961         verylongfermata, varcoda
1963         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
1964         longfermata, verylongfermata, varcomma, varcoda
1966 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1968         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
1969           Remove all noquote and insert a few quote.
1970         
1971         * Documentation/user/lilypond-book.itely (Music fragment options),
1972           scripts/lilypond-book.py: Don't include quotation blocks by
1973           default. Introduce option quote instead of noquote
1975 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1977         * VERSION: 1.7.15 released
1978         
1979         * Documentation/user/lilypond.tely: omf updates.
1981         * buildscripts/texi2omf.py (omf_vars): include version.date
1983         * make/lilypond.redhat.spec.in: fixes for spec file. 
1985         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
1986         by function definition: lily now requires a recent GNU Make.
1988         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
1990         * make/ly-rules.make: remove .ly -> .tex rule
1992         * Documentation/user/refman.itely (Figured bass): revised figured
1993         bass example.
1995 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1997         * stepmake/stepmake/omf-targets.make (local-install): add
1998         scrollkeeper-update message.
2000         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
2001         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
2003         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
2005         * Documentation/user/converters.itely (Invoking midi2ly): add
2006         track/channel notice.
2008 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2010         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
2012         * lily/parser.yy (scalar): DIGIT is also a scalar.
2014         * Documentation/user/music-glossary.tely: add @omf tags
2016         * Documentation/user/lilypond.tely: add @omf tags
2018         * scm/generate-documentation.scm (string-append): add @omf tags.
2020         * stepmake/stepmake/omf-*: new files 
2022         * input/regression/multi-measure-rest.ly (texidoc): add doco
2024         * GNUmakefile.in (web-doc-install): add web-doc-install target
2026         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
2027         fixes crashes while dumping MIDI.
2029         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
2030         midi
2032 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2034         * buildscripts/texi2omf.py: new file.
2036         * mf/feta-beugel.mf: include font count, not staffsize (16) in
2037         font-name
2039 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2041         * input/regression/beam-manual-beaming.ly (texidoc): new file.
2043         * lily/sequential-iterator.cc (descend_to_child): call
2044         descend_to_child() for all types of music.
2046 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2048         * scm/translator-property-description.scm: Add
2049         bassFigureFormatFunction.  Replace some entries.
2051 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2053         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
2054         clean out.
2056 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2058         * scripts/midi2ly.py (Note.dump): never dump duration for
2059         dump_dur=0.
2061         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
2062         new function
2064         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
2065         figures using new markups. Much simpler, and should improve layout
2066         a little.
2068         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
2070 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2072         * ly/engraver-init.ly: use Hara kiri by default for 
2073         ChordNames, FiguredBass and Lyrics(Voice) context. 
2075         * lily/axis-group-engraver.cc (acknowledge_grob): use
2076         rhythmic-grob-interface for selecting items not to hara-kiri'd 
2078         * scm/new-markup.scm (markup-function-list): add bracket,
2079         vbracket.
2081         * ly/engraver-init.ly (ChordNamesContext): set
2082         minimumVerticalExtent
2084 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2086         * input/test/time-signature-double.ly: new file 
2088         * input/regression/collision-head-chords.ly (texidoc): new file.
2090         * lily/type-swallow-translator.cc: add note swallow translator 
2092         * input/test/time-signature-double.ly: new file.
2094         * lily/type-swallow-translator.cc: add Rest_swallow_translator
2096         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
2097         (FiguredBassContext): idem.
2099         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
2101         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
2103         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
2105         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
2106         .afm dependency
2108         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
2110         * python/lilylib.py (make_page_images): add function.
2112         * scripts/ly2dvi.py (run_latex): include title in preview image.
2114         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
2115         from lilypond-book for <ly2dvifile> tags in HTML.
2117         * scripts/ly2dvi.py (option_definitions): add --debug option to
2118         print out environment.
2120         * input/regression/tie-chord-partial.ly: new file.
2122 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
2124         * lilypond.words: add 3
2126 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2128         * scm/new-markup.scm (markup-function-list): add finger-markup
2130         * input/tutorial/brahms-tweaked.ly: new markup 
2132         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
2134         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
2135         crash when processing '() markup
2137         * input/regression/breathing-sign.ly (texidoc): add caesura example.
2139         * lily/breathing-sign.cc (railtracks): another caesura.
2141         * mf/feta-schrift.mf: caesura symbol. 
2143 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2145         * scripts/convert-ly.py (FatalConversionError.conv): add
2146         ly:molecule-XXX conversions.
2148         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
2150         * input/regression/multi-measure-rest-text.ly: new file.
2152         * scm/music-functions.scm (glue-mm-rest-texts): automatically
2153         convert MMREST-TEXT to MultiMeasureRestNumber settings.
2155         * ly/engraver-init.ly (ScoreContext): move tablature settings to
2156         ScoreContext
2158         * scm/new-markup.scm (center-markup): \center markup.
2160         * scm/music-functions.scm: remove pitchify scripts.
2162         * lily/music.cc (print_smob): display music name if available 
2164 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2166         * Documentation/user/refman.itely (Instrument names): remove
2167         \turnOff doco.
2169 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2171         * lily/score.cc (mark_smob): bugfix.
2173         * input/regression/rehearsal-mark.ly: new file.
2175         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
2176         report error at the current token again.
2178 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2180         * cygwin/mknetrel: Exit if doc build fails.
2182         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
2184 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2186         * scm/music-types.scm (music-descriptions): add doc strings
2188 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2190         * lily/lexer.ll: 
2191         * lily/include/my-lily-lexer.hh: 
2192         * lily/include/includable-lexer.hh: Add flex kludge.
2194         * config.hh.in: 
2195         * config.make.in: 
2196         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
2197         cruft.
2198         
2199         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
2200         code.
2202 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2204         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
2206         * lily/parser.yy (new_chord): Compile fix.
2208 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2210         * Documentation/user/refman.itely (Tuning groups of objects):
2211         remove documentation for \turnOff. 
2213         * lily/percent-repeat-engraver.cc (try_music): add correct
2214         processing moments for double-measure percents as well.
2216         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
2218         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
2219         grob prop type. 
2221         * Documentation/user/refman.itely (Printing named chords): add
2222         chord name tweak doco.
2224         * input/template/gregorian-transcription.ly: new file.
2226 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2228         * VERSION: 1.7.13 released
2229         
2230         * input/test/*: lots of cleanups/comment-outs/removals in chord
2231         examples
2232         
2233         * input/regression/*: lots of cleanups/comment-outs/removals in
2234         chord examples
2235         
2236         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
2237         options
2239         * lily/new-chord-name-engraver.cc (process_music): give original
2240         inversion pitch to chord name routine.
2242         * input/tutorial/os-score.ly: update to new markup
2244         * Documentation/user/appendices.itely: simply include
2245         chords-ignatzek. 
2247         * Documentation/user/refman.itely (Chords mode): add documentation
2248         for chord mode.
2250         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
2251         not present in chord.
2252         (construct-chord): add inversion and bass support.
2254         * lily/chord.cc: junk contents.
2256 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
2258         * Documentation/user/refman.itely:
2259         * Documentation/user/music-glossary.tely: fix. 
2261 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2263         * scm/chord-entry.scm (construct-chord): move chord construction
2264         to Scheme.
2266         * lily/parser.yy (new_chord): new setup for chord entry.
2268 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
2270         * lilypond.words:
2271         * Documentation/user/music-glossary.tely: add ambitus.
2273 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2275         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
2277         * lily/include/*.hh: string() -> to_string()
2279         * scm/chords-ignatzek.scm: new file.
2281         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
2282         standard chord name exceptions.
2284         * scm/translator-property-description.scm (chordNameSeparator):
2285         add property.
2286         (majorSevenSymbol): add property
2288         * lily/translator-scheme.cc (ly:context-properties): new function
2289         (ly:context-parent): new function.
2290         (print_smob): print context name.
2292         * lily/music.cc (ly:get-music-length): new function
2293         (print_smob): don't print properties.
2295         * lily/duration.cc (duration<?): new function
2297         * input/regression/chords-funky-ignatzek.ly: new file.
2299         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
2300         jazz chords.
2302         * lily/pitch.cc (ly:pitch-diff): new function.
2304         * input/regression/chords-ignatzek.ly: new file.
2306 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2308         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
2309         pitches for jazz chords.
2311 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2313         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
2315 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
2317         * lilypond.words: add 1
2319 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
2321         * Documentation/topdocs/AUTHORS.texi: refine.
2323 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2325         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
2326         
2327         * lilypond.words: add one.
2329 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
2331         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
2332         Fontify bass note in chords, e.g., e in c1/e.
2333         
2334 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2336         * Documentation/user/music-glossary.tely: Dutch updates and
2337         additions (Arent Storm).
2339 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2341         * input/regression/ambitus.ly:  move file.      
2343         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
2345         * lily/event.cc (transpose): add tonic property to Key_change_req
2346         and to Key_engraver.
2348 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
2350         * Documentation/user/refman.itely: fix typo.
2352         * lilypond.words: removed wrong identifiers.
2354 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2356         * mf/feta-toevallig.mf: make flat stem shorter 
2358 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
2360         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
2362         * lilypond.words: add from Phrasing slur.
2363         
2364 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
2366         * lilypond-mode.el: allow launching multiple ViewPS processes.
2367         
2368         * lilypond.words: add from Text markup.
2370 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2372         * input/test/ossia.ly (texidoc): add comment.
2374         * input/regression/voice-follower.ly: new file.
2376         * mf/feta-toevallig.mf: make flat heavier.
2378         * lily/cluster-engraver.cc: clean up Cluster engraver
2380         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
2381         Engraver. Use Note_column to compute Y positions and deal with
2382         line break stuff.
2384 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2386         * lily/stem.cc: move french-beaming to stem.
2388 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
2390         * lilypond-font-lock.el: fontify all durations in chords.
2392         * lilypond.words: add from lily/my-lily-lexer.cc
2394 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2396         * VERSION: release 1.7.12
2398         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
2400         * lily/gregorian-ligature.cc: new file
2402         * lily/*: the Great 2003 search & replace.
2404         * Documentation/user/refman.itely (Manual repeat commands): add
2405         note about font selection.
2407 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
2409         * lilypond-mode.el: propose recompiling midi while invoking playing,
2410         not while stopping playing.
2412 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
2414         * lilypond.words: add one.
2416         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
2417         and expressional note grouping. Fontify chord modes.
2419 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
2421         * Documentation/user/music-glossary.tely (Top): translate melisma.
2423 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2425         * Documentation/user/music-glossary.tely (Top): add melisma.
2427 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
2429         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
2430         interfaces for (abstract) grob GregorianLigature
2432         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2433         renamed head* -> glyph_name*, x-shift* -> x-offset*
2435         * scm/grob-property-description.scm: bugfix: added missing descriptions
2437 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2439         * input/test/chord-names-dpnj.ly: New file.
2441         * scm/double-plus-new-chord-name.scm: Implement full and partial
2442         exceptions.
2444         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
2446         * scm/double-plus-new-chord-name.scm
2447         (double-plus-new-chord->markup): Fix sub->markup.
2450 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
2452         * lily/custos-engraver.cc: added TODO; editorial changes
2454         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
2455         consistency with other ligature engravers; removed access on (now)
2456         private variable _ligature of Ligature_engraver
2458         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
2459         renamed last_bound -> last_bound_; issue programming_error on
2460         abstract method calls; moved primitives code from
2461         Mensural_bracket_engraver to here (because almost ligature
2462         engravers will need it); renamed try_stop_ligature () ->
2463         typeset_ligature (); bugfix: store primitives of finished ligature
2464         in separate variable finished_primitives_ to avoid clash on input
2465         like "\] \["; added current_ligature () to enable access on
2466         private variable _ligature
2468         * lily/mensural-ligature-engraver.cc: removed primitives_ code
2469         (now in super class); renamed try_stop_ligature () ->
2470         typeset_ligature ()
2472         * lily/mensural-ligature.cc: issue programming_error on abstract
2473         method calls
2475         * lily/note-heads-engraver.cc: added TODO comment upon bool
2476         in_ligature
2478         * mf/parmesan-heads.mf: fixed some of set_char_box()
2480         * scm/grob-description.scm: added VaticanaLigature
2482         * scm/grob-property-description.scm: added neume prefix properties
2484         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
2485         lily/include/gregorian-ligature-engraver.hh,
2486         lily/include/gregorian-ligature.hh: new files; framework for
2487         gregorian ligature engravers such as vaticana
2489         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
2490         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
2491         vaticana style ligature implementation (still somewhat uncomplete)
2493 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2495         * VERSION: release 1.7.11
2497         * scripts/convert-ly.py: add ly:pitch-transpose rule
2499 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2501         * input/test/dpncnt.ly: New file.
2503         * lily/my-lily-lexer.cc: Add chordnames keyword.
2505         * lily/parser.yy (chordnames_block): Parse chord name exception
2506         lists, see input/test/dpncnt.ly.
2508         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
2509         function.
2511         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
2512         filter-out too.
2514         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
2515         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
2516         pitch functions (except for ly:make-pitch, but that's apparently
2517         some sort of scheme naming standard?).
2519         * scm/lily.scm (!=): define-public.
2521         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
2523 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2525         * scm/double-plus-new-chord-name.scm
2526         (double-plus-new-chord-name->markup): New file.
2528 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2530         * python/lilylib.py (make_preview): don't suppress progress for
2531         bbox extraction.
2533 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2535         * Documentation/user/appendices.itely (scheme): update for new syntax.
2537         * input/regression/chord-name-styles.ly: new file
2539         * lily/instrument-name-engraver.cc: create instrument names
2540         without barline too.  Allows instrument name on ChordNames  
2542         * scm/new-markup.scm (interpret-markup): allow simple strings as
2543         markup too.
2545 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2547         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
2548         (step->markup-accidental): Fix: add accidental.
2549         (chord::inner-name-american): 
2550         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
2551         append stray '/' if last superscript addition was 'o'.
2553         * scm/new-markup.scm (normal-size-sub-markup) 
2554         (normal-size-super-markup): New function.
2556         * lily/source-file.cc (Source_file): Add warning for possibly
2557         intentional but suspicious initialization.
2559         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
2560         add comments about cut-and-paste programming.
2562         * flower/rational.cc (lcm): Not used; comment out.
2564 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2566         * lily/new-fingering-engraver.cc (position_scripts): use
2567         fingerHorizontalDirection to determine fingering horizontal
2568         directions.
2570         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
2571         fingering support.
2573         * scripts/convert-ly.py (FatalConversionError.conv): add style
2574         conversion rule. 
2576         * scm/chord-name.scm (set-chord-name-style): new function.
2577         (new-chord-name-brew-molecule): revise to interpret markup only
2578         (new-chord->markup): cleanuppish rewrite. To be called from the
2579         new engraver.
2581         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
2582         Markup earlier, during interpreting.
2584         * input/test/{banter,jazz,american}-chords.ly (scheme): update
2585         style settings. Rename to chord-names-*.ly
2587 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2589         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
2590         markup code and update to new markup.  Most probably broke some of
2591         it.
2592         
2593 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
2595         * Documentation/user/refman.itely: added docu for ambitus and
2596         clusters
2598         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
2599         ly_quote_scm() in lookup.cc
2601         * mf/parmesan-clefs.mf: set_char_box fix
2603         * lily/cluster-engraver.cc: junk implicit protection; use
2604         Protected_scm instead
2606 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2608         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
2609         throughout.
2611         * scm/new-markup.scm: Turn-off error-triggering test code.
2613 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2615         * scm/new-markup.scm (markup-thrower-typecheck) 
2616         (markup-typecheck?):  add full typechecking functions.
2617         (make-markup-maker): add make-FOO-markup functions.
2618         (markup-argument-list-error): nice error checking messages.
2619         (make-markup): better function: less quoting escapades.
2621 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2623         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
2625 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2627         * cygwin/lilypond.hint (requires): Add cygwin.
2629         * .cvsignore: Remove stepmake (huh!?!), add lib.
2631         * GNUmakefile.in: Add libdir links for builddir runs.
2633         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
2634         instead of datadir.
2636         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
2637         local_lilypond_libdir.
2639         * config.make.in (lilypond_libdir): Add.
2641         * stepmake/stepmake/substitute-rules.make: 
2642         * stepmake/stepmake/script-rules.make: 
2643         * stepmake/stepmake/python-module-rules.make:
2644         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
2645         lilypond-python-module patch.
2647 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2649         * Documentation/user/refman.itely (Graphical interfaces): add note
2650         about xml2ly.
2652 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2654         * scripts/ly2dvi.py (run_dvips): remove trailing newline
2656 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2658         * VERSION: released 1.7.10
2660         * scripts/musedata2ly.py (): idem
2662         * scripts/midi2ly.py (dump_chord): idem
2664         * scripts/etf2ly.py (version): idem 
2666         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
2668         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
2670         * scm/tex.scm (tex-output-expression): remove eval compat
2671         glut. Other output files too.
2673         * scm/chord-name.scm: don't export anything from chord module.
2675         * input/test/american-chords.ly: idem
2677         * input/test/banter-chords.ly (texidoc): idem
2679         * input/test/Cc-chords.ly: add breakage notes.
2681         * Documentation/user/refman.itely (Text markup): rewrite manual section.
2683         * lily/parser.yy (scalar): allow \markup { } as property value. 
2685         * scm/chord-name.scm: complete new markup usage
2687         * scm/grob-description.scm (all-grob-descriptions): use new markup
2688         texts by default
2690 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2692         * scm/chord-name.scm: partial move to new markup texts.
2694 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2696         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
2698         * scm/bass-figure.scm (brew-bass-figure): make stack direction
2699         settable.
2701 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
2703         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
2704         invoked for old midi, wait for killing.
2706 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
2708         * Documentation/user/music-glossary.tely: Finnishing.
2710 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2712         * mf/feta-nummer-code.mf: some kerning pairs.
2714 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
2716         * scm/output-lib.scm (set-bar-number-visibility): Context-function
2717         Added.
2719         * Documentation/user/refman.itely (Bar numbers):
2720         set-bar-number-visibility added, modulo-bar-number removed again
2721         (sorry).
2723 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
2725         * scm/output-lib.scm (modulo-bar-number-visible): add function.
2727         * Documentation/user/refman.itely: add modulo-bar-number-visible.
2729         * Documentation/user/music-glossary.tely: translate into Finnish.
2731 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2733         * lilypond-mode.el: add shortcut for 2midi
2735         * lilypond-font-lock.el: fontify lyrics
2737 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
2739         * scm/drums.scm : use 1.7.x names.
2741         * input/regression/drums.ly : Don't use << chords >>
2743 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2745         * lilypond-mode.el: tidy, add TODO
2747         * make/lilypond.mandrake.spec.in: install-info quietly.
2749 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2751         * input/test/markup.ly: use new syntax.
2753 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2755         * ly/params-init.ly (interscoreline): add word-space
2757         * input/test/metronome.ly (eighthNote): idem.
2759         * input/test/script-priority.ly: use new markup
2761         * lily/parser.yy (markup): allow HEAD markup0 markup1 
2763         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
2765         * lily/parser.yy (gen_text_def): bugfix.
2766         (full_markup): allow markup identifier.
2768 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
2770         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
2771         jobs at the same time. Add horizontal lines to Command menu.
2772         Allow one compiling job -- propose killing others before a new one.
2774         * lilypond.words: add markup, teeny, etc.
2776 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
2778         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
2779         Allow only one type of midi process; launching Midi either stops
2780         midis or plays the current midi and launching MidiAll stops midis
2781         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
2782         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
2784 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2786         * lily/text-engraver.cc (process_acknowledged_grobs): use new
2787         markup  for new markup texts.
2789         * lily/mark-engraver.cc (process_music): idem
2790         
2791         * lily/instrument-name-engraver.cc (create_text): idem
2793         * scm/new-markup.scm (magnify-markup): new function.
2795         * scm/molecule.scm (stack-lines): bugfix.
2797         * lily/font-interface.cc (get_font): take font-magnification from
2798         alist chain.
2800 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2802         * lily/molecule-scheme.cc: move scheme functions to separate file.
2804         * lily/font-metric.cc  (ly_get_glyph): new function. 
2805         
2806         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
2807         (italic-markup, dynamic-markup): new functions
2808         (font-markup): new function
2810         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
2811         padding and minimum
2813 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
2815         * lily/accidental-engraver.cc:
2816         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
2818 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
2820         * lilypond.vim:
2821         * lilypond-font-lock.el: Put \longa as duration. Accept only 
2822         [a-zA-Z] for user defined identifiers. Separate note cases 
2823         with and without a duration (allow cis\longaX).
2825         * lilypond.words: Add words from Info.
2827 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2829         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
2831 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
2833         * lilypond-mode.el: Propose reverting buffer before a command if
2834         it was edited with an another editor.
2836 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2838         * lily/molecule.cc (ly_translate_molecule): new function
2840         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
2841         into libdir
2843         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
2845         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
2847 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
2849         * lilypond.words: take \words from Info-index.
2851 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2853         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
2855 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
2857         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
2859 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
2861         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
2862         and lilypond-documentation.
2864 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2866         * lily/parser.yy: Compile fix (bison 1.75).
2868 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2870         * VERSION: 1.7.9 released
2872         * scm/music-functions.scm (shift-one-duration-log): refactor.
2873         Use music-map.
2875         * input/regression/chord-tremolo.ly (texidoc): add dot test.
2877         * NEWS: update.
2879         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
2880         argument
2881         
2882         * scm/music-functions.scm (display-music): new function
2883         (music-map): change arg order.
2885         * input/regression/new-markup-syntax.scm: new file
2887         * lily/parser.yy (markup): add \markup { .. } syntax.
2889         * scm/new-markup.scm (override-markup): new function
2890         (lookup-markup): new function
2891         (music-markup): new function
2892         (lookup-markup-command): use markup-signature to store argument
2893         format for parser.
2895         * lily/lexer.ll: preliminary \markup syntax. 
2897 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
2899         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
2900         add pre/post-dependencies and menus with icons from source.
2902         * Documentation/pictures/lilypond-48x48.xpm:
2903         * Documentation/pictures/lilypond-32x32.xpm:
2904         * Documentation/pictures/lilypond-16x16.xpm: new files, background
2905         transparent.
2907         * stepmake/stepmake/generic-targets.make:
2908         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
2910 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2912         * input/regression/music-map.ly (texidoc): new file.
2914         * scm/music-functions.scm (music-map): new function
2916 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2918         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
2920 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
2922         * input/test/to-xml.ly:
2923         * lily/ligature-engraver.cc: Fixes documentation.
2925         * lilypond.mandrake.spec.in:
2926         * lilypond.redhat.spec.in: Add lilypond.words.
2928         * Documentation/user/refman.itely: Mention Info inside emacs.
2929         
2930         * lilypond.suse.spec.in:
2931         * lilypond.redhat.spec.in: 
2932         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
2934 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2936         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
2937         os.popen.read ().
2939 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2941         * scripts/ly2dvi.py (include_path): print warning if failing anything.
2943         * python/lilylib.py (error): add space
2945 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2947         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
2948         distribution.
2950 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2952         * lily/paper-outputter.cc (Paper_outputter): close port when
2953         finishing score.
2955 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2957         * scm/sodipodi.scm: Fixes.
2959 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
2961         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
2963         * buildscripts/make-font-dir.py: Fix. 
2965 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
2967         * lilypond-mode.el: Add support for Info inside Emacs.
2969 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2971         * buildscripts/make-font-dir.py: 
2972         * mf/GNUmakefile: Make sodipodi font map.
2974         * scm/sodipodi.scm: Add more output functions.
2976         * mf/feta-nummer.mf: 
2977         * mf/feta-beugel.mf: Add font_coding_scheme.
2979         * lily/paper-outputter.cc (output_header): Fix creator string.
2981 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2983         * lilypond-mode.el (LilyPond-autocompletion): invoked with
2984         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
2986         * lilypond.words: add two (Everybody can add/remove words now!).
2988         * debian/rules:
2989         * make/lilypond.suse.spec.in:
2990         * make/lilypond.mandrake.spec.in:
2991         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
2993         * Documentation/user/refman.itely: Mention autocompletion.
2995 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2997         * scripts/ly2dvi.py: Add paper sizes.
2999         * lily/timing-engraver.cc: 
3000         * lily/time-signature.cc: 
3001         * lily/span-bar.cc: 
3002         * lily/grob-scheme.cc: Code formatting fixes.
3004         * scm/sodipodi.scm: 
3005         * scm/sketch.scm:
3006         * buildscripts/mf-to-table.py: 
3007         * buildscripts/make-font-dir.py: Font testing.
3009 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
3011         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
3012         inserts try-completion and shows all-completions.
3014         * lilypond.words: '\' -> '\\'
3016         * lilypond-mode.el: load libraries in the end, lilypond.words defines
3017         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
3018         
3019         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
3020         and LilyPond-reserved-words.
3021         
3022 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
3024         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
3025         from load-path.
3026         
3027         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
3028         the mini-buffer with Control-Shift-c.
3029         
3030 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3032         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
3033         duration. This fixes \tempo taking time.
3035 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3037         * lily/volta-engraver.cc (process_acknowledged_grobs): 
3038         Allow for text markup in repeatCommands. 
3040 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
3042         * lilypond-mode.el (LilyPond-insert-string): new function, use it
3043         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
3044         Get rid of skeleton.el-dependency.
3046         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
3048 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3050         * lily/beam-engraver.cc (stop_translation_timestep): reset
3051         now_stop_ev_
3053         * lily/scm-option.cc: add parse-protect to ly:set-option
3055         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
3057 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3059         * lily/include/ligature-bracket.hh: removed
3060         * lily/ligature-bracket.cc: removed
3062         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
3063         .tex
3065         * lily/beam.cc (set_beaming): don't change beam count on rests.
3066         (brew_molecule): always set flag-width > 0.
3068 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
3070         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
3071         chars, remove instructions; instead, refer to lilypond-init.el and
3072         Documentation/topdocs/INSTALL.texi.
3074         * lilypond.words: add identifiers and reserved words.
3076         * Documentation/topdocs/INSTALL.texi: separate sections for installing
3077         files and adding a load-path.
3079         * lilypond-init.el: Instructions, extracted from 
3080         Documentation/topdocs/INSTALL.texi. 
3081         
3082 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3084         * VERSION: 1.7.8 released 
3086         * lily/grob.cc (warning): better robustness fix.
3088 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
3090         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
3092         * lily/cluster-engraver.cc: stick better to variable naming
3093         conventions
3095         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
3096         until stop_translation_timestep()
3098         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
3099         min/max coordinates to backend, but no musical info such as
3100         pitches
3102         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
3104         * lily/grob.cc: robustness fix: warning(): do not crash if
3105         cause is not set
3107         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
3108         the much more elaborated tuplet brackets than the very naive and
3109         simple ligature bracket grob
3111 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3113         * Documentation/user/refman.itely (Analysis brackets): add
3114         horizontal bracket doco.
3116         * ly/property-init.ly (setMmRestFermata): added.
3118         * Documentation/user/refman.itely (Multi measure rests): fermatas
3119         on mm rests.
3121         * input/regression/apply-context.ly (texidoc): new file
3123         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
3124         code to be executed during interpretation. Possible applications:
3125         smart octavation, more advanced bar checks. 
3127         * lily/apply-context-iterator.cc: new file.
3129 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3131         * input/test/new-markup.ly: new file.
3133         * lily/text-item.cc (text_to_molecule): new function
3135         * scm/new-markup.scm (lambda): new file
3137         * lily/function-documentation.cc (ly_add_function_documentation):
3138         add proc property as well
3140 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3142         * Documentation/user/music-glossary.tely (Top): add custos.
3144 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
3146         * Documentation/topdocs/INSTALL.texi: advise how to include source
3147         path to Emacs load-path and improve language.
3149 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3151         * GNUmakefile.in: config.h message fix.
3153         * autogen.sh:
3154         * aclocal.m4: Regenerate.
3156         * configure.in: 
3157         * config.make.in: 
3158         * stepmake/config.make.in: 
3159         * stepmake/configure.in: 
3160         * stepmake/autogen.sh: 
3161         * stepmake/aclocal.m4: Update for autoconf 2.56.
3163 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
3165         * Documentation/topdocs/INSTALL.texi: instructions for an user how
3166         to install Emacs-mode. Instructions how to use vim-mode.
3168 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3170         * scm/music-types.scm (music-descriptions): no length for tempo event.
3172         * input/*.ly: add \version everywhere.
3173         
3174         * input/*.ly: update syntax to 1.7 + new-chords.
3176         * VERSION: 1.7.7 released.
3177         
3178         * Documentation/user/*.tely: new chord syntax.
3180         * input/regression/[bc]*.ly (texidoc): syntax updates.
3181         
3182 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
3184         * lilypond.words: add vocabulary to be used in auto-completion
3186         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
3188         * lilypond.vim: allow note name at EOF
3190 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3192         * buildscripts/new-chords.py (edit): -e option: inline editing.
3194         * input/regression/a*.ly (texidoc): syntax updates.
3196         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
3197         music): elucidations. 
3199 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
3201         * lily/include/lily-proto.hh, ly/engraver-init.ly,
3202         ly/spanners-init.ly, scm/grob-description.scm,
3203         scm/grob-property-description.scm, scm/music-types.scm,
3204         lily/cluster-engraver.cc, lily/cluster.cc,
3205         lily/include/cluster.hh, input/test/cluster.ly: cluster
3206         implementation
3208         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
3209         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
3210         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
3212         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
3214         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
3216         * scm/grob-description.scm: bugfix: by default, use default note
3217         head style when engraving ligatures
3219         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
3221         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
3222         events
3224         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
3226         * input/test/ancient-font.ly: bugfix: style -> flag-style
3228         * lily/ligature-engraver.cc: indentation fix
3230         * lily/parser.yy: indentation fixes
3231         
3232 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3234         * input/regression/measure-grouping.ly: more elaborate example.
3236         * lily/moment.cc: ly:add-moment, ly:mul-moment,
3237         ly:div-moment. New functions 
3239         * scm/music-functions.scm (set-time-signature): new function,
3240         allow inline time sig settings with measure grouping.
3242         * lily/parser.yy (command_element): move time sig construction
3243         into Scheme.
3245         * lily/side-position-interface.cc (out_of_staff): new function,
3246         like padding, but keep minimum distance from staff. Easier than
3247         linespanners (dynamics, pedals), but roughly the same effect.
3249 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
3251         * emacs-mode.el: Added spanish-note-replacements 
3252         (<carlos.betancourt@chello.be>).
3254         * vimrc: (Un)commenting with <(S-)F12>, tidy.
3256 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
3258         * lilypond.vim: Do not fontify cises, desis, etc.
3260         * vimrc: view dvi with <S-F6>
3262 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3264         * lily/lookup.cc (triangle): new function.
3266         * input/regression/measure-grouping.ly (texidoc): new file: show
3267         triangles and brackets for beat groups of 3 and 2.
3269         * lily/include/measure-grouping-spanner.hh (class
3270         Measure_grouping): new file.
3272         * lily/measure-grouping-spanner.cc (brew_molecule): new file
3274         * lily/measure-grouping-engraver.cc (class
3275         Measure_grouping_engraver): new file.
3277 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3279         * Merge from stable:
3281             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
3282         
3283         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
3284         stylesheet.
3286         * ly/paper19.ly: Include paper19-init.ly.
3288         * ly/paper19-init.ly: New file.
3290         * Documentation/user/tutorial.itely (First steps): Fix first
3291         example for font test.
3293         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
3295         * ChangeLog: Add 1.7.6 release marker (see below).
3297         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
3298         Add .py files.
3300 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3302         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
3304         * input/tutorial/*.ly: update to new syntax.
3306         * lily/parser.yy (Composite_music): new transpose syntax,
3307         \transpose FROM TO MUSIC. 
3309 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3311         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
3312         latex progress/error output to stderr (by default this goes to
3313         stdout).  Show lilypond progress, even when not verbose.
3315         * python/lilylib.py (system): New optional parameter to control
3316         showing of progress.
3318         * scm/backend-documentation-lib.scm (check-dangling-properties):
3319         Fix error message.
3321         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
3322         axis, extent.
3324         * scm/grob-property-description.scm (magnify): Remove.
3325         (extent, axis): Add.
3327 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3329         * VERSION: Release 1.7.6.
3331         * scripts/convert-ly.py: more uniformization substitutions.
3333         * buildscripts/new-chords.py (sub_chords): new file.
3335 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3337         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
3338         lilypond.map.  Include sauter fonts too.  Cleanups.
3340 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3342         * Documentation/user/tutorial.itely (First steps): change to new
3343         chord/tie/slur/beam notation.
3345         * lily/parser.yy (event_that_take_dir): allow postfix notation for
3346         ties.
3348         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
3349         engraver. Process ties in postfix notation, i.e. c8-~ c
3351         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
3353         * input/regression/beam-postfix-notation.ly (texidoc): new file.
3355         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
3357         * lily/beam-engraver.cc (try_music): accept new-beam-events
3359         * input/regression/chord-scripts.ly (texidoc): new file
3361         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
3362         script-events.
3364         * scm/script.scm (default-script-alist): cleanup.
3366         * lily/script-engraver.cc (make_script_from_event): cleanup.
3368         * lily/lyric-combine-music-iterator.cc
3369         (Lyric_combine_music_iterator): remove superfluous events.
3370         (melisma_busy): new function. Fix broken melismas.
3372 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3374         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
3375         Remove nonvalid settings. Use descriptive key names.
3376         Use <Return> to indicate the pressing of that key.
3378 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3380         * scripts/lilypond-book.py (option_definitions): Typo.
3382         * scripts/ly2dvi.py: Updates.
3384         * python/lilylib.py (setup_environment, print_environment)
3385         (get_bbox, make_preview): Merge and remove from ly2dvi and
3386         lilypond-book.
3388         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
3390         * .cvsignore: Remove some cruft.
3392         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
3393         path.
3395         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
3396         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
3397         throughout.
3399         * python/lilylib.py (quiet_system): Junk
3400         (system): Display error log upon failure.
3401         (read_pipe): New function.  Cleanups and fixes.
3403         * python/*.py: Rename from *.py.in.
3404         
3405         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
3407         * GNUmakefile.in (SUBDIRS): Move python before scripts.
3409 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3411         * python/GNUmakefile: Bugfix: handle modules.
3413         * stepmake/stepmake/python-module-targets.make (default): Add
3414         compiled modules. 
3416         * stepmake/stepmake/python-module-rules.make: Add rule for byte
3417         compiling modules.
3419         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
3420         Bugfix.  (OUT_PYC_MODULES): Add.
3422 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3424         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
3425         Use default paths. Refresh description.
3427 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3429         * VERSION: 1.7.5 released
3431         * input/regression/finger-chords.ly (texidoc): new file.
3433         * lily/script-engraver.cc (process_music): remove scriptHorizontal
3434         support
3436         * lily/fingering-engraver.cc (process_music): remove kludgy
3437         scriptHorizontal stuff.
3439         * lily/script.cc: remove staff-support property.
3441         * lily/new-fingering-engraver.cc (add_fingering): new
3442         file. Fingering engraver for new style chords.
3444 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3446         * lily/parser.yy (bare_number): allow 4 \cm (without
3447         decimal dot). (should backport to 1.6?)
3449         * ly/declarations-init.ly: use Scheme for dimension defs.
3451         * lily/parser.yy (TODO): remove hard coded dimensions, add
3452         REAL NUMBER_IDENTIFIER production.
3454         * lily/rest-collision.cc (force_shift_callback): rewrite using
3455         -done property.
3457         * scm/grob-property-description.scm (rest-collision-done): add
3458         property.
3459         
3460         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
3462 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3464         * input/regression/multi-measure-rest-center.ly: new file.
3466         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
3467         off horizontally by 0.05 ss. Fixed.
3469 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3471         * scm/pdftex.scm: Rename ly-number to ly:number->string.
3473         * Documentation/topdocs/index.tely: Remove duplicate from merge.
3475 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3477         * lily/tie.cc (get_control_points): also avoid staff lines on the
3478         just outside the outer staff lines
3480 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3482         * ly/params-init.ly: Just define style-alist, no need to
3483         define-public.
3485         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
3486         (thanks Han-Wen).
3488         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
3489         (FET_FILES): = FONT_FILES.
3491         * Merge from stable:
3493             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
3495 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3497         * VERSION: 1.7.4 released.  
3498         
3499         * scm/generate-documentation.scm (string-append): add macro
3500         definitions.
3502         * lily/text-item.cc (lookup_text): don't use virtual fonts for
3503         normal texts.
3505         * lily/multi-measure-rest-engraver.cc: make separate
3506         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
3508         * lily/multi-measure-rest.cc: remove text handling. Remove
3509         number-threshold.
3511 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3513         * scm/music-types.scm: doc patch by Graham Percival
3515 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3517         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
3518         encoding part.
3519         (Font_info.set_defaults): pixelsize now also defauts to '0'.
3520         (sketch_p): Sketch wants only first four elements of X11 font spec.
3522         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
3524         * mf/feta-autometric.mf: Write foundry and family to log.
3526         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
3527         font translation table.
3529         * buildscripts/mf-to-table.py: Better font info into afm.
3531         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
3532         1.0.9 required.
3534         * configure.in: Whine for mftrace 1.0.9.
3536 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3538         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
3540         * lily/main.cc (main_prog): don't try to load init.EXT when
3541         processing foo.EXT.
3543 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
3545         * scm/tex.scm (zigzig-line): added.
3547         * scm/ps.scm (zigzag-line): added.
3549         * ps/music-drawing-routines.ps (subvec): added.
3550         (draw_zigzag_line): added.
3551         
3552         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
3553         grob properties zigzag-width and zigzag-length.
3555         * input/regression/glissando.ly: Add some zig-zagged glissandi.
3557 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3559         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
3560         svg output, including font.
3562 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3564         * scm/lily.scm: Register sodipodi output module.
3566         * scm/sodipodi.scm: New file.
3568         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
3570         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
3571         comment, after header.
3572         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
3573         FullName.  Fix FontName key.
3575 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
3577         * lily/rest.cc (after_line_breaking): bugfix: dots after half
3578         and breve rests.
3579         
3580         * input/test/blank-notes.ly: bugfix
3582         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
3583         rests. (Kim Shrier)
3585         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
3586         
3587 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3589         * scm/tex.scm: 
3590         * scm/ps.scm: Cleanup and remove obsolete junk.
3592         * Documentation/user/internals.itely:
3593         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
3595         * lily/parser.yy: Identify shift/reduce problems.
3597         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
3598         make-style-sheet.  Too specific for convert-ly?
3600 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3602         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
3604         * input/test/*.ly: various fixes.
3606         * lily/music.cc (name): bugfix
3608         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
3610         * lily/input-file-results.cc (code): set-point-and-click! ->
3611         set-point-and-click
3612         
3613 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3615         * Use uniform ly: prefix for exported scheme primitive functions.
3617         * scm/music-types.scm: junk compat glue
3619         * scripts/convert-ly.py: add rules for stuff below, junk
3620         compatibility glue for spanrequest.
3622         * lily/parser.yy (verbose_event): remove \spanrequest,
3623         \commandspanrequest, \script. 
3624         
3625         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
3627         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
3628         for \penalty, \glissando.
3630         * VERSION: release 1.7.3
3631         
3632 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
3634         * lily/accidental-engraver.cc: Fix
3635         grace-in-the-beginning-of-measure bug caused by the resent
3636         partial-measure fix.
3638         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
3639         overlap looks too crowded)
3640         
3641 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3643         * lily/parser.yy (assignment): allow SCM expression as assignment.
3645         * lily/include/music-output-def.hh (class Music_output_def):
3646         * lily/music-output-def.cc: 
3647         * lily/paper-def.cc: 
3648         * scm/font.scm (markup-to-properties):
3649         * lily/parser.yy (music_output_def_body): 
3650         remove style_sheet_
3652 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3654         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
3655         length.
3657         * input/regression/spacing-to-grace.ly: new file.
3659         * input/regression/spacing-end-of-line.ly: new file.
3661         * lily/note-spacing.cc (get_spacing): take into account breakable
3662         stuff sticking out at the left (time sig change at line break).
3664         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
3665         raggedright code.
3667         * scm/music-functions.scm (make-voice-props-set): add
3668         staff-position for mm rests.
3670         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
3671         before grace notes a little.
3673         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
3675         * lily/break-align-interface.cc (do_alignment): right-edge spacing
3676         key adds space at the end of line. 
3678 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3680         * scm/sketch.scm: Fix beams.
3682         * buildscripts/mf-to-table.py: Add EncodingScheme.
3684         * scm/sketch.scm: Resurrect.
3686 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3688         * lily/multi-measure-rest.cc: use breve rests for measure lengths
3689         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
3691 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3693         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
3695         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3697 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3699         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
3700         token for origin information.
3702         * lily/parser.yy (My_lily_lexer): do identifier location and
3703         cloning from lexer.
3705         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
3706         logic out of the parser. Add bar checks on both ends.
3708         * Documentation/user/refman.itely (Multi measure rests): add more
3709         notes about mm rests.
3711 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3713         * input/regression/bar-scripts.ly: Re-enable.
3715         * lily/parser.yy:
3716         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
3717         released rsn.  Bison 1.50 has a crucial bug and won't work.
3719         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3722 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3724         * input/regression/bar-scripts.ly: Blunt documentation build fix.
3726 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3728         * Actually merge changes since 1.6.4 besides ChangeLog, and
3729         resolve conflicts.  Lots of updates, hope all is well.
3730         
3731         * cygwin/lilypond.hint (requires): Add ghostscript.
3733         * scm: Update some (c).
3734         
3735 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3737         * input/test/{various}.ly: add \header fields and texidoc strings.
3739 2002-10-05  Werner Lemberg  <wl@gnu.org>
3741         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
3742         renamed to `output_latex_quoted'.
3743         Added `output_latex_noquote'.
3744         (schedule_lilypond_block): Implement `noquote' option for LaTeX
3745         mode.
3747 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3749         * ChangeLog: Add 1.6.6 release marker.  See below.
3751         * stepmake/stepmake/po-targets.make: Remove --c++ option.
3753         * scripts/midi2ly.py: Fix global syntax warnings.
3755         * GNUmakefile.in: Generate builddir locale tree too.
3757         * scripts/ly2dvi.py:
3758         * scripts/midi2ly.py: 
3759         * scripts/mup2ly.py: 
3760         * scripts/update-lily.py:
3761         * lily/main.cc (setup_paths): Fix for locales setup.
3763 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3765         * Documentation/windows/installing.texi: Soften wording about
3766         necessity of becoming Administrator.  tommie@iae.nl reports this
3767         does not seem to be necessary for his flavour of Windows 2000.
3768         Explicitely discourage text mode mounts.
3770 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3772         * lily/rest.cc (after_line_breaking): backport dot position fix.
3774         * lily/rest-collision.cc (do_shift): also remove dots for suicided
3775         rests. Thanks to Klaus Zimmermann for finding this bug.
3777 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3779         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
3781 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3783         * Documentation/user/music-glossary.tely: fix links.
3785 2002-10-21  Werner Lemberg  <wl@gnu.org>
3787         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
3788         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
3789         scaling factor) only once and use them in the definition of
3790         \embeddedps.
3791         * ps/music-drawing-routines.ps (skeel): Removed.
3793 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3795         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
3796         Solaris7, as we don't use nested $( ) constructs.
3798 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3800         * VERSION: Release 1.6.6.
3801         
3802 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3804         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
3805         as workaround for /bin/sh problems on Solaris7.
3807 2002-10-19  Werner Lemberg  <wl@gnu.org>
3809         * GNUmakefile.in (web-doc): Fix typos.
3810         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
3811         `music-drawing-routines.ps' but emit \special{header=...} once.
3812         * scm/tex.scm (header-end): Updated.
3814 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3816         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
3817         undefined tremolo. 
3819 2002-10-15  Werner Lemberg  <wl@gnu.org>
3821         * scripts/lilypond-book.py (g_make_html): New global variable.
3822         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
3823         if `g_make_html' isn't set.
3824         [main]: Add format `texi-html'.
3825         (option_definitions): Updated.
3826         * Documentation/user/lilypond-book.itely: Updated.
3828         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
3829         * make/ly-rules.make (%.texi, %.nexi): Use it.
3830         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
3831         format to lilypond-book.
3832         * GNUmakefile.in (web-doc): Ditto.
3834 2002-10-14  Werner Lemberg  <wl@gnu.org>
3836         Further improve TeX output.  The produced files are about 40%
3837         smaller.  `lilyponddefs.tex' is now read only once.
3839         * tex/lilyponddefs.tex: Remove footer stuff.
3840         (\ifundefined): Renamed to...
3841         (\lilypondundefined): This.  Use LaTeX's definition to
3842         make it nestable and make it global.
3843         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
3844         output.
3845         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
3846         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
3847         them global.
3848         (\placebox): Renamed to...
3849         (\lyitem): This.
3850         Make it global and call \outputscale by itself.
3851         (\lybox, \lyvrule): New macros to reduce input data.
3852         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
3853         New auxiliary macros.
3854         (\SkipLilydefs, \EndLilyPondOutput): Removed.
3855         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
3856         to...
3857         (\lilypondspace): This and made it global.
3858         (\turnOnPostScript): Renamed to...
3859         (\lilypondpostscript): This and made it global.
3860         (\turnOnExperimentalFeatures): Renamed to...
3861         (\lilypondexperimentalfeatures): This and made it global.
3862         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
3863         (\lilypondsetdimen): This and made it global.
3864         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
3865         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
3866         (all, $(outdir)/music-drawing-routines.ps): New rules.
3867         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
3868         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
3869         start-system, stop-system, stop-last-system, filledbox): Updated to
3870         use the changed macros from lilyponddefs.tex.
3871         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
3873 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3875         * Documentation/windows/installing.texi: Update.
3877 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3879         * VERSION: 1.6.5 released
3881         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3883 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3885         * scm/translator-property-description.scm (voltaOnThisStaff): add
3886         property.
3888 2002-09-28  Werner Lemberg  <wl@gnu.org>
3890         * scm/tex.scm (header-end): Suppress page numbering.
3892         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3893         Fix quotation for HTML output.
3895 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3896         
3897         * Documentation/user/refman.itely: grammar and phrasing
3898           fixes to "Note Entry" section.  Also adds a few new examples.
3900 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3902         * flower/include/string-data.icc: include string.h
3904 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3906         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3908 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3910         * Documentation/user/GNUmakefile (extra-local-help): Add.
3912         * stepmake/stepmake/www-targets.make (local-help): Add.
3914 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3916         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3917         packages.
3919         * Documentation/topdocs/README.texi (Top): building documentation
3920         (not website.)
3922 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3924         * Documentation/user/refman.itely: 
3925         * Documentation/user/tutorial.itely: 
3926         * Documentation/user/music-glossary.tely: Merge changes.
3928         * Documentation/user/glossary.html.in: 
3929         * Documentation/index.texi: 
3930         * Documentation/header.html.in: Accomodate renaming of glossary.
3931         
3932         * Documentation/user/tutorial.itely: Add some glossary references.
3933         
3934         * Documentation/user/refman.itely: Minor fixes.
3935         
3936         * Documentation/user/lilypond.tely: Add glossary do direntry.
3938         * Documentation/user/music-glossary.tely: Rename (previously:
3939         glossary.tely).  Fix anchor placement.
3941         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3943 2002-09-23  Werner Lemberg  <wl@gnu.org>
3945         * scripts/lilypond-book.py (output_dict): Fix handling of
3946         various environments by avoid extraneous newlines.
3947         Rename `output-all' regexp for html to `output-html'.
3948         Replace `output-all' regexp for texi with `output-texi-quote'
3949         and `output-texi-noquote'.
3950         (compose_full_body): Don't override `linewidth' user option
3951         for `singleline'.
3952         (schedule_lilypond_block): Don't indent text specified with
3953         `intertext' option.
3954         Add new option `noquote'.
3955         (compile_all_files): Use latex instead of tex to compile ly
3956         files directly.
3958         * Documentation/user/lilypond-book.itely: Updated and revised.
3959         Improve layout.
3961         * Documentation/user/glossary.tely,
3962         Documentation/user/introduction.itely,
3963         Documentation/user/tutorial.itely,
3964         Documentation/user/refman.itely,
3965         Documentation/user/appendices.itely: Fix overfull LilyPond
3966         boxes caused by the new lilypond-book code.  Other minor
3967         fixes.
3969         * Documentation/user/macros.itexi (@texiflat): Don't emit
3970         trailing space.
3972         * scm/tex.scm (end-output, header-end): Add preamble and
3973         postamble to make lilypond output directly compilable with
3974         latex.
3976         
3977 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3979         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3980         instructions.
3982 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3984         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3986 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3988         * lily/beam.cc (connect_beams): don't crash if there are quarter
3989         notes in beams.
3991 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3993         * Documentation/user/refman.itely: corrected ancient clef
3994         docu; added docu on ligatures
3996 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3998         * Documentation/user/glossary.tely,
3999         Documentation/user/refman.itely, input/les-nereides.ly,
4000         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4001         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4002         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4003         Stem properties: flag-style -> stroke-style, style -> flag-style.
4006 2002-09-22  Werner Lemberg  <wl@gnu.org>
4008         * scripts/lilypond-book.py: Add option `notime' to suppress
4009         printing of a time signature.  Specify default indentation of 0pt
4010         if single line fragment.  Don't emit redundant `\paper{ }'.
4012         * Documentation/user/lilypond-book.itely: Updated.
4014         * Documentation/user/glossary.tely: Completely reformatting.
4016 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4018         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4020 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4022         * Documentation/user/tutorial.itely: Fix links.
4023         
4024         * Documentation/topdocs/index.tely:
4025         * Documentation/index.texi:
4026         * Documentation/header.html.in: Small website fixes and updates.
4028         * debian/: Debian patch by Anthony Fok.
4030 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4032         * Documentation/footer.html.in: How time flies: It's already 2002!
4034         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4035         more descriptive link names than 'here'.
4037 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4039         * VERSION: 1.7.2 released
4040         * VERSION: 1.6.4 released
4041         
4042         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4044         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
4045         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
4047         * mf/feta-din.mf (test): add x-height and space.
4049         * lily/dynamic-engraver.cc (process_music): take dynamic direction
4050         from ^_ for crescendi. Idem for slurs and phrasing slurs.
4052         * ly/grace-init.ly: add-to-grace-init: function to portably add
4053         settings to \grace. 
4055         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
4056         if we get an absolute dynamic event.
4058         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
4060         * lily/source-file.cc (get_line): oops. All line numbers were off
4061         by 2. Fix that. 
4063         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
4064         be after the note, combined with -_^, i.e. c4-(-\)-\>  
4066         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
4068         * lily/parser.yy (number_factor): remove (number) as number
4069         expression. ("Let them eat Lisp").
4071 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4073         * lily/horizontal-bracket.cc: new file.
4075         * lily/horizontal-bracket-engraver.cc: new file.
4077         * input/regression/note-group-bracket.ly: new file. Support
4078         horizontal note brackets for music analysis.
4080         * lily/stem.cc (flag): new flag-style: no-flag.
4082         * input/test/stem-cross-staff.ly: new file
4083         
4084         * Documentation/user/internals.itely: Improved formatting, fixing
4085         typos.  Added a section `Output details' to describe how the TeX
4086         code looks like.
4088         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
4090         * lily/parser.yy: remove \dynamicscript.
4092         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
4093         definitions. 
4095         * python/midi.c (midi_error): take two arguments.
4097         * Merge 1.6.5 changes:
4098         
4099 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4101         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
4102         staff-space.  Previous 1.5 was probably meant as half-spaces.
4103         (cautionary-style): parentheses (was: smaller).  This is what doco
4104         says, and it seems more logical.
4106         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
4107         for 2nd sentence.
4109 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4111         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
4113 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4115         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4117 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4119         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
4121 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4123         * scm/translator-property-description.scm (voltaOnThisStaff): add
4124         property.
4126 2002-09-28  Werner Lemberg  <wl@gnu.org>
4128         * scm/tex.scm (header-end): Suppress page numbering.
4130         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
4131         Fix quotation for HTML output.
4133 2002-09-28   Graham Percival   <gperciva@sfu.ca>
4134         
4135         * Documentation/user/refman.itely: grammar and phrasing
4136           fixes to "Note Entry" section.  Also adds a few new examples.
4138 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4140         * flower/include/string-data.icc: include string.h
4142 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4144         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4146 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4148         * Documentation/user/GNUmakefile (extra-local-help): Add.
4150         * stepmake/stepmake/www-targets.make (local-help): Add.
4152 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4154         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4155         packages.
4157         * Documentation/topdocs/README.texi (Top): building documentation
4158         (not website.)
4160 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4162         * Documentation/user/refman.itely: 
4163         * Documentation/user/tutorial.itely: 
4164         * Documentation/user/music-glossary.tely: Merge changes.
4166         * Documentation/user/glossary.html.in: 
4167         * Documentation/index.texi: 
4168         * Documentation/header.html.in: Accomodate renaming of glossary.
4169         
4170         * Documentation/user/tutorial.itely: Add some glossary references.
4171         
4172         * Documentation/user/refman.itely: Minor fixes.
4173         
4174         * Documentation/user/lilypond.tely: Add glossary do direntry.
4176         * Documentation/user/music-glossary.tely: Rename (previously:
4177         glossary.tely).  Fix anchor placement.
4179         * Documentation/user/GNUmakefile: Make music-glossary.info too.
4181 2002-09-23  Werner Lemberg  <wl@gnu.org>
4183         * scripts/lilypond-book.py (output_dict): Fix handling of
4184         various environments by avoid extraneous newlines.
4185         Rename `output-all' regexp for html to `output-html'.
4186         Replace `output-all' regexp for texi with `output-texi-quote'
4187         and `output-texi-noquote'.
4188         (compose_full_body): Don't override `linewidth' user option
4189         for `singleline'.
4190         (schedule_lilypond_block): Don't indent text specified with
4191         `intertext' option.
4192         Add new option `noquote'.
4193         (compile_all_files): Use latex instead of tex to compile ly
4194         files directly.
4196         * Documentation/user/lilypond-book.itely: Updated and revised.
4197         Improve layout.
4199         * Documentation/user/glossary.tely,
4200         Documentation/user/introduction.itely,
4201         Documentation/user/tutorial.itely,
4202         Documentation/user/refman.itely,
4203         Documentation/user/appendices.itely: Fix overfull LilyPond
4204         boxes caused by the new lilypond-book code.  Other minor
4205         fixes.
4207         * Documentation/user/macros.itexi (@texiflat): Don't emit
4208         trailing space.
4210         * scm/tex.scm (end-output, header-end): Add preamble and
4211         postamble to make lilypond output directly compilable with
4212         latex.
4214         
4215 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4217         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4218         instructions.
4220 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4222         * Documentation/user/glossary.tely: Add titling and hyperlinks.
4224 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4226         * lily/beam.cc (connect_beams): don't crash if there are quarter
4227         notes in beams.
4229 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4231         * Documentation/user/refman.itely: corrected ancient clef
4232         docu; added docu on ligatures
4234 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4236         * Documentation/user/glossary.tely,
4237         Documentation/user/refman.itely, input/les-nereides.ly,
4238         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4239         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4240         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4241         Stem properties: flag-style -> stroke-style, style -> flag-style.
4243 2002-09-22  Werner Lemberg  <wl@gnu.org>
4245         * scripts/lilypond-book.py: Add option `notime' to suppress
4246         printing of a time signature.  Specify default indentation of 0pt
4247         if single line fragment.  Don't emit redundant `\paper{ }'.
4249         * Documentation/user/lilypond-book.itely: Updated.
4251         * Documentation/user/glossary.tely: Completely reformatting.
4253 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4255         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4257 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4259         * Documentation/user/tutorial.itely: Fix links.
4260         
4261         * Documentation/topdocs/index.tely:
4262         * Documentation/index.texi:
4263         * Documentation/header.html.in: Small website fixes and updates.
4265         * debian/: Debian patch by Anthony Fok.
4267 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4269         * Documentation/footer.html.in: How time flies: It's already 2002!
4271         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4272         more descriptive link names than 'here'.
4274 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4276         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4278 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4280         * lily/part-combine-music-iterator.cc (get_state): cleanup
4281         (get_music_info): cleanup.
4283 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4285         * scm/backend-documentation-lib.scm (interface-doc-string):
4286         crosslinks between interfaces and grobs. Headings for interfaces
4287         in grob explanation.
4289 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4291         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
4292         dtd).  Add preliminary dtd.
4293         (re-sub-alist): Robustify.
4295 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4297         * lily/include/event-chord-iterator.hh,
4298         lily/context-specced-music-iterator.cc,
4299         lily/event.cc, lily/event-chord-iterator.cc: add
4301 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4303         * lily/: some (c) header fixes.
4304         
4305         * lily/request-chord.cc: Remove.
4306         
4307         * lily/include/event-chord-iterator.hh:
4308         * lily/include/event.hh:
4309         * lily/event-chord.cc: New file.
4310         
4311         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
4312         requested.
4314 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4316         * lily/ : rename Request to Event
4318         * lily/parser.yy (command_element): move clef stuff into Scheme.
4320         * lily/:  rename length_mom () to get_length()
4322         * lily/part-combine-music.cc: removed file and class.
4324         * lily/context-specced-music-iterator.cc (class
4325         Context_specced_music_iterator): new file. Obsoletes the
4326         Context_specced_music type.
4328         * scm/music-types.scm (make-repeated-music): put different kinds
4329         of repeated music into music-type table.
4331         * VERSION: 1.7.1 released.
4333         * scm/to-xml.scm: new file.
4335         * input/test/to-xml.ly (fooBar): demo of what is possible with the
4336         new Input representation: dump music as XML.
4338         * scm/engraver-documentation-lib.scm
4339         (engraver-accepts-music-types?): add links from music to engraver,
4340         from music-type to engraver.
4342         * lily/include/command-request.hh: removed
4343         lily/include/musical-request.hh: removed. Removed all _req classes
4344         except Key_change_req. Changes throughout.
4346 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4348         * lily/tuplet-engraver.cc (try_music): Compile kludge.
4350 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4352         * lily/*.cc: specify accepts for many engravers.
4354         * scm/music-documentation-lib.scm: dump music expressions and
4355         music subtypes.
4357         * scm/documentation-lib.scm: complete revision.
4358         Use GOOPS objects to store document tree explicitly. Cleaned up and
4359         sped up doco generation a lot.
4361 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4363         * input/trip.ly (fugaIILeft): add arpeggio
4365         * lily/translator-group.cc (try_music_on_nongroup_children):
4366         oops. The name symbol is in the cdr of the assoc handle.
4368         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
4369         Hyphen_req, Glissando_req, Break_req, Mark_req 
4371 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4373         * lily/musical-request.cc (music-duration-length,
4374         music-duration-compress): new functions.
4376         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
4377         throughout. Warning doesn't work yet.
4379         * lily/translator-group.cc (try_music_on_nongroup_children):
4380         new implementation: store candidate acceptors in a hashTable.
4382 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4384         * scm/music-types.scm (music-descriptions): change name to
4385         internal-class-name
4387         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4389 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4391         * lily/beam.cc (connect_beams): don't crash if there are quarter
4392         notes in beams.
4394 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4396         * Documentation/user/refman.itely: corrected ancient clef
4397         docu; added docu on ligatures
4399 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4401         * Documentation/user/glossary.tely,
4402         Documentation/user/refman.itely, input/les-nereides.ly,
4403         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4404         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4405         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4406         Stem properties: flag-style -> stroke-style, style -> flag-style.
4408 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4410         * scm/music-functions.scm (music-separator?): don't use name music
4411         property.
4413 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4415         * stepmake/stepmake/generic-targets.make (help): Document check
4416         target.
4418         * lily/new-accidental-engraver.cc: Compile fix.
4420 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4422         * scripts/convert-ly.py: Add rule.
4424         * input/test/music-creation.ly:
4425         * input/test/add-staccato.ly:
4426         * input/test/add-text-script.ly: ly-make-music.
4428         * scm/drums.scm (make-head-type-elem, make-articulation-script):
4429         More ly-make-music renamings.
4431         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
4433         * lily/music-constructor.cc (make_music): Add debugging info.
4435         * scm/music-functions.scm (make-simultaneous-music,
4436         (make-sequential-music, context-spec-music):
4437         * scm/music-types.scm (music-descriptions): Get lily to run.
4439 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4441         * lily/command-request.cc (transpose_key_alist): new function.
4443         * lily/key-performer.cc (create_audio_elements): cleanup. 
4445 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4447         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
4449         * lily/include/translator.hh (ENTER_DESCRIPTION): add
4450         events-accepted field.
4452         * scm/music-types.scm: new file.
4454         * lily/parser.yy: put music type initialization into scheme,
4455         similar to grob initialization.  Changes throughout.
4457 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4459         * Documentation/user/tutorial.itely: Fix links.
4460         
4461         * Documentation/index.texi: 
4462         * Documentation/header.html.in: 
4463         * Documentation/topdocs/index.tely: Small website fixes and updates.
4465         * debian/: Debian patch by Anthony Fok.
4467 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4469         * Documentation/footer.html.in: How time flies: It's already 2002!
4471         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4472         more descriptive link names than 'here'.
4474         * ROADMAP: Remove test stuff.
4476         * scripts/update-lily.py: Allow auto-building of stable and
4477         development versions.  Bugfixes.
4479 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4481         * VERSION: released 1.7.0
4483         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4485         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
4486         positive line widths.
4488 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4490         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
4491         go.  Fix comments.
4493         * cygwin: Cygwin updates.
4495 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4497         * Documentation/windows/installing.texi (Top): version for python,
4498         urls for ghostscript (thanks to John Potelle)
4499         
4500         * lily/simultaneous-music-iterator.cc
4501         (Simultaneous_music_iterator): init children_list_ before
4502         triggering GC.
4504         * lily/*-iterator.cc: be even more careful with smobbed copy
4505         constructors. 
4507         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
4508         LeftEdge item.
4510 2002-09-15  Werner Lemberg  <wl@gnu.org>
4512         Improving LilyPond's output to make them ordinary TeX boxes with
4513         predictable dimensions.  System boxes are now vertically centered on
4514         the baseline; this offset can be further controlled with
4515         \lilypondscoreshift.
4517         * lily/system.cc (System::post_processing): Pass length of current
4518         system to `start-system' (including any horizontal indentation).
4520         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
4521         prettier.
4522         (lily-def): Append `%'.
4523         (start-system): Add parameter `wd'.  Output more TeX code to specify
4524         box dimensions.
4525         (stop-system, stop-last-system): Complement changes in
4526         `start-system'.
4527         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
4528         Updated.
4530         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
4531         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
4532         Write final `\endinput'.
4534         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
4535         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
4536         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
4537         files and macro definitions don't produce spurious spaces and
4538         paragraphs (using \endlinechar).
4539         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
4541         * Documentation/user/internals.itely: Improved formatting, fixing
4542         typos.  Added a section `Output details' to describe how the TeX
4543         code looks like.
4545 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4547         * lily/accidental-engraver.cc: Also work with partial measures.
4549 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4551         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
4552         spanner.
4554 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4556         * lily/identifier-smob.cc (unpack_identifier): new file.
4558         * lily/lexer.ll (identifier_type): new function.  use ly-id to
4559         pass off scheme expressions as music identifiers.
4561         * scm/lily.scm: reorganisation, cleanups.
4563         * lily/main.cc: small cleanups.
4565 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4567         * lily/ly-module.{cc,hh}: new file.
4569 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4571         * lily/accidental-engraver.cc: Also work with partial measures.
4573 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4575         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
4577 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4579         * lily/my-lily-lexer.cc: use SCM module in stead of
4580         Scheme_hash_table. Changes throughout.  
4582 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4584         * VERSION (MY_PATCH_LEVEL): make 1.7.0