* Documentation/topdocs/index.tely: remove.
[lilypond.git] / ChangeLog
blob4e77c536d4527808502892ae97e6439e393675db
1 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * Documentation/topdocs/index.tely: remove.
5         * Documentation/header.html.in: prune.
7         * GNUmakefile.in: clean up web building.
9         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
10         target.
12 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
14         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
16         * lilypond-mode.el: turn on blink-matching-paren.
18 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
20         * scm/output-sodipodi.scm (svg-header): Fix typo.
22 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
24         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
25         fixes a security hole.
27         * scripts/lilypond-book.py (original_dir): remove temp_dir
29         * scm/document-translation.scm: use @code tags.
31 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
33         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
35         * lilypond-mode.el: add a buffer-local post-command-hook to set
36         context dependent syntax-table after each cursor event. Remove old
37         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
39         * lilypond-indent.el: update comments.
41         * Documentation/footer.html.in: add period.
43 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
45         * make/lilypond.redhat.spec.in (Group): don't strip binary.
47         * scm/document-translation.scm (document-property-operation): add
48         @code{} tags.
50         * VERSION (PACKAGE_NAME): release 1.7.27
52         * config.make.in: add PAPER variable
54         * buildscripts/new-chords.py (help): add help text
56         * Documentation/user/introduction.itely (Typography and program
57         architecture):  fixes.
59         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
60         for texinfo and dvips. This fixes problems with PDF output of the
61         wrong size.
63         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
64         DVIPS_PAPERSIZE variable
66         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
67         TEXINFO_PAPERSIZE variable 
69 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
71         * mf/feta-macros.mf: whoops: only draw lines for test situations.
73         * mf/feta-toevallig.mf: lowres fixes.
75 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
77         * NEWS: Typo and fill-paragraph fixes.
79         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
80         cast #define.
82         * configure.in: 
83         * config.hh.in: Check for lrint.
85 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
87         * VERSION: 1.7.26 released
89         * lily/separation-item.cc: add padding property.
91         * input/test/*.ly: various fixes, remove solo-a2.ly
93         * scm/new-markup.scm (brew-new-markup-molecule): arg order
94         bugfix. Fixes old-style markup compatibility.
96         * Documentation/user/introduction.itely (Introduction): historical
97         elucidations
99         * Documentation/user/music-glossary.tely (Top): linewidth fix.
101         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
103         * Documentation/index.texi (Top): cleanup.
105         * Documentation/user/introduction.itely (Introduction): rewrite
106         introduction, 
107         (Music notation and  engraving): about notation. Add flat-picture
109 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
111         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
112         separation items. This keeps lyrics from bumping into each other.
114 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
116         * GNUmakefile.in (topdocs-web): New target.
117         (local-web): Depend on topdocs-web; fixes html-doc.
119 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
121         * po/lilypond.pot: run po-replace
123         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
125         * scm/drums.scm (reset-drum-kit): new function.
127         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
129         * scripts/update-lily.py: remove
130         
131         * VERSION: release 1.7.25
132         
133         * Documentation/user/introduction.itely (Introduction): rewrite
134         start of introduction.
136 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
138         * lily/all-font-metrics.cc: fixed typo
140 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
142         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
143         LilyPond-mode-context-set-syntax-table): new functions to define
144         the syntax table according to context.
146         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
148 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
150         * Documentation/user/refman.itely (Figured bass): 
151         language nit courtesy http://www.vocabula.com
153         * GNUmakefile.in: remove no kpathsea hack.
155         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
156         doco.
158         * GNUmakefile.in: remove web-doc target.
160         * lily/all-font-metrics.cc (find_afm): add message about
161         buildscripts/clean-fonts.sh 
163         * scm/define-music-properties.scm (figure): use string for 'figure
165         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
167         * input/regression/ : add raggedright = ##t where applicable. 
168         
169         * scm/bass-figure.scm (make-bass-figure-markup): add
170         alignBassFigureAccidentals property.
172         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
173         bracket.
175         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
176         syllables widths into account for minimum-length.
178         * input/test/staff-container.ly: update file
180         * input/test/stem.ly: remove
182         * lily/event.cc (LY_DEFINE): add ly: prefix.
184         * input/test/clef-manual-control.ly: from manual-clef
186         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
188         * input/test/different-time-signatures.ly: move to poly-metric.ly
190         * input/test/hara-kiri*,scales.ly: remove
191         
192         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
193         with chord-names-jazz.ly)
195         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
196         get scalable cm fonts too.
198         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
199         --encoding for mftrace if present.
201         * input/regression/slur-area.ly: move from test/
203         * input/test/: remove simple-slur-endings slur-attachment
204         slur-broken-cross-staff slur-broken.ly slur-damping.ly
205         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
206         slur-symmetry slur-symmetry tie-broken.ly
208         * scm/drums.scm (set-drum-kit): add function.
210         * Documentation/user/refman.itely (Percussion staves): use
211         set-drum-kit
213         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
214         too
215         (Global_measure.set_timesig): handle 3/8 time sig too.
217         * scm/output-lib.scm (note-head-style->attachment-coordinates):
218         note about triangle note heads.
220         * scm/drums.scm: use alist for instrument-settings. This fixes the
221         bug with assigning to drums in the .ly file.
223         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
224         CHANGED.
226         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
227         cluster-beacon-interface
229         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
231         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
233         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
235         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
236         to get positions.
238         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
239         make ClusterSpannerBeacon to record Y positions. This removes the
240         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
241         make cluster-note-events.
243 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
245         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
247         * configure.in: Use lily/main.cc as identifying source file.
249         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
251         * config.hh.in: 
252         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
254         * configure.in: Require PYTHON >= 2.0.
256         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
257           $PYTHON for include dir location.
258         (STEPMAKE_PYTHON): New function.  Use
259         
260             PYTHON=foo ./configure
262           to override.
264 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
266         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
267         something.
269         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
270         ftp.lilypond.org everywhere.
272 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
274         * lily/text-item.cc (interpret_new_markup): do only if new-markup
275         detected.
277         * Documentation/user/refman.itely (Grace notes): note on explicit
278         contexts
280 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
282         * lilypond-font-lock.el: add a comment about LilyPond specific
283         escape characters: ^, - and _, in the syntax table.
285         * Documentation/user/appendices.itely: a majuscule fix.
287 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
289         * input/test/trills.ly (endHorizScript): fixes.
291         * input/test/chord-names-jazz.ly: merge in alternate Jazz
292         notation, move from regression.
294         * input/test/script-stack.ly: change name from stacked-scripts
296         * input/test/ossia.ly: octave errors.
298         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
299         for midi-volume-equaliser
301 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
303         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
304         cm fonts.
306         * mf/feta-beugel.mf: don't multiply font_count by 10.
308         * lily/lookup.cc (horizontal_line): new function. Use
309         horizontal-line in output backends.
311         * Documentation/user/tutorial.itely (An orchestral part): new
312         section on orchestral stuff and identifiers.
314 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
316         * lilypond-mode.el: comment-out paren-highlighting, it still causes
317         some interference to other modes.
319 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
321         * lily/spacing-spanner.cc (musical_column_spacing): use average,
322         not maximum of spacing wishes in polyphonic situations.
324         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
325         number
327         * lilypond-indent.el: remove paren matching. 
329         * lily/text-item.cc (interpret_new_markup): new function
330         use iso. text2molecule.
332         * lily/main.cc (notice): change FSF address 
334         * po/de.po: update PO file to 1.6.
336 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
338         * Documentation/user/ {many}: Add periods and remove spaces.
339         
340 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
342         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
343         Disable buffer-locally default paren hook and make a new one. 
345         * lilypond-mode.el: Turn off locally paren-mode, but turn on
346         locally LilyPond-paren-mode. Add todo for mouse double-click.
348 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
350         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
351         Disable buffer-locally default paren idle timer and make a new one. 
353         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
354         locally LilyPond-show-paren-mode. Add to menu a toggle for
355         LilyPond-show-paren-function.
357 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
359         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
361 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
363         * Documentation/user/refman.itely: spelling fix.
365         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
366         paren highlight function definitions. add todo for
367         Lilypond-show-paren-mode.
369 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
371         * input/template/jazz-combo.ly: new file.
373 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
375         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
376         lo-res fixes.
378         * mf/feta-schrift.mf: bugfix in varcoda sign.
379         WARNING: FONT CHANGED
381         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
382         in accordance with lexer.ll.   
384 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
386         * Documentation/user/tutorial.itely: Edit introduction.
388 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
390         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
391         ly:grob-staff-position
393 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
395         * scm/to-xml.scm: import srfi-1
397         * VERSION (MAJOR_VERSION):  release 1.7.24
399         * python/lilylib.py (make_ps_images): make multipage _really_ work.
401         * scripts/lilypond-book.py (do_file): put texidoc before image.
402         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
404         * input/regression/*.ly: fix snippet octaves 
406         * input/test/spanner-after-break-tweak.ly: import
407         broken-spanner-adjustment
409         * input/no-notation/midi-transposing.ly: move from input/test/
411         * input/test/: remove chord-markup
413         * input/regression/instrument-name-partial.ly: move from input/test.
415         * input/test/vertical-text.ly: remove
417         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
418         space above lyrics lines.
420         * input/test/uniform-breaking.ly: remove file.
422         * lily/gourlay-breaking.cc (combine_demerits): add comment about
423         uniform spacing density. 
425         * input/test/chords.ly (keys): remove file.
427         * scm/documentation-lib.scm (oop): use srfi-1 too.
429         * input/regression/*.ly: add \version
431         * Documentation/user/*.itely: various fixes.
433         * buildscripts/mf-to-table.py (base): break table every three
434         symbols.
436         * input/:  remove %% new-chords-done %% .
438         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
439         os-music.ly
440         
441 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
443         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
445         * scm/new-markup.scm (box-markup): new function.
446         (box-markup): new function. Contributed by Dick Schoeller
447         <schoeller@attbi.com>
449         * scm/lily.scm: remove reduce-no-unit 
450         (list-insert-separator): use fold-right
452         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
453         of arguments. 
455         * NEWS: more neutral language for ancient notation 
457         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
458         inside pointing beaming for chord tremolo.
460         * Documentation/user/lilypond-book.itely: minor editing
462 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
464         * NEWS: added news for 1.8 regarding ancient notation
466         * Documentation/user/refman.itely (Gregorian square neumes
467         ligatures): fixed typo
469         * lily/vaticana-ligature-engraver.cc,
470         lily/include/vaticana-ligature.hh: bugfix: use special heads for
471         lower/upper head of Pes only when heads are stacked
473         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
474         scm/define-grob-properties.scm: cleanup: make "join-left" a
475         boolean grob property and save delta pitch in grob property
476         "delta-pitch" instead
478         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
480 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
482         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
483         completely borked
485         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
486         (try_music): bug fix: beam multiplicity was completely borked.
488         * scm/lily.scm: remove tail, filter-list, filter-out-list,
489         first-n, butfirst-n in favor of srfi-1 functions.
490         remove string-join, string-pad in favor of srfi-13 functions.
492         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
494         * NEWS: use complete sentences.
496         * Documentation/user/introduction.itely (Example applications):
497         add note about databases and lilypond-book.
499         * input/test/volta.ly: remove file
501         * input/regression/volta-broken-left-edge.ly: simplify file
503 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
505         * Documentation/user/refman.itely (Constructing a tweak): new
506         subsection.
508         * Documentation/user/tutorial.itely (Fine tuning layout): add
509         common tweaks.
511         * scm/define-grobs.scm (TextScript): use new brewer.
513 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
515         * VERSION: release 1.7.23
517         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
519         * python/lilylib.py (make_ps_images): bugfixes.
521         * input/regression/volta-multi-staff.ly: new file.
523         * Documentation/user/macros.itexi: refcommands, refcommand macros.
525         * Documentation/user/tutorial.itely (Piano staffs): new section.
526         (Setting variables): new section
527         (Fine tuning layout): new section
529         * input/just-friends.ly: remove file. Superseeded by
530         input/test/chords-without-melody.ly
532         * ly/property-init.ly: add all commands to refman.
534         * scm/define-translator-properties.scm: remove
535         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
537         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
538         name. Underscores botch up PS output.
540         * scm/define-translator-properties.scm: remove
541         textNonEmpty, oneBeat, regularSpacingDelta
543         * scripts/convert-ly.py (FatalConversionError.conv): conversion
544         rule for automaticBars.
546         * lily/timing-engraver.cc (start_translation_timestep): change
547         barNonAuto to automaticBars
549 2003-06-30  Graham Percival  <gperlist@shaw.ca>
551         * input/test/perform-tie.ly: delete file.
553 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
555         * Documentation/user/refman.itely (Gregorian square neumes
556         ligatures): bugfix: do not show ledger lines in neumes table
557         (fixed by setting staff symbol to transparent rather than removing
558         it from staff context)
560 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
562         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
563         glue into brew-new-markup-molecule.
565         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
567         * Documentation/user/introduction.itely (Computerized typography):
568         new section
570         * Documentation/user/tutorial.itely (An orchestral part): remove
571         pc example from tutorial.
573         * input/tutorial/lilbook.tex: use screech-boink
575         * scripts/lilypond-book.py (compile_all_files): split formatting
576         output body and scheduling lilypond compilation.
577         (format_lilypond_output_bodies): new function
578         (format_lilypond_block): new function
579         (html_pages): allow multi-page images in HTML
581         * python/lilylib.py (make_ps_images): rename function from
582         make_preview, merge with make_page_images
584 2003-06-28  Graham Percival  <gperlist@shaw.ca>
586         * input/test/key-clefs.ly: moved to regression.
588         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
590         * input/no-notation/README: added note about midi-*.ly files.
592         * input/test/two-key.ly: moved to no-notation/parse5.ly
594         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
595         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
597         * input/test/ {various}: modified comments, marked some for deletion.
599         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
601         * input/test/mmrest-collision: moved to regression.
603 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
605         * scm/chord-name.scm (note-name->markup): don't superscript root
606         alterations in chordnames.
608 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
610         * Documentation/user/refman.itely (Multi measure rests): more
611         index/cross-referencing.
613         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
615         * scm/font.scm: remove properties-to-font-name code.
617         * scm/define-grob-properties.scm: remove 'type
619         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
620         conversion
622         * lily/text-spanner.cc: change 'type grob prop to 'style 
624         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
625         "first" flag to decide whether to make a start-repeat
627         * input/regression/grace-volta-repeat-2.ly: new file.
629 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
631         * lilypond-indent.el: rename generic functions to LilyPond-*
633 2003-06-22  Graham Percival  <gperlist@shaw.ca>
635         * input/test/thumb.ly: delete, merged into refman.
637         * Documentation/user/refman.itely: added thumb info to Fingering.
639         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
640         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
641         vertical-align.ly : deleted files.
643 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
645         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
647         * lily/line-spanner.cc (broken_trend_offset): remove function.
648         (get_broken_offset): idem.
649         (brew_molecule): rewrite the line-break case.
651         * input/regression/follow-voice-break.ly:  new file.
653         * lily/line-spanner.cc (after_line_breaking): remove lines at the
654         start of a system.
656 2003-06-20  Graham Percival  <gperlist@shaw.ca>
658         * input/test/tuplet-rest.ly: moved to regression.
660         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
661         deleted file.
663         * input/test/ {many} : marked file for possible deletion.
665 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
667         * input/regression/beam-funky.ly: add note about (disputed)
668         correct beaming.
670         * ly/engraver-init.ly (ScoreContext): put key-signature after
671         staff-bar
672         
673 2003-06-20  Graham Percival  <gperlist@shaw.ca>
675         * input/test/ broken.ly lyric-phrasing.ly: deleted.
677         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
679         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
681         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
682         stem-extend was deleted (it was duplicate example, and not as
683         good).
685         * input/test/[s-z]*.ly: add texidoc index.
687 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
689         * lily/slur.cc (get_boundary_notecolumn_y): change name from
690         get_first_notecolumn_y
692         * lily/spanner.cc (broken_spanner_index): new function.
694 2003-06-19  Graham Percival  <gperlist@shaw.ca>
696         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
697         lyric-hyphen.ly : moved to regression.
699         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
700         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
702         * input/test/instrument-name-mmrest.ly: moved to
703         ../regression/multi-measure-rest-instr-name.ly
705         * input/test/knee-sym.ly: moved to
706         ../regression/beam-knee-symmetry.ly.
708         * input/test/hymn.ly: change comments.
710         * input/test/[p-r]*.ly: add texidoc index.
712 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
714         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
715         to postfix syntax
716         
717         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
718         syntax.
720         * VERSION: release 1.7.22
722 2003-06-18  Graham Percival  <gperlist@shaw.ca>
724         * input/test/[h-k]*.ly: added texidoc index.
726         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
728         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
730         * input/test/ various : mark files for deletion or moving to regression.
732         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
734         * input/test/[l-o]*.ly: added texidoc index.
736 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
738         * scm/music-functions.scm (make-ottava-set): 
739         only do ottavation if centralCPosition is set.
741         * lily/translator-scheme.cc (ly:context-property-where-defined):
742         return '() if not found.
744 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
746         * lilypond-mode.el (LilyPond-un-comment-region): removed.
747         Use one command for both commenting and uncommenting.
749         * lilypond-indent.el (LilyPond-comment-region): new function,
750         (un)comments each line separately.
752         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
753         
754         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
755         imenu is not added by default; adapted from f90.el,
756         makes Help-menu, which does not fit, visible in XEmacs.
757         
758 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
760         * lilypond-mode.el: Set show-paren-mode local; minor-mode
761         show-paren-mode sets blink-matching-paren-on-screen local.
762         Try to make show-paren-function to paren-highlight local.
764         * lilypond-indent.el (LilyPond-scan-sexps): new function.
765         Copy definitions of Emacs' show-paren-function and
766         XEmacs' paren-highlight and make minimal changes;
767         add comments about locality. 
768         Fix matching first open-paren-char in '<< .. >>'.
770 2003-06-16  Graham Percival  <gperlist@shaw.ca>
772         * input/test/g*: added texidoc index.
774         * input/test/[a-g]*: added raggedright==#t when it
775          seemed appropiate.
777         * input/test/ fake-grace.ly figured-bass.ly : removed file.
779         * Documentation/topdoc/INSTALL.texi: removed false warnings
780         about gcc 3.3.
782 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
784         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
786         * input/test/chords-without-melody.ly (texidoc): add from
787         input/just-friends.ly
789         * input/regression/size{13--26}.ly: move from input/
791         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
792         input/{star-spangled-banner,twinkle}.ly: remove 
793         
794         * lily/slur.cc: remove slur over rest warnings.
796         * lily/note-spacing.cc (get_spacing): include left part of right
797         object in fixed space. This fixes stretched space before
798         accidentals.
800         * input/regression/spacing-accidental-stretch.ly: new file.
802 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
804         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
805         Reduce to 16pt.
807 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
809         * input/regression/spacing-knee.ly: docstring
811         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
813         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
814         input/tutorial/{test,solar,flowing}.ly: remove
816         * input/rhythm.ly: remove
818         * input/mutopia/F.Schubert/standchen.ly: update syntax.
820         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
821         update syntax. 
823         * scm/define-grobs.scm (all-grob-descriptions): set
824         knee-spacing-correction to 1.0
826         * lily/note-spacing.cc (stem_dir_correction): compute knee
827         correction using stem-thickness and head width.
829         * input/regression/beam-quanting-horizontal.ly: update texidoc
831         * scm/define-grobs.scm (all-grob-descriptions): set
832         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
833         This fixes 32nd beams for noteheads in spaces quants.
835         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
837 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
839         * README.mandrake: Change lilypond-extras to lilypond-documentation.
841 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
843         * input/test/dpncnt.ly,part-combine-score.ly: remove.
845         * VERSION (PACKAGE_NAME): release 1.7.21
847         * input/regression/stem-shorten.ly: new file.
849         * lily/stem.cc (get_default_stem_end_position): revise stem
850         shortening code.
852         * input/regression/spacing-multi-tuplet.ly: move from input/test/
854         * input/test/{scripts,volta-start,sleur}.ly: remove
855         
856         * input/regression/span-bar.ly: smaller file.
858         * input/regression/spacing-{natural,tight,loose}.ly: remove
860         * input/test/markup.ly: remove
862         * scripts/lilypond-book.py: put printfilename in separate chunk,
863         so texidoc is printed after the filename.  
865 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
867         * make/lilypond.mandrake.spec.in: fix docdirs.
869 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
871         * input/regression/beam-french.ly: bugfix.
873         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
875         * input/regression/(various).ly: add raggedright = #t.
877         * input/regression/auto-beam.ly: move from abe.ly
879 2003-06-13  Graham Percival  <gperlist@shaw.ca>
881         * input/test/f*.ly: added texinfo index.
882         
883         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
885 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
887         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
888         quant penalty for beam just outside staff.
890         * input/regression/beam-quanting-horizontal.ly (texidoc): move
891         from beam-pos.ly,  remove non-horizontal tests. 
893         * input/test/(various): cleanup header info. 
895         * input/test/tchaikovsky.ly: remove file.
897         * scm/chord-generic-names.scm: move from
898         double-plus-new-chord-name.scm
900         * input/test/orchestscore.ly: remove file
902         * Documentation/user/refman.itely (Vocal music): update documentation.
904         * scm/define-translator-properties.scm (chordNoteNamer): remove
905         chordNameStyle, use chordNameFunction
907         * scm/chord-name.scm (set-chord-name-style): remove
908         set-chord-name-style. Use \property chordNameFunction.
910 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
912         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
913         music): remove @TeX{} command.
915 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
917         * lilypond-indent.el (scan-sexps): Renamed to
918         aargh-this-breaks-other-emacs-modes-scan-sexps.
920 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
922         * lilypond-indent.el: Fix: match concurrent one-char opening and 
923         closing slurs: '()', etc. Add comments.
925         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
927         * lilypond-font-lock.el: match unending string at eof.
929         * make/lilypond.mandrake.spec.in: refreshed packed file list.
930         
931 2003-06-10  Graham Percival  <gperlist@shaw.ca>
933         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
934         input/test/beam-dir.ly input/test/beam-position.ly    
935         input/test/beam-suspect.ly input/test/beam-trend.ly    
936         input/test/beams.ly input/test/crescendo-text.ly : deleted
937         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
938         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
939         * input/test/default-bars.ly: moved to bar-always.ly
940         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
942 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
944         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
946 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
948         * scm/chord-ignatzek-names.scm (remove-step): rename file.
950 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
952         * lilypond-indent.el: Match better slurs in scheme expressions.
953         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
955         * Documentation/user/invoking.itexi: document Emacs' paren matching.
957 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
959         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
961         * input/ac-extra-voice.ly: Add texidoc.
963         * ly/chord-modifiers-init.ly: 
964         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
965         and chordNameExceptionsPartial for new chord names.
967         * input/test/chord-names-dpnj.ly: 
968         * input/test/dpncnt.ly: Update.
970         * scm/chord-name.scm: 
971         * scm/double-plus-new-chord-name.scm: Add compatibility for new
972         chord selection and options.
974         * ly/chord-modifiers-init.ly: Add exceptions 
976         * scm/define-translator-properties.scm (chordNameStyle) 
977         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
979 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
981         * ly/property-init.ly (germanChords): Added.
982         (semiGermanChords): Added.
983         
984         * input/test/chord-names-german.ly: Use new macros
985         
986 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
988         * lilypond-indent.el: Use similar parenthesis highlighting for 
989         Emacs and XEmacs through redefinitions of parenthesis highlighting 
990         functions; removed LilyPond-show-paren-function. Fix indenting.
991         Turn paren-matching on also in XEmacs.
993         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
994         as needed by parenthesis highlighting functions (in scan-sexp).
996 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
998         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
999         function.
1000         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
1002 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
1004         * lilypond-indent.el: tune regexp for show-paren-function.
1006 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1008         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
1009         for all LilyPond-produced tex snippets.
1011         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
1012         fixes one line --preview output of ly2dvi.
1014 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
1016         * lilypond-indent.el: match only one type of slurs in
1017         LilyPond-show-paren-function.
1019 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1021         * debian/GNUmakefile (EXTRA_DIST_FILES): 
1022         * debian/lilypond1.7.dirs: 
1023         * debian/lilypond1.7-doc.dirs: New file.
1025         * input/regression/chord-name-exceptions.ly: Add parameter for
1026         ignatzekExceptions.  Quote hash in docstring.
1028 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
1030         * lilypond-indent.el (show-paren-function): define show-paren-function
1031         as LilyPond-blink-matching-open and use it for closing parens.
1032         Let LilyPond-blink-matching-open know whether a bracket was inserted.
1034         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
1035         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
1036         LilyPond-blink-matching-paren in order to match both open and close
1037         brackets.
1038         
1039 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
1041         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
1042         testing by modifying the code from FSF Emacs paren.el. Add comments.
1044 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1046         * input/test/dpncnt.ly: Transpose example to match new
1047         default \chords octave.  Add comment.
1048         
1049         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
1050         comment about octave change.
1052 2003-06-04  Graham Percival  <gperlist@shaw.ca>
1054         * input/test/[d,e]: added texinfo index tags.
1055         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
1057 2003-06-04  Graham Percival  <gperlist@shaw.ca>
1059         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
1061 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
1063         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
1064         as in blink-matching-open.
1066 2003-06-03  Graham Percival  <gperlist@shaw.ca>
1068         * input/test/[a-c]: more comments in files.
1069         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
1070         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
1071         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
1072         mark file for proposed deletion.
1073         * input/test: renaming files:
1074         auto-beam-4-8.ly to beam-auto-4-8.ly
1075         auto-beam-override.ly to beam-auto-override.ly
1076         auto-beam.ly to beam-auto.ly
1077         blank.ly to blank-paper.ly
1078         absolute-volume.ly to dynamic-absolute-volume.ly
1080 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1082         * input/test/dpncnt.ly: 
1083         * input/test/chord-names-dpnj.ly: Resurrect.
1085         * lily/my-lily-lexer.cc: Remove chordnames keyword.
1087         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
1089         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
1090         Better docstring, add parameter OMIT-ROOT, tidy up.
1092 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
1094         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
1096 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1098         * scm/output-ascii-script.scm (as-font-alist-alist):
1099         (as-properties-to-font-name):
1100         (as-make-style-sheet): Remove.
1102         * scm/font.scm (as-make-font-list): New function.
1103         (as-font-sheet-alist): New variable.
1105         * ly/paper-as9-init.ly: 
1106         * ly/paper-as5-init.ly: Update.
1108         * ly/paper-as5.ly:
1109         * ly/paper-as9.ly: New file.
1111 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1113         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
1115 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1116         * input/sondag-morgen/*: removed due to copyright concerns.
1117         * input/[a,b]*.ly: added a newline at the end of the texinfo
1118         doc string (produces better output in HTML version).
1119         * input/c*.ly: added texinfo index and added comments to
1120         aid in future changes to input/test/ files.
1122 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1123         
1124         * Documentation/user/refman.itely: fixed build problem (missing
1125         file) caused by previous renaming.
1127 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1128         
1129         * input/test/[a,b]*.ly: added texinfo index and added comments to
1130         aid in future changes to input/test/ files.
1131         * input/test/bar-number-every-5-reset.ly: renamed to
1132         bar-number-every-five-reset.ly
1133         * input/test/bar-script-visibility.ly: renamed to
1134         bar-number-show-all.ly
1136 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1138         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
1139         to Voice.
1141         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
1142         out note-line and glissando functionality.
1143         
1144         * lily/line-spanner.cc (brew_molecule): cleanup.
1146 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1148         * scripts/as2text.scm: Use rdelim module.
1149         (start-system): Rename from start-line.
1150         (stop-system): Rename from stop-line.
1151         (af-gulp-file): Use string iso symbol for getenv.
1153         * scm/output-ascii-script.scm: Add guile and lily modules.
1154         (font-name-alist): New variable.
1155         (draw-line): New function.
1157         * scm/output-lib.scm (func, arg->string): Re-add from archive.
1158         (Were these silently removed, without ChangeLog entry?)
1160 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1162         * scm/music-functions.scm (make-ottava-set): bugfixes: also
1163         process 2nd ottava correctly.
1165 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
1167         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
1169 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1171         * Documentation/user/converters.itely (Invoking midi2ly): Update.
1173 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1175         * VERSION: release 1.7.20
1176         
1177         * lily/text-spanner.cc (brew_molecule): clean up function. This
1178         fixes bugs with broken 8va spanners.
1180         * lily/simple-spacer.cc (solve): also compute force for raggedright.
1181         This prevents spurious line-breaks with raggedright
1182         
1183 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1185         * lily/key-performer.cc (create_audio_elements): always use major
1186         key
1188         * Documentation/user/internals.itely: updates
1190         * input/regression/beam-break.ly: new file.
1192         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
1193         beams if starting or terminating stems have 'beaming set.)
1195         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
1196         property.
1198         * lily/parser.yy (verbose_command_req): add comment about scales.
1200 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
1202         * lilypond-indent.el: adjust regexps in bracket-matching.
1204 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
1206         * Documentation/user/refman.itely: more tiny fixes
1208         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
1209         "Chord names"; added table with input syntax for solesmes neumes
1210         table; added some words about rationale on input syntax design
1212         * lily/gregorian-ligature-engraver.cc,
1213         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1214         lily/include/gregorian-ligature.hh: bugfix: horizontal head
1215         alignment of Pes Initio Debilis
1217         * Documentation/user/refman.itely,
1218         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1219         mf/parmesan-heads.mf: fixed most of the head selection/alignment
1220         bugs in the solesmes neumes table
1222 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
1224         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
1225         Similarly, match '[' and ']' by skipping '\[' and '\]'.
1227         * lilypond-mode.el: fix tag-score. small improvements.
1229 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1231         * .cvsignore: Add aclocal.m4.
1233         * lily/music-constructor.cc: Include <assert.h>.
1235 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1237         * ly/engraver-init.ly (HaraKiriStaffContext): use
1238         RemoveEmptyStaffContext instead.
1240         * Documentation/user/refman.itely: updates
1242 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
1244         * Documentation/user/refman.itely: added solesmes neumes table;
1245         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
1246         bugfix: "Ornaments" -> "Articulations"
1248         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
1250 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1252         * lilypond-indent.el: Add a message about trying to match \] or \).
1253         
1254 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
1255         
1256         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
1257         obsolete "arithmetic_*"
1259         * input/bugs/ligatures.ly: removed (will be put into a different
1260         directory later)
1262 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1264         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
1265         libkpathsea (Maurizio Tomasi).
1267 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1269         * input/regression/repeat-slash.ly (texidoc): new file
1271         * lily/slash-repeat-engraver.cc (try_music): new file, handle
1272         slash repeats separately. Slash repeats and %
1273         repeats can now be nested.
1275 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1277         * lilypond-indent.el: Add preliminary test for closing \] and \).
1278         
1279 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
1281         * lily/gregorian-ligature-engraver.cc,
1282         lily/vaticana-ligature-engraver.cc,
1283         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
1284         mf/parmesan-heads.mf: various semivocalis related bugfixes
1286         * input/bugs/ligatures.ly: new file demonstrating problems with
1287         ligatures
1288         
1289 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
1291         * lilypond-mode.el,
1292         lilypond-font-lock.el,
1293         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
1295 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
1297         * lilypond-mode.el: Remove outdated code. Stress the difference 
1298         between Emacs and XEmacs definitions.
1300         * lilypond-mode.el,
1301         lilypond-indent.el: Define a function interactive only when necessary.
1303 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
1305         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
1306         Use inactive regions also in XEmacs.
1308 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1310         * Documentation/user/refman.itely (Repeat syntax): more updates
1312         * lily/simple-spacer.cc (solve): move solution process into
1313         solve(). This fixes a bug with collisions and raggedright = ##t.
1315         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
1317         * ly/engraver-init.ly: remove GraceContext. Update examples.
1319 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1321         * GNUmakefile.in (fonts): Also make fontball.
1323         * Website fixes:
1325         * ly/engraver-init.ly (GraceContext): Add.
1327         * run:
1329             convert-ly $(find . -name *.ly)
1331         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
1332         new chords.
1334 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1336         * VERSION: 1.7.19 released
1337         
1338         * scm/music-functions.scm (set-octavation): new function.
1340         * input/regression/ottava.ly: new file
1342         * lily/translator-scheme.cc (LY_DEFINE): new function
1343         ly:unset-context-property
1344         (LY_DEFINE) new function ly:context-property-where-defined: 
1346 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
1348         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
1350         * lilypond.words: add few.
1352         * input/test/script-chart.ly: fix typo.
1354 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1356         * scm/define-grobs.scm: uniform naming for definitions and output
1357         routine files. 
1359         * ly/engraver-init.ly (ChoirStaffContext): add \description from
1360         scm/context-description.scm
1362         * lily/parser.yy (translator_spec_body): add \description to the
1363         \translator{} body syntax.
1365         * lily/ottava-engraver.cc: new file.
1367         * scm/chord-name.scm (natural-chord-alteration): replace old
1368         chord stuff. 
1370         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
1372         * Documentation/user/refman.itely (Metronome marks): update doco.
1374         * input/regression/markup-note.ly: new file
1376         * input/regression/metronome-marking.ly: new file
1378         * lily/metronome-engraver.cc: new file. Print \tempo markings.
1380         * scm/new-markup.scm (note-markup): make a note glyph, useful for
1381         metronome marks.
1383 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1385         * Documentation/user/GNUmakefile: Compatibility fix for new
1386         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
1387         for making binary packages; info splitting bug has been fixed.
1389         * Documentation/user/refman.itely: Compile fixes.
1391 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
1393         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
1394         Count \midi -keywords also for a region.
1396 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1398         * lily/lookup.cc (LY_DEFINE): new function
1400         * Documentation/user/tutorial.itely: updates
1402 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
1404         * lilypond-mode.el: Allow Midi on buffer.
1405         Use only '.ly'-extension, remove '.sly' and '.fly'.
1406         Allow use of inactive regions. Invoke next Command on Master file, 
1407         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
1409 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1411         * Documentation/user/tutorial.itely: updates.
1413 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
1415         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
1417 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
1419         * lily/coherent-ligature-engraver.cc: fixed typo
1421         * lily/coherent-ligature-engraver.cc,
1422         lily/gregorian-ligature-engraver.cc,
1423         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1424         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1425         lily/vaticana-ligature-engraver.cc,
1426         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
1427         scm/grob-description.scm: cleanup: junked LigatureHead grob and
1428         removed all ligature specific stuff from NoteHead code
1430         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
1431         ligatures now use regular noteheads
1433         * lily/vaticana-ligature.cc: tiny code cleanups
1435         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
1436         space between two adjacent noteheads of the same pitch
1438         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
1439         description; cleanup: removed obsolete font-family settings
1441 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
1443         * lily/coherent-ligature-engraver.cc,
1444         lily/gregorian-ligature-engraver.cc,
1445         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1446         lily/mensural-ligature-engraver.cc,
1447         lily/vaticana-ligature-engraver.cc,
1448         lily/include/gregorian-ligature-engraver.hh: updated for new
1449         Coherent_ligature_engraver; added comments that describe the basic
1450         design ideas of the ligature implementation
1452         * lily/coherent-ligature-engraver.cc,
1453         lily/include/coherent-ligature-engraver.hh: new file: shared code
1454         between mensural ligatures and Gregorian chant notation ligatures
1456 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1458         * lilypond-mode.el: XEmacs fixes: include two definitions for the
1459         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
1460         use only two arguments in sit-for, use no arguments in
1461         read-char-exclusive, backspace is not a character (127) in XEmacs.
1463         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
1465 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1467         * lilypond-mode.el: un-commenting works after syntax-table fix.
1469         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
1470         group, verbose commenting for syntax table.
1472         * lilypond-indent.el: add TODO for ligature slurs.
1474 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
1476         * lilypond-mode.el: Move comments of parenthesis matching away,
1477         (blink-matching-paren-on-screen) fix blinking in Emacs.
1479         * lilypond-font-lock.el: Fix parent-matching for Emacs:
1480         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
1482         * lilypond-indent.el: Add TODO for parenthesis matching.
1484 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
1486         * lilypond-mode.el: Fix XEmacs: 
1487         changed [S-iso-lefttab] to [(shift iso-lefttab)],
1488         invoke explicitly easy-menu-add (in Emacs done automatically).
1489         
1490         * lilypond.words: Add few words from input/*/*.ly.
1492 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1494         * VERSION (PATCH_LEVEL): release 1.7.18
1496         * scripts/lilypond-book.py: only print basename for printfilename
1497         option
1499         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
1500         and syntax updates.
1502 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1504         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
1505         better parametrisation. Move fatness of bulb downward.
1507         * mf/parmesan-custodes.mf (dir_down): remove underscores from
1508         glyph names. Underscores are not allowed .ps encoding files.
1510 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
1512         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
1513         variable "packed" for packed right-ragged mode
1515         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
1516         unused variable ragged; fixed indentation
1518         * Documentation/user/refman.itely: tiny cleanups in ancient
1519         clef and custos section
1521 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1523         * lily/parser.yy (Simple_music): add \applyoutput, syntax
1524         \applyoutput PROCEDURE
1526         * lily/my-lily-lexer.cc: add \applyoutput.
1528         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
1530         * lily/text-item.cc: clean text-interface description
1532 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1534         * input/{regression,test}/: use postfix for slur endings and beam
1535         begins.
1537         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
1538         style beams too. 
1540         * input/regression/lyrics-melisma-beam.ly: new file.
1542         * lily/lyric-engraver.cc (process_music): change from
1543         process_acknowledged_grobs()
1545         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
1546         functions to set and revert auto-beam settings.
1548 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1550         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
1552 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
1554         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
1555         Documentation/user/lilypond.tely: fixed some typos; updated author
1556         info
1558         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
1559         #"" -> #'flag-style = #'()
1561         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
1562         cleanup: removed dead #includes
1564         * lily/gregorian-ligature-engraver.cc,
1565         lily/include/gregorian-ligature.hh,
1566         scm/grob-property-description.scm: small cleanups, small spacing
1567         fixes
1569         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
1570         lily/vaticana-ligature.cc,
1571         lily/include/gregorian-ligature-engraver.hh,
1572         scm/grob-property-description.scm, scm/music-types.scm:
1573         "porrectus" -> "pes or flexa"
1575         * ly/engraver-init.ly, scm/grob-description.scm,
1576         scm/grob-property-description.scm: junked porrectus, now handled
1577         by ligature code
1579         * scm/grob-description.scm: bugfix: added space-alist entry for
1580         breathing sign/custos
1582 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1584         * Another grand 2003 update.
1585         
1586         * Remove mentioning of `mudela'; There's no such thing.
1588 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1590         * Documentation/user/preface.itely (Preface to version 1.8): update
1592         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
1594         * Documentation/user/converters.itely (Invoking convert-ly): revise
1596         * scripts/convert-ly.py (outfile_name): remove --assume-old.
1598         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
1600 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1602         * Documentation/user/internals.itely: more updates.
1604 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1606         * Documentation/user/refman.itely: revise 
1608         * Documentation/user/internals.itely: revise
1610         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
1612 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
1614         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
1615         beautification: reformatted ancient clefs section; cleanup: small
1616         wording fixes
1618 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
1620         * lilypond.words: added words for chant notation, sorted
1621         alphabetically through "sort lilypond.words"
1623 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
1625         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
1626         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
1627         chant notation
1629 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
1631         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
1632         prevent TeX from interpreting them as long dash
1634         * input/test/vaticana.ly: updated
1636         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
1637         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
1638         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
1639         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
1640         fixes
1642         * mf/parmesan-heads.mf: ledger endings: removed dead code
1644 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1646         * VERSION: 1.7.17 released
1647         
1648         * Documentation/user/GNUmakefile
1649         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
1650         files too.
1652         * scm/document-markup.scm: new file: document all markup
1653         functions.
1655         * scm/documentation-generate.scm: rename all documentation modules
1656         to document-*.scm
1658         * scripts/lilypond-book.py: generate link to .ly file iso. link to
1659         .png
1661         * input/test/divisiones.ly: added
1663         * input/regression/output-property.ly: new file
1665         * lily/cluster.cc: change cluster-interface to use style property
1667 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
1669         * input/test/chord-names-german.ly: modified.
1671         * scm/chords-ignatzek.scm:
1672           chord-name->german-markup: Added
1673           note-name->german-markup: Changed (now producing lowercase notenames)
1675         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
1676         
1677 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1679         * scripts/convert-ly.py (FatalConversionError.conv):
1680         divisiominima -> divisioMinima, etc.
1682         * ly/engraver-init.ly (FiguredBassContext): add
1683         Separating_line_group_engraver to Figured bass context.
1685         * ly/german-chords-init.ly: remove file
1687         * input/test/chord-names-german.ly (scm): new file.
1689         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
1691         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
1692         Chord_name_engraver
1694         * Documentation/user/refman.itely: lots of updates.
1696         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
1697         new file
1699         * input/test/bar-number-every-5-reset.ly: new file.
1701 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1703         * input/regression/chord-name-major7.ly: new file
1705         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
1706         if specced explicitly.
1708         * input/regression/chord-name-entry-11.ly: new file.
1710         * input/test/slur-beautiful.ly: new file.
1712         * Documentation/user/refman.itely: updates.
1714         * input/regression/collisions.ly (threevoice): cleanup.
1716         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
1718 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1720         * Documentation/user/*.itely: various updates.
1722         * ly/spanners-init.ly: enddecr/ endcr.
1724         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
1725         of tutorial
1727 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1729         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
1731         * lily/new-chord-name-engraver.cc (process_music): use octavation
1732         (a number) instead of original-pitch to store inversions. This
1733         fixes a problem with transposed chords with inversions.  
1735 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1737         * stepmake/aclocal.m4: Include compile fix for broken flex, as
1738         used in includable-lexer.hh.
1740         * lily/includable-lexer.cc: Bugfix: include config.h.
1742         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
1743         circumvention of Debian packaging bug.
1745 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1747         * flex-2.5.31 hits Debian/unstable.  Fixes below.
1748         
1749         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
1751         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
1752         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
1754         * lily/include/includable-lexer.hh: 
1755         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
1757         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
1759         * aclocal.m4: Regenerate.
1761         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
1762         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
1764         * scm/pdf.scm (use-modules): Include lily.
1766         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
1767         Noordkamp).
1768         (use-modules): Include lily.
1769         (lily-def): Bugfix: include tex-val in let.
1771 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
1773         * lilypond-mode.el: sensible error if lilypond.words not found.
1775         * lilypond.words: add few words.
1777 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
1779         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
1781         * mf/parmesan-scripts.mf: fixed typo in char name
1783 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1785         * VERSION: 1.7.16 released
1787         * python/lilylib.py (setup_temp): temporary directories are mode 700.
1788         (this is a security vulnerability).
1790         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
1792         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1793         add staff support.
1795 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
1797         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
1798         ly/script-init.ly, scm/script.scm: bugfix: renamed
1799         fermata->signumcongruentiae to fix naming clash with feta font
1801 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1803         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
1805         * lily/multi-measure-rest-engraver.cc
1806         (start_translation_timestep): use grace timing too for determining
1807         when to make mmrest.
1808         (start_translation_timestep): clear numbers too.
1810 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
1812         * scm/music-types.scm: compile fix: escape braces
1814         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
1815         work around font selection problem
1817         * Documentation/user/refman.itely: BreathingSign: added docu for
1818         property "text"
1820 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1822         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
1823         information.
1825 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1827         * lily/multi-measure-rest-engraver.cc (class
1828         Multi_measure_rest_engraver): make multiple Number objects, one
1829         for each MultiMeasureTextEvent.
1831         * scm/music-functions.scm (glue-mm-rest-texts): use
1832         MultiMeasureTextEvent
1834         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
1836         * Documentation/user/refman.itely (Multi measure rests): update.
1838 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1840         * lily/ly-module.cc (ly_copy_module_variables): use
1841         scm_internal_hash_fold() for iterating modules.
1843 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
1845         * Documentation/user/refman.itely: Section Custodes: added more
1846         example code
1848         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
1849         neo-mensural rests to parmesan font
1851         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
1852         header
1854 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1856         * Documentation/user/macros.itexi: @fileref macro.
1858         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
1859         each file. 
1861 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
1863         * lily/include/custos.hh, make/lilypond.suse.spec.in,
1864         Documentation/topdocs/AUTHORS.texi: updated my email address
1866         * Documentation/user/refman.itely: updated custos documentation;
1867         beautified divisiones example; beautified articulations table
1869         * lily/breathing-sign.cc: bugfix: finalis molecule
1871 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
1873         * Documentation/user/refman.itely: added docu for
1874         contemporary fermata symbols, gregorian breathing signs; small fixes
1876         * ly/gregorian-init.ly: removed obsolete #'type props
1878 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1880         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
1881         minimum-length property correctly.
1883 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1885         * scm/music-functions.scm (make-multi-measure-rest): set input
1886         locations for multimeasure rests.
1888 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
1890         * input/regression/breathing-sign.ly: updated to for ancient
1891         notation
1893 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1895         * scripts/ly2dvi.py: Add newline.
1897 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1899         * scripts/ly2dvi.py (dependency_files): Compile fix.
1901 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1903         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
1904         (make_html_menu_file): --html menu. 
1906 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1908         * scripts/ly2dvi.py (run_dvips): +add the .map file 
1910 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1912         * input/screech-boink.ly: new file.
1914 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1916         * scripts/lilypond-book.py (make_lilypond_file): convert
1917         lilypond-file to lilypond block directly, without going through
1918         begin/end lilypond text.
1919         
1921 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
1923         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
1924         scm/grob-description.scm: moved Michael's original breathing sign
1925         code in brew_molecule() to divisio_minima(); provided new
1926         brew_molecule() that effectively replaces the
1927         Text_item::brew_molecule callback (with additional fallback to
1928         Michael's original code); added callbacks for brewing divisio
1929         maior/maxima and finalis
1931         * gregorian-init.ly: added breathing sign shortcuts for virgula,
1932         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
1934         * script-init.ly: added shortfermata, longfermata,
1935         verylongfermata, varcoda
1937         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
1938         longfermata, verylongfermata, varcomma, varcoda
1940 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1942         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
1943           Remove all noquote and insert a few quote.
1944         
1945         * Documentation/user/lilypond-book.itely (Music fragment options),
1946           scripts/lilypond-book.py: Don't include quotation blocks by
1947           default. Introduce option quote instead of noquote
1949 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1951         * VERSION: 1.7.15 released
1952         
1953         * Documentation/user/lilypond.tely: omf updates.
1955         * buildscripts/texi2omf.py (omf_vars): include version.date
1957         * make/lilypond.redhat.spec.in: fixes for spec file. 
1959         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
1960         by function definition: lily now requires a recent GNU Make.
1962         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
1964         * make/ly-rules.make: remove .ly -> .tex rule
1966         * Documentation/user/refman.itely (Figured bass): revised figured
1967         bass example.
1969 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1971         * stepmake/stepmake/omf-targets.make (local-install): add
1972         scrollkeeper-update message.
1974         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
1975         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
1977         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
1979         * Documentation/user/converters.itely (Invoking midi2ly): add
1980         track/channel notice.
1982 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1984         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
1986         * lily/parser.yy (scalar): DIGIT is also a scalar.
1988         * Documentation/user/music-glossary.tely: add @omf tags
1990         * Documentation/user/lilypond.tely: add @omf tags
1992         * scm/generate-documentation.scm (string-append): add @omf tags.
1994         * stepmake/stepmake/omf-*: new files 
1996         * input/regression/multi-measure-rest.ly (texidoc): add doco
1998         * GNUmakefile.in (web-doc-install): add web-doc-install target
2000         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
2001         fixes crashes while dumping MIDI.
2003         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
2004         midi
2006 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2008         * buildscripts/texi2omf.py: new file.
2010         * mf/feta-beugel.mf: include font count, not staffsize (16) in
2011         font-name
2013 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2015         * input/regression/beam-manual-beaming.ly (texidoc): new file.
2017         * lily/sequential-iterator.cc (descend_to_child): call
2018         descend_to_child() for all types of music.
2020 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2022         * scm/translator-property-description.scm: Add
2023         bassFigureFormatFunction.  Replace some entries.
2025 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2027         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
2028         clean out.
2030 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2032         * scripts/midi2ly.py (Note.dump): never dump duration for
2033         dump_dur=0.
2035         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
2036         new function
2038         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
2039         figures using new markups. Much simpler, and should improve layout
2040         a little.
2042         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
2044 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2046         * ly/engraver-init.ly: use Hara kiri by default for 
2047         ChordNames, FiguredBass and Lyrics(Voice) context. 
2049         * lily/axis-group-engraver.cc (acknowledge_grob): use
2050         rhythmic-grob-interface for selecting items not to hara-kiri'd 
2052         * scm/new-markup.scm (markup-function-list): add bracket,
2053         vbracket.
2055         * ly/engraver-init.ly (ChordNamesContext): set
2056         minimumVerticalExtent
2058 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2060         * input/test/time-signature-double.ly: new file 
2062         * input/regression/collision-head-chords.ly (texidoc): new file.
2064         * lily/type-swallow-translator.cc: add note swallow translator 
2066         * input/test/time-signature-double.ly: new file.
2068         * lily/type-swallow-translator.cc: add Rest_swallow_translator
2070         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
2071         (FiguredBassContext): idem.
2073         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
2075         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
2077         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
2079         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
2080         .afm dependency
2082         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
2084         * python/lilylib.py (make_page_images): add function.
2086         * scripts/ly2dvi.py (run_latex): include title in preview image.
2088         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
2089         from lilypond-book for <ly2dvifile> tags in HTML.
2091         * scripts/ly2dvi.py (option_definitions): add --debug option to
2092         print out environment.
2094         * input/regression/tie-chord-partial.ly: new file.
2096 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
2098         * lilypond.words: add 3
2100 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2102         * scm/new-markup.scm (markup-function-list): add finger-markup
2104         * input/tutorial/brahms-tweaked.ly: new markup 
2106         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
2108         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
2109         crash when processing '() markup
2111         * input/regression/breathing-sign.ly (texidoc): add caesura example.
2113         * lily/breathing-sign.cc (railtracks): another caesura.
2115         * mf/feta-schrift.mf: caesura symbol. 
2117 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2119         * scripts/convert-ly.py (FatalConversionError.conv): add
2120         ly:molecule-XXX conversions.
2122         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
2124         * input/regression/multi-measure-rest-text.ly: new file.
2126         * scm/music-functions.scm (glue-mm-rest-texts): automatically
2127         convert MMREST-TEXT to MultiMeasureRestNumber settings.
2129         * ly/engraver-init.ly (ScoreContext): move tablature settings to
2130         ScoreContext
2132         * scm/new-markup.scm (center-markup): \center markup.
2134         * scm/music-functions.scm: remove pitchify scripts.
2136         * lily/music.cc (print_smob): display music name if available 
2138 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2140         * Documentation/user/refman.itely (Instrument names): remove
2141         \turnOff doco.
2143 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2145         * lily/score.cc (mark_smob): bugfix.
2147         * input/regression/rehearsal-mark.ly: new file.
2149         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
2150         report error at the current token again.
2152 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2154         * cygwin/mknetrel: Exit if doc build fails.
2156         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
2158 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2160         * scm/music-types.scm (music-descriptions): add doc strings
2162 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2164         * lily/lexer.ll: 
2165         * lily/include/my-lily-lexer.hh: 
2166         * lily/include/includable-lexer.hh: Add flex kludge.
2168         * config.hh.in: 
2169         * config.make.in: 
2170         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
2171         cruft.
2172         
2173         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
2174         code.
2176 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2178         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
2180         * lily/parser.yy (new_chord): Compile fix.
2182 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2184         * Documentation/user/refman.itely (Tuning groups of objects):
2185         remove documentation for \turnOff. 
2187         * lily/percent-repeat-engraver.cc (try_music): add correct
2188         processing moments for double-measure percents as well.
2190         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
2192         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
2193         grob prop type. 
2195         * Documentation/user/refman.itely (Printing named chords): add
2196         chord name tweak doco.
2198         * input/template/gregorian-transcription.ly: new file.
2200 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2202         * VERSION: 1.7.13 released
2203         
2204         * input/test/*: lots of cleanups/comment-outs/removals in chord
2205         examples
2206         
2207         * input/regression/*: lots of cleanups/comment-outs/removals in
2208         chord examples
2209         
2210         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
2211         options
2213         * lily/new-chord-name-engraver.cc (process_music): give original
2214         inversion pitch to chord name routine.
2216         * input/tutorial/os-score.ly: update to new markup
2218         * Documentation/user/appendices.itely: simply include
2219         chords-ignatzek. 
2221         * Documentation/user/refman.itely (Chords mode): add documentation
2222         for chord mode.
2224         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
2225         not present in chord.
2226         (construct-chord): add inversion and bass support.
2228         * lily/chord.cc: junk contents.
2230 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
2232         * Documentation/user/refman.itely:
2233         * Documentation/user/music-glossary.tely: fix. 
2235 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2237         * scm/chord-entry.scm (construct-chord): move chord construction
2238         to Scheme.
2240         * lily/parser.yy (new_chord): new setup for chord entry.
2242 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
2244         * lilypond.words:
2245         * Documentation/user/music-glossary.tely: add ambitus.
2247 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2249         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
2251         * lily/include/*.hh: string() -> to_string()
2253         * scm/chords-ignatzek.scm: new file.
2255         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
2256         standard chord name exceptions.
2258         * scm/translator-property-description.scm (chordNameSeparator):
2259         add property.
2260         (majorSevenSymbol): add property
2262         * lily/translator-scheme.cc (ly:context-properties): new function
2263         (ly:context-parent): new function.
2264         (print_smob): print context name.
2266         * lily/music.cc (ly:get-music-length): new function
2267         (print_smob): don't print properties.
2269         * lily/duration.cc (duration<?): new function
2271         * input/regression/chords-funky-ignatzek.ly: new file.
2273         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
2274         jazz chords.
2276         * lily/pitch.cc (ly:pitch-diff): new function.
2278         * input/regression/chords-ignatzek.ly: new file.
2280 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2282         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
2283         pitches for jazz chords.
2285 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2287         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
2289 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
2291         * lilypond.words: add 1
2293 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
2295         * Documentation/topdocs/AUTHORS.texi: refine.
2297 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2299         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
2300         
2301         * lilypond.words: add one.
2303 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
2305         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
2306         Fontify bass note in chords, e.g., e in c1/e.
2307         
2308 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2310         * Documentation/user/music-glossary.tely: Dutch updates and
2311         additions (Arent Storm).
2313 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2315         * input/regression/ambitus.ly:  move file.      
2317         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
2319         * lily/event.cc (transpose): add tonic property to Key_change_req
2320         and to Key_engraver.
2322 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
2324         * Documentation/user/refman.itely: fix typo.
2326         * lilypond.words: removed wrong identifiers.
2328 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2330         * mf/feta-toevallig.mf: make flat stem shorter 
2332 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
2334         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
2336         * lilypond.words: add from Phrasing slur.
2337         
2338 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
2340         * lilypond-mode.el: allow launching multiple ViewPS processes.
2341         
2342         * lilypond.words: add from Text markup.
2344 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2346         * input/test/ossia.ly (texidoc): add comment.
2348         * input/regression/voice-follower.ly: new file.
2350         * mf/feta-toevallig.mf: make flat heavier.
2352         * lily/cluster-engraver.cc: clean up Cluster engraver
2354         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
2355         Engraver. Use Note_column to compute Y positions and deal with
2356         line break stuff.
2358 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2360         * lily/stem.cc: move french-beaming to stem.
2362 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
2364         * lilypond-font-lock.el: fontify all durations in chords.
2366         * lilypond.words: add from lily/my-lily-lexer.cc
2368 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2370         * VERSION: release 1.7.12
2372         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
2374         * lily/gregorian-ligature.cc: new file
2376         * lily/*: the Great 2003 search & replace.
2378         * Documentation/user/refman.itely (Manual repeat commands): add
2379         note about font selection.
2381 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
2383         * lilypond-mode.el: propose recompiling midi while invoking playing,
2384         not while stopping playing.
2386 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
2388         * lilypond.words: add one.
2390         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
2391         and expressional note grouping. Fontify chord modes.
2393 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
2395         * Documentation/user/music-glossary.tely (Top): translate melisma.
2397 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2399         * Documentation/user/music-glossary.tely (Top): add melisma.
2401 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
2403         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
2404         interfaces for (abstract) grob GregorianLigature
2406         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2407         renamed head* -> glyph_name*, x-shift* -> x-offset*
2409         * scm/grob-property-description.scm: bugfix: added missing descriptions
2411 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2413         * input/test/chord-names-dpnj.ly: New file.
2415         * scm/double-plus-new-chord-name.scm: Implement full and partial
2416         exceptions.
2418         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
2420         * scm/double-plus-new-chord-name.scm
2421         (double-plus-new-chord->markup): Fix sub->markup.
2424 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
2426         * lily/custos-engraver.cc: added TODO; editorial changes
2428         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
2429         consistency with other ligature engravers; removed access on (now)
2430         private variable _ligature of Ligature_engraver
2432         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
2433         renamed last_bound -> last_bound_; issue programming_error on
2434         abstract method calls; moved primitives code from
2435         Mensural_bracket_engraver to here (because almost ligature
2436         engravers will need it); renamed try_stop_ligature () ->
2437         typeset_ligature (); bugfix: store primitives of finished ligature
2438         in separate variable finished_primitives_ to avoid clash on input
2439         like "\] \["; added current_ligature () to enable access on
2440         private variable _ligature
2442         * lily/mensural-ligature-engraver.cc: removed primitives_ code
2443         (now in super class); renamed try_stop_ligature () ->
2444         typeset_ligature ()
2446         * lily/mensural-ligature.cc: issue programming_error on abstract
2447         method calls
2449         * lily/note-heads-engraver.cc: added TODO comment upon bool
2450         in_ligature
2452         * mf/parmesan-heads.mf: fixed some of set_char_box()
2454         * scm/grob-description.scm: added VaticanaLigature
2456         * scm/grob-property-description.scm: added neume prefix properties
2458         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
2459         lily/include/gregorian-ligature-engraver.hh,
2460         lily/include/gregorian-ligature.hh: new files; framework for
2461         gregorian ligature engravers such as vaticana
2463         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
2464         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
2465         vaticana style ligature implementation (still somewhat uncomplete)
2467 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2469         * VERSION: release 1.7.11
2471         * scripts/convert-ly.py: add ly:pitch-transpose rule
2473 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2475         * input/test/dpncnt.ly: New file.
2477         * lily/my-lily-lexer.cc: Add chordnames keyword.
2479         * lily/parser.yy (chordnames_block): Parse chord name exception
2480         lists, see input/test/dpncnt.ly.
2482         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
2483         function.
2485         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
2486         filter-out too.
2488         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
2489         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
2490         pitch functions (except for ly:make-pitch, but that's apparently
2491         some sort of scheme naming standard?).
2493         * scm/lily.scm (!=): define-public.
2495         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
2497 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2499         * scm/double-plus-new-chord-name.scm
2500         (double-plus-new-chord-name->markup): New file.
2502 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2504         * python/lilylib.py (make_preview): don't suppress progress for
2505         bbox extraction.
2507 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2509         * Documentation/user/appendices.itely (scheme): update for new syntax.
2511         * input/regression/chord-name-styles.ly: new file
2513         * lily/instrument-name-engraver.cc: create instrument names
2514         without barline too.  Allows instrument name on ChordNames  
2516         * scm/new-markup.scm (interpret-markup): allow simple strings as
2517         markup too.
2519 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2521         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
2522         (step->markup-accidental): Fix: add accidental.
2523         (chord::inner-name-american): 
2524         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
2525         append stray '/' if last superscript addition was 'o'.
2527         * scm/new-markup.scm (normal-size-sub-markup) 
2528         (normal-size-super-markup): New function.
2530         * lily/source-file.cc (Source_file): Add warning for possibly
2531         intentional but suspicious initialization.
2533         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
2534         add comments about cut-and-paste programming.
2536         * flower/rational.cc (lcm): Not used; comment out.
2538 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2540         * lily/new-fingering-engraver.cc (position_scripts): use
2541         fingerHorizontalDirection to determine fingering horizontal
2542         directions.
2544         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
2545         fingering support.
2547         * scripts/convert-ly.py (FatalConversionError.conv): add style
2548         conversion rule. 
2550         * scm/chord-name.scm (set-chord-name-style): new function.
2551         (new-chord-name-brew-molecule): revise to interpret markup only
2552         (new-chord->markup): cleanuppish rewrite. To be called from the
2553         new engraver.
2555         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
2556         Markup earlier, during interpreting.
2558         * input/test/{banter,jazz,american}-chords.ly (scheme): update
2559         style settings. Rename to chord-names-*.ly
2561 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2563         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
2564         markup code and update to new markup.  Most probably broke some of
2565         it.
2566         
2567 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
2569         * Documentation/user/refman.itely: added docu for ambitus and
2570         clusters
2572         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
2573         ly_quote_scm() in lookup.cc
2575         * mf/parmesan-clefs.mf: set_char_box fix
2577         * lily/cluster-engraver.cc: junk implicit protection; use
2578         Protected_scm instead
2580 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2582         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
2583         throughout.
2585         * scm/new-markup.scm: Turn-off error-triggering test code.
2587 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2589         * scm/new-markup.scm (markup-thrower-typecheck) 
2590         (markup-typecheck?):  add full typechecking functions.
2591         (make-markup-maker): add make-FOO-markup functions.
2592         (markup-argument-list-error): nice error checking messages.
2593         (make-markup): better function: less quoting escapades.
2595 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2597         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
2599 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2601         * cygwin/lilypond.hint (requires): Add cygwin.
2603         * .cvsignore: Remove stepmake (huh!?!), add lib.
2605         * GNUmakefile.in: Add libdir links for builddir runs.
2607         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
2608         instead of datadir.
2610         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
2611         local_lilypond_libdir.
2613         * config.make.in (lilypond_libdir): Add.
2615         * stepmake/stepmake/substitute-rules.make: 
2616         * stepmake/stepmake/script-rules.make: 
2617         * stepmake/stepmake/python-module-rules.make:
2618         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
2619         lilypond-python-module patch.
2621 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2623         * Documentation/user/refman.itely (Graphical interfaces): add note
2624         about xml2ly.
2626 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2628         * scripts/ly2dvi.py (run_dvips): remove trailing newline
2630 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2632         * VERSION: released 1.7.10
2634         * scripts/musedata2ly.py (): idem
2636         * scripts/midi2ly.py (dump_chord): idem
2638         * scripts/etf2ly.py (version): idem 
2640         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
2642         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
2644         * scm/tex.scm (tex-output-expression): remove eval compat
2645         glut. Other output files too.
2647         * scm/chord-name.scm: don't export anything from chord module.
2649         * input/test/american-chords.ly: idem
2651         * input/test/banter-chords.ly (texidoc): idem
2653         * input/test/Cc-chords.ly: add breakage notes.
2655         * Documentation/user/refman.itely (Text markup): rewrite manual section.
2657         * lily/parser.yy (scalar): allow \markup { } as property value. 
2659         * scm/chord-name.scm: complete new markup usage
2661         * scm/grob-description.scm (all-grob-descriptions): use new markup
2662         texts by default
2664 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2666         * scm/chord-name.scm: partial move to new markup texts.
2668 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2670         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
2672         * scm/bass-figure.scm (brew-bass-figure): make stack direction
2673         settable.
2675 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
2677         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
2678         invoked for old midi, wait for killing.
2680 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
2682         * Documentation/user/music-glossary.tely: Finnishing.
2684 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2686         * mf/feta-nummer-code.mf: some kerning pairs.
2688 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
2690         * scm/output-lib.scm (set-bar-number-visibility): Context-function
2691         Added.
2693         * Documentation/user/refman.itely (Bar numbers):
2694         set-bar-number-visibility added, modulo-bar-number removed again
2695         (sorry).
2697 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
2699         * scm/output-lib.scm (modulo-bar-number-visible): add function.
2701         * Documentation/user/refman.itely: add modulo-bar-number-visible.
2703         * Documentation/user/music-glossary.tely: translate into Finnish.
2705 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2707         * lilypond-mode.el: add shortcut for 2midi
2709         * lilypond-font-lock.el: fontify lyrics
2711 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
2713         * scm/drums.scm : use 1.7.x names.
2715         * input/regression/drums.ly : Don't use << chords >>
2717 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2719         * lilypond-mode.el: tidy, add TODO
2721         * make/lilypond.mandrake.spec.in: install-info quietly.
2723 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2725         * input/test/markup.ly: use new syntax.
2727 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2729         * ly/params-init.ly (interscoreline): add word-space
2731         * input/test/metronome.ly (eighthNote): idem.
2733         * input/test/script-priority.ly: use new markup
2735         * lily/parser.yy (markup): allow HEAD markup0 markup1 
2737         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
2739         * lily/parser.yy (gen_text_def): bugfix.
2740         (full_markup): allow markup identifier.
2742 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
2744         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
2745         jobs at the same time. Add horizontal lines to Command menu.
2746         Allow one compiling job -- propose killing others before a new one.
2748         * lilypond.words: add markup, teeny, etc.
2750 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
2752         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
2753         Allow only one type of midi process; launching Midi either stops
2754         midis or plays the current midi and launching MidiAll stops midis
2755         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
2756         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
2758 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2760         * lily/text-engraver.cc (process_acknowledged_grobs): use new
2761         markup  for new markup texts.
2763         * lily/mark-engraver.cc (process_music): idem
2764         
2765         * lily/instrument-name-engraver.cc (create_text): idem
2767         * scm/new-markup.scm (magnify-markup): new function.
2769         * scm/molecule.scm (stack-lines): bugfix.
2771         * lily/font-interface.cc (get_font): take font-magnification from
2772         alist chain.
2774 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2776         * lily/molecule-scheme.cc: move scheme functions to separate file.
2778         * lily/font-metric.cc  (ly_get_glyph): new function. 
2779         
2780         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
2781         (italic-markup, dynamic-markup): new functions
2782         (font-markup): new function
2784         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
2785         padding and minimum
2787 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
2789         * lily/accidental-engraver.cc:
2790         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
2792 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
2794         * lilypond.vim:
2795         * lilypond-font-lock.el: Put \longa as duration. Accept only 
2796         [a-zA-Z] for user defined identifiers. Separate note cases 
2797         with and without a duration (allow cis\longaX).
2799         * lilypond.words: Add words from Info.
2801 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2803         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
2805 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
2807         * lilypond-mode.el: Propose reverting buffer before a command if
2808         it was edited with an another editor.
2810 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2812         * lily/molecule.cc (ly_translate_molecule): new function
2814         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
2815         into libdir
2817         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
2819         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
2821 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
2823         * lilypond.words: take \words from Info-index.
2825 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2827         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
2829 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
2831         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
2833 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
2835         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
2836         and lilypond-documentation.
2838 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2840         * lily/parser.yy: Compile fix (bison 1.75).
2842 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2844         * VERSION: 1.7.9 released
2846         * scm/music-functions.scm (shift-one-duration-log): refactor.
2847         Use music-map.
2849         * input/regression/chord-tremolo.ly (texidoc): add dot test.
2851         * NEWS: update.
2853         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
2854         argument
2855         
2856         * scm/music-functions.scm (display-music): new function
2857         (music-map): change arg order.
2859         * input/regression/new-markup-syntax.scm: new file
2861         * lily/parser.yy (markup): add \markup { .. } syntax.
2863         * scm/new-markup.scm (override-markup): new function
2864         (lookup-markup): new function
2865         (music-markup): new function
2866         (lookup-markup-command): use markup-signature to store argument
2867         format for parser.
2869         * lily/lexer.ll: preliminary \markup syntax. 
2871 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
2873         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
2874         add pre/post-dependencies and menus with icons from source.
2876         * Documentation/pictures/lilypond-48x48.xpm:
2877         * Documentation/pictures/lilypond-32x32.xpm:
2878         * Documentation/pictures/lilypond-16x16.xpm: new files, background
2879         transparent.
2881         * stepmake/stepmake/generic-targets.make:
2882         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
2884 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2886         * input/regression/music-map.ly (texidoc): new file.
2888         * scm/music-functions.scm (music-map): new function
2890 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2892         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
2894 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
2896         * input/test/to-xml.ly:
2897         * lily/ligature-engraver.cc: Fixes documentation.
2899         * lilypond.mandrake.spec.in:
2900         * lilypond.redhat.spec.in: Add lilypond.words.
2902         * Documentation/user/refman.itely: Mention Info inside emacs.
2903         
2904         * lilypond.suse.spec.in:
2905         * lilypond.redhat.spec.in: 
2906         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
2908 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2910         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
2911         os.popen.read ().
2913 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2915         * scripts/ly2dvi.py (include_path): print warning if failing anything.
2917         * python/lilylib.py (error): add space
2919 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2921         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
2922         distribution.
2924 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2926         * lily/paper-outputter.cc (Paper_outputter): close port when
2927         finishing score.
2929 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2931         * scm/sodipodi.scm: Fixes.
2933 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
2935         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
2937         * buildscripts/make-font-dir.py: Fix. 
2939 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
2941         * lilypond-mode.el: Add support for Info inside Emacs.
2943 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2945         * buildscripts/make-font-dir.py: 
2946         * mf/GNUmakefile: Make sodipodi font map.
2948         * scm/sodipodi.scm: Add more output functions.
2950         * mf/feta-nummer.mf: 
2951         * mf/feta-beugel.mf: Add font_coding_scheme.
2953         * lily/paper-outputter.cc (output_header): Fix creator string.
2955 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2957         * lilypond-mode.el (LilyPond-autocompletion): invoked with
2958         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
2960         * lilypond.words: add two (Everybody can add/remove words now!).
2962         * debian/rules:
2963         * make/lilypond.suse.spec.in:
2964         * make/lilypond.mandrake.spec.in:
2965         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
2967         * Documentation/user/refman.itely: Mention autocompletion.
2969 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2971         * scripts/ly2dvi.py: Add paper sizes.
2973         * lily/timing-engraver.cc: 
2974         * lily/time-signature.cc: 
2975         * lily/span-bar.cc: 
2976         * lily/grob-scheme.cc: Code formatting fixes.
2978         * scm/sodipodi.scm: 
2979         * scm/sketch.scm:
2980         * buildscripts/mf-to-table.py: 
2981         * buildscripts/make-font-dir.py: Font testing.
2983 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2985         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
2986         inserts try-completion and shows all-completions.
2988         * lilypond.words: '\' -> '\\'
2990         * lilypond-mode.el: load libraries in the end, lilypond.words defines
2991         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
2992         
2993         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
2994         and LilyPond-reserved-words.
2995         
2996 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
2998         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
2999         from load-path.
3000         
3001         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
3002         the mini-buffer with Control-Shift-c.
3003         
3004 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3006         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
3007         duration. This fixes \tempo taking time.
3009 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3011         * lily/volta-engraver.cc (process_acknowledged_grobs): 
3012         Allow for text markup in repeatCommands. 
3014 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
3016         * lilypond-mode.el (LilyPond-insert-string): new function, use it
3017         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
3018         Get rid of skeleton.el-dependency.
3020         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
3022 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3024         * lily/beam-engraver.cc (stop_translation_timestep): reset
3025         now_stop_ev_
3027         * lily/scm-option.cc: add parse-protect to ly:set-option
3029         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
3031 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3033         * lily/include/ligature-bracket.hh: removed
3034         * lily/ligature-bracket.cc: removed
3036         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
3037         .tex
3039         * lily/beam.cc (set_beaming): don't change beam count on rests.
3040         (brew_molecule): always set flag-width > 0.
3042 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
3044         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
3045         chars, remove instructions; instead, refer to lilypond-init.el and
3046         Documentation/topdocs/INSTALL.texi.
3048         * lilypond.words: add identifiers and reserved words.
3050         * Documentation/topdocs/INSTALL.texi: separate sections for installing
3051         files and adding a load-path.
3053         * lilypond-init.el: Instructions, extracted from 
3054         Documentation/topdocs/INSTALL.texi. 
3055         
3056 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3058         * VERSION: 1.7.8 released 
3060         * lily/grob.cc (warning): better robustness fix.
3062 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
3064         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
3066         * lily/cluster-engraver.cc: stick better to variable naming
3067         conventions
3069         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
3070         until stop_translation_timestep()
3072         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
3073         min/max coordinates to backend, but no musical info such as
3074         pitches
3076         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
3078         * lily/grob.cc: robustness fix: warning(): do not crash if
3079         cause is not set
3081         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
3082         the much more elaborated tuplet brackets than the very naive and
3083         simple ligature bracket grob
3085 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3087         * Documentation/user/refman.itely (Analysis brackets): add
3088         horizontal bracket doco.
3090         * ly/property-init.ly (setMmRestFermata): added.
3092         * Documentation/user/refman.itely (Multi measure rests): fermatas
3093         on mm rests.
3095         * input/regression/apply-context.ly (texidoc): new file
3097         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
3098         code to be executed during interpretation. Possible applications:
3099         smart octavation, more advanced bar checks. 
3101         * lily/apply-context-iterator.cc: new file.
3103 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3105         * input/test/new-markup.ly: new file.
3107         * lily/text-item.cc (text_to_molecule): new function
3109         * scm/new-markup.scm (lambda): new file
3111         * lily/function-documentation.cc (ly_add_function_documentation):
3112         add proc property as well
3114 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3116         * Documentation/user/music-glossary.tely (Top): add custos.
3118 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
3120         * Documentation/topdocs/INSTALL.texi: advise how to include source
3121         path to Emacs load-path and improve language.
3123 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3125         * GNUmakefile.in: config.h message fix.
3127         * autogen.sh:
3128         * aclocal.m4: Regenerate.
3130         * configure.in: 
3131         * config.make.in: 
3132         * stepmake/config.make.in: 
3133         * stepmake/configure.in: 
3134         * stepmake/autogen.sh: 
3135         * stepmake/aclocal.m4: Update for autoconf 2.56.
3137 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
3139         * Documentation/topdocs/INSTALL.texi: instructions for an user how
3140         to install Emacs-mode. Instructions how to use vim-mode.
3142 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3144         * scm/music-types.scm (music-descriptions): no length for tempo event.
3146         * input/*.ly: add \version everywhere.
3147         
3148         * input/*.ly: update syntax to 1.7 + new-chords.
3150         * VERSION: 1.7.7 released.
3151         
3152         * Documentation/user/*.tely: new chord syntax.
3154         * input/regression/[bc]*.ly (texidoc): syntax updates.
3155         
3156 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
3158         * lilypond.words: add vocabulary to be used in auto-completion
3160         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
3162         * lilypond.vim: allow note name at EOF
3164 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3166         * buildscripts/new-chords.py (edit): -e option: inline editing.
3168         * input/regression/a*.ly (texidoc): syntax updates.
3170         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
3171         music): elucidations. 
3173 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
3175         * lily/include/lily-proto.hh, ly/engraver-init.ly,
3176         ly/spanners-init.ly, scm/grob-description.scm,
3177         scm/grob-property-description.scm, scm/music-types.scm,
3178         lily/cluster-engraver.cc, lily/cluster.cc,
3179         lily/include/cluster.hh, input/test/cluster.ly: cluster
3180         implementation
3182         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
3183         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
3184         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
3186         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
3188         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
3190         * scm/grob-description.scm: bugfix: by default, use default note
3191         head style when engraving ligatures
3193         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
3195         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
3196         events
3198         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
3200         * input/test/ancient-font.ly: bugfix: style -> flag-style
3202         * lily/ligature-engraver.cc: indentation fix
3204         * lily/parser.yy: indentation fixes
3205         
3206 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3208         * input/regression/measure-grouping.ly: more elaborate example.
3210         * lily/moment.cc: ly:add-moment, ly:mul-moment,
3211         ly:div-moment. New functions 
3213         * scm/music-functions.scm (set-time-signature): new function,
3214         allow inline time sig settings with measure grouping.
3216         * lily/parser.yy (command_element): move time sig construction
3217         into Scheme.
3219         * lily/side-position-interface.cc (out_of_staff): new function,
3220         like padding, but keep minimum distance from staff. Easier than
3221         linespanners (dynamics, pedals), but roughly the same effect.
3223 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
3225         * emacs-mode.el: Added spanish-note-replacements 
3226         (<carlos.betancourt@chello.be>).
3228         * vimrc: (Un)commenting with <(S-)F12>, tidy.
3230 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
3232         * lilypond.vim: Do not fontify cises, desis, etc.
3234         * vimrc: view dvi with <S-F6>
3236 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3238         * lily/lookup.cc (triangle): new function.
3240         * input/regression/measure-grouping.ly (texidoc): new file: show
3241         triangles and brackets for beat groups of 3 and 2.
3243         * lily/include/measure-grouping-spanner.hh (class
3244         Measure_grouping): new file.
3246         * lily/measure-grouping-spanner.cc (brew_molecule): new file
3248         * lily/measure-grouping-engraver.cc (class
3249         Measure_grouping_engraver): new file.
3251 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3253         * Merge from stable:
3255             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
3256         
3257         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
3258         stylesheet.
3260         * ly/paper19.ly: Include paper19-init.ly.
3262         * ly/paper19-init.ly: New file.
3264         * Documentation/user/tutorial.itely (First steps): Fix first
3265         example for font test.
3267         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
3269         * ChangeLog: Add 1.7.6 release marker (see below).
3271         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
3272         Add .py files.
3274 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3276         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
3278         * input/tutorial/*.ly: update to new syntax.
3280         * lily/parser.yy (Composite_music): new transpose syntax,
3281         \transpose FROM TO MUSIC. 
3283 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3285         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
3286         latex progress/error output to stderr (by default this goes to
3287         stdout).  Show lilypond progress, even when not verbose.
3289         * python/lilylib.py (system): New optional parameter to control
3290         showing of progress.
3292         * scm/backend-documentation-lib.scm (check-dangling-properties):
3293         Fix error message.
3295         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
3296         axis, extent.
3298         * scm/grob-property-description.scm (magnify): Remove.
3299         (extent, axis): Add.
3301 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3303         * VERSION: Release 1.7.6.
3305         * scripts/convert-ly.py: more uniformization substitutions.
3307         * buildscripts/new-chords.py (sub_chords): new file.
3309 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3311         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
3312         lilypond.map.  Include sauter fonts too.  Cleanups.
3314 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3316         * Documentation/user/tutorial.itely (First steps): change to new
3317         chord/tie/slur/beam notation.
3319         * lily/parser.yy (event_that_take_dir): allow postfix notation for
3320         ties.
3322         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
3323         engraver. Process ties in postfix notation, i.e. c8-~ c
3325         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
3327         * input/regression/beam-postfix-notation.ly (texidoc): new file.
3329         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
3331         * lily/beam-engraver.cc (try_music): accept new-beam-events
3333         * input/regression/chord-scripts.ly (texidoc): new file
3335         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
3336         script-events.
3338         * scm/script.scm (default-script-alist): cleanup.
3340         * lily/script-engraver.cc (make_script_from_event): cleanup.
3342         * lily/lyric-combine-music-iterator.cc
3343         (Lyric_combine_music_iterator): remove superfluous events.
3344         (melisma_busy): new function. Fix broken melismas.
3346 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3348         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
3349         Remove nonvalid settings. Use descriptive key names.
3350         Use <Return> to indicate the pressing of that key.
3352 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3354         * scripts/lilypond-book.py (option_definitions): Typo.
3356         * scripts/ly2dvi.py: Updates.
3358         * python/lilylib.py (setup_environment, print_environment)
3359         (get_bbox, make_preview): Merge and remove from ly2dvi and
3360         lilypond-book.
3362         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
3364         * .cvsignore: Remove some cruft.
3366         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
3367         path.
3369         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
3370         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
3371         throughout.
3373         * python/lilylib.py (quiet_system): Junk
3374         (system): Display error log upon failure.
3375         (read_pipe): New function.  Cleanups and fixes.
3377         * python/*.py: Rename from *.py.in.
3378         
3379         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
3381         * GNUmakefile.in (SUBDIRS): Move python before scripts.
3383 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3385         * python/GNUmakefile: Bugfix: handle modules.
3387         * stepmake/stepmake/python-module-targets.make (default): Add
3388         compiled modules. 
3390         * stepmake/stepmake/python-module-rules.make: Add rule for byte
3391         compiling modules.
3393         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
3394         Bugfix.  (OUT_PYC_MODULES): Add.
3396 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3398         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
3399         Use default paths. Refresh description.
3401 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3403         * VERSION: 1.7.5 released
3405         * input/regression/finger-chords.ly (texidoc): new file.
3407         * lily/script-engraver.cc (process_music): remove scriptHorizontal
3408         support
3410         * lily/fingering-engraver.cc (process_music): remove kludgy
3411         scriptHorizontal stuff.
3413         * lily/script.cc: remove staff-support property.
3415         * lily/new-fingering-engraver.cc (add_fingering): new
3416         file. Fingering engraver for new style chords.
3418 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3420         * lily/parser.yy (bare_number): allow 4 \cm (without
3421         decimal dot). (should backport to 1.6?)
3423         * ly/declarations-init.ly: use Scheme for dimension defs.
3425         * lily/parser.yy (TODO): remove hard coded dimensions, add
3426         REAL NUMBER_IDENTIFIER production.
3428         * lily/rest-collision.cc (force_shift_callback): rewrite using
3429         -done property.
3431         * scm/grob-property-description.scm (rest-collision-done): add
3432         property.
3433         
3434         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
3436 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3438         * input/regression/multi-measure-rest-center.ly: new file.
3440         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
3441         off horizontally by 0.05 ss. Fixed.
3443 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3445         * scm/pdftex.scm: Rename ly-number to ly:number->string.
3447         * Documentation/topdocs/index.tely: Remove duplicate from merge.
3449 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3451         * lily/tie.cc (get_control_points): also avoid staff lines on the
3452         just outside the outer staff lines
3454 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3456         * ly/params-init.ly: Just define style-alist, no need to
3457         define-public.
3459         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
3460         (thanks Han-Wen).
3462         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
3463         (FET_FILES): = FONT_FILES.
3465         * Merge from stable:
3467             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
3469 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3471         * VERSION: 1.7.4 released.  
3472         
3473         * scm/generate-documentation.scm (string-append): add macro
3474         definitions.
3476         * lily/text-item.cc (lookup_text): don't use virtual fonts for
3477         normal texts.
3479         * lily/multi-measure-rest-engraver.cc: make separate
3480         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
3482         * lily/multi-measure-rest.cc: remove text handling. Remove
3483         number-threshold.
3485 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3487         * scm/music-types.scm: doc patch by Graham Percival
3489 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3491         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
3492         encoding part.
3493         (Font_info.set_defaults): pixelsize now also defauts to '0'.
3494         (sketch_p): Sketch wants only first four elements of X11 font spec.
3496         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
3498         * mf/feta-autometric.mf: Write foundry and family to log.
3500         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
3501         font translation table.
3503         * buildscripts/mf-to-table.py: Better font info into afm.
3505         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
3506         1.0.9 required.
3508         * configure.in: Whine for mftrace 1.0.9.
3510 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3512         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
3514         * lily/main.cc (main_prog): don't try to load init.EXT when
3515         processing foo.EXT.
3517 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
3519         * scm/tex.scm (zigzig-line): added.
3521         * scm/ps.scm (zigzag-line): added.
3523         * ps/music-drawing-routines.ps (subvec): added.
3524         (draw_zigzag_line): added.
3525         
3526         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
3527         grob properties zigzag-width and zigzag-length.
3529         * input/regression/glissando.ly: Add some zig-zagged glissandi.
3531 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3533         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
3534         svg output, including font.
3536 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3538         * scm/lily.scm: Register sodipodi output module.
3540         * scm/sodipodi.scm: New file.
3542         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
3544         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
3545         comment, after header.
3546         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
3547         FullName.  Fix FontName key.
3549 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
3551         * lily/rest.cc (after_line_breaking): bugfix: dots after half
3552         and breve rests.
3553         
3554         * input/test/blank-notes.ly: bugfix
3556         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
3557         rests. (Kim Shrier)
3559         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
3560         
3561 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3563         * scm/tex.scm: 
3564         * scm/ps.scm: Cleanup and remove obsolete junk.
3566         * Documentation/user/internals.itely:
3567         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
3569         * lily/parser.yy: Identify shift/reduce problems.
3571         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
3572         make-style-sheet.  Too specific for convert-ly?
3574 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3576         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
3578         * input/test/*.ly: various fixes.
3580         * lily/music.cc (name): bugfix
3582         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
3584         * lily/input-file-results.cc (code): set-point-and-click! ->
3585         set-point-and-click
3586         
3587 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3589         * Use uniform ly: prefix for exported scheme primitive functions.
3591         * scm/music-types.scm: junk compat glue
3593         * scripts/convert-ly.py: add rules for stuff below, junk
3594         compatibility glue for spanrequest.
3596         * lily/parser.yy (verbose_event): remove \spanrequest,
3597         \commandspanrequest, \script. 
3598         
3599         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
3601         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
3602         for \penalty, \glissando.
3604         * VERSION: release 1.7.3
3605         
3606 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
3608         * lily/accidental-engraver.cc: Fix
3609         grace-in-the-beginning-of-measure bug caused by the resent
3610         partial-measure fix.
3612         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
3613         overlap looks too crowded)
3614         
3615 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3617         * lily/parser.yy (assignment): allow SCM expression as assignment.
3619         * lily/include/music-output-def.hh (class Music_output_def):
3620         * lily/music-output-def.cc: 
3621         * lily/paper-def.cc: 
3622         * scm/font.scm (markup-to-properties):
3623         * lily/parser.yy (music_output_def_body): 
3624         remove style_sheet_
3626 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3628         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
3629         length.
3631         * input/regression/spacing-to-grace.ly: new file.
3633         * input/regression/spacing-end-of-line.ly: new file.
3635         * lily/note-spacing.cc (get_spacing): take into account breakable
3636         stuff sticking out at the left (time sig change at line break).
3638         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
3639         raggedright code.
3641         * scm/music-functions.scm (make-voice-props-set): add
3642         staff-position for mm rests.
3644         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
3645         before grace notes a little.
3647         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
3649         * lily/break-align-interface.cc (do_alignment): right-edge spacing
3650         key adds space at the end of line. 
3652 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3654         * scm/sketch.scm: Fix beams.
3656         * buildscripts/mf-to-table.py: Add EncodingScheme.
3658         * scm/sketch.scm: Resurrect.
3660 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3662         * lily/multi-measure-rest.cc: use breve rests for measure lengths
3663         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
3665 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3667         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
3669         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3671 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3673         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
3674         token for origin information.
3676         * lily/parser.yy (My_lily_lexer): do identifier location and
3677         cloning from lexer.
3679         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
3680         logic out of the parser. Add bar checks on both ends.
3682         * Documentation/user/refman.itely (Multi measure rests): add more
3683         notes about mm rests.
3685 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3687         * input/regression/bar-scripts.ly: Re-enable.
3689         * lily/parser.yy:
3690         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
3691         released rsn.  Bison 1.50 has a crucial bug and won't work.
3693         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3696 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3698         * input/regression/bar-scripts.ly: Blunt documentation build fix.
3700 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3702         * Actually merge changes since 1.6.4 besides ChangeLog, and
3703         resolve conflicts.  Lots of updates, hope all is well.
3704         
3705         * cygwin/lilypond.hint (requires): Add ghostscript.
3707         * scm: Update some (c).
3708         
3709 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3711         * input/test/{various}.ly: add \header fields and texidoc strings.
3713 2002-10-05  Werner Lemberg  <wl@gnu.org>
3715         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
3716         renamed to `output_latex_quoted'.
3717         Added `output_latex_noquote'.
3718         (schedule_lilypond_block): Implement `noquote' option for LaTeX
3719         mode.
3721 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3723         * ChangeLog: Add 1.6.6 release marker.  See below.
3725         * stepmake/stepmake/po-targets.make: Remove --c++ option.
3727         * scripts/midi2ly.py: Fix global syntax warnings.
3729         * GNUmakefile.in: Generate builddir locale tree too.
3731         * scripts/ly2dvi.py:
3732         * scripts/midi2ly.py: 
3733         * scripts/mup2ly.py: 
3734         * scripts/update-lily.py:
3735         * lily/main.cc (setup_paths): Fix for locales setup.
3737 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3739         * Documentation/windows/installing.texi: Soften wording about
3740         necessity of becoming Administrator.  tommie@iae.nl reports this
3741         does not seem to be necessary for his flavour of Windows 2000.
3742         Explicitely discourage text mode mounts.
3744 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3746         * lily/rest.cc (after_line_breaking): backport dot position fix.
3748         * lily/rest-collision.cc (do_shift): also remove dots for suicided
3749         rests. Thanks to Klaus Zimmermann for finding this bug.
3751 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3753         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
3755 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3757         * Documentation/user/music-glossary.tely: fix links.
3759 2002-10-21  Werner Lemberg  <wl@gnu.org>
3761         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
3762         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
3763         scaling factor) only once and use them in the definition of
3764         \embeddedps.
3765         * ps/music-drawing-routines.ps (skeel): Removed.
3767 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3769         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
3770         Solaris7, as we don't use nested $( ) constructs.
3772 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3774         * VERSION: Release 1.6.6.
3775         
3776 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3778         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
3779         as workaround for /bin/sh problems on Solaris7.
3781 2002-10-19  Werner Lemberg  <wl@gnu.org>
3783         * GNUmakefile.in (web-doc): Fix typos.
3784         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
3785         `music-drawing-routines.ps' but emit \special{header=...} once.
3786         * scm/tex.scm (header-end): Updated.
3788 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3790         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
3791         undefined tremolo. 
3793 2002-10-15  Werner Lemberg  <wl@gnu.org>
3795         * scripts/lilypond-book.py (g_make_html): New global variable.
3796         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
3797         if `g_make_html' isn't set.
3798         [main]: Add format `texi-html'.
3799         (option_definitions): Updated.
3800         * Documentation/user/lilypond-book.itely: Updated.
3802         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
3803         * make/ly-rules.make (%.texi, %.nexi): Use it.
3804         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
3805         format to lilypond-book.
3806         * GNUmakefile.in (web-doc): Ditto.
3808 2002-10-14  Werner Lemberg  <wl@gnu.org>
3810         Further improve TeX output.  The produced files are about 40%
3811         smaller.  `lilyponddefs.tex' is now read only once.
3813         * tex/lilyponddefs.tex: Remove footer stuff.
3814         (\ifundefined): Renamed to...
3815         (\lilypondundefined): This.  Use LaTeX's definition to
3816         make it nestable and make it global.
3817         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
3818         output.
3819         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
3820         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
3821         them global.
3822         (\placebox): Renamed to...
3823         (\lyitem): This.
3824         Make it global and call \outputscale by itself.
3825         (\lybox, \lyvrule): New macros to reduce input data.
3826         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
3827         New auxiliary macros.
3828         (\SkipLilydefs, \EndLilyPondOutput): Removed.
3829         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
3830         to...
3831         (\lilypondspace): This and made it global.
3832         (\turnOnPostScript): Renamed to...
3833         (\lilypondpostscript): This and made it global.
3834         (\turnOnExperimentalFeatures): Renamed to...
3835         (\lilypondexperimentalfeatures): This and made it global.
3836         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
3837         (\lilypondsetdimen): This and made it global.
3838         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
3839         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
3840         (all, $(outdir)/music-drawing-routines.ps): New rules.
3841         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
3842         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
3843         start-system, stop-system, stop-last-system, filledbox): Updated to
3844         use the changed macros from lilyponddefs.tex.
3845         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
3847 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3849         * Documentation/windows/installing.texi: Update.
3851 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3853         * VERSION: 1.6.5 released
3855         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3857 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3859         * scm/translator-property-description.scm (voltaOnThisStaff): add
3860         property.
3862 2002-09-28  Werner Lemberg  <wl@gnu.org>
3864         * scm/tex.scm (header-end): Suppress page numbering.
3866         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3867         Fix quotation for HTML output.
3869 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3870         
3871         * Documentation/user/refman.itely: grammar and phrasing
3872           fixes to "Note Entry" section.  Also adds a few new examples.
3874 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3876         * flower/include/string-data.icc: include string.h
3878 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3880         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3882 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3884         * Documentation/user/GNUmakefile (extra-local-help): Add.
3886         * stepmake/stepmake/www-targets.make (local-help): Add.
3888 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3890         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3891         packages.
3893         * Documentation/topdocs/README.texi (Top): building documentation
3894         (not website.)
3896 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3898         * Documentation/user/refman.itely: 
3899         * Documentation/user/tutorial.itely: 
3900         * Documentation/user/music-glossary.tely: Merge changes.
3902         * Documentation/user/glossary.html.in: 
3903         * Documentation/index.texi: 
3904         * Documentation/header.html.in: Accomodate renaming of glossary.
3905         
3906         * Documentation/user/tutorial.itely: Add some glossary references.
3907         
3908         * Documentation/user/refman.itely: Minor fixes.
3909         
3910         * Documentation/user/lilypond.tely: Add glossary do direntry.
3912         * Documentation/user/music-glossary.tely: Rename (previously:
3913         glossary.tely).  Fix anchor placement.
3915         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3917 2002-09-23  Werner Lemberg  <wl@gnu.org>
3919         * scripts/lilypond-book.py (output_dict): Fix handling of
3920         various environments by avoid extraneous newlines.
3921         Rename `output-all' regexp for html to `output-html'.
3922         Replace `output-all' regexp for texi with `output-texi-quote'
3923         and `output-texi-noquote'.
3924         (compose_full_body): Don't override `linewidth' user option
3925         for `singleline'.
3926         (schedule_lilypond_block): Don't indent text specified with
3927         `intertext' option.
3928         Add new option `noquote'.
3929         (compile_all_files): Use latex instead of tex to compile ly
3930         files directly.
3932         * Documentation/user/lilypond-book.itely: Updated and revised.
3933         Improve layout.
3935         * Documentation/user/glossary.tely,
3936         Documentation/user/introduction.itely,
3937         Documentation/user/tutorial.itely,
3938         Documentation/user/refman.itely,
3939         Documentation/user/appendices.itely: Fix overfull LilyPond
3940         boxes caused by the new lilypond-book code.  Other minor
3941         fixes.
3943         * Documentation/user/macros.itexi (@texiflat): Don't emit
3944         trailing space.
3946         * scm/tex.scm (end-output, header-end): Add preamble and
3947         postamble to make lilypond output directly compilable with
3948         latex.
3950         
3951 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3953         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3954         instructions.
3956 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3958         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3960 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3962         * lily/beam.cc (connect_beams): don't crash if there are quarter
3963         notes in beams.
3965 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3967         * Documentation/user/refman.itely: corrected ancient clef
3968         docu; added docu on ligatures
3970 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3972         * Documentation/user/glossary.tely,
3973         Documentation/user/refman.itely, input/les-nereides.ly,
3974         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3975         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3976         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3977         Stem properties: flag-style -> stroke-style, style -> flag-style.
3980 2002-09-22  Werner Lemberg  <wl@gnu.org>
3982         * scripts/lilypond-book.py: Add option `notime' to suppress
3983         printing of a time signature.  Specify default indentation of 0pt
3984         if single line fragment.  Don't emit redundant `\paper{ }'.
3986         * Documentation/user/lilypond-book.itely: Updated.
3988         * Documentation/user/glossary.tely: Completely reformatting.
3990 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3992         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3994 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3996         * Documentation/user/tutorial.itely: Fix links.
3997         
3998         * Documentation/topdocs/index.tely:
3999         * Documentation/index.texi:
4000         * Documentation/header.html.in: Small website fixes and updates.
4002         * debian/: Debian patch by Anthony Fok.
4004 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4006         * Documentation/footer.html.in: How time flies: It's already 2002!
4008         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4009         more descriptive link names than 'here'.
4011 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4013         * VERSION: 1.7.2 released
4014         * VERSION: 1.6.4 released
4015         
4016         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4018         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
4019         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
4021         * mf/feta-din.mf (test): add x-height and space.
4023         * lily/dynamic-engraver.cc (process_music): take dynamic direction
4024         from ^_ for crescendi. Idem for slurs and phrasing slurs.
4026         * ly/grace-init.ly: add-to-grace-init: function to portably add
4027         settings to \grace. 
4029         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
4030         if we get an absolute dynamic event.
4032         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
4034         * lily/source-file.cc (get_line): oops. All line numbers were off
4035         by 2. Fix that. 
4037         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
4038         be after the note, combined with -_^, i.e. c4-(-\)-\>  
4040         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
4042         * lily/parser.yy (number_factor): remove (number) as number
4043         expression. ("Let them eat Lisp").
4045 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4047         * lily/horizontal-bracket.cc: new file.
4049         * lily/horizontal-bracket-engraver.cc: new file.
4051         * input/regression/note-group-bracket.ly: new file. Support
4052         horizontal note brackets for music analysis.
4054         * lily/stem.cc (flag): new flag-style: no-flag.
4056         * input/test/stem-cross-staff.ly: new file
4057         
4058         * Documentation/user/internals.itely: Improved formatting, fixing
4059         typos.  Added a section `Output details' to describe how the TeX
4060         code looks like.
4062         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
4064         * lily/parser.yy: remove \dynamicscript.
4066         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
4067         definitions. 
4069         * python/midi.c (midi_error): take two arguments.
4071         * Merge 1.6.5 changes:
4072         
4073 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4075         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
4076         staff-space.  Previous 1.5 was probably meant as half-spaces.
4077         (cautionary-style): parentheses (was: smaller).  This is what doco
4078         says, and it seems more logical.
4080         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
4081         for 2nd sentence.
4083 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4085         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
4087 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4089         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4091 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4093         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
4095 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4097         * scm/translator-property-description.scm (voltaOnThisStaff): add
4098         property.
4100 2002-09-28  Werner Lemberg  <wl@gnu.org>
4102         * scm/tex.scm (header-end): Suppress page numbering.
4104         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
4105         Fix quotation for HTML output.
4107 2002-09-28   Graham Percival   <gperciva@sfu.ca>
4108         
4109         * Documentation/user/refman.itely: grammar and phrasing
4110           fixes to "Note Entry" section.  Also adds a few new examples.
4112 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4114         * flower/include/string-data.icc: include string.h
4116 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4118         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4120 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4122         * Documentation/user/GNUmakefile (extra-local-help): Add.
4124         * stepmake/stepmake/www-targets.make (local-help): Add.
4126 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4128         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4129         packages.
4131         * Documentation/topdocs/README.texi (Top): building documentation
4132         (not website.)
4134 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4136         * Documentation/user/refman.itely: 
4137         * Documentation/user/tutorial.itely: 
4138         * Documentation/user/music-glossary.tely: Merge changes.
4140         * Documentation/user/glossary.html.in: 
4141         * Documentation/index.texi: 
4142         * Documentation/header.html.in: Accomodate renaming of glossary.
4143         
4144         * Documentation/user/tutorial.itely: Add some glossary references.
4145         
4146         * Documentation/user/refman.itely: Minor fixes.
4147         
4148         * Documentation/user/lilypond.tely: Add glossary do direntry.
4150         * Documentation/user/music-glossary.tely: Rename (previously:
4151         glossary.tely).  Fix anchor placement.
4153         * Documentation/user/GNUmakefile: Make music-glossary.info too.
4155 2002-09-23  Werner Lemberg  <wl@gnu.org>
4157         * scripts/lilypond-book.py (output_dict): Fix handling of
4158         various environments by avoid extraneous newlines.
4159         Rename `output-all' regexp for html to `output-html'.
4160         Replace `output-all' regexp for texi with `output-texi-quote'
4161         and `output-texi-noquote'.
4162         (compose_full_body): Don't override `linewidth' user option
4163         for `singleline'.
4164         (schedule_lilypond_block): Don't indent text specified with
4165         `intertext' option.
4166         Add new option `noquote'.
4167         (compile_all_files): Use latex instead of tex to compile ly
4168         files directly.
4170         * Documentation/user/lilypond-book.itely: Updated and revised.
4171         Improve layout.
4173         * Documentation/user/glossary.tely,
4174         Documentation/user/introduction.itely,
4175         Documentation/user/tutorial.itely,
4176         Documentation/user/refman.itely,
4177         Documentation/user/appendices.itely: Fix overfull LilyPond
4178         boxes caused by the new lilypond-book code.  Other minor
4179         fixes.
4181         * Documentation/user/macros.itexi (@texiflat): Don't emit
4182         trailing space.
4184         * scm/tex.scm (end-output, header-end): Add preamble and
4185         postamble to make lilypond output directly compilable with
4186         latex.
4188         
4189 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4191         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4192         instructions.
4194 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4196         * Documentation/user/glossary.tely: Add titling and hyperlinks.
4198 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4200         * lily/beam.cc (connect_beams): don't crash if there are quarter
4201         notes in beams.
4203 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4205         * Documentation/user/refman.itely: corrected ancient clef
4206         docu; added docu on ligatures
4208 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4210         * Documentation/user/glossary.tely,
4211         Documentation/user/refman.itely, input/les-nereides.ly,
4212         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4213         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4214         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4215         Stem properties: flag-style -> stroke-style, style -> flag-style.
4217 2002-09-22  Werner Lemberg  <wl@gnu.org>
4219         * scripts/lilypond-book.py: Add option `notime' to suppress
4220         printing of a time signature.  Specify default indentation of 0pt
4221         if single line fragment.  Don't emit redundant `\paper{ }'.
4223         * Documentation/user/lilypond-book.itely: Updated.
4225         * Documentation/user/glossary.tely: Completely reformatting.
4227 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4229         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4231 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4233         * Documentation/user/tutorial.itely: Fix links.
4234         
4235         * Documentation/topdocs/index.tely:
4236         * Documentation/index.texi:
4237         * Documentation/header.html.in: Small website fixes and updates.
4239         * debian/: Debian patch by Anthony Fok.
4241 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4243         * Documentation/footer.html.in: How time flies: It's already 2002!
4245         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4246         more descriptive link names than 'here'.
4248 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4250         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4252 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4254         * lily/part-combine-music-iterator.cc (get_state): cleanup
4255         (get_music_info): cleanup.
4257 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4259         * scm/backend-documentation-lib.scm (interface-doc-string):
4260         crosslinks between interfaces and grobs. Headings for interfaces
4261         in grob explanation.
4263 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4265         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
4266         dtd).  Add preliminary dtd.
4267         (re-sub-alist): Robustify.
4269 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4271         * lily/include/event-chord-iterator.hh,
4272         lily/context-specced-music-iterator.cc,
4273         lily/event.cc, lily/event-chord-iterator.cc: add
4275 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4277         * lily/: some (c) header fixes.
4278         
4279         * lily/request-chord.cc: Remove.
4280         
4281         * lily/include/event-chord-iterator.hh:
4282         * lily/include/event.hh:
4283         * lily/event-chord.cc: New file.
4284         
4285         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
4286         requested.
4288 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4290         * lily/ : rename Request to Event
4292         * lily/parser.yy (command_element): move clef stuff into Scheme.
4294         * lily/:  rename length_mom () to get_length()
4296         * lily/part-combine-music.cc: removed file and class.
4298         * lily/context-specced-music-iterator.cc (class
4299         Context_specced_music_iterator): new file. Obsoletes the
4300         Context_specced_music type.
4302         * scm/music-types.scm (make-repeated-music): put different kinds
4303         of repeated music into music-type table.
4305         * VERSION: 1.7.1 released.
4307         * scm/to-xml.scm: new file.
4309         * input/test/to-xml.ly (fooBar): demo of what is possible with the
4310         new Input representation: dump music as XML.
4312         * scm/engraver-documentation-lib.scm
4313         (engraver-accepts-music-types?): add links from music to engraver,
4314         from music-type to engraver.
4316         * lily/include/command-request.hh: removed
4317         lily/include/musical-request.hh: removed. Removed all _req classes
4318         except Key_change_req. Changes throughout.
4320 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4322         * lily/tuplet-engraver.cc (try_music): Compile kludge.
4324 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4326         * lily/*.cc: specify accepts for many engravers.
4328         * scm/music-documentation-lib.scm: dump music expressions and
4329         music subtypes.
4331         * scm/documentation-lib.scm: complete revision.
4332         Use GOOPS objects to store document tree explicitly. Cleaned up and
4333         sped up doco generation a lot.
4335 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4337         * input/trip.ly (fugaIILeft): add arpeggio
4339         * lily/translator-group.cc (try_music_on_nongroup_children):
4340         oops. The name symbol is in the cdr of the assoc handle.
4342         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
4343         Hyphen_req, Glissando_req, Break_req, Mark_req 
4345 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4347         * lily/musical-request.cc (music-duration-length,
4348         music-duration-compress): new functions.
4350         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
4351         throughout. Warning doesn't work yet.
4353         * lily/translator-group.cc (try_music_on_nongroup_children):
4354         new implementation: store candidate acceptors in a hashTable.
4356 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4358         * scm/music-types.scm (music-descriptions): change name to
4359         internal-class-name
4361         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4363 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4365         * lily/beam.cc (connect_beams): don't crash if there are quarter
4366         notes in beams.
4368 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4370         * Documentation/user/refman.itely: corrected ancient clef
4371         docu; added docu on ligatures
4373 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4375         * Documentation/user/glossary.tely,
4376         Documentation/user/refman.itely, input/les-nereides.ly,
4377         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4378         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4379         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4380         Stem properties: flag-style -> stroke-style, style -> flag-style.
4382 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4384         * scm/music-functions.scm (music-separator?): don't use name music
4385         property.
4387 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4389         * stepmake/stepmake/generic-targets.make (help): Document check
4390         target.
4392         * lily/new-accidental-engraver.cc: Compile fix.
4394 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4396         * scripts/convert-ly.py: Add rule.
4398         * input/test/music-creation.ly:
4399         * input/test/add-staccato.ly:
4400         * input/test/add-text-script.ly: ly-make-music.
4402         * scm/drums.scm (make-head-type-elem, make-articulation-script):
4403         More ly-make-music renamings.
4405         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
4407         * lily/music-constructor.cc (make_music): Add debugging info.
4409         * scm/music-functions.scm (make-simultaneous-music,
4410         (make-sequential-music, context-spec-music):
4411         * scm/music-types.scm (music-descriptions): Get lily to run.
4413 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4415         * lily/command-request.cc (transpose_key_alist): new function.
4417         * lily/key-performer.cc (create_audio_elements): cleanup. 
4419 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4421         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
4423         * lily/include/translator.hh (ENTER_DESCRIPTION): add
4424         events-accepted field.
4426         * scm/music-types.scm: new file.
4428         * lily/parser.yy: put music type initialization into scheme,
4429         similar to grob initialization.  Changes throughout.
4431 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4433         * Documentation/user/tutorial.itely: Fix links.
4434         
4435         * Documentation/index.texi: 
4436         * Documentation/header.html.in: 
4437         * Documentation/topdocs/index.tely: Small website fixes and updates.
4439         * debian/: Debian patch by Anthony Fok.
4441 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4443         * Documentation/footer.html.in: How time flies: It's already 2002!
4445         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4446         more descriptive link names than 'here'.
4448         * ROADMAP: Remove test stuff.
4450         * scripts/update-lily.py: Allow auto-building of stable and
4451         development versions.  Bugfixes.
4453 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4455         * VERSION: released 1.7.0
4457         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4459         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
4460         positive line widths.
4462 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4464         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
4465         go.  Fix comments.
4467         * cygwin: Cygwin updates.
4469 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4471         * Documentation/windows/installing.texi (Top): version for python,
4472         urls for ghostscript (thanks to John Potelle)
4473         
4474         * lily/simultaneous-music-iterator.cc
4475         (Simultaneous_music_iterator): init children_list_ before
4476         triggering GC.
4478         * lily/*-iterator.cc: be even more careful with smobbed copy
4479         constructors. 
4481         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
4482         LeftEdge item.
4484 2002-09-15  Werner Lemberg  <wl@gnu.org>
4486         Improving LilyPond's output to make them ordinary TeX boxes with
4487         predictable dimensions.  System boxes are now vertically centered on
4488         the baseline; this offset can be further controlled with
4489         \lilypondscoreshift.
4491         * lily/system.cc (System::post_processing): Pass length of current
4492         system to `start-system' (including any horizontal indentation).
4494         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
4495         prettier.
4496         (lily-def): Append `%'.
4497         (start-system): Add parameter `wd'.  Output more TeX code to specify
4498         box dimensions.
4499         (stop-system, stop-last-system): Complement changes in
4500         `start-system'.
4501         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
4502         Updated.
4504         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
4505         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
4506         Write final `\endinput'.
4508         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
4509         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
4510         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
4511         files and macro definitions don't produce spurious spaces and
4512         paragraphs (using \endlinechar).
4513         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
4515         * Documentation/user/internals.itely: Improved formatting, fixing
4516         typos.  Added a section `Output details' to describe how the TeX
4517         code looks like.
4519 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4521         * lily/accidental-engraver.cc: Also work with partial measures.
4523 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4525         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
4526         spanner.
4528 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4530         * lily/identifier-smob.cc (unpack_identifier): new file.
4532         * lily/lexer.ll (identifier_type): new function.  use ly-id to
4533         pass off scheme expressions as music identifiers.
4535         * scm/lily.scm: reorganisation, cleanups.
4537         * lily/main.cc: small cleanups.
4539 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4541         * lily/ly-module.{cc,hh}: new file.
4543 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4545         * lily/accidental-engraver.cc: Also work with partial measures.
4547 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4549         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
4551 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4553         * lily/my-lily-lexer.cc: use SCM module in stead of
4554         Scheme_hash_table. Changes throughout.  
4556 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4558         * VERSION (MY_PATCH_LEVEL): make 1.7.0