(LyricsVoiceContext): add padding for
[lilypond.git] / ChangeLog
blobc241a26512f8d132e92ee714f4c3fb50ce7f5fe0
1 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
4         separation items. This keeps lyrics from bumping into each other.
6 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8         * GNUmakefile.in (topdocs-web): New target.
9         (local-web): Depend on topdocs-web; fixes html-doc.
11 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
13         * po/lilypond.pot: run po-replace
15         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
17         * scm/drums.scm (reset-drum-kit): new function.
19         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
21         * scripts/update-lily.py: remove
22         
23         * VERSION: release 1.7.25
24         
25         * Documentation/user/introduction.itely (Introduction): rewrite
26         start of introduction.
28 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
30         * lily/all-font-metrics.cc: fixed typo
32 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
34         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
35         LilyPond-mode-context-set-syntax-table): new functions to define
36         the syntax table according to context.
38         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
40 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
42         * Documentation/user/refman.itely (Figured bass): 
43         language nit courtesy http://www.vocabula.com
45         * GNUmakefile.in: remove no kpathsea hack.
47         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
48         doco.
50         * GNUmakefile.in: remove web-doc target.
52         * lily/all-font-metrics.cc (find_afm): add message about
53         buildscripts/clean-fonts.sh 
55         * scm/define-music-properties.scm (figure): use string for 'figure
57         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
59         * input/regression/ : add raggedright = ##t where applicable. 
60         
61         * scm/bass-figure.scm (make-bass-figure-markup): add
62         alignBassFigureAccidentals property.
64         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
65         bracket.
67         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
68         syllables widths into account for minimum-length.
70         * input/test/staff-container.ly: update file
72         * input/test/stem.ly: remove
74         * lily/event.cc (LY_DEFINE): add ly: prefix.
76         * input/test/clef-manual-control.ly: from manual-clef
78         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
80         * input/test/different-time-signatures.ly: move to poly-metric.ly
82         * input/test/hara-kiri*,scales.ly: remove
83         
84         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
85         with chord-names-jazz.ly)
87         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
88         get scalable cm fonts too.
90         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
91         --encoding for mftrace if present.
93         * input/regression/slur-area.ly: move from test/
95         * input/test/: remove simple-slur-endings slur-attachment
96         slur-broken-cross-staff slur-broken.ly slur-damping.ly
97         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
98         slur-symmetry slur-symmetry tie-broken.ly
100         * scm/drums.scm (set-drum-kit): add function.
102         * Documentation/user/refman.itely (Percussion staves): use
103         set-drum-kit
105         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
106         too
107         (Global_measure.set_timesig): handle 3/8 time sig too.
109         * scm/output-lib.scm (note-head-style->attachment-coordinates):
110         note about triangle note heads.
112         * scm/drums.scm: use alist for instrument-settings. This fixes the
113         bug with assigning to drums in the .ly file.
115         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
116         CHANGED.
118         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
119         cluster-beacon-interface
121         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
123         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
125         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
127         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
128         to get positions.
130         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
131         make ClusterSpannerBeacon to record Y positions. This removes the
132         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
133         make cluster-note-events.
135 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
137         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
139         * configure.in: Use lily/main.cc as identifying source file.
141         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
143         * config.hh.in: 
144         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
146         * configure.in: Require PYTHON >= 2.0.
148         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
149           $PYTHON for include dir location.
150         (STEPMAKE_PYTHON): New function.  Use
151         
152             PYTHON=foo ./configure
154           to override.
156 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
158         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
159         something.
161         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
162         ftp.lilypond.org everywhere.
164 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
166         * lily/text-item.cc (interpret_new_markup): do only if new-markup
167         detected.
169         * Documentation/user/refman.itely (Grace notes): note on explicit
170         contexts
172 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
174         * lilypond-font-lock.el: add a comment about LilyPond specific
175         escape characters: ^, - and _, in the syntax table.
177         * Documentation/user/appendices.itely: a majuscule fix.
179 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
181         * input/test/trills.ly (endHorizScript): fixes.
183         * input/test/chord-names-jazz.ly: merge in alternate Jazz
184         notation, move from regression.
186         * input/test/script-stack.ly: change name from stacked-scripts
188         * input/test/ossia.ly: octave errors.
190         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
191         for midi-volume-equaliser
193 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
195         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
196         cm fonts.
198         * mf/feta-beugel.mf: don't multiply font_count by 10.
200         * lily/lookup.cc (horizontal_line): new function. Use
201         horizontal-line in output backends.
203         * Documentation/user/tutorial.itely (An orchestral part): new
204         section on orchestral stuff and identifiers.
206 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
208         * lilypond-mode.el: comment-out paren-highlighting, it still causes
209         some interference to other modes.
211 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
213         * lily/spacing-spanner.cc (musical_column_spacing): use average,
214         not maximum of spacing wishes in polyphonic situations.
216         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
217         number
219         * lilypond-indent.el: remove paren matching. 
221         * lily/text-item.cc (interpret_new_markup): new function
222         use iso. text2molecule.
224         * lily/main.cc (notice): change FSF address 
226         * po/de.po: update PO file to 1.6.
228 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
230         * Documentation/user/ {many}: Add periods and remove spaces.
231         
232 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
234         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
235         Disable buffer-locally default paren hook and make a new one. 
237         * lilypond-mode.el: Turn off locally paren-mode, but turn on
238         locally LilyPond-paren-mode. Add todo for mouse double-click.
240 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
242         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
243         Disable buffer-locally default paren idle timer and make a new one. 
245         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
246         locally LilyPond-show-paren-mode. Add to menu a toggle for
247         LilyPond-show-paren-function.
249 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
251         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
253 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
255         * Documentation/user/refman.itely: spelling fix.
257         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
258         paren highlight function definitions. add todo for
259         Lilypond-show-paren-mode.
261 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
263         * input/template/jazz-combo.ly: new file.
265 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
267         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
268         lo-res fixes.
270         * mf/feta-schrift.mf: bugfix in varcoda sign.
271         WARNING: FONT CHANGED
273         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
274         in accordance with lexer.ll.   
276 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
278         * Documentation/user/tutorial.itely: Edit introduction.
280 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
282         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
283         ly:grob-staff-position
285 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
287         * scm/to-xml.scm: import srfi-1
289         * VERSION (MAJOR_VERSION):  release 1.7.24
291         * python/lilylib.py (make_ps_images): make multipage _really_ work.
293         * scripts/lilypond-book.py (do_file): put texidoc before image.
294         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
296         * input/regression/*.ly: fix snippet octaves 
298         * input/test/spanner-after-break-tweak.ly: import
299         broken-spanner-adjustment
301         * input/no-notation/midi-transposing.ly: move from input/test/
303         * input/test/: remove chord-markup
305         * input/regression/instrument-name-partial.ly: move from input/test.
307         * input/test/vertical-text.ly: remove
309         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
310         space above lyrics lines.
312         * input/test/uniform-breaking.ly: remove file.
314         * lily/gourlay-breaking.cc (combine_demerits): add comment about
315         uniform spacing density. 
317         * input/test/chords.ly (keys): remove file.
319         * scm/documentation-lib.scm (oop): use srfi-1 too.
321         * input/regression/*.ly: add \version
323         * Documentation/user/*.itely: various fixes.
325         * buildscripts/mf-to-table.py (base): break table every three
326         symbols.
328         * input/:  remove %% new-chords-done %% .
330         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
331         os-music.ly
332         
333 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
335         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
337         * scm/new-markup.scm (box-markup): new function.
338         (box-markup): new function. Contributed by Dick Schoeller
339         <schoeller@attbi.com>
341         * scm/lily.scm: remove reduce-no-unit 
342         (list-insert-separator): use fold-right
344         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
345         of arguments. 
347         * NEWS: more neutral language for ancient notation 
349         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
350         inside pointing beaming for chord tremolo.
352         * Documentation/user/lilypond-book.itely: minor editing
354 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
356         * NEWS: added news for 1.8 regarding ancient notation
358         * Documentation/user/refman.itely (Gregorian square neumes
359         ligatures): fixed typo
361         * lily/vaticana-ligature-engraver.cc,
362         lily/include/vaticana-ligature.hh: bugfix: use special heads for
363         lower/upper head of Pes only when heads are stacked
365         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
366         scm/define-grob-properties.scm: cleanup: make "join-left" a
367         boolean grob property and save delta pitch in grob property
368         "delta-pitch" instead
370         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
372 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
374         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
375         completely borked
377         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
378         (try_music): bug fix: beam multiplicity was completely borked.
380         * scm/lily.scm: remove tail, filter-list, filter-out-list,
381         first-n, butfirst-n in favor of srfi-1 functions.
382         remove string-join, string-pad in favor of srfi-13 functions.
384         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
386         * NEWS: use complete sentences.
388         * Documentation/user/introduction.itely (Example applications):
389         add note about databases and lilypond-book.
391         * input/test/volta.ly: remove file
393         * input/regression/volta-broken-left-edge.ly: simplify file
395 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
397         * Documentation/user/refman.itely (Constructing a tweak): new
398         subsection.
400         * Documentation/user/tutorial.itely (Fine tuning layout): add
401         common tweaks.
403         * scm/define-grobs.scm (TextScript): use new brewer.
405 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
407         * VERSION: release 1.7.23
409         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
411         * python/lilylib.py (make_ps_images): bugfixes.
413         * input/regression/volta-multi-staff.ly: new file.
415         * Documentation/user/macros.itexi: refcommands, refcommand macros.
417         * Documentation/user/tutorial.itely (Piano staffs): new section.
418         (Setting variables): new section
419         (Fine tuning layout): new section
421         * input/just-friends.ly: remove file. Superseeded by
422         input/test/chords-without-melody.ly
424         * ly/property-init.ly: add all commands to refman.
426         * scm/define-translator-properties.scm: remove
427         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
429         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
430         name. Underscores botch up PS output.
432         * scm/define-translator-properties.scm: remove
433         textNonEmpty, oneBeat, regularSpacingDelta
435         * scripts/convert-ly.py (FatalConversionError.conv): conversion
436         rule for automaticBars.
438         * lily/timing-engraver.cc (start_translation_timestep): change
439         barNonAuto to automaticBars
441 2003-06-30  Graham Percival  <gperlist@shaw.ca>
443         * input/test/perform-tie.ly: delete file.
445 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
447         * Documentation/user/refman.itely (Gregorian square neumes
448         ligatures): bugfix: do not show ledger lines in neumes table
449         (fixed by setting staff symbol to transparent rather than removing
450         it from staff context)
452 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
454         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
455         glue into brew-new-markup-molecule.
457         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
459         * Documentation/user/introduction.itely (Computerized typography):
460         new section
462         * Documentation/user/tutorial.itely (An orchestral part): remove
463         pc example from tutorial.
465         * input/tutorial/lilbook.tex: use screech-boink
467         * scripts/lilypond-book.py (compile_all_files): split formatting
468         output body and scheduling lilypond compilation.
469         (format_lilypond_output_bodies): new function
470         (format_lilypond_block): new function
471         (html_pages): allow multi-page images in HTML
473         * python/lilylib.py (make_ps_images): rename function from
474         make_preview, merge with make_page_images
476 2003-06-28  Graham Percival  <gperlist@shaw.ca>
478         * input/test/key-clefs.ly: moved to regression.
480         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
482         * input/no-notation/README: added note about midi-*.ly files.
484         * input/test/two-key.ly: moved to no-notation/parse5.ly
486         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
487         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
489         * input/test/ {various}: modified comments, marked some for deletion.
491         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
493         * input/test/mmrest-collision: moved to regression.
495 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
497         * scm/chord-name.scm (note-name->markup): don't superscript root
498         alterations in chordnames.
500 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
502         * Documentation/user/refman.itely (Multi measure rests): more
503         index/cross-referencing.
505         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
507         * scm/font.scm: remove properties-to-font-name code.
509         * scm/define-grob-properties.scm: remove 'type
511         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
512         conversion
514         * lily/text-spanner.cc: change 'type grob prop to 'style 
516         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
517         "first" flag to decide whether to make a start-repeat
519         * input/regression/grace-volta-repeat-2.ly: new file.
521 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
523         * lilypond-indent.el: rename generic functions to LilyPond-*
525 2003-06-22  Graham Percival  <gperlist@shaw.ca>
527         * input/test/thumb.ly: delete, merged into refman.
529         * Documentation/user/refman.itely: added thumb info to Fingering.
531         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
532         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
533         vertical-align.ly : deleted files.
535 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
537         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
539         * lily/line-spanner.cc (broken_trend_offset): remove function.
540         (get_broken_offset): idem.
541         (brew_molecule): rewrite the line-break case.
543         * input/regression/follow-voice-break.ly:  new file.
545         * lily/line-spanner.cc (after_line_breaking): remove lines at the
546         start of a system.
548 2003-06-20  Graham Percival  <gperlist@shaw.ca>
550         * input/test/tuplet-rest.ly: moved to regression.
552         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
553         deleted file.
555         * input/test/ {many} : marked file for possible deletion.
557 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
559         * input/regression/beam-funky.ly: add note about (disputed)
560         correct beaming.
562         * ly/engraver-init.ly (ScoreContext): put key-signature after
563         staff-bar
564         
565 2003-06-20  Graham Percival  <gperlist@shaw.ca>
567         * input/test/ broken.ly lyric-phrasing.ly: deleted.
569         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
571         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
573         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
574         stem-extend was deleted (it was duplicate example, and not as
575         good).
577         * input/test/[s-z]*.ly: add texidoc index.
579 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
581         * lily/slur.cc (get_boundary_notecolumn_y): change name from
582         get_first_notecolumn_y
584         * lily/spanner.cc (broken_spanner_index): new function.
586 2003-06-19  Graham Percival  <gperlist@shaw.ca>
588         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
589         lyric-hyphen.ly : moved to regression.
591         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
592         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
594         * input/test/instrument-name-mmrest.ly: moved to
595         ../regression/multi-measure-rest-instr-name.ly
597         * input/test/knee-sym.ly: moved to
598         ../regression/beam-knee-symmetry.ly.
600         * input/test/hymn.ly: change comments.
602         * input/test/[p-r]*.ly: add texidoc index.
604 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
606         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
607         to postfix syntax
608         
609         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
610         syntax.
612         * VERSION: release 1.7.22
614 2003-06-18  Graham Percival  <gperlist@shaw.ca>
616         * input/test/[h-k]*.ly: added texidoc index.
618         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
620         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
622         * input/test/ various : mark files for deletion or moving to regression.
624         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
626         * input/test/[l-o]*.ly: added texidoc index.
628 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
630         * scm/music-functions.scm (make-ottava-set): 
631         only do ottavation if centralCPosition is set.
633         * lily/translator-scheme.cc (ly:context-property-where-defined):
634         return '() if not found.
636 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
638         * lilypond-mode.el (LilyPond-un-comment-region): removed.
639         Use one command for both commenting and uncommenting.
641         * lilypond-indent.el (LilyPond-comment-region): new function,
642         (un)comments each line separately.
644         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
645         
646         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
647         imenu is not added by default; adapted from f90.el,
648         makes Help-menu, which does not fit, visible in XEmacs.
649         
650 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
652         * lilypond-mode.el: Set show-paren-mode local; minor-mode
653         show-paren-mode sets blink-matching-paren-on-screen local.
654         Try to make show-paren-function to paren-highlight local.
656         * lilypond-indent.el (LilyPond-scan-sexps): new function.
657         Copy definitions of Emacs' show-paren-function and
658         XEmacs' paren-highlight and make minimal changes;
659         add comments about locality. 
660         Fix matching first open-paren-char in '<< .. >>'.
662 2003-06-16  Graham Percival  <gperlist@shaw.ca>
664         * input/test/g*: added texidoc index.
666         * input/test/[a-g]*: added raggedright==#t when it
667          seemed appropiate.
669         * input/test/ fake-grace.ly figured-bass.ly : removed file.
671         * Documentation/topdoc/INSTALL.texi: removed false warnings
672         about gcc 3.3.
674 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
676         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
678         * input/test/chords-without-melody.ly (texidoc): add from
679         input/just-friends.ly
681         * input/regression/size{13--26}.ly: move from input/
683         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
684         input/{star-spangled-banner,twinkle}.ly: remove 
685         
686         * lily/slur.cc: remove slur over rest warnings.
688         * lily/note-spacing.cc (get_spacing): include left part of right
689         object in fixed space. This fixes stretched space before
690         accidentals.
692         * input/regression/spacing-accidental-stretch.ly: new file.
694 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
696         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
697         Reduce to 16pt.
699 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
701         * input/regression/spacing-knee.ly: docstring
703         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
705         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
706         input/tutorial/{test,solar,flowing}.ly: remove
708         * input/rhythm.ly: remove
710         * input/mutopia/F.Schubert/standchen.ly: update syntax.
712         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
713         update syntax. 
715         * scm/define-grobs.scm (all-grob-descriptions): set
716         knee-spacing-correction to 1.0
718         * lily/note-spacing.cc (stem_dir_correction): compute knee
719         correction using stem-thickness and head width.
721         * input/regression/beam-quanting-horizontal.ly: update texidoc
723         * scm/define-grobs.scm (all-grob-descriptions): set
724         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
725         This fixes 32nd beams for noteheads in spaces quants.
727         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
729 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
731         * README.mandrake: Change lilypond-extras to lilypond-documentation.
733 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
735         * input/test/dpncnt.ly,part-combine-score.ly: remove.
737         * VERSION (PACKAGE_NAME): release 1.7.21
739         * input/regression/stem-shorten.ly: new file.
741         * lily/stem.cc (get_default_stem_end_position): revise stem
742         shortening code.
744         * input/regression/spacing-multi-tuplet.ly: move from input/test/
746         * input/test/{scripts,volta-start,sleur}.ly: remove
747         
748         * input/regression/span-bar.ly: smaller file.
750         * input/regression/spacing-{natural,tight,loose}.ly: remove
752         * input/test/markup.ly: remove
754         * scripts/lilypond-book.py: put printfilename in separate chunk,
755         so texidoc is printed after the filename.  
757 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
759         * make/lilypond.mandrake.spec.in: fix docdirs.
761 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
763         * input/regression/beam-french.ly: bugfix.
765         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
767         * input/regression/(various).ly: add raggedright = #t.
769         * input/regression/auto-beam.ly: move from abe.ly
771 2003-06-13  Graham Percival  <gperlist@shaw.ca>
773         * input/test/f*.ly: added texinfo index.
774         
775         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
777 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
779         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
780         quant penalty for beam just outside staff.
782         * input/regression/beam-quanting-horizontal.ly (texidoc): move
783         from beam-pos.ly,  remove non-horizontal tests. 
785         * input/test/(various): cleanup header info. 
787         * input/test/tchaikovsky.ly: remove file.
789         * scm/chord-generic-names.scm: move from
790         double-plus-new-chord-name.scm
792         * input/test/orchestscore.ly: remove file
794         * Documentation/user/refman.itely (Vocal music): update documentation.
796         * scm/define-translator-properties.scm (chordNoteNamer): remove
797         chordNameStyle, use chordNameFunction
799         * scm/chord-name.scm (set-chord-name-style): remove
800         set-chord-name-style. Use \property chordNameFunction.
802 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
804         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
805         music): remove @TeX{} command.
807 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
809         * lilypond-indent.el (scan-sexps): Renamed to
810         aargh-this-breaks-other-emacs-modes-scan-sexps.
812 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
814         * lilypond-indent.el: Fix: match concurrent one-char opening and 
815         closing slurs: '()', etc. Add comments.
817         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
819         * lilypond-font-lock.el: match unending string at eof.
821         * make/lilypond.mandrake.spec.in: refreshed packed file list.
822         
823 2003-06-10  Graham Percival  <gperlist@shaw.ca>
825         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
826         input/test/beam-dir.ly input/test/beam-position.ly    
827         input/test/beam-suspect.ly input/test/beam-trend.ly    
828         input/test/beams.ly input/test/crescendo-text.ly : deleted
829         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
830         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
831         * input/test/default-bars.ly: moved to bar-always.ly
832         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
834 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
836         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
838 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
840         * scm/chord-ignatzek-names.scm (remove-step): rename file.
842 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
844         * lilypond-indent.el: Match better slurs in scheme expressions.
845         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
847         * Documentation/user/invoking.itexi: document Emacs' paren matching.
849 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
851         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
853         * input/ac-extra-voice.ly: Add texidoc.
855         * ly/chord-modifiers-init.ly: 
856         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
857         and chordNameExceptionsPartial for new chord names.
859         * input/test/chord-names-dpnj.ly: 
860         * input/test/dpncnt.ly: Update.
862         * scm/chord-name.scm: 
863         * scm/double-plus-new-chord-name.scm: Add compatibility for new
864         chord selection and options.
866         * ly/chord-modifiers-init.ly: Add exceptions 
868         * scm/define-translator-properties.scm (chordNameStyle) 
869         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
871 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
873         * ly/property-init.ly (germanChords): Added.
874         (semiGermanChords): Added.
875         
876         * input/test/chord-names-german.ly: Use new macros
877         
878 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
880         * lilypond-indent.el: Use similar parenthesis highlighting for 
881         Emacs and XEmacs through redefinitions of parenthesis highlighting 
882         functions; removed LilyPond-show-paren-function. Fix indenting.
883         Turn paren-matching on also in XEmacs.
885         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
886         as needed by parenthesis highlighting functions (in scan-sexp).
888 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
890         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
891         function.
892         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
894 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
896         * lilypond-indent.el: tune regexp for show-paren-function.
898 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
900         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
901         for all LilyPond-produced tex snippets.
903         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
904         fixes one line --preview output of ly2dvi.
906 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
908         * lilypond-indent.el: match only one type of slurs in
909         LilyPond-show-paren-function.
911 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
913         * debian/GNUmakefile (EXTRA_DIST_FILES): 
914         * debian/lilypond1.7.dirs: 
915         * debian/lilypond1.7-doc.dirs: New file.
917         * input/regression/chord-name-exceptions.ly: Add parameter for
918         ignatzekExceptions.  Quote hash in docstring.
920 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
922         * lilypond-indent.el (show-paren-function): define show-paren-function
923         as LilyPond-blink-matching-open and use it for closing parens.
924         Let LilyPond-blink-matching-open know whether a bracket was inserted.
926         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
927         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
928         LilyPond-blink-matching-paren in order to match both open and close
929         brackets.
930         
931 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
933         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
934         testing by modifying the code from FSF Emacs paren.el. Add comments.
936 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
938         * input/test/dpncnt.ly: Transpose example to match new
939         default \chords octave.  Add comment.
940         
941         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
942         comment about octave change.
944 2003-06-04  Graham Percival  <gperlist@shaw.ca>
946         * input/test/[d,e]: added texinfo index tags.
947         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
949 2003-06-04  Graham Percival  <gperlist@shaw.ca>
951         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
953 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
955         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
956         as in blink-matching-open.
958 2003-06-03  Graham Percival  <gperlist@shaw.ca>
960         * input/test/[a-c]: more comments in files.
961         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
962         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
963         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
964         mark file for proposed deletion.
965         * input/test: renaming files:
966         auto-beam-4-8.ly to beam-auto-4-8.ly
967         auto-beam-override.ly to beam-auto-override.ly
968         auto-beam.ly to beam-auto.ly
969         blank.ly to blank-paper.ly
970         absolute-volume.ly to dynamic-absolute-volume.ly
972 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
974         * input/test/dpncnt.ly: 
975         * input/test/chord-names-dpnj.ly: Resurrect.
977         * lily/my-lily-lexer.cc: Remove chordnames keyword.
979         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
981         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
982         Better docstring, add parameter OMIT-ROOT, tidy up.
984 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
986         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
988 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
990         * scm/output-ascii-script.scm (as-font-alist-alist):
991         (as-properties-to-font-name):
992         (as-make-style-sheet): Remove.
994         * scm/font.scm (as-make-font-list): New function.
995         (as-font-sheet-alist): New variable.
997         * ly/paper-as9-init.ly: 
998         * ly/paper-as5-init.ly: Update.
1000         * ly/paper-as5.ly:
1001         * ly/paper-as9.ly: New file.
1003 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1005         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
1007 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1008         * input/sondag-morgen/*: removed due to copyright concerns.
1009         * input/[a,b]*.ly: added a newline at the end of the texinfo
1010         doc string (produces better output in HTML version).
1011         * input/c*.ly: added texinfo index and added comments to
1012         aid in future changes to input/test/ files.
1014 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1015         
1016         * Documentation/user/refman.itely: fixed build problem (missing
1017         file) caused by previous renaming.
1019 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1020         
1021         * input/test/[a,b]*.ly: added texinfo index and added comments to
1022         aid in future changes to input/test/ files.
1023         * input/test/bar-number-every-5-reset.ly: renamed to
1024         bar-number-every-five-reset.ly
1025         * input/test/bar-script-visibility.ly: renamed to
1026         bar-number-show-all.ly
1028 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1030         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
1031         to Voice.
1033         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
1034         out note-line and glissando functionality.
1035         
1036         * lily/line-spanner.cc (brew_molecule): cleanup.
1038 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1040         * scripts/as2text.scm: Use rdelim module.
1041         (start-system): Rename from start-line.
1042         (stop-system): Rename from stop-line.
1043         (af-gulp-file): Use string iso symbol for getenv.
1045         * scm/output-ascii-script.scm: Add guile and lily modules.
1046         (font-name-alist): New variable.
1047         (draw-line): New function.
1049         * scm/output-lib.scm (func, arg->string): Re-add from archive.
1050         (Were these silently removed, without ChangeLog entry?)
1052 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1054         * scm/music-functions.scm (make-ottava-set): bugfixes: also
1055         process 2nd ottava correctly.
1057 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
1059         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
1061 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1063         * Documentation/user/converters.itely (Invoking midi2ly): Update.
1065 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1067         * VERSION: release 1.7.20
1068         
1069         * lily/text-spanner.cc (brew_molecule): clean up function. This
1070         fixes bugs with broken 8va spanners.
1072         * lily/simple-spacer.cc (solve): also compute force for raggedright.
1073         This prevents spurious line-breaks with raggedright
1074         
1075 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1077         * lily/key-performer.cc (create_audio_elements): always use major
1078         key
1080         * Documentation/user/internals.itely: updates
1082         * input/regression/beam-break.ly: new file.
1084         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
1085         beams if starting or terminating stems have 'beaming set.)
1087         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
1088         property.
1090         * lily/parser.yy (verbose_command_req): add comment about scales.
1092 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
1094         * lilypond-indent.el: adjust regexps in bracket-matching.
1096 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
1098         * Documentation/user/refman.itely: more tiny fixes
1100         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
1101         "Chord names"; added table with input syntax for solesmes neumes
1102         table; added some words about rationale on input syntax design
1104         * lily/gregorian-ligature-engraver.cc,
1105         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1106         lily/include/gregorian-ligature.hh: bugfix: horizontal head
1107         alignment of Pes Initio Debilis
1109         * Documentation/user/refman.itely,
1110         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1111         mf/parmesan-heads.mf: fixed most of the head selection/alignment
1112         bugs in the solesmes neumes table
1114 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
1116         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
1117         Similarly, match '[' and ']' by skipping '\[' and '\]'.
1119         * lilypond-mode.el: fix tag-score. small improvements.
1121 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1123         * .cvsignore: Add aclocal.m4.
1125         * lily/music-constructor.cc: Include <assert.h>.
1127 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1129         * ly/engraver-init.ly (HaraKiriStaffContext): use
1130         RemoveEmptyStaffContext instead.
1132         * Documentation/user/refman.itely: updates
1134 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
1136         * Documentation/user/refman.itely: added solesmes neumes table;
1137         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
1138         bugfix: "Ornaments" -> "Articulations"
1140         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
1142 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1144         * lilypond-indent.el: Add a message about trying to match \] or \).
1145         
1146 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
1147         
1148         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
1149         obsolete "arithmetic_*"
1151         * input/bugs/ligatures.ly: removed (will be put into a different
1152         directory later)
1154 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1156         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
1157         libkpathsea (Maurizio Tomasi).
1159 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1161         * input/regression/repeat-slash.ly (texidoc): new file
1163         * lily/slash-repeat-engraver.cc (try_music): new file, handle
1164         slash repeats separately. Slash repeats and %
1165         repeats can now be nested.
1167 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1169         * lilypond-indent.el: Add preliminary test for closing \] and \).
1170         
1171 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
1173         * lily/gregorian-ligature-engraver.cc,
1174         lily/vaticana-ligature-engraver.cc,
1175         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
1176         mf/parmesan-heads.mf: various semivocalis related bugfixes
1178         * input/bugs/ligatures.ly: new file demonstrating problems with
1179         ligatures
1180         
1181 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
1183         * lilypond-mode.el,
1184         lilypond-font-lock.el,
1185         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
1187 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
1189         * lilypond-mode.el: Remove outdated code. Stress the difference 
1190         between Emacs and XEmacs definitions.
1192         * lilypond-mode.el,
1193         lilypond-indent.el: Define a function interactive only when necessary.
1195 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
1197         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
1198         Use inactive regions also in XEmacs.
1200 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1202         * Documentation/user/refman.itely (Repeat syntax): more updates
1204         * lily/simple-spacer.cc (solve): move solution process into
1205         solve(). This fixes a bug with collisions and raggedright = ##t.
1207         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
1209         * ly/engraver-init.ly: remove GraceContext. Update examples.
1211 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1213         * GNUmakefile.in (fonts): Also make fontball.
1215         * Website fixes:
1217         * ly/engraver-init.ly (GraceContext): Add.
1219         * run:
1221             convert-ly $(find . -name *.ly)
1223         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
1224         new chords.
1226 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1228         * VERSION: 1.7.19 released
1229         
1230         * scm/music-functions.scm (set-octavation): new function.
1232         * input/regression/ottava.ly: new file
1234         * lily/translator-scheme.cc (LY_DEFINE): new function
1235         ly:unset-context-property
1236         (LY_DEFINE) new function ly:context-property-where-defined: 
1238 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
1240         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
1242         * lilypond.words: add few.
1244         * input/test/script-chart.ly: fix typo.
1246 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1248         * scm/define-grobs.scm: uniform naming for definitions and output
1249         routine files. 
1251         * ly/engraver-init.ly (ChoirStaffContext): add \description from
1252         scm/context-description.scm
1254         * lily/parser.yy (translator_spec_body): add \description to the
1255         \translator{} body syntax.
1257         * lily/ottava-engraver.cc: new file.
1259         * scm/chord-name.scm (natural-chord-alteration): replace old
1260         chord stuff. 
1262         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
1264         * Documentation/user/refman.itely (Metronome marks): update doco.
1266         * input/regression/markup-note.ly: new file
1268         * input/regression/metronome-marking.ly: new file
1270         * lily/metronome-engraver.cc: new file. Print \tempo markings.
1272         * scm/new-markup.scm (note-markup): make a note glyph, useful for
1273         metronome marks.
1275 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1277         * Documentation/user/GNUmakefile: Compatibility fix for new
1278         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
1279         for making binary packages; info splitting bug has been fixed.
1281         * Documentation/user/refman.itely: Compile fixes.
1283 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
1285         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
1286         Count \midi -keywords also for a region.
1288 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1290         * lily/lookup.cc (LY_DEFINE): new function
1292         * Documentation/user/tutorial.itely: updates
1294 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
1296         * lilypond-mode.el: Allow Midi on buffer.
1297         Use only '.ly'-extension, remove '.sly' and '.fly'.
1298         Allow use of inactive regions. Invoke next Command on Master file, 
1299         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
1301 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1303         * Documentation/user/tutorial.itely: updates.
1305 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
1307         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
1309 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
1311         * lily/coherent-ligature-engraver.cc: fixed typo
1313         * lily/coherent-ligature-engraver.cc,
1314         lily/gregorian-ligature-engraver.cc,
1315         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1316         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1317         lily/vaticana-ligature-engraver.cc,
1318         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
1319         scm/grob-description.scm: cleanup: junked LigatureHead grob and
1320         removed all ligature specific stuff from NoteHead code
1322         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
1323         ligatures now use regular noteheads
1325         * lily/vaticana-ligature.cc: tiny code cleanups
1327         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
1328         space between two adjacent noteheads of the same pitch
1330         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
1331         description; cleanup: removed obsolete font-family settings
1333 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
1335         * lily/coherent-ligature-engraver.cc,
1336         lily/gregorian-ligature-engraver.cc,
1337         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1338         lily/mensural-ligature-engraver.cc,
1339         lily/vaticana-ligature-engraver.cc,
1340         lily/include/gregorian-ligature-engraver.hh: updated for new
1341         Coherent_ligature_engraver; added comments that describe the basic
1342         design ideas of the ligature implementation
1344         * lily/coherent-ligature-engraver.cc,
1345         lily/include/coherent-ligature-engraver.hh: new file: shared code
1346         between mensural ligatures and Gregorian chant notation ligatures
1348 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1350         * lilypond-mode.el: XEmacs fixes: include two definitions for the
1351         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
1352         use only two arguments in sit-for, use no arguments in
1353         read-char-exclusive, backspace is not a character (127) in XEmacs.
1355         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
1357 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1359         * lilypond-mode.el: un-commenting works after syntax-table fix.
1361         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
1362         group, verbose commenting for syntax table.
1364         * lilypond-indent.el: add TODO for ligature slurs.
1366 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
1368         * lilypond-mode.el: Move comments of parenthesis matching away,
1369         (blink-matching-paren-on-screen) fix blinking in Emacs.
1371         * lilypond-font-lock.el: Fix parent-matching for Emacs:
1372         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
1374         * lilypond-indent.el: Add TODO for parenthesis matching.
1376 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
1378         * lilypond-mode.el: Fix XEmacs: 
1379         changed [S-iso-lefttab] to [(shift iso-lefttab)],
1380         invoke explicitly easy-menu-add (in Emacs done automatically).
1381         
1382         * lilypond.words: Add few words from input/*/*.ly.
1384 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1386         * VERSION (PATCH_LEVEL): release 1.7.18
1388         * scripts/lilypond-book.py: only print basename for printfilename
1389         option
1391         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
1392         and syntax updates.
1394 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1396         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
1397         better parametrisation. Move fatness of bulb downward.
1399         * mf/parmesan-custodes.mf (dir_down): remove underscores from
1400         glyph names. Underscores are not allowed .ps encoding files.
1402 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
1404         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
1405         variable "packed" for packed right-ragged mode
1407         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
1408         unused variable ragged; fixed indentation
1410         * Documentation/user/refman.itely: tiny cleanups in ancient
1411         clef and custos section
1413 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1415         * lily/parser.yy (Simple_music): add \applyoutput, syntax
1416         \applyoutput PROCEDURE
1418         * lily/my-lily-lexer.cc: add \applyoutput.
1420         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
1422         * lily/text-item.cc: clean text-interface description
1424 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1426         * input/{regression,test}/: use postfix for slur endings and beam
1427         begins.
1429         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
1430         style beams too. 
1432         * input/regression/lyrics-melisma-beam.ly: new file.
1434         * lily/lyric-engraver.cc (process_music): change from
1435         process_acknowledged_grobs()
1437         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
1438         functions to set and revert auto-beam settings.
1440 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1442         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
1444 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
1446         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
1447         Documentation/user/lilypond.tely: fixed some typos; updated author
1448         info
1450         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
1451         #"" -> #'flag-style = #'()
1453         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
1454         cleanup: removed dead #includes
1456         * lily/gregorian-ligature-engraver.cc,
1457         lily/include/gregorian-ligature.hh,
1458         scm/grob-property-description.scm: small cleanups, small spacing
1459         fixes
1461         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
1462         lily/vaticana-ligature.cc,
1463         lily/include/gregorian-ligature-engraver.hh,
1464         scm/grob-property-description.scm, scm/music-types.scm:
1465         "porrectus" -> "pes or flexa"
1467         * ly/engraver-init.ly, scm/grob-description.scm,
1468         scm/grob-property-description.scm: junked porrectus, now handled
1469         by ligature code
1471         * scm/grob-description.scm: bugfix: added space-alist entry for
1472         breathing sign/custos
1474 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1476         * Another grand 2003 update.
1477         
1478         * Remove mentioning of `mudela'; There's no such thing.
1480 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1482         * Documentation/user/preface.itely (Preface to version 1.8): update
1484         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
1486         * Documentation/user/converters.itely (Invoking convert-ly): revise
1488         * scripts/convert-ly.py (outfile_name): remove --assume-old.
1490         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
1492 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1494         * Documentation/user/internals.itely: more updates.
1496 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1498         * Documentation/user/refman.itely: revise 
1500         * Documentation/user/internals.itely: revise
1502         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
1504 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
1506         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
1507         beautification: reformatted ancient clefs section; cleanup: small
1508         wording fixes
1510 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
1512         * lilypond.words: added words for chant notation, sorted
1513         alphabetically through "sort lilypond.words"
1515 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
1517         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
1518         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
1519         chant notation
1521 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
1523         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
1524         prevent TeX from interpreting them as long dash
1526         * input/test/vaticana.ly: updated
1528         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
1529         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
1530         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
1531         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
1532         fixes
1534         * mf/parmesan-heads.mf: ledger endings: removed dead code
1536 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1538         * VERSION: 1.7.17 released
1539         
1540         * Documentation/user/GNUmakefile
1541         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
1542         files too.
1544         * scm/document-markup.scm: new file: document all markup
1545         functions.
1547         * scm/documentation-generate.scm: rename all documentation modules
1548         to document-*.scm
1550         * scripts/lilypond-book.py: generate link to .ly file iso. link to
1551         .png
1553         * input/test/divisiones.ly: added
1555         * input/regression/output-property.ly: new file
1557         * lily/cluster.cc: change cluster-interface to use style property
1559 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
1561         * input/test/chord-names-german.ly: modified.
1563         * scm/chords-ignatzek.scm:
1564           chord-name->german-markup: Added
1565           note-name->german-markup: Changed (now producing lowercase notenames)
1567         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
1568         
1569 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1571         * scripts/convert-ly.py (FatalConversionError.conv):
1572         divisiominima -> divisioMinima, etc.
1574         * ly/engraver-init.ly (FiguredBassContext): add
1575         Separating_line_group_engraver to Figured bass context.
1577         * ly/german-chords-init.ly: remove file
1579         * input/test/chord-names-german.ly (scm): new file.
1581         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
1583         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
1584         Chord_name_engraver
1586         * Documentation/user/refman.itely: lots of updates.
1588         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
1589         new file
1591         * input/test/bar-number-every-5-reset.ly: new file.
1593 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1595         * input/regression/chord-name-major7.ly: new file
1597         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
1598         if specced explicitly.
1600         * input/regression/chord-name-entry-11.ly: new file.
1602         * input/test/slur-beautiful.ly: new file.
1604         * Documentation/user/refman.itely: updates.
1606         * input/regression/collisions.ly (threevoice): cleanup.
1608         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
1610 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1612         * Documentation/user/*.itely: various updates.
1614         * ly/spanners-init.ly: enddecr/ endcr.
1616         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
1617         of tutorial
1619 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1621         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
1623         * lily/new-chord-name-engraver.cc (process_music): use octavation
1624         (a number) instead of original-pitch to store inversions. This
1625         fixes a problem with transposed chords with inversions.  
1627 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1629         * stepmake/aclocal.m4: Include compile fix for broken flex, as
1630         used in includable-lexer.hh.
1632         * lily/includable-lexer.cc: Bugfix: include config.h.
1634         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
1635         circumvention of Debian packaging bug.
1637 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1639         * flex-2.5.31 hits Debian/unstable.  Fixes below.
1640         
1641         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
1643         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
1644         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
1646         * lily/include/includable-lexer.hh: 
1647         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
1649         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
1651         * aclocal.m4: Regenerate.
1653         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
1654         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
1656         * scm/pdf.scm (use-modules): Include lily.
1658         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
1659         Noordkamp).
1660         (use-modules): Include lily.
1661         (lily-def): Bugfix: include tex-val in let.
1663 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
1665         * lilypond-mode.el: sensible error if lilypond.words not found.
1667         * lilypond.words: add few words.
1669 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
1671         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
1673         * mf/parmesan-scripts.mf: fixed typo in char name
1675 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1677         * VERSION: 1.7.16 released
1679         * python/lilylib.py (setup_temp): temporary directories are mode 700.
1680         (this is a security vulnerability).
1682         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
1684         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1685         add staff support.
1687 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
1689         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
1690         ly/script-init.ly, scm/script.scm: bugfix: renamed
1691         fermata->signumcongruentiae to fix naming clash with feta font
1693 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1695         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
1697         * lily/multi-measure-rest-engraver.cc
1698         (start_translation_timestep): use grace timing too for determining
1699         when to make mmrest.
1700         (start_translation_timestep): clear numbers too.
1702 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
1704         * scm/music-types.scm: compile fix: escape braces
1706         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
1707         work around font selection problem
1709         * Documentation/user/refman.itely: BreathingSign: added docu for
1710         property "text"
1712 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1714         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
1715         information.
1717 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1719         * lily/multi-measure-rest-engraver.cc (class
1720         Multi_measure_rest_engraver): make multiple Number objects, one
1721         for each MultiMeasureTextEvent.
1723         * scm/music-functions.scm (glue-mm-rest-texts): use
1724         MultiMeasureTextEvent
1726         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
1728         * Documentation/user/refman.itely (Multi measure rests): update.
1730 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1732         * lily/ly-module.cc (ly_copy_module_variables): use
1733         scm_internal_hash_fold() for iterating modules.
1735 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
1737         * Documentation/user/refman.itely: Section Custodes: added more
1738         example code
1740         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
1741         neo-mensural rests to parmesan font
1743         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
1744         header
1746 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1748         * Documentation/user/macros.itexi: @fileref macro.
1750         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
1751         each file. 
1753 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
1755         * lily/include/custos.hh, make/lilypond.suse.spec.in,
1756         Documentation/topdocs/AUTHORS.texi: updated my email address
1758         * Documentation/user/refman.itely: updated custos documentation;
1759         beautified divisiones example; beautified articulations table
1761         * lily/breathing-sign.cc: bugfix: finalis molecule
1763 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
1765         * Documentation/user/refman.itely: added docu for
1766         contemporary fermata symbols, gregorian breathing signs; small fixes
1768         * ly/gregorian-init.ly: removed obsolete #'type props
1770 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1772         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
1773         minimum-length property correctly.
1775 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1777         * scm/music-functions.scm (make-multi-measure-rest): set input
1778         locations for multimeasure rests.
1780 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
1782         * input/regression/breathing-sign.ly: updated to for ancient
1783         notation
1785 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1787         * scripts/ly2dvi.py: Add newline.
1789 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1791         * scripts/ly2dvi.py (dependency_files): Compile fix.
1793 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1795         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
1796         (make_html_menu_file): --html menu. 
1798 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1800         * scripts/ly2dvi.py (run_dvips): +add the .map file 
1802 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1804         * input/screech-boink.ly: new file.
1806 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1808         * scripts/lilypond-book.py (make_lilypond_file): convert
1809         lilypond-file to lilypond block directly, without going through
1810         begin/end lilypond text.
1811         
1813 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
1815         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
1816         scm/grob-description.scm: moved Michael's original breathing sign
1817         code in brew_molecule() to divisio_minima(); provided new
1818         brew_molecule() that effectively replaces the
1819         Text_item::brew_molecule callback (with additional fallback to
1820         Michael's original code); added callbacks for brewing divisio
1821         maior/maxima and finalis
1823         * gregorian-init.ly: added breathing sign shortcuts for virgula,
1824         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
1826         * script-init.ly: added shortfermata, longfermata,
1827         verylongfermata, varcoda
1829         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
1830         longfermata, verylongfermata, varcomma, varcoda
1832 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1834         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
1835           Remove all noquote and insert a few quote.
1836         
1837         * Documentation/user/lilypond-book.itely (Music fragment options),
1838           scripts/lilypond-book.py: Don't include quotation blocks by
1839           default. Introduce option quote instead of noquote
1841 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1843         * VERSION: 1.7.15 released
1844         
1845         * Documentation/user/lilypond.tely: omf updates.
1847         * buildscripts/texi2omf.py (omf_vars): include version.date
1849         * make/lilypond.redhat.spec.in: fixes for spec file. 
1851         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
1852         by function definition: lily now requires a recent GNU Make.
1854         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
1856         * make/ly-rules.make: remove .ly -> .tex rule
1858         * Documentation/user/refman.itely (Figured bass): revised figured
1859         bass example.
1861 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1863         * stepmake/stepmake/omf-targets.make (local-install): add
1864         scrollkeeper-update message.
1866         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
1867         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
1869         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
1871         * Documentation/user/converters.itely (Invoking midi2ly): add
1872         track/channel notice.
1874 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1876         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
1878         * lily/parser.yy (scalar): DIGIT is also a scalar.
1880         * Documentation/user/music-glossary.tely: add @omf tags
1882         * Documentation/user/lilypond.tely: add @omf tags
1884         * scm/generate-documentation.scm (string-append): add @omf tags.
1886         * stepmake/stepmake/omf-*: new files 
1888         * input/regression/multi-measure-rest.ly (texidoc): add doco
1890         * GNUmakefile.in (web-doc-install): add web-doc-install target
1892         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
1893         fixes crashes while dumping MIDI.
1895         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
1896         midi
1898 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1900         * buildscripts/texi2omf.py: new file.
1902         * mf/feta-beugel.mf: include font count, not staffsize (16) in
1903         font-name
1905 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1907         * input/regression/beam-manual-beaming.ly (texidoc): new file.
1909         * lily/sequential-iterator.cc (descend_to_child): call
1910         descend_to_child() for all types of music.
1912 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1914         * scm/translator-property-description.scm: Add
1915         bassFigureFormatFunction.  Replace some entries.
1917 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1919         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
1920         clean out.
1922 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1924         * scripts/midi2ly.py (Note.dump): never dump duration for
1925         dump_dur=0.
1927         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
1928         new function
1930         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
1931         figures using new markups. Much simpler, and should improve layout
1932         a little.
1934         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
1936 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1938         * ly/engraver-init.ly: use Hara kiri by default for 
1939         ChordNames, FiguredBass and Lyrics(Voice) context. 
1941         * lily/axis-group-engraver.cc (acknowledge_grob): use
1942         rhythmic-grob-interface for selecting items not to hara-kiri'd 
1944         * scm/new-markup.scm (markup-function-list): add bracket,
1945         vbracket.
1947         * ly/engraver-init.ly (ChordNamesContext): set
1948         minimumVerticalExtent
1950 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1952         * input/test/time-signature-double.ly: new file 
1954         * input/regression/collision-head-chords.ly (texidoc): new file.
1956         * lily/type-swallow-translator.cc: add note swallow translator 
1958         * input/test/time-signature-double.ly: new file.
1960         * lily/type-swallow-translator.cc: add Rest_swallow_translator
1962         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
1963         (FiguredBassContext): idem.
1965         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
1967         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
1969         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
1971         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
1972         .afm dependency
1974         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
1976         * python/lilylib.py (make_page_images): add function.
1978         * scripts/ly2dvi.py (run_latex): include title in preview image.
1980         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
1981         from lilypond-book for <ly2dvifile> tags in HTML.
1983         * scripts/ly2dvi.py (option_definitions): add --debug option to
1984         print out environment.
1986         * input/regression/tie-chord-partial.ly: new file.
1988 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
1990         * lilypond.words: add 3
1992 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1994         * scm/new-markup.scm (markup-function-list): add finger-markup
1996         * input/tutorial/brahms-tweaked.ly: new markup 
1998         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
2000         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
2001         crash when processing '() markup
2003         * input/regression/breathing-sign.ly (texidoc): add caesura example.
2005         * lily/breathing-sign.cc (railtracks): another caesura.
2007         * mf/feta-schrift.mf: caesura symbol. 
2009 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2011         * scripts/convert-ly.py (FatalConversionError.conv): add
2012         ly:molecule-XXX conversions.
2014         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
2016         * input/regression/multi-measure-rest-text.ly: new file.
2018         * scm/music-functions.scm (glue-mm-rest-texts): automatically
2019         convert MMREST-TEXT to MultiMeasureRestNumber settings.
2021         * ly/engraver-init.ly (ScoreContext): move tablature settings to
2022         ScoreContext
2024         * scm/new-markup.scm (center-markup): \center markup.
2026         * scm/music-functions.scm: remove pitchify scripts.
2028         * lily/music.cc (print_smob): display music name if available 
2030 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2032         * Documentation/user/refman.itely (Instrument names): remove
2033         \turnOff doco.
2035 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2037         * lily/score.cc (mark_smob): bugfix.
2039         * input/regression/rehearsal-mark.ly: new file.
2041         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
2042         report error at the current token again.
2044 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2046         * cygwin/mknetrel: Exit if doc build fails.
2048         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
2050 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2052         * scm/music-types.scm (music-descriptions): add doc strings
2054 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2056         * lily/lexer.ll: 
2057         * lily/include/my-lily-lexer.hh: 
2058         * lily/include/includable-lexer.hh: Add flex kludge.
2060         * config.hh.in: 
2061         * config.make.in: 
2062         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
2063         cruft.
2064         
2065         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
2066         code.
2068 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2070         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
2072         * lily/parser.yy (new_chord): Compile fix.
2074 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2076         * Documentation/user/refman.itely (Tuning groups of objects):
2077         remove documentation for \turnOff. 
2079         * lily/percent-repeat-engraver.cc (try_music): add correct
2080         processing moments for double-measure percents as well.
2082         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
2084         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
2085         grob prop type. 
2087         * Documentation/user/refman.itely (Printing named chords): add
2088         chord name tweak doco.
2090         * input/template/gregorian-transcription.ly: new file.
2092 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2094         * VERSION: 1.7.13 released
2095         
2096         * input/test/*: lots of cleanups/comment-outs/removals in chord
2097         examples
2098         
2099         * input/regression/*: lots of cleanups/comment-outs/removals in
2100         chord examples
2101         
2102         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
2103         options
2105         * lily/new-chord-name-engraver.cc (process_music): give original
2106         inversion pitch to chord name routine.
2108         * input/tutorial/os-score.ly: update to new markup
2110         * Documentation/user/appendices.itely: simply include
2111         chords-ignatzek. 
2113         * Documentation/user/refman.itely (Chords mode): add documentation
2114         for chord mode.
2116         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
2117         not present in chord.
2118         (construct-chord): add inversion and bass support.
2120         * lily/chord.cc: junk contents.
2122 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
2124         * Documentation/user/refman.itely:
2125         * Documentation/user/music-glossary.tely: fix. 
2127 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2129         * scm/chord-entry.scm (construct-chord): move chord construction
2130         to Scheme.
2132         * lily/parser.yy (new_chord): new setup for chord entry.
2134 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
2136         * lilypond.words:
2137         * Documentation/user/music-glossary.tely: add ambitus.
2139 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2141         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
2143         * lily/include/*.hh: string() -> to_string()
2145         * scm/chords-ignatzek.scm: new file.
2147         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
2148         standard chord name exceptions.
2150         * scm/translator-property-description.scm (chordNameSeparator):
2151         add property.
2152         (majorSevenSymbol): add property
2154         * lily/translator-scheme.cc (ly:context-properties): new function
2155         (ly:context-parent): new function.
2156         (print_smob): print context name.
2158         * lily/music.cc (ly:get-music-length): new function
2159         (print_smob): don't print properties.
2161         * lily/duration.cc (duration<?): new function
2163         * input/regression/chords-funky-ignatzek.ly: new file.
2165         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
2166         jazz chords.
2168         * lily/pitch.cc (ly:pitch-diff): new function.
2170         * input/regression/chords-ignatzek.ly: new file.
2172 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2174         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
2175         pitches for jazz chords.
2177 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2179         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
2181 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
2183         * lilypond.words: add 1
2185 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
2187         * Documentation/topdocs/AUTHORS.texi: refine.
2189 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2191         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
2192         
2193         * lilypond.words: add one.
2195 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
2197         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
2198         Fontify bass note in chords, e.g., e in c1/e.
2199         
2200 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2202         * Documentation/user/music-glossary.tely: Dutch updates and
2203         additions (Arent Storm).
2205 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2207         * input/regression/ambitus.ly:  move file.      
2209         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
2211         * lily/event.cc (transpose): add tonic property to Key_change_req
2212         and to Key_engraver.
2214 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
2216         * Documentation/user/refman.itely: fix typo.
2218         * lilypond.words: removed wrong identifiers.
2220 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2222         * mf/feta-toevallig.mf: make flat stem shorter 
2224 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
2226         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
2228         * lilypond.words: add from Phrasing slur.
2229         
2230 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
2232         * lilypond-mode.el: allow launching multiple ViewPS processes.
2233         
2234         * lilypond.words: add from Text markup.
2236 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2238         * input/test/ossia.ly (texidoc): add comment.
2240         * input/regression/voice-follower.ly: new file.
2242         * mf/feta-toevallig.mf: make flat heavier.
2244         * lily/cluster-engraver.cc: clean up Cluster engraver
2246         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
2247         Engraver. Use Note_column to compute Y positions and deal with
2248         line break stuff.
2250 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2252         * lily/stem.cc: move french-beaming to stem.
2254 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
2256         * lilypond-font-lock.el: fontify all durations in chords.
2258         * lilypond.words: add from lily/my-lily-lexer.cc
2260 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2262         * VERSION: release 1.7.12
2264         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
2266         * lily/gregorian-ligature.cc: new file
2268         * lily/*: the Great 2003 search & replace.
2270         * Documentation/user/refman.itely (Manual repeat commands): add
2271         note about font selection.
2273 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
2275         * lilypond-mode.el: propose recompiling midi while invoking playing,
2276         not while stopping playing.
2278 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
2280         * lilypond.words: add one.
2282         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
2283         and expressional note grouping. Fontify chord modes.
2285 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
2287         * Documentation/user/music-glossary.tely (Top): translate melisma.
2289 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2291         * Documentation/user/music-glossary.tely (Top): add melisma.
2293 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
2295         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
2296         interfaces for (abstract) grob GregorianLigature
2298         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2299         renamed head* -> glyph_name*, x-shift* -> x-offset*
2301         * scm/grob-property-description.scm: bugfix: added missing descriptions
2303 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2305         * input/test/chord-names-dpnj.ly: New file.
2307         * scm/double-plus-new-chord-name.scm: Implement full and partial
2308         exceptions.
2310         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
2312         * scm/double-plus-new-chord-name.scm
2313         (double-plus-new-chord->markup): Fix sub->markup.
2316 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
2318         * lily/custos-engraver.cc: added TODO; editorial changes
2320         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
2321         consistency with other ligature engravers; removed access on (now)
2322         private variable _ligature of Ligature_engraver
2324         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
2325         renamed last_bound -> last_bound_; issue programming_error on
2326         abstract method calls; moved primitives code from
2327         Mensural_bracket_engraver to here (because almost ligature
2328         engravers will need it); renamed try_stop_ligature () ->
2329         typeset_ligature (); bugfix: store primitives of finished ligature
2330         in separate variable finished_primitives_ to avoid clash on input
2331         like "\] \["; added current_ligature () to enable access on
2332         private variable _ligature
2334         * lily/mensural-ligature-engraver.cc: removed primitives_ code
2335         (now in super class); renamed try_stop_ligature () ->
2336         typeset_ligature ()
2338         * lily/mensural-ligature.cc: issue programming_error on abstract
2339         method calls
2341         * lily/note-heads-engraver.cc: added TODO comment upon bool
2342         in_ligature
2344         * mf/parmesan-heads.mf: fixed some of set_char_box()
2346         * scm/grob-description.scm: added VaticanaLigature
2348         * scm/grob-property-description.scm: added neume prefix properties
2350         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
2351         lily/include/gregorian-ligature-engraver.hh,
2352         lily/include/gregorian-ligature.hh: new files; framework for
2353         gregorian ligature engravers such as vaticana
2355         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
2356         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
2357         vaticana style ligature implementation (still somewhat uncomplete)
2359 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2361         * VERSION: release 1.7.11
2363         * scripts/convert-ly.py: add ly:pitch-transpose rule
2365 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2367         * input/test/dpncnt.ly: New file.
2369         * lily/my-lily-lexer.cc: Add chordnames keyword.
2371         * lily/parser.yy (chordnames_block): Parse chord name exception
2372         lists, see input/test/dpncnt.ly.
2374         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
2375         function.
2377         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
2378         filter-out too.
2380         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
2381         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
2382         pitch functions (except for ly:make-pitch, but that's apparently
2383         some sort of scheme naming standard?).
2385         * scm/lily.scm (!=): define-public.
2387         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
2389 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2391         * scm/double-plus-new-chord-name.scm
2392         (double-plus-new-chord-name->markup): New file.
2394 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2396         * python/lilylib.py (make_preview): don't suppress progress for
2397         bbox extraction.
2399 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2401         * Documentation/user/appendices.itely (scheme): update for new syntax.
2403         * input/regression/chord-name-styles.ly: new file
2405         * lily/instrument-name-engraver.cc: create instrument names
2406         without barline too.  Allows instrument name on ChordNames  
2408         * scm/new-markup.scm (interpret-markup): allow simple strings as
2409         markup too.
2411 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2413         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
2414         (step->markup-accidental): Fix: add accidental.
2415         (chord::inner-name-american): 
2416         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
2417         append stray '/' if last superscript addition was 'o'.
2419         * scm/new-markup.scm (normal-size-sub-markup) 
2420         (normal-size-super-markup): New function.
2422         * lily/source-file.cc (Source_file): Add warning for possibly
2423         intentional but suspicious initialization.
2425         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
2426         add comments about cut-and-paste programming.
2428         * flower/rational.cc (lcm): Not used; comment out.
2430 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2432         * lily/new-fingering-engraver.cc (position_scripts): use
2433         fingerHorizontalDirection to determine fingering horizontal
2434         directions.
2436         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
2437         fingering support.
2439         * scripts/convert-ly.py (FatalConversionError.conv): add style
2440         conversion rule. 
2442         * scm/chord-name.scm (set-chord-name-style): new function.
2443         (new-chord-name-brew-molecule): revise to interpret markup only
2444         (new-chord->markup): cleanuppish rewrite. To be called from the
2445         new engraver.
2447         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
2448         Markup earlier, during interpreting.
2450         * input/test/{banter,jazz,american}-chords.ly (scheme): update
2451         style settings. Rename to chord-names-*.ly
2453 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2455         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
2456         markup code and update to new markup.  Most probably broke some of
2457         it.
2458         
2459 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
2461         * Documentation/user/refman.itely: added docu for ambitus and
2462         clusters
2464         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
2465         ly_quote_scm() in lookup.cc
2467         * mf/parmesan-clefs.mf: set_char_box fix
2469         * lily/cluster-engraver.cc: junk implicit protection; use
2470         Protected_scm instead
2472 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2474         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
2475         throughout.
2477         * scm/new-markup.scm: Turn-off error-triggering test code.
2479 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2481         * scm/new-markup.scm (markup-thrower-typecheck) 
2482         (markup-typecheck?):  add full typechecking functions.
2483         (make-markup-maker): add make-FOO-markup functions.
2484         (markup-argument-list-error): nice error checking messages.
2485         (make-markup): better function: less quoting escapades.
2487 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2489         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
2491 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2493         * cygwin/lilypond.hint (requires): Add cygwin.
2495         * .cvsignore: Remove stepmake (huh!?!), add lib.
2497         * GNUmakefile.in: Add libdir links for builddir runs.
2499         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
2500         instead of datadir.
2502         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
2503         local_lilypond_libdir.
2505         * config.make.in (lilypond_libdir): Add.
2507         * stepmake/stepmake/substitute-rules.make: 
2508         * stepmake/stepmake/script-rules.make: 
2509         * stepmake/stepmake/python-module-rules.make:
2510         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
2511         lilypond-python-module patch.
2513 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2515         * Documentation/user/refman.itely (Graphical interfaces): add note
2516         about xml2ly.
2518 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2520         * scripts/ly2dvi.py (run_dvips): remove trailing newline
2522 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2524         * VERSION: released 1.7.10
2526         * scripts/musedata2ly.py (): idem
2528         * scripts/midi2ly.py (dump_chord): idem
2530         * scripts/etf2ly.py (version): idem 
2532         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
2534         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
2536         * scm/tex.scm (tex-output-expression): remove eval compat
2537         glut. Other output files too.
2539         * scm/chord-name.scm: don't export anything from chord module.
2541         * input/test/american-chords.ly: idem
2543         * input/test/banter-chords.ly (texidoc): idem
2545         * input/test/Cc-chords.ly: add breakage notes.
2547         * Documentation/user/refman.itely (Text markup): rewrite manual section.
2549         * lily/parser.yy (scalar): allow \markup { } as property value. 
2551         * scm/chord-name.scm: complete new markup usage
2553         * scm/grob-description.scm (all-grob-descriptions): use new markup
2554         texts by default
2556 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2558         * scm/chord-name.scm: partial move to new markup texts.
2560 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2562         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
2564         * scm/bass-figure.scm (brew-bass-figure): make stack direction
2565         settable.
2567 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
2569         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
2570         invoked for old midi, wait for killing.
2572 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
2574         * Documentation/user/music-glossary.tely: Finnishing.
2576 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2578         * mf/feta-nummer-code.mf: some kerning pairs.
2580 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
2582         * scm/output-lib.scm (set-bar-number-visibility): Context-function
2583         Added.
2585         * Documentation/user/refman.itely (Bar numbers):
2586         set-bar-number-visibility added, modulo-bar-number removed again
2587         (sorry).
2589 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
2591         * scm/output-lib.scm (modulo-bar-number-visible): add function.
2593         * Documentation/user/refman.itely: add modulo-bar-number-visible.
2595         * Documentation/user/music-glossary.tely: translate into Finnish.
2597 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2599         * lilypond-mode.el: add shortcut for 2midi
2601         * lilypond-font-lock.el: fontify lyrics
2603 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
2605         * scm/drums.scm : use 1.7.x names.
2607         * input/regression/drums.ly : Don't use << chords >>
2609 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2611         * lilypond-mode.el: tidy, add TODO
2613         * make/lilypond.mandrake.spec.in: install-info quietly.
2615 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2617         * input/test/markup.ly: use new syntax.
2619 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2621         * ly/params-init.ly (interscoreline): add word-space
2623         * input/test/metronome.ly (eighthNote): idem.
2625         * input/test/script-priority.ly: use new markup
2627         * lily/parser.yy (markup): allow HEAD markup0 markup1 
2629         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
2631         * lily/parser.yy (gen_text_def): bugfix.
2632         (full_markup): allow markup identifier.
2634 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
2636         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
2637         jobs at the same time. Add horizontal lines to Command menu.
2638         Allow one compiling job -- propose killing others before a new one.
2640         * lilypond.words: add markup, teeny, etc.
2642 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
2644         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
2645         Allow only one type of midi process; launching Midi either stops
2646         midis or plays the current midi and launching MidiAll stops midis
2647         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
2648         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
2650 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2652         * lily/text-engraver.cc (process_acknowledged_grobs): use new
2653         markup  for new markup texts.
2655         * lily/mark-engraver.cc (process_music): idem
2656         
2657         * lily/instrument-name-engraver.cc (create_text): idem
2659         * scm/new-markup.scm (magnify-markup): new function.
2661         * scm/molecule.scm (stack-lines): bugfix.
2663         * lily/font-interface.cc (get_font): take font-magnification from
2664         alist chain.
2666 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2668         * lily/molecule-scheme.cc: move scheme functions to separate file.
2670         * lily/font-metric.cc  (ly_get_glyph): new function. 
2671         
2672         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
2673         (italic-markup, dynamic-markup): new functions
2674         (font-markup): new function
2676         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
2677         padding and minimum
2679 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
2681         * lily/accidental-engraver.cc:
2682         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
2684 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
2686         * lilypond.vim:
2687         * lilypond-font-lock.el: Put \longa as duration. Accept only 
2688         [a-zA-Z] for user defined identifiers. Separate note cases 
2689         with and without a duration (allow cis\longaX).
2691         * lilypond.words: Add words from Info.
2693 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2695         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
2697 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
2699         * lilypond-mode.el: Propose reverting buffer before a command if
2700         it was edited with an another editor.
2702 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2704         * lily/molecule.cc (ly_translate_molecule): new function
2706         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
2707         into libdir
2709         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
2711         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
2713 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
2715         * lilypond.words: take \words from Info-index.
2717 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2719         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
2721 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
2723         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
2725 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
2727         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
2728         and lilypond-documentation.
2730 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2732         * lily/parser.yy: Compile fix (bison 1.75).
2734 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2736         * VERSION: 1.7.9 released
2738         * scm/music-functions.scm (shift-one-duration-log): refactor.
2739         Use music-map.
2741         * input/regression/chord-tremolo.ly (texidoc): add dot test.
2743         * NEWS: update.
2745         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
2746         argument
2747         
2748         * scm/music-functions.scm (display-music): new function
2749         (music-map): change arg order.
2751         * input/regression/new-markup-syntax.scm: new file
2753         * lily/parser.yy (markup): add \markup { .. } syntax.
2755         * scm/new-markup.scm (override-markup): new function
2756         (lookup-markup): new function
2757         (music-markup): new function
2758         (lookup-markup-command): use markup-signature to store argument
2759         format for parser.
2761         * lily/lexer.ll: preliminary \markup syntax. 
2763 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
2765         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
2766         add pre/post-dependencies and menus with icons from source.
2768         * Documentation/pictures/lilypond-48x48.xpm:
2769         * Documentation/pictures/lilypond-32x32.xpm:
2770         * Documentation/pictures/lilypond-16x16.xpm: new files, background
2771         transparent.
2773         * stepmake/stepmake/generic-targets.make:
2774         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
2776 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2778         * input/regression/music-map.ly (texidoc): new file.
2780         * scm/music-functions.scm (music-map): new function
2782 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2784         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
2786 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
2788         * input/test/to-xml.ly:
2789         * lily/ligature-engraver.cc: Fixes documentation.
2791         * lilypond.mandrake.spec.in:
2792         * lilypond.redhat.spec.in: Add lilypond.words.
2794         * Documentation/user/refman.itely: Mention Info inside emacs.
2795         
2796         * lilypond.suse.spec.in:
2797         * lilypond.redhat.spec.in: 
2798         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
2800 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2802         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
2803         os.popen.read ().
2805 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2807         * scripts/ly2dvi.py (include_path): print warning if failing anything.
2809         * python/lilylib.py (error): add space
2811 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2813         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
2814         distribution.
2816 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2818         * lily/paper-outputter.cc (Paper_outputter): close port when
2819         finishing score.
2821 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2823         * scm/sodipodi.scm: Fixes.
2825 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
2827         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
2829         * buildscripts/make-font-dir.py: Fix. 
2831 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
2833         * lilypond-mode.el: Add support for Info inside Emacs.
2835 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2837         * buildscripts/make-font-dir.py: 
2838         * mf/GNUmakefile: Make sodipodi font map.
2840         * scm/sodipodi.scm: Add more output functions.
2842         * mf/feta-nummer.mf: 
2843         * mf/feta-beugel.mf: Add font_coding_scheme.
2845         * lily/paper-outputter.cc (output_header): Fix creator string.
2847 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2849         * lilypond-mode.el (LilyPond-autocompletion): invoked with
2850         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
2852         * lilypond.words: add two (Everybody can add/remove words now!).
2854         * debian/rules:
2855         * make/lilypond.suse.spec.in:
2856         * make/lilypond.mandrake.spec.in:
2857         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
2859         * Documentation/user/refman.itely: Mention autocompletion.
2861 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2863         * scripts/ly2dvi.py: Add paper sizes.
2865         * lily/timing-engraver.cc: 
2866         * lily/time-signature.cc: 
2867         * lily/span-bar.cc: 
2868         * lily/grob-scheme.cc: Code formatting fixes.
2870         * scm/sodipodi.scm: 
2871         * scm/sketch.scm:
2872         * buildscripts/mf-to-table.py: 
2873         * buildscripts/make-font-dir.py: Font testing.
2875 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2877         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
2878         inserts try-completion and shows all-completions.
2880         * lilypond.words: '\' -> '\\'
2882         * lilypond-mode.el: load libraries in the end, lilypond.words defines
2883         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
2884         
2885         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
2886         and LilyPond-reserved-words.
2887         
2888 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
2890         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
2891         from load-path.
2892         
2893         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
2894         the mini-buffer with Control-Shift-c.
2895         
2896 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2898         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
2899         duration. This fixes \tempo taking time.
2901 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2903         * lily/volta-engraver.cc (process_acknowledged_grobs): 
2904         Allow for text markup in repeatCommands. 
2906 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
2908         * lilypond-mode.el (LilyPond-insert-string): new function, use it
2909         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
2910         Get rid of skeleton.el-dependency.
2912         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
2914 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2916         * lily/beam-engraver.cc (stop_translation_timestep): reset
2917         now_stop_ev_
2919         * lily/scm-option.cc: add parse-protect to ly:set-option
2921         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
2923 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2925         * lily/include/ligature-bracket.hh: removed
2926         * lily/ligature-bracket.cc: removed
2928         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
2929         .tex
2931         * lily/beam.cc (set_beaming): don't change beam count on rests.
2932         (brew_molecule): always set flag-width > 0.
2934 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
2936         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
2937         chars, remove instructions; instead, refer to lilypond-init.el and
2938         Documentation/topdocs/INSTALL.texi.
2940         * lilypond.words: add identifiers and reserved words.
2942         * Documentation/topdocs/INSTALL.texi: separate sections for installing
2943         files and adding a load-path.
2945         * lilypond-init.el: Instructions, extracted from 
2946         Documentation/topdocs/INSTALL.texi. 
2947         
2948 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2950         * VERSION: 1.7.8 released 
2952         * lily/grob.cc (warning): better robustness fix.
2954 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
2956         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
2958         * lily/cluster-engraver.cc: stick better to variable naming
2959         conventions
2961         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
2962         until stop_translation_timestep()
2964         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
2965         min/max coordinates to backend, but no musical info such as
2966         pitches
2968         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
2970         * lily/grob.cc: robustness fix: warning(): do not crash if
2971         cause is not set
2973         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
2974         the much more elaborated tuplet brackets than the very naive and
2975         simple ligature bracket grob
2977 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2979         * Documentation/user/refman.itely (Analysis brackets): add
2980         horizontal bracket doco.
2982         * ly/property-init.ly (setMmRestFermata): added.
2984         * Documentation/user/refman.itely (Multi measure rests): fermatas
2985         on mm rests.
2987         * input/regression/apply-context.ly (texidoc): new file
2989         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
2990         code to be executed during interpretation. Possible applications:
2991         smart octavation, more advanced bar checks. 
2993         * lily/apply-context-iterator.cc: new file.
2995 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2997         * input/test/new-markup.ly: new file.
2999         * lily/text-item.cc (text_to_molecule): new function
3001         * scm/new-markup.scm (lambda): new file
3003         * lily/function-documentation.cc (ly_add_function_documentation):
3004         add proc property as well
3006 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3008         * Documentation/user/music-glossary.tely (Top): add custos.
3010 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
3012         * Documentation/topdocs/INSTALL.texi: advise how to include source
3013         path to Emacs load-path and improve language.
3015 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3017         * GNUmakefile.in: config.h message fix.
3019         * autogen.sh:
3020         * aclocal.m4: Regenerate.
3022         * configure.in: 
3023         * config.make.in: 
3024         * stepmake/config.make.in: 
3025         * stepmake/configure.in: 
3026         * stepmake/autogen.sh: 
3027         * stepmake/aclocal.m4: Update for autoconf 2.56.
3029 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
3031         * Documentation/topdocs/INSTALL.texi: instructions for an user how
3032         to install Emacs-mode. Instructions how to use vim-mode.
3034 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3036         * scm/music-types.scm (music-descriptions): no length for tempo event.
3038         * input/*.ly: add \version everywhere.
3039         
3040         * input/*.ly: update syntax to 1.7 + new-chords.
3042         * VERSION: 1.7.7 released.
3043         
3044         * Documentation/user/*.tely: new chord syntax.
3046         * input/regression/[bc]*.ly (texidoc): syntax updates.
3047         
3048 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
3050         * lilypond.words: add vocabulary to be used in auto-completion
3052         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
3054         * lilypond.vim: allow note name at EOF
3056 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3058         * buildscripts/new-chords.py (edit): -e option: inline editing.
3060         * input/regression/a*.ly (texidoc): syntax updates.
3062         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
3063         music): elucidations. 
3065 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
3067         * lily/include/lily-proto.hh, ly/engraver-init.ly,
3068         ly/spanners-init.ly, scm/grob-description.scm,
3069         scm/grob-property-description.scm, scm/music-types.scm,
3070         lily/cluster-engraver.cc, lily/cluster.cc,
3071         lily/include/cluster.hh, input/test/cluster.ly: cluster
3072         implementation
3074         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
3075         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
3076         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
3078         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
3080         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
3082         * scm/grob-description.scm: bugfix: by default, use default note
3083         head style when engraving ligatures
3085         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
3087         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
3088         events
3090         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
3092         * input/test/ancient-font.ly: bugfix: style -> flag-style
3094         * lily/ligature-engraver.cc: indentation fix
3096         * lily/parser.yy: indentation fixes
3097         
3098 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3100         * input/regression/measure-grouping.ly: more elaborate example.
3102         * lily/moment.cc: ly:add-moment, ly:mul-moment,
3103         ly:div-moment. New functions 
3105         * scm/music-functions.scm (set-time-signature): new function,
3106         allow inline time sig settings with measure grouping.
3108         * lily/parser.yy (command_element): move time sig construction
3109         into Scheme.
3111         * lily/side-position-interface.cc (out_of_staff): new function,
3112         like padding, but keep minimum distance from staff. Easier than
3113         linespanners (dynamics, pedals), but roughly the same effect.
3115 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
3117         * emacs-mode.el: Added spanish-note-replacements 
3118         (<carlos.betancourt@chello.be>).
3120         * vimrc: (Un)commenting with <(S-)F12>, tidy.
3122 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
3124         * lilypond.vim: Do not fontify cises, desis, etc.
3126         * vimrc: view dvi with <S-F6>
3128 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3130         * lily/lookup.cc (triangle): new function.
3132         * input/regression/measure-grouping.ly (texidoc): new file: show
3133         triangles and brackets for beat groups of 3 and 2.
3135         * lily/include/measure-grouping-spanner.hh (class
3136         Measure_grouping): new file.
3138         * lily/measure-grouping-spanner.cc (brew_molecule): new file
3140         * lily/measure-grouping-engraver.cc (class
3141         Measure_grouping_engraver): new file.
3143 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3145         * Merge from stable:
3147             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
3148         
3149         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
3150         stylesheet.
3152         * ly/paper19.ly: Include paper19-init.ly.
3154         * ly/paper19-init.ly: New file.
3156         * Documentation/user/tutorial.itely (First steps): Fix first
3157         example for font test.
3159         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
3161         * ChangeLog: Add 1.7.6 release marker (see below).
3163         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
3164         Add .py files.
3166 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3168         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
3170         * input/tutorial/*.ly: update to new syntax.
3172         * lily/parser.yy (Composite_music): new transpose syntax,
3173         \transpose FROM TO MUSIC. 
3175 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3177         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
3178         latex progress/error output to stderr (by default this goes to
3179         stdout).  Show lilypond progress, even when not verbose.
3181         * python/lilylib.py (system): New optional parameter to control
3182         showing of progress.
3184         * scm/backend-documentation-lib.scm (check-dangling-properties):
3185         Fix error message.
3187         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
3188         axis, extent.
3190         * scm/grob-property-description.scm (magnify): Remove.
3191         (extent, axis): Add.
3193 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3195         * VERSION: Release 1.7.6.
3197         * scripts/convert-ly.py: more uniformization substitutions.
3199         * buildscripts/new-chords.py (sub_chords): new file.
3201 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3203         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
3204         lilypond.map.  Include sauter fonts too.  Cleanups.
3206 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3208         * Documentation/user/tutorial.itely (First steps): change to new
3209         chord/tie/slur/beam notation.
3211         * lily/parser.yy (event_that_take_dir): allow postfix notation for
3212         ties.
3214         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
3215         engraver. Process ties in postfix notation, i.e. c8-~ c
3217         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
3219         * input/regression/beam-postfix-notation.ly (texidoc): new file.
3221         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
3223         * lily/beam-engraver.cc (try_music): accept new-beam-events
3225         * input/regression/chord-scripts.ly (texidoc): new file
3227         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
3228         script-events.
3230         * scm/script.scm (default-script-alist): cleanup.
3232         * lily/script-engraver.cc (make_script_from_event): cleanup.
3234         * lily/lyric-combine-music-iterator.cc
3235         (Lyric_combine_music_iterator): remove superfluous events.
3236         (melisma_busy): new function. Fix broken melismas.
3238 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3240         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
3241         Remove nonvalid settings. Use descriptive key names.
3242         Use <Return> to indicate the pressing of that key.
3244 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3246         * scripts/lilypond-book.py (option_definitions): Typo.
3248         * scripts/ly2dvi.py: Updates.
3250         * python/lilylib.py (setup_environment, print_environment)
3251         (get_bbox, make_preview): Merge and remove from ly2dvi and
3252         lilypond-book.
3254         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
3256         * .cvsignore: Remove some cruft.
3258         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
3259         path.
3261         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
3262         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
3263         throughout.
3265         * python/lilylib.py (quiet_system): Junk
3266         (system): Display error log upon failure.
3267         (read_pipe): New function.  Cleanups and fixes.
3269         * python/*.py: Rename from *.py.in.
3270         
3271         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
3273         * GNUmakefile.in (SUBDIRS): Move python before scripts.
3275 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3277         * python/GNUmakefile: Bugfix: handle modules.
3279         * stepmake/stepmake/python-module-targets.make (default): Add
3280         compiled modules. 
3282         * stepmake/stepmake/python-module-rules.make: Add rule for byte
3283         compiling modules.
3285         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
3286         Bugfix.  (OUT_PYC_MODULES): Add.
3288 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3290         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
3291         Use default paths. Refresh description.
3293 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3295         * VERSION: 1.7.5 released
3297         * input/regression/finger-chords.ly (texidoc): new file.
3299         * lily/script-engraver.cc (process_music): remove scriptHorizontal
3300         support
3302         * lily/fingering-engraver.cc (process_music): remove kludgy
3303         scriptHorizontal stuff.
3305         * lily/script.cc: remove staff-support property.
3307         * lily/new-fingering-engraver.cc (add_fingering): new
3308         file. Fingering engraver for new style chords.
3310 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3312         * lily/parser.yy (bare_number): allow 4 \cm (without
3313         decimal dot). (should backport to 1.6?)
3315         * ly/declarations-init.ly: use Scheme for dimension defs.
3317         * lily/parser.yy (TODO): remove hard coded dimensions, add
3318         REAL NUMBER_IDENTIFIER production.
3320         * lily/rest-collision.cc (force_shift_callback): rewrite using
3321         -done property.
3323         * scm/grob-property-description.scm (rest-collision-done): add
3324         property.
3325         
3326         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
3328 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3330         * input/regression/multi-measure-rest-center.ly: new file.
3332         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
3333         off horizontally by 0.05 ss. Fixed.
3335 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3337         * scm/pdftex.scm: Rename ly-number to ly:number->string.
3339         * Documentation/topdocs/index.tely: Remove duplicate from merge.
3341 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3343         * lily/tie.cc (get_control_points): also avoid staff lines on the
3344         just outside the outer staff lines
3346 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3348         * ly/params-init.ly: Just define style-alist, no need to
3349         define-public.
3351         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
3352         (thanks Han-Wen).
3354         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
3355         (FET_FILES): = FONT_FILES.
3357         * Merge from stable:
3359             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
3361 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3363         * VERSION: 1.7.4 released.  
3364         
3365         * scm/generate-documentation.scm (string-append): add macro
3366         definitions.
3368         * lily/text-item.cc (lookup_text): don't use virtual fonts for
3369         normal texts.
3371         * lily/multi-measure-rest-engraver.cc: make separate
3372         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
3374         * lily/multi-measure-rest.cc: remove text handling. Remove
3375         number-threshold.
3377 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3379         * scm/music-types.scm: doc patch by Graham Percival
3381 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3383         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
3384         encoding part.
3385         (Font_info.set_defaults): pixelsize now also defauts to '0'.
3386         (sketch_p): Sketch wants only first four elements of X11 font spec.
3388         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
3390         * mf/feta-autometric.mf: Write foundry and family to log.
3392         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
3393         font translation table.
3395         * buildscripts/mf-to-table.py: Better font info into afm.
3397         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
3398         1.0.9 required.
3400         * configure.in: Whine for mftrace 1.0.9.
3402 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3404         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
3406         * lily/main.cc (main_prog): don't try to load init.EXT when
3407         processing foo.EXT.
3409 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
3411         * scm/tex.scm (zigzig-line): added.
3413         * scm/ps.scm (zigzag-line): added.
3415         * ps/music-drawing-routines.ps (subvec): added.
3416         (draw_zigzag_line): added.
3417         
3418         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
3419         grob properties zigzag-width and zigzag-length.
3421         * input/regression/glissando.ly: Add some zig-zagged glissandi.
3423 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3425         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
3426         svg output, including font.
3428 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3430         * scm/lily.scm: Register sodipodi output module.
3432         * scm/sodipodi.scm: New file.
3434         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
3436         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
3437         comment, after header.
3438         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
3439         FullName.  Fix FontName key.
3441 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
3443         * lily/rest.cc (after_line_breaking): bugfix: dots after half
3444         and breve rests.
3445         
3446         * input/test/blank-notes.ly: bugfix
3448         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
3449         rests. (Kim Shrier)
3451         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
3452         
3453 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3455         * scm/tex.scm: 
3456         * scm/ps.scm: Cleanup and remove obsolete junk.
3458         * Documentation/user/internals.itely:
3459         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
3461         * lily/parser.yy: Identify shift/reduce problems.
3463         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
3464         make-style-sheet.  Too specific for convert-ly?
3466 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3468         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
3470         * input/test/*.ly: various fixes.
3472         * lily/music.cc (name): bugfix
3474         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
3476         * lily/input-file-results.cc (code): set-point-and-click! ->
3477         set-point-and-click
3478         
3479 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3481         * Use uniform ly: prefix for exported scheme primitive functions.
3483         * scm/music-types.scm: junk compat glue
3485         * scripts/convert-ly.py: add rules for stuff below, junk
3486         compatibility glue for spanrequest.
3488         * lily/parser.yy (verbose_event): remove \spanrequest,
3489         \commandspanrequest, \script. 
3490         
3491         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
3493         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
3494         for \penalty, \glissando.
3496         * VERSION: release 1.7.3
3497         
3498 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
3500         * lily/accidental-engraver.cc: Fix
3501         grace-in-the-beginning-of-measure bug caused by the resent
3502         partial-measure fix.
3504         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
3505         overlap looks too crowded)
3506         
3507 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3509         * lily/parser.yy (assignment): allow SCM expression as assignment.
3511         * lily/include/music-output-def.hh (class Music_output_def):
3512         * lily/music-output-def.cc: 
3513         * lily/paper-def.cc: 
3514         * scm/font.scm (markup-to-properties):
3515         * lily/parser.yy (music_output_def_body): 
3516         remove style_sheet_
3518 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3520         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
3521         length.
3523         * input/regression/spacing-to-grace.ly: new file.
3525         * input/regression/spacing-end-of-line.ly: new file.
3527         * lily/note-spacing.cc (get_spacing): take into account breakable
3528         stuff sticking out at the left (time sig change at line break).
3530         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
3531         raggedright code.
3533         * scm/music-functions.scm (make-voice-props-set): add
3534         staff-position for mm rests.
3536         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
3537         before grace notes a little.
3539         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
3541         * lily/break-align-interface.cc (do_alignment): right-edge spacing
3542         key adds space at the end of line. 
3544 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3546         * scm/sketch.scm: Fix beams.
3548         * buildscripts/mf-to-table.py: Add EncodingScheme.
3550         * scm/sketch.scm: Resurrect.
3552 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3554         * lily/multi-measure-rest.cc: use breve rests for measure lengths
3555         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
3557 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3559         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
3561         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3563 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3565         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
3566         token for origin information.
3568         * lily/parser.yy (My_lily_lexer): do identifier location and
3569         cloning from lexer.
3571         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
3572         logic out of the parser. Add bar checks on both ends.
3574         * Documentation/user/refman.itely (Multi measure rests): add more
3575         notes about mm rests.
3577 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3579         * input/regression/bar-scripts.ly: Re-enable.
3581         * lily/parser.yy:
3582         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
3583         released rsn.  Bison 1.50 has a crucial bug and won't work.
3585         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3588 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3590         * input/regression/bar-scripts.ly: Blunt documentation build fix.
3592 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3594         * Actually merge changes since 1.6.4 besides ChangeLog, and
3595         resolve conflicts.  Lots of updates, hope all is well.
3596         
3597         * cygwin/lilypond.hint (requires): Add ghostscript.
3599         * scm: Update some (c).
3600         
3601 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3603         * input/test/{various}.ly: add \header fields and texidoc strings.
3605 2002-10-05  Werner Lemberg  <wl@gnu.org>
3607         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
3608         renamed to `output_latex_quoted'.
3609         Added `output_latex_noquote'.
3610         (schedule_lilypond_block): Implement `noquote' option for LaTeX
3611         mode.
3613 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3615         * ChangeLog: Add 1.6.6 release marker.  See below.
3617         * stepmake/stepmake/po-targets.make: Remove --c++ option.
3619         * scripts/midi2ly.py: Fix global syntax warnings.
3621         * GNUmakefile.in: Generate builddir locale tree too.
3623         * scripts/ly2dvi.py:
3624         * scripts/midi2ly.py: 
3625         * scripts/mup2ly.py: 
3626         * scripts/update-lily.py:
3627         * lily/main.cc (setup_paths): Fix for locales setup.
3629 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3631         * Documentation/windows/installing.texi: Soften wording about
3632         necessity of becoming Administrator.  tommie@iae.nl reports this
3633         does not seem to be necessary for his flavour of Windows 2000.
3634         Explicitely discourage text mode mounts.
3636 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3638         * lily/rest.cc (after_line_breaking): backport dot position fix.
3640         * lily/rest-collision.cc (do_shift): also remove dots for suicided
3641         rests. Thanks to Klaus Zimmermann for finding this bug.
3643 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3645         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
3647 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3649         * Documentation/user/music-glossary.tely: fix links.
3651 2002-10-21  Werner Lemberg  <wl@gnu.org>
3653         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
3654         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
3655         scaling factor) only once and use them in the definition of
3656         \embeddedps.
3657         * ps/music-drawing-routines.ps (skeel): Removed.
3659 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3661         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
3662         Solaris7, as we don't use nested $( ) constructs.
3664 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3666         * VERSION: Release 1.6.6.
3667         
3668 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3670         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
3671         as workaround for /bin/sh problems on Solaris7.
3673 2002-10-19  Werner Lemberg  <wl@gnu.org>
3675         * GNUmakefile.in (web-doc): Fix typos.
3676         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
3677         `music-drawing-routines.ps' but emit \special{header=...} once.
3678         * scm/tex.scm (header-end): Updated.
3680 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3682         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
3683         undefined tremolo. 
3685 2002-10-15  Werner Lemberg  <wl@gnu.org>
3687         * scripts/lilypond-book.py (g_make_html): New global variable.
3688         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
3689         if `g_make_html' isn't set.
3690         [main]: Add format `texi-html'.
3691         (option_definitions): Updated.
3692         * Documentation/user/lilypond-book.itely: Updated.
3694         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
3695         * make/ly-rules.make (%.texi, %.nexi): Use it.
3696         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
3697         format to lilypond-book.
3698         * GNUmakefile.in (web-doc): Ditto.
3700 2002-10-14  Werner Lemberg  <wl@gnu.org>
3702         Further improve TeX output.  The produced files are about 40%
3703         smaller.  `lilyponddefs.tex' is now read only once.
3705         * tex/lilyponddefs.tex: Remove footer stuff.
3706         (\ifundefined): Renamed to...
3707         (\lilypondundefined): This.  Use LaTeX's definition to
3708         make it nestable and make it global.
3709         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
3710         output.
3711         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
3712         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
3713         them global.
3714         (\placebox): Renamed to...
3715         (\lyitem): This.
3716         Make it global and call \outputscale by itself.
3717         (\lybox, \lyvrule): New macros to reduce input data.
3718         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
3719         New auxiliary macros.
3720         (\SkipLilydefs, \EndLilyPondOutput): Removed.
3721         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
3722         to...
3723         (\lilypondspace): This and made it global.
3724         (\turnOnPostScript): Renamed to...
3725         (\lilypondpostscript): This and made it global.
3726         (\turnOnExperimentalFeatures): Renamed to...
3727         (\lilypondexperimentalfeatures): This and made it global.
3728         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
3729         (\lilypondsetdimen): This and made it global.
3730         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
3731         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
3732         (all, $(outdir)/music-drawing-routines.ps): New rules.
3733         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
3734         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
3735         start-system, stop-system, stop-last-system, filledbox): Updated to
3736         use the changed macros from lilyponddefs.tex.
3737         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
3739 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3741         * Documentation/windows/installing.texi: Update.
3743 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3745         * VERSION: 1.6.5 released
3747         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3749 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3751         * scm/translator-property-description.scm (voltaOnThisStaff): add
3752         property.
3754 2002-09-28  Werner Lemberg  <wl@gnu.org>
3756         * scm/tex.scm (header-end): Suppress page numbering.
3758         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3759         Fix quotation for HTML output.
3761 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3762         
3763         * Documentation/user/refman.itely: grammar and phrasing
3764           fixes to "Note Entry" section.  Also adds a few new examples.
3766 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3768         * flower/include/string-data.icc: include string.h
3770 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3772         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3774 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3776         * Documentation/user/GNUmakefile (extra-local-help): Add.
3778         * stepmake/stepmake/www-targets.make (local-help): Add.
3780 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3782         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3783         packages.
3785         * Documentation/topdocs/README.texi (Top): building documentation
3786         (not website.)
3788 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3790         * Documentation/user/refman.itely: 
3791         * Documentation/user/tutorial.itely: 
3792         * Documentation/user/music-glossary.tely: Merge changes.
3794         * Documentation/user/glossary.html.in: 
3795         * Documentation/index.texi: 
3796         * Documentation/header.html.in: Accomodate renaming of glossary.
3797         
3798         * Documentation/user/tutorial.itely: Add some glossary references.
3799         
3800         * Documentation/user/refman.itely: Minor fixes.
3801         
3802         * Documentation/user/lilypond.tely: Add glossary do direntry.
3804         * Documentation/user/music-glossary.tely: Rename (previously:
3805         glossary.tely).  Fix anchor placement.
3807         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3809 2002-09-23  Werner Lemberg  <wl@gnu.org>
3811         * scripts/lilypond-book.py (output_dict): Fix handling of
3812         various environments by avoid extraneous newlines.
3813         Rename `output-all' regexp for html to `output-html'.
3814         Replace `output-all' regexp for texi with `output-texi-quote'
3815         and `output-texi-noquote'.
3816         (compose_full_body): Don't override `linewidth' user option
3817         for `singleline'.
3818         (schedule_lilypond_block): Don't indent text specified with
3819         `intertext' option.
3820         Add new option `noquote'.
3821         (compile_all_files): Use latex instead of tex to compile ly
3822         files directly.
3824         * Documentation/user/lilypond-book.itely: Updated and revised.
3825         Improve layout.
3827         * Documentation/user/glossary.tely,
3828         Documentation/user/introduction.itely,
3829         Documentation/user/tutorial.itely,
3830         Documentation/user/refman.itely,
3831         Documentation/user/appendices.itely: Fix overfull LilyPond
3832         boxes caused by the new lilypond-book code.  Other minor
3833         fixes.
3835         * Documentation/user/macros.itexi (@texiflat): Don't emit
3836         trailing space.
3838         * scm/tex.scm (end-output, header-end): Add preamble and
3839         postamble to make lilypond output directly compilable with
3840         latex.
3842         
3843 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3845         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3846         instructions.
3848 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3850         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3852 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3854         * lily/beam.cc (connect_beams): don't crash if there are quarter
3855         notes in beams.
3857 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3859         * Documentation/user/refman.itely: corrected ancient clef
3860         docu; added docu on ligatures
3862 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3864         * Documentation/user/glossary.tely,
3865         Documentation/user/refman.itely, input/les-nereides.ly,
3866         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3867         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3868         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3869         Stem properties: flag-style -> stroke-style, style -> flag-style.
3872 2002-09-22  Werner Lemberg  <wl@gnu.org>
3874         * scripts/lilypond-book.py: Add option `notime' to suppress
3875         printing of a time signature.  Specify default indentation of 0pt
3876         if single line fragment.  Don't emit redundant `\paper{ }'.
3878         * Documentation/user/lilypond-book.itely: Updated.
3880         * Documentation/user/glossary.tely: Completely reformatting.
3882 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3884         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3886 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3888         * Documentation/user/tutorial.itely: Fix links.
3889         
3890         * Documentation/topdocs/index.tely:
3891         * Documentation/index.texi:
3892         * Documentation/header.html.in: Small website fixes and updates.
3894         * debian/: Debian patch by Anthony Fok.
3896 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3898         * Documentation/footer.html.in: How time flies: It's already 2002!
3900         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3901         more descriptive link names than 'here'.
3903 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3905         * VERSION: 1.7.2 released
3906         * VERSION: 1.6.4 released
3907         
3908         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
3910         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
3911         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
3913         * mf/feta-din.mf (test): add x-height and space.
3915         * lily/dynamic-engraver.cc (process_music): take dynamic direction
3916         from ^_ for crescendi. Idem for slurs and phrasing slurs.
3918         * ly/grace-init.ly: add-to-grace-init: function to portably add
3919         settings to \grace. 
3921         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
3922         if we get an absolute dynamic event.
3924         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
3926         * lily/source-file.cc (get_line): oops. All line numbers were off
3927         by 2. Fix that. 
3929         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
3930         be after the note, combined with -_^, i.e. c4-(-\)-\>  
3932         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
3934         * lily/parser.yy (number_factor): remove (number) as number
3935         expression. ("Let them eat Lisp").
3937 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3939         * lily/horizontal-bracket.cc: new file.
3941         * lily/horizontal-bracket-engraver.cc: new file.
3943         * input/regression/note-group-bracket.ly: new file. Support
3944         horizontal note brackets for music analysis.
3946         * lily/stem.cc (flag): new flag-style: no-flag.
3948         * input/test/stem-cross-staff.ly: new file
3949         
3950         * Documentation/user/internals.itely: Improved formatting, fixing
3951         typos.  Added a section `Output details' to describe how the TeX
3952         code looks like.
3954         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
3956         * lily/parser.yy: remove \dynamicscript.
3958         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
3959         definitions. 
3961         * python/midi.c (midi_error): take two arguments.
3963         * Merge 1.6.5 changes:
3964         
3965 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3967         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
3968         staff-space.  Previous 1.5 was probably meant as half-spaces.
3969         (cautionary-style): parentheses (was: smaller).  This is what doco
3970         says, and it seems more logical.
3972         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
3973         for 2nd sentence.
3975 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3977         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
3979 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3981         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3983 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3985         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3987 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3989         * scm/translator-property-description.scm (voltaOnThisStaff): add
3990         property.
3992 2002-09-28  Werner Lemberg  <wl@gnu.org>
3994         * scm/tex.scm (header-end): Suppress page numbering.
3996         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3997         Fix quotation for HTML output.
3999 2002-09-28   Graham Percival   <gperciva@sfu.ca>
4000         
4001         * Documentation/user/refman.itely: grammar and phrasing
4002           fixes to "Note Entry" section.  Also adds a few new examples.
4004 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4006         * flower/include/string-data.icc: include string.h
4008 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4010         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4012 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4014         * Documentation/user/GNUmakefile (extra-local-help): Add.
4016         * stepmake/stepmake/www-targets.make (local-help): Add.
4018 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4020         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4021         packages.
4023         * Documentation/topdocs/README.texi (Top): building documentation
4024         (not website.)
4026 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4028         * Documentation/user/refman.itely: 
4029         * Documentation/user/tutorial.itely: 
4030         * Documentation/user/music-glossary.tely: Merge changes.
4032         * Documentation/user/glossary.html.in: 
4033         * Documentation/index.texi: 
4034         * Documentation/header.html.in: Accomodate renaming of glossary.
4035         
4036         * Documentation/user/tutorial.itely: Add some glossary references.
4037         
4038         * Documentation/user/refman.itely: Minor fixes.
4039         
4040         * Documentation/user/lilypond.tely: Add glossary do direntry.
4042         * Documentation/user/music-glossary.tely: Rename (previously:
4043         glossary.tely).  Fix anchor placement.
4045         * Documentation/user/GNUmakefile: Make music-glossary.info too.
4047 2002-09-23  Werner Lemberg  <wl@gnu.org>
4049         * scripts/lilypond-book.py (output_dict): Fix handling of
4050         various environments by avoid extraneous newlines.
4051         Rename `output-all' regexp for html to `output-html'.
4052         Replace `output-all' regexp for texi with `output-texi-quote'
4053         and `output-texi-noquote'.
4054         (compose_full_body): Don't override `linewidth' user option
4055         for `singleline'.
4056         (schedule_lilypond_block): Don't indent text specified with
4057         `intertext' option.
4058         Add new option `noquote'.
4059         (compile_all_files): Use latex instead of tex to compile ly
4060         files directly.
4062         * Documentation/user/lilypond-book.itely: Updated and revised.
4063         Improve layout.
4065         * Documentation/user/glossary.tely,
4066         Documentation/user/introduction.itely,
4067         Documentation/user/tutorial.itely,
4068         Documentation/user/refman.itely,
4069         Documentation/user/appendices.itely: Fix overfull LilyPond
4070         boxes caused by the new lilypond-book code.  Other minor
4071         fixes.
4073         * Documentation/user/macros.itexi (@texiflat): Don't emit
4074         trailing space.
4076         * scm/tex.scm (end-output, header-end): Add preamble and
4077         postamble to make lilypond output directly compilable with
4078         latex.
4080         
4081 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4083         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4084         instructions.
4086 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4088         * Documentation/user/glossary.tely: Add titling and hyperlinks.
4090 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4092         * lily/beam.cc (connect_beams): don't crash if there are quarter
4093         notes in beams.
4095 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4097         * Documentation/user/refman.itely: corrected ancient clef
4098         docu; added docu on ligatures
4100 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4102         * Documentation/user/glossary.tely,
4103         Documentation/user/refman.itely, input/les-nereides.ly,
4104         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4105         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4106         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4107         Stem properties: flag-style -> stroke-style, style -> flag-style.
4109 2002-09-22  Werner Lemberg  <wl@gnu.org>
4111         * scripts/lilypond-book.py: Add option `notime' to suppress
4112         printing of a time signature.  Specify default indentation of 0pt
4113         if single line fragment.  Don't emit redundant `\paper{ }'.
4115         * Documentation/user/lilypond-book.itely: Updated.
4117         * Documentation/user/glossary.tely: Completely reformatting.
4119 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4121         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4123 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4125         * Documentation/user/tutorial.itely: Fix links.
4126         
4127         * Documentation/topdocs/index.tely:
4128         * Documentation/index.texi:
4129         * Documentation/header.html.in: Small website fixes and updates.
4131         * debian/: Debian patch by Anthony Fok.
4133 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4135         * Documentation/footer.html.in: How time flies: It's already 2002!
4137         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4138         more descriptive link names than 'here'.
4140 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4142         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4144 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4146         * lily/part-combine-music-iterator.cc (get_state): cleanup
4147         (get_music_info): cleanup.
4149 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4151         * scm/backend-documentation-lib.scm (interface-doc-string):
4152         crosslinks between interfaces and grobs. Headings for interfaces
4153         in grob explanation.
4155 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4157         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
4158         dtd).  Add preliminary dtd.
4159         (re-sub-alist): Robustify.
4161 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4163         * lily/include/event-chord-iterator.hh,
4164         lily/context-specced-music-iterator.cc,
4165         lily/event.cc, lily/event-chord-iterator.cc: add
4167 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4169         * lily/: some (c) header fixes.
4170         
4171         * lily/request-chord.cc: Remove.
4172         
4173         * lily/include/event-chord-iterator.hh:
4174         * lily/include/event.hh:
4175         * lily/event-chord.cc: New file.
4176         
4177         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
4178         requested.
4180 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4182         * lily/ : rename Request to Event
4184         * lily/parser.yy (command_element): move clef stuff into Scheme.
4186         * lily/:  rename length_mom () to get_length()
4188         * lily/part-combine-music.cc: removed file and class.
4190         * lily/context-specced-music-iterator.cc (class
4191         Context_specced_music_iterator): new file. Obsoletes the
4192         Context_specced_music type.
4194         * scm/music-types.scm (make-repeated-music): put different kinds
4195         of repeated music into music-type table.
4197         * VERSION: 1.7.1 released.
4199         * scm/to-xml.scm: new file.
4201         * input/test/to-xml.ly (fooBar): demo of what is possible with the
4202         new Input representation: dump music as XML.
4204         * scm/engraver-documentation-lib.scm
4205         (engraver-accepts-music-types?): add links from music to engraver,
4206         from music-type to engraver.
4208         * lily/include/command-request.hh: removed
4209         lily/include/musical-request.hh: removed. Removed all _req classes
4210         except Key_change_req. Changes throughout.
4212 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4214         * lily/tuplet-engraver.cc (try_music): Compile kludge.
4216 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4218         * lily/*.cc: specify accepts for many engravers.
4220         * scm/music-documentation-lib.scm: dump music expressions and
4221         music subtypes.
4223         * scm/documentation-lib.scm: complete revision.
4224         Use GOOPS objects to store document tree explicitly. Cleaned up and
4225         sped up doco generation a lot.
4227 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4229         * input/trip.ly (fugaIILeft): add arpeggio
4231         * lily/translator-group.cc (try_music_on_nongroup_children):
4232         oops. The name symbol is in the cdr of the assoc handle.
4234         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
4235         Hyphen_req, Glissando_req, Break_req, Mark_req 
4237 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4239         * lily/musical-request.cc (music-duration-length,
4240         music-duration-compress): new functions.
4242         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
4243         throughout. Warning doesn't work yet.
4245         * lily/translator-group.cc (try_music_on_nongroup_children):
4246         new implementation: store candidate acceptors in a hashTable.
4248 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4250         * scm/music-types.scm (music-descriptions): change name to
4251         internal-class-name
4253         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4255 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4257         * lily/beam.cc (connect_beams): don't crash if there are quarter
4258         notes in beams.
4260 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4262         * Documentation/user/refman.itely: corrected ancient clef
4263         docu; added docu on ligatures
4265 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4267         * Documentation/user/glossary.tely,
4268         Documentation/user/refman.itely, input/les-nereides.ly,
4269         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4270         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4271         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4272         Stem properties: flag-style -> stroke-style, style -> flag-style.
4274 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4276         * scm/music-functions.scm (music-separator?): don't use name music
4277         property.
4279 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4281         * stepmake/stepmake/generic-targets.make (help): Document check
4282         target.
4284         * lily/new-accidental-engraver.cc: Compile fix.
4286 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4288         * scripts/convert-ly.py: Add rule.
4290         * input/test/music-creation.ly:
4291         * input/test/add-staccato.ly:
4292         * input/test/add-text-script.ly: ly-make-music.
4294         * scm/drums.scm (make-head-type-elem, make-articulation-script):
4295         More ly-make-music renamings.
4297         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
4299         * lily/music-constructor.cc (make_music): Add debugging info.
4301         * scm/music-functions.scm (make-simultaneous-music,
4302         (make-sequential-music, context-spec-music):
4303         * scm/music-types.scm (music-descriptions): Get lily to run.
4305 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4307         * lily/command-request.cc (transpose_key_alist): new function.
4309         * lily/key-performer.cc (create_audio_elements): cleanup. 
4311 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4313         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
4315         * lily/include/translator.hh (ENTER_DESCRIPTION): add
4316         events-accepted field.
4318         * scm/music-types.scm: new file.
4320         * lily/parser.yy: put music type initialization into scheme,
4321         similar to grob initialization.  Changes throughout.
4323 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4325         * Documentation/user/tutorial.itely: Fix links.
4326         
4327         * Documentation/index.texi: 
4328         * Documentation/header.html.in: 
4329         * Documentation/topdocs/index.tely: Small website fixes and updates.
4331         * debian/: Debian patch by Anthony Fok.
4333 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4335         * Documentation/footer.html.in: How time flies: It's already 2002!
4337         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4338         more descriptive link names than 'here'.
4340         * ROADMAP: Remove test stuff.
4342         * scripts/update-lily.py: Allow auto-building of stable and
4343         development versions.  Bugfixes.
4345 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4347         * VERSION: released 1.7.0
4349         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4351         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
4352         positive line widths.
4354 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4356         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
4357         go.  Fix comments.
4359         * cygwin: Cygwin updates.
4361 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4363         * Documentation/windows/installing.texi (Top): version for python,
4364         urls for ghostscript (thanks to John Potelle)
4365         
4366         * lily/simultaneous-music-iterator.cc
4367         (Simultaneous_music_iterator): init children_list_ before
4368         triggering GC.
4370         * lily/*-iterator.cc: be even more careful with smobbed copy
4371         constructors. 
4373         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
4374         LeftEdge item.
4376 2002-09-15  Werner Lemberg  <wl@gnu.org>
4378         Improving LilyPond's output to make them ordinary TeX boxes with
4379         predictable dimensions.  System boxes are now vertically centered on
4380         the baseline; this offset can be further controlled with
4381         \lilypondscoreshift.
4383         * lily/system.cc (System::post_processing): Pass length of current
4384         system to `start-system' (including any horizontal indentation).
4386         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
4387         prettier.
4388         (lily-def): Append `%'.
4389         (start-system): Add parameter `wd'.  Output more TeX code to specify
4390         box dimensions.
4391         (stop-system, stop-last-system): Complement changes in
4392         `start-system'.
4393         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
4394         Updated.
4396         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
4397         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
4398         Write final `\endinput'.
4400         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
4401         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
4402         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
4403         files and macro definitions don't produce spurious spaces and
4404         paragraphs (using \endlinechar).
4405         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
4407         * Documentation/user/internals.itely: Improved formatting, fixing
4408         typos.  Added a section `Output details' to describe how the TeX
4409         code looks like.
4411 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4413         * lily/accidental-engraver.cc: Also work with partial measures.
4415 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4417         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
4418         spanner.
4420 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4422         * lily/identifier-smob.cc (unpack_identifier): new file.
4424         * lily/lexer.ll (identifier_type): new function.  use ly-id to
4425         pass off scheme expressions as music identifiers.
4427         * scm/lily.scm: reorganisation, cleanups.
4429         * lily/main.cc: small cleanups.
4431 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4433         * lily/ly-module.{cc,hh}: new file.
4435 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4437         * lily/accidental-engraver.cc: Also work with partial measures.
4439 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4441         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
4443 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4445         * lily/my-lily-lexer.cc: use SCM module in stead of
4446         Scheme_hash_table. Changes throughout.  
4448 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4450         * VERSION (MY_PATCH_LEVEL): make 1.7.0