]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
d7b8ba1dc10155c4cfa29e1dcbce1aecab4d118f
[lilypond.git] / ChangeLog
1 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
4
5         * input/test/polymetric-differing-notes.ly: Compile fix.
6
7 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
8
9         * Documentation/user/refman.itely: fixed typo
10
11         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
12         before flexa
13
14 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
15
16         * input/test/{ many }: search & fix some typos.
17
18 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
19
20         * scm/define-grobs.scm (all-grob-descriptions): decrease space
21         before clef.
22
23         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
24
25 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
26
27         * Documentation/user/refman.itely (Percussion): Small
28         clarifications and fixes.
29
30         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
31         threads. This fixes different heads playing simultaneously.
32
33 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
34
35         * Documentation/user/{ many }: increase readability (read through 
36         User manual from `one big page').
37
38 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
39
40         * input/test/polymetric-differing-notes.ly: add example with
41         disparate note values.
42
43         * input/test/polymetric.ly: rename from poly-metric
44
45         * scripts/ly2dvi.py (include_path): bugfix: use outbase
46         iso. outname.
47
48         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
49         G-clef bbox to real char extents. This fixes the G-clef being
50         offset too much to the right.
51         document perc clef offset.
52
53         WARNING: FONT CHANGED.
54
55         * Documentation/user/tutorial.itely (Tutorial): move menu.
56
57 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
58
59         * buildscripts/lilypond-profile.sh (Error): trim error message.
60
61         * Documentation/user/invoking.itexi (Invoking the lilypond
62         binary): add note about path.
63
64         * Documentation/user/macros.itexi: add @c at EOL, hopefully
65         suppresses superfluous spaces.
66
67 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * buildscripts/lilypond-profile.sh: Add documentation to error
70         message.
71
72         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
73
74 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
75
76         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
77         <mike@ossmann.com>)
78
79         * Documentation/bibliography/computer-notation.bib (pages): prune
80         unscientific language.
81
82         * Documentation/user/GNUmakefile: copy unsplit file to
83         lilypond.html (idem for lilypond-internals).
84
85         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
86
87         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
88
89         * python/lilylib.py (lilypond_version): 2.1 proof version check.
90
91         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
92         fix.
93         
94 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
95
96         * Documentation/user/{ various }: bind text snippets with their
97         examples, e.g. by punctuation: This is an example.
98
99 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
100
101         * ly/performer-init.ly (VoiceContext): Typos.
102
103         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
104         builds, leave final-install to toplevel srcdir makefile.
105
106         * make/srcdir.make.in (install): New target.
107
108 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
109
110         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
111         This fixes core dump on MIDI ouput (Simon Weatherill).
112
113         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
114         on local-WWW-post.
115
116 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
117
118         * make/lilypond.redhat.spec.in: add dvips to reqs.
119
120 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
121
122         * make/srcdir.make.in (web): Add special web target.
123
124         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
125         from inner $(LOOP).
126
127         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
128
129         * stepmake/stepmake/generic-targets.make (www-targets-help):
130         * GNUmakefile.in (web-install): Install in $(webdir).
131
132         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
133
134         * cygwin/changelog: 
135         * cygwin/mknetrel: Update.
136
137         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
138         (html-doc): Remove (use: web).
139
140         * stepmake/stepmake/script-rules.make: 
141         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
142         Fix $(config_make) dependencies for srcdir build.
143
144         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
145         target for srcdir build.
146
147         * stepmake/make/stepmake.make: 
148         * make/srcdir.make.in: 
149         * GNUmakefile.in:
150         * make/stepmake.make (config_make): Rename variable (was:
151         configuration).
152
153 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
154
155         * Documentation/user/internals.itely (Manipulating music
156         expressions): run lilypond on example too.
157
158         * flower/include/libc-extension.hh: move lrint define to
159         header. bugfix.
160         
161 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
162
163         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
164         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
165         do we recurse whole tree?).
166
167         * GNUmakefile.in (html-doc): Resurrect.
168
169         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
170         obsolete $(package-icon) dependency.
171
172 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
173
174         * Documentation/user/refman.itely (Automatic staff changes):
175         add seealso 
176
177         * Documentation/index.html.in: link to bigpage.
178
179         * Documentation/user/tutorial.itely (Tutorial): streamline.
180
181         * Documentation/index.html.in: url typo.
182
183         * VERSION (PACKAGE_NAME): release 1.7.28
184
185         * python/lilylib.py (error_log): remove '/' from name.
186
187         * input/regression/pedal.ly: remove; dups input/test/
188         
189         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
190
191         * Documentation/index.html.in: python style doco index.
192
193         * Documentation/{footer,header}.html.in (src): remove, 
194
195         * Documentation/pictures: remove all but lelie-logo.xpm.
196
197         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
198         before running makeinfo.
199
200         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
201         @code{}
202
203 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
204
205         * input/test/bar-number-regular-interval.ly: rename.
206
207         * Documentation/user/*: various fixes. 
208
209 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
210
211         * Documentation/{ many }: polish for update-all-menus. typos.
212
213         * po/fi.po: fixes.
214
215         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
216
217         * buildscripts/mutopia-index.py: polish.
218
219         * input/regression/{ many }, input/test{ many }: polish texidocs.
220
221 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
222
223         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
224
225         * lily/text-spanner.cc (brew_molecule): use bracket-flare
226         iso. edge-widen.
227
228         * lily/piano-pedal-engraver.cc (process_music): change from
229         process_acknowledged ()
230
231         * lily/piano-pedal-bracket.cc: new file. Change
232         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
233         cleaned up.
234
235         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
236
237         * input/regression/tuplets.ly (texidoc): rename file.
238
239         * po/fr.po: update
240
241         * buildscripts/lilypond-profile.sh: error message if script is not
242         sourced.
243
244         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
245         bracket-flare
246         (make_bracket): simplify code.
247
248         * lily/parser.yy (verbose_command_req): catch typos in \key scale
249         argument.
250
251         * python/lilylib.py (lilypond_version_check): new function
252
253         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
254
255         * scripts/ly2dvi.py (run_lilypond): add version check.
256
257         * scripts/lilypond-book.py (option_definitions): typo
258
259         * scripts/ly2dvi.py (include_path): typo
260
261         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
262
263         * lily/parse-scm.cc (parse_handler): typo
264
265         * Documentation/user/macros.itexi: use @heading for headings.
266
267         * Documentation/user/refman.itely: updates, fixes.
268
269 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
270
271         * po/fi.po: add Finnish translations. fixes.
272
273         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
274
275         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
276         from lily/glissando-engraver.cc.
277
278 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
279
280         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
281         for non-first _broken_ bracket.
282
283         * Documentation/user/refman.itely: corrections.
284
285 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
286
287         * lily/new-fingering-engraver.cc (position_scripts): add heads to
288         support of the fingerings.
289
290         * po/fr.po: French translation update.
291
292         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
293         strings.
294
295 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
296
297         * Documentation/user/introduction.itely: Small fixes.
298
299 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
300
301         * Documentation/topdocs/AUTHORS.texi: polish.
302
303 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
304
305         * Documentation/user/introduction.itely: revise
306
307         * Documentation/user/tutorial.itely: reorganise.
308
309         * Documentation/topdocs/index.tely: remove.
310
311         * Documentation/header.html.in: prune.
312
313         * GNUmakefile.in: clean up web building.
314
315         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
316         target.
317
318 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
319
320         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
321
322         * lilypond-mode.el: turn on blink-matching-paren.
323
324 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
325
326         * scm/output-sodipodi.scm (svg-header): Fix typo.
327
328 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
329
330         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
331         fixes a security hole.
332
333         * scripts/lilypond-book.py (original_dir): remove temp_dir
334
335         * scm/document-translation.scm: use @code tags.
336
337 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
338
339         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
340
341         * lilypond-mode.el: add a buffer-local post-command-hook to set
342         context dependent syntax-table after each cursor event. Remove old
343         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
344
345         * lilypond-indent.el: update comments.
346
347         * Documentation/footer.html.in: add period.
348
349 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
350
351         * make/lilypond.redhat.spec.in (Group): don't strip binary.
352
353         * scm/document-translation.scm (document-property-operation): add
354         @code{} tags.
355
356         * VERSION (PACKAGE_NAME): release 1.7.27
357
358         * config.make.in: add PAPER variable
359
360         * buildscripts/new-chords.py (help): add help text
361
362         * Documentation/user/introduction.itely (Typography and program
363         architecture):  fixes.
364
365         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
366         for texinfo and dvips. This fixes problems with PDF output of the
367         wrong size.
368
369         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
370         DVIPS_PAPERSIZE variable
371
372         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
373         TEXINFO_PAPERSIZE variable 
374
375 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
376
377         * mf/feta-macros.mf: whoops: only draw lines for test situations.
378
379         * mf/feta-toevallig.mf: lowres fixes.
380
381 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
382
383         * NEWS: Typo and fill-paragraph fixes.
384
385         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
386         cast #define.
387
388         * configure.in: 
389         * config.hh.in: Check for lrint.
390
391 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
392
393         * VERSION: 1.7.26 released
394
395         * lily/separation-item.cc: add padding property.
396
397         * input/test/*.ly: various fixes, remove solo-a2.ly
398
399         * scm/new-markup.scm (brew-new-markup-molecule): arg order
400         bugfix. Fixes old-style markup compatibility.
401
402         * Documentation/user/introduction.itely (Introduction): historical
403         elucidations
404
405         * Documentation/user/music-glossary.tely (Top): linewidth fix.
406
407         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
408
409         * Documentation/index.texi (Top): cleanup.
410
411         * Documentation/user/introduction.itely (Introduction): rewrite
412         introduction, 
413         (Music notation and  engraving): about notation. Add flat-picture
414
415 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
416
417         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
418         separation items. This keeps lyrics from bumping into each other.
419
420 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
421
422         * GNUmakefile.in (topdocs-web): New target.
423         (local-web): Depend on topdocs-web; fixes html-doc.
424
425 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
426
427         * po/lilypond.pot: run po-replace
428
429         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
430
431         * scm/drums.scm (reset-drum-kit): new function.
432
433         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
434
435         * scripts/update-lily.py: remove
436         
437         * VERSION: release 1.7.25
438         
439         * Documentation/user/introduction.itely (Introduction): rewrite
440         start of introduction.
441
442 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
443
444         * lily/all-font-metrics.cc: fixed typo
445
446 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
447
448         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
449         LilyPond-mode-context-set-syntax-table): new functions to define
450         the syntax table according to context.
451
452         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
453
454 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
455
456         * Documentation/user/refman.itely (Figured bass): 
457         language nit courtesy http://www.vocabula.com
458
459         * GNUmakefile.in: remove no kpathsea hack.
460
461         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
462         doco.
463
464         * GNUmakefile.in: remove web-doc target.
465
466         * lily/all-font-metrics.cc (find_afm): add message about
467         buildscripts/clean-fonts.sh 
468
469         * scm/define-music-properties.scm (figure): use string for 'figure
470
471         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
472
473         * input/regression/ : add raggedright = ##t where applicable. 
474         
475         * scm/bass-figure.scm (make-bass-figure-markup): add
476         alignBassFigureAccidentals property.
477
478         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
479         bracket.
480
481         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
482         syllables widths into account for minimum-length.
483
484         * input/test/staff-container.ly: update file
485
486         * input/test/stem.ly: remove
487
488         * lily/event.cc (LY_DEFINE): add ly: prefix.
489
490         * input/test/clef-manual-control.ly: from manual-clef
491
492         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
493
494         * input/test/different-time-signatures.ly: move to poly-metric.ly
495
496         * input/test/hara-kiri*,scales.ly: remove
497         
498         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
499         with chord-names-jazz.ly)
500
501         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
502         get scalable cm fonts too.
503
504         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
505         --encoding for mftrace if present.
506
507         * input/regression/slur-area.ly: move from test/
508
509         * input/test/: remove simple-slur-endings slur-attachment
510         slur-broken-cross-staff slur-broken.ly slur-damping.ly
511         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
512         slur-symmetry slur-symmetry tie-broken.ly
513
514         * scm/drums.scm (set-drum-kit): add function.
515
516         * Documentation/user/refman.itely (Percussion staves): use
517         set-drum-kit
518
519         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
520         too
521         (Global_measure.set_timesig): handle 3/8 time sig too.
522
523         * scm/output-lib.scm (note-head-style->attachment-coordinates):
524         note about triangle note heads.
525
526         * scm/drums.scm: use alist for instrument-settings. This fixes the
527         bug with assigning to drums in the .ly file.
528
529         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
530         CHANGED.
531
532         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
533         cluster-beacon-interface
534
535         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
536
537         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
538
539         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
540
541         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
542         to get positions.
543
544         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
545         make ClusterSpannerBeacon to record Y positions. This removes the
546         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
547         make cluster-note-events.
548
549 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
550
551         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
552
553         * configure.in: Use lily/main.cc as identifying source file.
554
555         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
556
557         * config.hh.in: 
558         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
559
560         * configure.in: Require PYTHON >= 2.0.
561
562         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
563           $PYTHON for include dir location.
564         (STEPMAKE_PYTHON): New function.  Use
565         
566             PYTHON=foo ./configure
567
568           to override.
569
570 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
571
572         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
573         something.
574
575         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
576         ftp.lilypond.org everywhere.
577
578 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
579
580         * lily/text-item.cc (interpret_new_markup): do only if new-markup
581         detected.
582
583         * Documentation/user/refman.itely (Grace notes): note on explicit
584         contexts
585
586 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
587
588         * lilypond-font-lock.el: add a comment about LilyPond specific
589         escape characters: ^, - and _, in the syntax table.
590
591         * Documentation/user/appendices.itely: a majuscule fix.
592
593 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
594
595         * input/test/trills.ly (endHorizScript): fixes.
596
597         * input/test/chord-names-jazz.ly: merge in alternate Jazz
598         notation, move from regression.
599
600         * input/test/script-stack.ly: change name from stacked-scripts
601
602         * input/test/ossia.ly: octave errors.
603
604         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
605         for midi-volume-equaliser
606
607 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
608
609         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
610         cm fonts.
611
612         * mf/feta-beugel.mf: don't multiply font_count by 10.
613
614         * lily/lookup.cc (horizontal_line): new function. Use
615         horizontal-line in output backends.
616
617         * Documentation/user/tutorial.itely (An orchestral part): new
618         section on orchestral stuff and identifiers.
619
620 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
621
622         * lilypond-mode.el: comment-out paren-highlighting, it still causes
623         some interference to other modes.
624
625 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
626
627         * lily/spacing-spanner.cc (musical_column_spacing): use average,
628         not maximum of spacing wishes in polyphonic situations.
629
630         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
631         number
632
633         * lilypond-indent.el: remove paren matching. 
634
635         * lily/text-item.cc (interpret_new_markup): new function
636         use iso. text2molecule.
637
638         * lily/main.cc (notice): change FSF address 
639
640         * po/de.po: update PO file to 1.6.
641
642 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
643
644         * Documentation/user/ {many}: Add periods and remove spaces.
645         
646 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
647
648         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
649         Disable buffer-locally default paren hook and make a new one. 
650
651         * lilypond-mode.el: Turn off locally paren-mode, but turn on
652         locally LilyPond-paren-mode. Add todo for mouse double-click.
653
654 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
655
656         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
657         Disable buffer-locally default paren idle timer and make a new one. 
658
659         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
660         locally LilyPond-show-paren-mode. Add to menu a toggle for
661         LilyPond-show-paren-function.
662
663 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
664
665         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
666
667 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
668
669         * Documentation/user/refman.itely: spelling fix.
670
671         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
672         paren highlight function definitions. add todo for
673         Lilypond-show-paren-mode.
674
675 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
676
677         * input/template/jazz-combo.ly: new file.
678
679 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
680
681         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
682         lo-res fixes.
683
684         * mf/feta-schrift.mf: bugfix in varcoda sign.
685         WARNING: FONT CHANGED
686
687         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
688         in accordance with lexer.ll.   
689
690 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
691
692         * Documentation/user/tutorial.itely: Edit introduction.
693
694 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
695
696         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
697         ly:grob-staff-position
698
699 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
700
701         * scm/to-xml.scm: import srfi-1
702
703         * VERSION (MAJOR_VERSION):  release 1.7.24
704
705         * python/lilylib.py (make_ps_images): make multipage _really_ work.
706
707         * scripts/lilypond-book.py (do_file): put texidoc before image.
708         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
709
710         * input/regression/*.ly: fix snippet octaves 
711
712         * input/test/spanner-after-break-tweak.ly: import
713         broken-spanner-adjustment
714
715         * input/no-notation/midi-transposing.ly: move from input/test/
716
717         * input/test/: remove chord-markup
718
719         * input/regression/instrument-name-partial.ly: move from input/test.
720
721         * input/test/vertical-text.ly: remove
722
723         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
724         space above lyrics lines.
725
726         * input/test/uniform-breaking.ly: remove file.
727
728         * lily/gourlay-breaking.cc (combine_demerits): add comment about
729         uniform spacing density. 
730
731         * input/test/chords.ly (keys): remove file.
732
733         * scm/documentation-lib.scm (oop): use srfi-1 too.
734
735         * input/regression/*.ly: add \version
736
737         * Documentation/user/*.itely: various fixes.
738
739         * buildscripts/mf-to-table.py (base): break table every three
740         symbols.
741
742         * input/:  remove %% new-chords-done %% .
743
744         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
745         os-music.ly
746         
747 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
748
749         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
750
751         * scm/new-markup.scm (box-markup): new function.
752         (box-markup): new function. Contributed by Dick Schoeller
753         <schoeller@attbi.com>
754
755         * scm/lily.scm: remove reduce-no-unit 
756         (list-insert-separator): use fold-right
757
758         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
759         of arguments. 
760
761         * NEWS: more neutral language for ancient notation 
762
763         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
764         inside pointing beaming for chord tremolo.
765
766         * Documentation/user/lilypond-book.itely: minor editing
767
768 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
769
770         * NEWS: added news for 1.8 regarding ancient notation
771
772         * Documentation/user/refman.itely (Gregorian square neumes
773         ligatures): fixed typo
774
775         * lily/vaticana-ligature-engraver.cc,
776         lily/include/vaticana-ligature.hh: bugfix: use special heads for
777         lower/upper head of Pes only when heads are stacked
778
779         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
780         scm/define-grob-properties.scm: cleanup: make "join-left" a
781         boolean grob property and save delta pitch in grob property
782         "delta-pitch" instead
783
784         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
785
786 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
787
788         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
789         completely borked
790
791         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
792         (try_music): bug fix: beam multiplicity was completely borked.
793
794         * scm/lily.scm: remove tail, filter-list, filter-out-list,
795         first-n, butfirst-n in favor of srfi-1 functions.
796         remove string-join, string-pad in favor of srfi-13 functions.
797
798         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
799
800         * NEWS: use complete sentences.
801
802         * Documentation/user/introduction.itely (Example applications):
803         add note about databases and lilypond-book.
804
805         * input/test/volta.ly: remove file
806
807         * input/regression/volta-broken-left-edge.ly: simplify file
808
809 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
810
811         * Documentation/user/refman.itely (Constructing a tweak): new
812         subsection.
813
814         * Documentation/user/tutorial.itely (Fine tuning layout): add
815         common tweaks.
816
817         * scm/define-grobs.scm (TextScript): use new brewer.
818
819 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
820
821         * VERSION: release 1.7.23
822
823         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
824
825         * python/lilylib.py (make_ps_images): bugfixes.
826
827         * input/regression/volta-multi-staff.ly: new file.
828
829         * Documentation/user/macros.itexi: refcommands, refcommand macros.
830
831         * Documentation/user/tutorial.itely (Piano staffs): new section.
832         (Setting variables): new section
833         (Fine tuning layout): new section
834
835         * input/just-friends.ly: remove file. Superseeded by
836         input/test/chords-without-melody.ly
837
838         * ly/property-init.ly: add all commands to refman.
839
840         * scm/define-translator-properties.scm: remove
841         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
842
843         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
844         name. Underscores botch up PS output.
845
846         * scm/define-translator-properties.scm: remove
847         textNonEmpty, oneBeat, regularSpacingDelta
848
849         * scripts/convert-ly.py (FatalConversionError.conv): conversion
850         rule for automaticBars.
851
852         * lily/timing-engraver.cc (start_translation_timestep): change
853         barNonAuto to automaticBars
854
855 2003-06-30  Graham Percival  <gperlist@shaw.ca>
856
857         * input/test/perform-tie.ly: delete file.
858
859 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
860
861         * Documentation/user/refman.itely (Gregorian square neumes
862         ligatures): bugfix: do not show ledger lines in neumes table
863         (fixed by setting staff symbol to transparent rather than removing
864         it from staff context)
865
866 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
867
868         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
869         glue into brew-new-markup-molecule.
870
871         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
872
873         * Documentation/user/introduction.itely (Computerized typography):
874         new section
875
876         * Documentation/user/tutorial.itely (An orchestral part): remove
877         pc example from tutorial.
878
879         * input/tutorial/lilbook.tex: use screech-boink
880
881         * scripts/lilypond-book.py (compile_all_files): split formatting
882         output body and scheduling lilypond compilation.
883         (format_lilypond_output_bodies): new function
884         (format_lilypond_block): new function
885         (html_pages): allow multi-page images in HTML
886
887         * python/lilylib.py (make_ps_images): rename function from
888         make_preview, merge with make_page_images
889
890 2003-06-28  Graham Percival  <gperlist@shaw.ca>
891
892         * input/test/key-clefs.ly: moved to regression.
893
894         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
895
896         * input/no-notation/README: added note about midi-*.ly files.
897
898         * input/test/two-key.ly: moved to no-notation/parse5.ly
899
900         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
901         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
902
903         * input/test/ {various}: modified comments, marked some for deletion.
904
905         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
906
907         * input/test/mmrest-collision: moved to regression.
908
909 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
910
911         * scm/chord-name.scm (note-name->markup): don't superscript root
912         alterations in chordnames.
913
914 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
915
916         * Documentation/user/refman.itely (Multi measure rests): more
917         index/cross-referencing.
918
919         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
920
921         * scm/font.scm: remove properties-to-font-name code.
922
923         * scm/define-grob-properties.scm: remove 'type
924
925         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
926         conversion
927
928         * lily/text-spanner.cc: change 'type grob prop to 'style 
929
930         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
931         "first" flag to decide whether to make a start-repeat
932
933         * input/regression/grace-volta-repeat-2.ly: new file.
934
935 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
936
937         * lilypond-indent.el: rename generic functions to LilyPond-*
938
939 2003-06-22  Graham Percival  <gperlist@shaw.ca>
940
941         * input/test/thumb.ly: delete, merged into refman.
942
943         * Documentation/user/refman.itely: added thumb info to Fingering.
944
945         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
946         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
947         vertical-align.ly : deleted files.
948
949 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
950
951         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
952
953         * lily/line-spanner.cc (broken_trend_offset): remove function.
954         (get_broken_offset): idem.
955         (brew_molecule): rewrite the line-break case.
956
957         * input/regression/follow-voice-break.ly:  new file.
958
959         * lily/line-spanner.cc (after_line_breaking): remove lines at the
960         start of a system.
961
962 2003-06-20  Graham Percival  <gperlist@shaw.ca>
963
964         * input/test/tuplet-rest.ly: moved to regression.
965
966         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
967         deleted file.
968
969         * input/test/ {many} : marked file for possible deletion.
970
971 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
972
973         * input/regression/beam-funky.ly: add note about (disputed)
974         correct beaming.
975
976         * ly/engraver-init.ly (ScoreContext): put key-signature after
977         staff-bar
978         
979 2003-06-20  Graham Percival  <gperlist@shaw.ca>
980
981         * input/test/ broken.ly lyric-phrasing.ly: deleted.
982
983         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
984
985         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
986
987         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
988         stem-extend was deleted (it was duplicate example, and not as
989         good).
990
991         * input/test/[s-z]*.ly: add texidoc index.
992
993 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
994
995         * lily/slur.cc (get_boundary_notecolumn_y): change name from
996         get_first_notecolumn_y
997
998         * lily/spanner.cc (broken_spanner_index): new function.
999
1000 2003-06-19  Graham Percival  <gperlist@shaw.ca>
1001
1002         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
1003         lyric-hyphen.ly : moved to regression.
1004
1005         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
1006         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
1007
1008         * input/test/instrument-name-mmrest.ly: moved to
1009         ../regression/multi-measure-rest-instr-name.ly
1010
1011         * input/test/knee-sym.ly: moved to
1012         ../regression/beam-knee-symmetry.ly.
1013
1014         * input/test/hymn.ly: change comments.
1015
1016         * input/test/[p-r]*.ly: add texidoc index.
1017
1018 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1019
1020         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
1021         to postfix syntax
1022         
1023         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
1024         syntax.
1025
1026         * VERSION: release 1.7.22
1027
1028 2003-06-18  Graham Percival  <gperlist@shaw.ca>
1029
1030         * input/test/[h-k]*.ly: added texidoc index.
1031
1032         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
1033
1034         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
1035
1036         * input/test/ various : mark files for deletion or moving to regression.
1037
1038         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
1039
1040         * input/test/[l-o]*.ly: added texidoc index.
1041
1042 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1043
1044         * scm/music-functions.scm (make-ottava-set): 
1045         only do ottavation if centralCPosition is set.
1046
1047         * lily/translator-scheme.cc (ly:context-property-where-defined):
1048         return '() if not found.
1049
1050 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
1051
1052         * lilypond-mode.el (LilyPond-un-comment-region): removed.
1053         Use one command for both commenting and uncommenting.
1054
1055         * lilypond-indent.el (LilyPond-comment-region): new function,
1056         (un)comments each line separately.
1057
1058         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
1059         
1060         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
1061         imenu is not added by default; adapted from f90.el,
1062         makes Help-menu, which does not fit, visible in XEmacs.
1063         
1064 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
1065
1066         * lilypond-mode.el: Set show-paren-mode local; minor-mode
1067         show-paren-mode sets blink-matching-paren-on-screen local.
1068         Try to make show-paren-function to paren-highlight local.
1069
1070         * lilypond-indent.el (LilyPond-scan-sexps): new function.
1071         Copy definitions of Emacs' show-paren-function and
1072         XEmacs' paren-highlight and make minimal changes;
1073         add comments about locality. 
1074         Fix matching first open-paren-char in '<< .. >>'.
1075
1076 2003-06-16  Graham Percival  <gperlist@shaw.ca>
1077
1078         * input/test/g*: added texidoc index.
1079
1080         * input/test/[a-g]*: added raggedright==#t when it
1081          seemed appropiate.
1082
1083         * input/test/ fake-grace.ly figured-bass.ly : removed file.
1084
1085         * Documentation/topdoc/INSTALL.texi: removed false warnings
1086         about gcc 3.3.
1087
1088 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1089
1090         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
1091
1092         * input/test/chords-without-melody.ly (texidoc): add from
1093         input/just-friends.ly
1094
1095         * input/regression/size{13--26}.ly: move from input/
1096
1097         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
1098         input/{star-spangled-banner,twinkle}.ly: remove 
1099         
1100         * lily/slur.cc: remove slur over rest warnings.
1101
1102         * lily/note-spacing.cc (get_spacing): include left part of right
1103         object in fixed space. This fixes stretched space before
1104         accidentals.
1105
1106         * input/regression/spacing-accidental-stretch.ly: new file.
1107
1108 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
1109
1110         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
1111         Reduce to 16pt.
1112
1113 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1114
1115         * input/regression/spacing-knee.ly: docstring
1116
1117         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
1118
1119         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
1120         input/tutorial/{test,solar,flowing}.ly: remove
1121
1122         * input/rhythm.ly: remove
1123
1124         * input/mutopia/F.Schubert/standchen.ly: update syntax.
1125
1126         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
1127         update syntax. 
1128
1129         * scm/define-grobs.scm (all-grob-descriptions): set
1130         knee-spacing-correction to 1.0
1131
1132         * lily/note-spacing.cc (stem_dir_correction): compute knee
1133         correction using stem-thickness and head width.
1134
1135         * input/regression/beam-quanting-horizontal.ly: update texidoc
1136
1137         * scm/define-grobs.scm (all-grob-descriptions): set
1138         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
1139         This fixes 32nd beams for noteheads in spaces quants.
1140
1141         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
1142
1143 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
1144
1145         * README.mandrake: Change lilypond-extras to lilypond-documentation.
1146
1147 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1148
1149         * input/test/dpncnt.ly,part-combine-score.ly: remove.
1150
1151         * VERSION (PACKAGE_NAME): release 1.7.21
1152
1153         * input/regression/stem-shorten.ly: new file.
1154
1155         * lily/stem.cc (get_default_stem_end_position): revise stem
1156         shortening code.
1157
1158         * input/regression/spacing-multi-tuplet.ly: move from input/test/
1159
1160         * input/test/{scripts,volta-start,sleur}.ly: remove
1161         
1162         * input/regression/span-bar.ly: smaller file.
1163
1164         * input/regression/spacing-{natural,tight,loose}.ly: remove
1165
1166         * input/test/markup.ly: remove
1167
1168         * scripts/lilypond-book.py: put printfilename in separate chunk,
1169         so texidoc is printed after the filename.  
1170
1171 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
1172
1173         * make/lilypond.mandrake.spec.in: fix docdirs.
1174
1175 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1176
1177         * input/regression/beam-french.ly: bugfix.
1178
1179         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
1180
1181         * input/regression/(various).ly: add raggedright = #t.
1182
1183         * input/regression/auto-beam.ly: move from abe.ly
1184
1185 2003-06-13  Graham Percival  <gperlist@shaw.ca>
1186
1187         * input/test/f*.ly: added texinfo index.
1188         
1189         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
1190
1191 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1192
1193         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
1194         quant penalty for beam just outside staff.
1195
1196         * input/regression/beam-quanting-horizontal.ly (texidoc): move
1197         from beam-pos.ly,  remove non-horizontal tests. 
1198
1199         * input/test/(various): cleanup header info. 
1200
1201         * input/test/tchaikovsky.ly: remove file.
1202
1203         * scm/chord-generic-names.scm: move from
1204         double-plus-new-chord-name.scm
1205
1206         * input/test/orchestscore.ly: remove file
1207
1208         * Documentation/user/refman.itely (Vocal music): update documentation.
1209
1210         * scm/define-translator-properties.scm (chordNoteNamer): remove
1211         chordNameStyle, use chordNameFunction
1212
1213         * scm/chord-name.scm (set-chord-name-style): remove
1214         set-chord-name-style. Use \property chordNameFunction.
1215
1216 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1217
1218         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1219         music): remove @TeX{} command.
1220
1221 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1222
1223         * lilypond-indent.el (scan-sexps): Renamed to
1224         aargh-this-breaks-other-emacs-modes-scan-sexps.
1225
1226 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
1227
1228         * lilypond-indent.el: Fix: match concurrent one-char opening and 
1229         closing slurs: '()', etc. Add comments.
1230
1231         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
1232
1233         * lilypond-font-lock.el: match unending string at eof.
1234
1235         * make/lilypond.mandrake.spec.in: refreshed packed file list.
1236         
1237 2003-06-10  Graham Percival  <gperlist@shaw.ca>
1238
1239         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
1240         input/test/beam-dir.ly input/test/beam-position.ly    
1241         input/test/beam-suspect.ly input/test/beam-trend.ly    
1242         input/test/beams.ly input/test/crescendo-text.ly : deleted
1243         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
1244         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
1245         * input/test/default-bars.ly: moved to bar-always.ly
1246         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
1247
1248 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1249
1250         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
1251
1252 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1253
1254         * scm/chord-ignatzek-names.scm (remove-step): rename file.
1255
1256 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
1257
1258         * lilypond-indent.el: Match better slurs in scheme expressions.
1259         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
1260
1261         * Documentation/user/invoking.itexi: document Emacs' paren matching.
1262
1263 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1264
1265         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
1266
1267         * input/ac-extra-voice.ly: Add texidoc.
1268
1269         * ly/chord-modifiers-init.ly: 
1270         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
1271         and chordNameExceptionsPartial for new chord names.
1272
1273         * input/test/chord-names-dpnj.ly: 
1274         * input/test/dpncnt.ly: Update.
1275
1276         * scm/chord-name.scm: 
1277         * scm/double-plus-new-chord-name.scm: Add compatibility for new
1278         chord selection and options.
1279
1280         * ly/chord-modifiers-init.ly: Add exceptions 
1281
1282         * scm/define-translator-properties.scm (chordNameStyle) 
1283         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
1284
1285 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
1286
1287         * ly/property-init.ly (germanChords): Added.
1288         (semiGermanChords): Added.
1289         
1290         * input/test/chord-names-german.ly: Use new macros
1291         
1292 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
1293
1294         * lilypond-indent.el: Use similar parenthesis highlighting for 
1295         Emacs and XEmacs through redefinitions of parenthesis highlighting 
1296         functions; removed LilyPond-show-paren-function. Fix indenting.
1297         Turn paren-matching on also in XEmacs.
1298
1299         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
1300         as needed by parenthesis highlighting functions (in scan-sexp).
1301
1302 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1303
1304         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
1305         function.
1306         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
1307
1308 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
1309
1310         * lilypond-indent.el: tune regexp for show-paren-function.
1311
1312 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1313
1314         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
1315         for all LilyPond-produced tex snippets.
1316
1317         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
1318         fixes one line --preview output of ly2dvi.
1319
1320 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
1321
1322         * lilypond-indent.el: match only one type of slurs in
1323         LilyPond-show-paren-function.
1324
1325 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1326
1327         * debian/GNUmakefile (EXTRA_DIST_FILES): 
1328         * debian/lilypond1.7.dirs: 
1329         * debian/lilypond1.7-doc.dirs: New file.
1330
1331         * input/regression/chord-name-exceptions.ly: Add parameter for
1332         ignatzekExceptions.  Quote hash in docstring.
1333
1334 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
1335
1336         * lilypond-indent.el (show-paren-function): define show-paren-function
1337         as LilyPond-blink-matching-open and use it for closing parens.
1338         Let LilyPond-blink-matching-open know whether a bracket was inserted.
1339
1340         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
1341         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
1342         LilyPond-blink-matching-paren in order to match both open and close
1343         brackets.
1344         
1345 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
1346
1347         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
1348         testing by modifying the code from FSF Emacs paren.el. Add comments.
1349
1350 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1351
1352         * input/test/dpncnt.ly: Transpose example to match new
1353         default \chords octave.  Add comment.
1354         
1355         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
1356         comment about octave change.
1357
1358 2003-06-04  Graham Percival  <gperlist@shaw.ca>
1359
1360         * input/test/[d,e]: added texinfo index tags.
1361         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
1362
1363 2003-06-04  Graham Percival  <gperlist@shaw.ca>
1364
1365         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
1366
1367 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
1368
1369         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
1370         as in blink-matching-open.
1371
1372 2003-06-03  Graham Percival  <gperlist@shaw.ca>
1373
1374         * input/test/[a-c]: more comments in files.
1375         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
1376         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
1377         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
1378         mark file for proposed deletion.
1379         * input/test: renaming files:
1380         auto-beam-4-8.ly to beam-auto-4-8.ly
1381         auto-beam-override.ly to beam-auto-override.ly
1382         auto-beam.ly to beam-auto.ly
1383         blank.ly to blank-paper.ly
1384         absolute-volume.ly to dynamic-absolute-volume.ly
1385
1386 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1387
1388         * input/test/dpncnt.ly: 
1389         * input/test/chord-names-dpnj.ly: Resurrect.
1390
1391         * lily/my-lily-lexer.cc: Remove chordnames keyword.
1392
1393         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
1394
1395         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
1396         Better docstring, add parameter OMIT-ROOT, tidy up.
1397
1398 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
1399
1400         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
1401
1402 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1403
1404         * scm/output-ascii-script.scm (as-font-alist-alist):
1405         (as-properties-to-font-name):
1406         (as-make-style-sheet): Remove.
1407
1408         * scm/font.scm (as-make-font-list): New function.
1409         (as-font-sheet-alist): New variable.
1410
1411         * ly/paper-as9-init.ly: 
1412         * ly/paper-as5-init.ly: Update.
1413
1414         * ly/paper-as5.ly:
1415         * ly/paper-as9.ly: New file.
1416
1417 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1418
1419         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
1420
1421 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1422         * input/sondag-morgen/*: removed due to copyright concerns.
1423         * input/[a,b]*.ly: added a newline at the end of the texinfo
1424         doc string (produces better output in HTML version).
1425         * input/c*.ly: added texinfo index and added comments to
1426         aid in future changes to input/test/ files.
1427
1428 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1429         
1430         * Documentation/user/refman.itely: fixed build problem (missing
1431         file) caused by previous renaming.
1432
1433 2003-05-28  Graham Percival  <gperlist@shaw.ca>
1434         
1435         * input/test/[a,b]*.ly: added texinfo index and added comments to
1436         aid in future changes to input/test/ files.
1437         * input/test/bar-number-every-5-reset.ly: renamed to
1438         bar-number-every-five-reset.ly
1439         * input/test/bar-script-visibility.ly: renamed to
1440         bar-number-show-all.ly
1441
1442 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1443
1444         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
1445         to Voice.
1446
1447         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
1448         out note-line and glissando functionality.
1449         
1450         * lily/line-spanner.cc (brew_molecule): cleanup.
1451
1452 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1453
1454         * scripts/as2text.scm: Use rdelim module.
1455         (start-system): Rename from start-line.
1456         (stop-system): Rename from stop-line.
1457         (af-gulp-file): Use string iso symbol for getenv.
1458
1459         * scm/output-ascii-script.scm: Add guile and lily modules.
1460         (font-name-alist): New variable.
1461         (draw-line): New function.
1462
1463         * scm/output-lib.scm (func, arg->string): Re-add from archive.
1464         (Were these silently removed, without ChangeLog entry?)
1465
1466 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1467
1468         * scm/music-functions.scm (make-ottava-set): bugfixes: also
1469         process 2nd ottava correctly.
1470
1471 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
1472
1473         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
1474
1475 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1476
1477         * Documentation/user/converters.itely (Invoking midi2ly): Update.
1478
1479 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1480
1481         * VERSION: release 1.7.20
1482         
1483         * lily/text-spanner.cc (brew_molecule): clean up function. This
1484         fixes bugs with broken 8va spanners.
1485
1486         * lily/simple-spacer.cc (solve): also compute force for raggedright.
1487         This prevents spurious line-breaks with raggedright
1488         
1489 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1490
1491         * lily/key-performer.cc (create_audio_elements): always use major
1492         key
1493
1494         * Documentation/user/internals.itely: updates
1495
1496         * input/regression/beam-break.ly: new file.
1497
1498         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
1499         beams if starting or terminating stems have 'beaming set.)
1500
1501         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
1502         property.
1503
1504         * lily/parser.yy (verbose_command_req): add comment about scales.
1505
1506 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
1507
1508         * lilypond-indent.el: adjust regexps in bracket-matching.
1509
1510 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
1511
1512         * Documentation/user/refman.itely: more tiny fixes
1513
1514         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
1515         "Chord names"; added table with input syntax for solesmes neumes
1516         table; added some words about rationale on input syntax design
1517
1518         * lily/gregorian-ligature-engraver.cc,
1519         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1520         lily/include/gregorian-ligature.hh: bugfix: horizontal head
1521         alignment of Pes Initio Debilis
1522
1523         * Documentation/user/refman.itely,
1524         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1525         mf/parmesan-heads.mf: fixed most of the head selection/alignment
1526         bugs in the solesmes neumes table
1527
1528 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
1529
1530         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
1531         Similarly, match '[' and ']' by skipping '\[' and '\]'.
1532
1533         * lilypond-mode.el: fix tag-score. small improvements.
1534
1535 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1536
1537         * .cvsignore: Add aclocal.m4.
1538
1539         * lily/music-constructor.cc: Include <assert.h>.
1540
1541 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1542
1543         * ly/engraver-init.ly (HaraKiriStaffContext): use
1544         RemoveEmptyStaffContext instead.
1545
1546         * Documentation/user/refman.itely: updates
1547
1548 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
1549
1550         * Documentation/user/refman.itely: added solesmes neumes table;
1551         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
1552         bugfix: "Ornaments" -> "Articulations"
1553
1554         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
1555
1556 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1557
1558         * lilypond-indent.el: Add a message about trying to match \] or \).
1559         
1560 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
1561         
1562         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
1563         obsolete "arithmetic_*"
1564
1565         * input/bugs/ligatures.ly: removed (will be put into a different
1566         directory later)
1567
1568 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1569
1570         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
1571         libkpathsea (Maurizio Tomasi).
1572
1573 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1574
1575         * input/regression/repeat-slash.ly (texidoc): new file
1576
1577         * lily/slash-repeat-engraver.cc (try_music): new file, handle
1578         slash repeats separately. Slash repeats and %
1579         repeats can now be nested.
1580
1581 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
1582
1583         * lilypond-indent.el: Add preliminary test for closing \] and \).
1584         
1585 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
1586
1587         * lily/gregorian-ligature-engraver.cc,
1588         lily/vaticana-ligature-engraver.cc,
1589         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
1590         mf/parmesan-heads.mf: various semivocalis related bugfixes
1591
1592         * input/bugs/ligatures.ly: new file demonstrating problems with
1593         ligatures
1594         
1595 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
1596
1597         * lilypond-mode.el,
1598         lilypond-font-lock.el,
1599         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
1600
1601 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
1602
1603         * lilypond-mode.el: Remove outdated code. Stress the difference 
1604         between Emacs and XEmacs definitions.
1605
1606         * lilypond-mode.el,
1607         lilypond-indent.el: Define a function interactive only when necessary.
1608
1609 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
1610
1611         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
1612         Use inactive regions also in XEmacs.
1613
1614 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1615
1616         * Documentation/user/refman.itely (Repeat syntax): more updates
1617
1618         * lily/simple-spacer.cc (solve): move solution process into
1619         solve(). This fixes a bug with collisions and raggedright = ##t.
1620  
1621         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
1622
1623         * ly/engraver-init.ly: remove GraceContext. Update examples.
1624
1625 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1626
1627         * GNUmakefile.in (fonts): Also make fontball.
1628
1629         * Website fixes:
1630
1631         * ly/engraver-init.ly (GraceContext): Add.
1632
1633         * run:
1634
1635             convert-ly $(find . -name *.ly)
1636
1637         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
1638         new chords.
1639
1640 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1641
1642         * VERSION: 1.7.19 released
1643         
1644         * scm/music-functions.scm (set-octavation): new function.
1645
1646         * input/regression/ottava.ly: new file
1647
1648         * lily/translator-scheme.cc (LY_DEFINE): new function
1649         ly:unset-context-property
1650         (LY_DEFINE) new function ly:context-property-where-defined: 
1651
1652 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
1653
1654         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
1655
1656         * lilypond.words: add few.
1657
1658         * input/test/script-chart.ly: fix typo.
1659
1660 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1661
1662         * scm/define-grobs.scm: uniform naming for definitions and output
1663         routine files. 
1664
1665         * ly/engraver-init.ly (ChoirStaffContext): add \description from
1666         scm/context-description.scm
1667
1668         * lily/parser.yy (translator_spec_body): add \description to the
1669         \translator{} body syntax.
1670
1671         * lily/ottava-engraver.cc: new file.
1672
1673         * scm/chord-name.scm (natural-chord-alteration): replace old
1674         chord stuff. 
1675
1676         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
1677
1678         * Documentation/user/refman.itely (Metronome marks): update doco.
1679
1680         * input/regression/markup-note.ly: new file
1681
1682         * input/regression/metronome-marking.ly: new file
1683
1684         * lily/metronome-engraver.cc: new file. Print \tempo markings.
1685
1686         * scm/new-markup.scm (note-markup): make a note glyph, useful for
1687         metronome marks.
1688
1689 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1690
1691         * Documentation/user/GNUmakefile: Compatibility fix for new
1692         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
1693         for making binary packages; info splitting bug has been fixed.
1694
1695         * Documentation/user/refman.itely: Compile fixes.
1696
1697 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
1698
1699         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
1700         Count \midi -keywords also for a region.
1701
1702 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1703
1704         * lily/lookup.cc (LY_DEFINE): new function
1705
1706         * Documentation/user/tutorial.itely: updates
1707
1708 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
1709
1710         * lilypond-mode.el: Allow Midi on buffer.
1711         Use only '.ly'-extension, remove '.sly' and '.fly'.
1712         Allow use of inactive regions. Invoke next Command on Master file, 
1713         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
1714
1715 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1716
1717         * Documentation/user/tutorial.itely: updates.
1718
1719 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
1720
1721         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
1722
1723 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
1724
1725         * lily/coherent-ligature-engraver.cc: fixed typo
1726
1727         * lily/coherent-ligature-engraver.cc,
1728         lily/gregorian-ligature-engraver.cc,
1729         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1730         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1731         lily/vaticana-ligature-engraver.cc,
1732         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
1733         scm/grob-description.scm: cleanup: junked LigatureHead grob and
1734         removed all ligature specific stuff from NoteHead code
1735
1736         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
1737         ligatures now use regular noteheads
1738
1739         * lily/vaticana-ligature.cc: tiny code cleanups
1740
1741         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
1742         space between two adjacent noteheads of the same pitch
1743
1744         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
1745         description; cleanup: removed obsolete font-family settings
1746
1747 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
1748
1749         * lily/coherent-ligature-engraver.cc,
1750         lily/gregorian-ligature-engraver.cc,
1751         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1752         lily/mensural-ligature-engraver.cc,
1753         lily/vaticana-ligature-engraver.cc,
1754         lily/include/gregorian-ligature-engraver.hh: updated for new
1755         Coherent_ligature_engraver; added comments that describe the basic
1756         design ideas of the ligature implementation
1757
1758         * lily/coherent-ligature-engraver.cc,
1759         lily/include/coherent-ligature-engraver.hh: new file: shared code
1760         between mensural ligatures and Gregorian chant notation ligatures
1761
1762 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1763
1764         * lilypond-mode.el: XEmacs fixes: include two definitions for the
1765         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
1766         use only two arguments in sit-for, use no arguments in
1767         read-char-exclusive, backspace is not a character (127) in XEmacs.
1768
1769         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
1770
1771 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1772
1773         * lilypond-mode.el: un-commenting works after syntax-table fix.
1774
1775         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
1776         group, verbose commenting for syntax table.
1777
1778         * lilypond-indent.el: add TODO for ligature slurs.
1779
1780 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
1781
1782         * lilypond-mode.el: Move comments of parenthesis matching away,
1783         (blink-matching-paren-on-screen) fix blinking in Emacs.
1784
1785         * lilypond-font-lock.el: Fix parent-matching for Emacs:
1786         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
1787
1788         * lilypond-indent.el: Add TODO for parenthesis matching.
1789
1790 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
1791
1792         * lilypond-mode.el: Fix XEmacs: 
1793         changed [S-iso-lefttab] to [(shift iso-lefttab)],
1794         invoke explicitly easy-menu-add (in Emacs done automatically).
1795         
1796         * lilypond.words: Add few words from input/*/*.ly.
1797
1798 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1799
1800         * VERSION (PATCH_LEVEL): release 1.7.18
1801
1802         * scripts/lilypond-book.py: only print basename for printfilename
1803         option
1804
1805         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
1806         and syntax updates.
1807
1808 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1809
1810         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
1811         better parametrisation. Move fatness of bulb downward.
1812
1813         * mf/parmesan-custodes.mf (dir_down): remove underscores from
1814         glyph names. Underscores are not allowed .ps encoding files.
1815
1816 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
1817
1818         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
1819         variable "packed" for packed right-ragged mode
1820
1821         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
1822         unused variable ragged; fixed indentation
1823
1824         * Documentation/user/refman.itely: tiny cleanups in ancient
1825         clef and custos section
1826
1827 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1828
1829         * lily/parser.yy (Simple_music): add \applyoutput, syntax
1830         \applyoutput PROCEDURE
1831
1832         * lily/my-lily-lexer.cc: add \applyoutput.
1833
1834         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
1835
1836         * lily/text-item.cc: clean text-interface description
1837
1838 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1839
1840         * input/{regression,test}/: use postfix for slur endings and beam
1841         begins.
1842
1843         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
1844         style beams too. 
1845
1846         * input/regression/lyrics-melisma-beam.ly: new file.
1847
1848         * lily/lyric-engraver.cc (process_music): change from
1849         process_acknowledged_grobs()
1850
1851         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
1852         functions to set and revert auto-beam settings.
1853
1854 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1855
1856         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
1857
1858 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
1859
1860         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
1861         Documentation/user/lilypond.tely: fixed some typos; updated author
1862         info
1863
1864         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
1865         #"" -> #'flag-style = #'()
1866
1867         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
1868         cleanup: removed dead #includes
1869
1870         * lily/gregorian-ligature-engraver.cc,
1871         lily/include/gregorian-ligature.hh,
1872         scm/grob-property-description.scm: small cleanups, small spacing
1873         fixes
1874
1875         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
1876         lily/vaticana-ligature.cc,
1877         lily/include/gregorian-ligature-engraver.hh,
1878         scm/grob-property-description.scm, scm/music-types.scm:
1879         "porrectus" -> "pes or flexa"
1880
1881         * ly/engraver-init.ly, scm/grob-description.scm,
1882         scm/grob-property-description.scm: junked porrectus, now handled
1883         by ligature code
1884
1885         * scm/grob-description.scm: bugfix: added space-alist entry for
1886         breathing sign/custos
1887
1888 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1889
1890         * Another grand 2003 update.
1891         
1892         * Remove mentioning of `mudela'; There's no such thing.
1893
1894 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1895
1896         * Documentation/user/preface.itely (Preface to version 1.8): update
1897
1898         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
1899
1900         * Documentation/user/converters.itely (Invoking convert-ly): revise
1901
1902         * scripts/convert-ly.py (outfile_name): remove --assume-old.
1903
1904         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
1905
1906 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1907
1908         * Documentation/user/internals.itely: more updates.
1909
1910 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1911
1912         * Documentation/user/refman.itely: revise 
1913
1914         * Documentation/user/internals.itely: revise
1915
1916         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
1917
1918 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
1919
1920         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
1921         beautification: reformatted ancient clefs section; cleanup: small
1922         wording fixes
1923
1924 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
1925
1926         * lilypond.words: added words for chant notation, sorted
1927         alphabetically through "sort lilypond.words"
1928
1929 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
1930
1931         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
1932         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
1933         chant notation
1934
1935 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
1936
1937         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
1938         prevent TeX from interpreting them as long dash
1939
1940         * input/test/vaticana.ly: updated
1941
1942         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
1943         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
1944         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
1945         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
1946         fixes
1947
1948         * mf/parmesan-heads.mf: ledger endings: removed dead code
1949
1950 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1951
1952         * VERSION: 1.7.17 released
1953         
1954         * Documentation/user/GNUmakefile
1955         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
1956         files too.
1957
1958         * scm/document-markup.scm: new file: document all markup
1959         functions.
1960
1961         * scm/documentation-generate.scm: rename all documentation modules
1962         to document-*.scm
1963
1964         * scripts/lilypond-book.py: generate link to .ly file iso. link to
1965         .png
1966
1967         * input/test/divisiones.ly: added
1968
1969         * input/regression/output-property.ly: new file
1970
1971         * lily/cluster.cc: change cluster-interface to use style property
1972
1973 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
1974
1975         * input/test/chord-names-german.ly: modified.
1976
1977         * scm/chords-ignatzek.scm:
1978           chord-name->german-markup: Added
1979           note-name->german-markup: Changed (now producing lowercase notenames)
1980
1981         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
1982         
1983 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1984
1985         * scripts/convert-ly.py (FatalConversionError.conv):
1986         divisiominima -> divisioMinima, etc.
1987
1988         * ly/engraver-init.ly (FiguredBassContext): add
1989         Separating_line_group_engraver to Figured bass context.
1990
1991         * ly/german-chords-init.ly: remove file
1992
1993         * input/test/chord-names-german.ly (scm): new file.
1994
1995         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
1996
1997         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
1998         Chord_name_engraver
1999
2000         * Documentation/user/refman.itely: lots of updates.
2001
2002         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
2003         new file
2004
2005         * input/test/bar-number-every-5-reset.ly: new file.
2006
2007 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2008
2009         * input/regression/chord-name-major7.ly: new file
2010
2011         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
2012         if specced explicitly.
2013
2014         * input/regression/chord-name-entry-11.ly: new file.
2015
2016         * input/test/slur-beautiful.ly: new file.
2017
2018         * Documentation/user/refman.itely: updates.
2019
2020         * input/regression/collisions.ly (threevoice): cleanup.
2021
2022         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
2023
2024 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2025
2026         * Documentation/user/*.itely: various updates.
2027
2028         * ly/spanners-init.ly: enddecr/ endcr.
2029
2030         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
2031         of tutorial
2032
2033 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2034
2035         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
2036
2037         * lily/new-chord-name-engraver.cc (process_music): use octavation
2038         (a number) instead of original-pitch to store inversions. This
2039         fixes a problem with transposed chords with inversions.  
2040
2041 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2042
2043         * stepmake/aclocal.m4: Include compile fix for broken flex, as
2044         used in includable-lexer.hh.
2045
2046         * lily/includable-lexer.cc: Bugfix: include config.h.
2047
2048         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
2049         circumvention of Debian packaging bug.
2050
2051 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2052
2053         * flex-2.5.31 hits Debian/unstable.  Fixes below.
2054         
2055         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
2056
2057         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
2058         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
2059
2060         * lily/include/includable-lexer.hh: 
2061         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
2062
2063         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
2064
2065         * aclocal.m4: Regenerate.
2066
2067         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
2068         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
2069
2070         * scm/pdf.scm (use-modules): Include lily.
2071
2072         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
2073         Noordkamp).
2074         (use-modules): Include lily.
2075         (lily-def): Bugfix: include tex-val in let.
2076
2077 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
2078
2079         * lilypond-mode.el: sensible error if lilypond.words not found.
2080
2081         * lilypond.words: add few words.
2082
2083 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
2084
2085         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
2086
2087         * mf/parmesan-scripts.mf: fixed typo in char name
2088
2089 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2090
2091         * VERSION: 1.7.16 released
2092
2093         * python/lilylib.py (setup_temp): temporary directories are mode 700.
2094         (this is a security vulnerability).
2095
2096         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
2097
2098         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
2099         add staff support.
2100
2101 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
2102
2103         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
2104         ly/script-init.ly, scm/script.scm: bugfix: renamed
2105         fermata->signumcongruentiae to fix naming clash with feta font
2106
2107 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2108
2109         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
2110
2111         * lily/multi-measure-rest-engraver.cc
2112         (start_translation_timestep): use grace timing too for determining
2113         when to make mmrest.
2114         (start_translation_timestep): clear numbers too.
2115
2116 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
2117
2118         * scm/music-types.scm: compile fix: escape braces
2119
2120         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
2121         work around font selection problem
2122
2123         * Documentation/user/refman.itely: BreathingSign: added docu for
2124         property "text"
2125
2126 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2127
2128         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
2129         information.
2130
2131 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2132
2133         * lily/multi-measure-rest-engraver.cc (class
2134         Multi_measure_rest_engraver): make multiple Number objects, one
2135         for each MultiMeasureTextEvent.
2136
2137         * scm/music-functions.scm (glue-mm-rest-texts): use
2138         MultiMeasureTextEvent
2139
2140         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
2141
2142         * Documentation/user/refman.itely (Multi measure rests): update.
2143
2144 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2145
2146         * lily/ly-module.cc (ly_copy_module_variables): use
2147         scm_internal_hash_fold() for iterating modules.
2148
2149 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
2150
2151         * Documentation/user/refman.itely: Section Custodes: added more
2152         example code
2153
2154         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
2155         neo-mensural rests to parmesan font
2156
2157         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
2158         header
2159
2160 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2161
2162         * Documentation/user/macros.itexi: @fileref macro.
2163
2164         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
2165         each file. 
2166
2167 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
2168
2169         * lily/include/custos.hh, make/lilypond.suse.spec.in,
2170         Documentation/topdocs/AUTHORS.texi: updated my email address
2171
2172         * Documentation/user/refman.itely: updated custos documentation;
2173         beautified divisiones example; beautified articulations table
2174
2175         * lily/breathing-sign.cc: bugfix: finalis molecule
2176
2177 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
2178
2179         * Documentation/user/refman.itely: added docu for
2180         contemporary fermata symbols, gregorian breathing signs; small fixes
2181
2182         * ly/gregorian-init.ly: removed obsolete #'type props
2183
2184 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2185
2186         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
2187         minimum-length property correctly.
2188
2189 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2190
2191         * scm/music-functions.scm (make-multi-measure-rest): set input
2192         locations for multimeasure rests.
2193
2194 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
2195
2196         * input/regression/breathing-sign.ly: updated to for ancient
2197         notation
2198
2199 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2200
2201         * scripts/ly2dvi.py: Add newline.
2202
2203 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2204
2205         * scripts/ly2dvi.py (dependency_files): Compile fix.
2206
2207 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2208
2209         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
2210         (make_html_menu_file): --html menu. 
2211
2212 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2213
2214         * scripts/ly2dvi.py (run_dvips): +add the .map file 
2215
2216 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2217
2218         * input/screech-boink.ly: new file.
2219
2220 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2221
2222         * scripts/lilypond-book.py (make_lilypond_file): convert
2223         lilypond-file to lilypond block directly, without going through
2224         begin/end lilypond text.
2225         
2226
2227 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
2228
2229         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
2230         scm/grob-description.scm: moved Michael's original breathing sign
2231         code in brew_molecule() to divisio_minima(); provided new
2232         brew_molecule() that effectively replaces the
2233         Text_item::brew_molecule callback (with additional fallback to
2234         Michael's original code); added callbacks for brewing divisio
2235         maior/maxima and finalis
2236
2237         * gregorian-init.ly: added breathing sign shortcuts for virgula,
2238         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
2239
2240         * script-init.ly: added shortfermata, longfermata,
2241         verylongfermata, varcoda
2242
2243         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
2244         longfermata, verylongfermata, varcomma, varcoda
2245
2246 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2247
2248         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
2249           Remove all noquote and insert a few quote.
2250         
2251         * Documentation/user/lilypond-book.itely (Music fragment options),
2252           scripts/lilypond-book.py: Don't include quotation blocks by
2253           default. Introduce option quote instead of noquote
2254
2255 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2256
2257         * VERSION: 1.7.15 released
2258         
2259         * Documentation/user/lilypond.tely: omf updates.
2260
2261         * buildscripts/texi2omf.py (omf_vars): include version.date
2262
2263         * make/lilypond.redhat.spec.in: fixes for spec file. 
2264
2265         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
2266         by function definition: lily now requires a recent GNU Make.
2267
2268         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
2269
2270         * make/ly-rules.make: remove .ly -> .tex rule
2271
2272         * Documentation/user/refman.itely (Figured bass): revised figured
2273         bass example.
2274
2275 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2276
2277         * stepmake/stepmake/omf-targets.make (local-install): add
2278         scrollkeeper-update message.
2279
2280         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
2281         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
2282
2283         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
2284
2285         * Documentation/user/converters.itely (Invoking midi2ly): add
2286         track/channel notice.
2287
2288 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2289
2290         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
2291
2292         * lily/parser.yy (scalar): DIGIT is also a scalar.
2293
2294         * Documentation/user/music-glossary.tely: add @omf tags
2295
2296         * Documentation/user/lilypond.tely: add @omf tags
2297
2298         * scm/generate-documentation.scm (string-append): add @omf tags.
2299
2300         * stepmake/stepmake/omf-*: new files 
2301
2302         * input/regression/multi-measure-rest.ly (texidoc): add doco
2303
2304         * GNUmakefile.in (web-doc-install): add web-doc-install target
2305
2306         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
2307         fixes crashes while dumping MIDI.
2308
2309         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
2310         midi
2311
2312 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2313
2314         * buildscripts/texi2omf.py: new file.
2315
2316         * mf/feta-beugel.mf: include font count, not staffsize (16) in
2317         font-name
2318
2319 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2320
2321         * input/regression/beam-manual-beaming.ly (texidoc): new file.
2322
2323         * lily/sequential-iterator.cc (descend_to_child): call
2324         descend_to_child() for all types of music.
2325
2326 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2327
2328         * scm/translator-property-description.scm: Add
2329         bassFigureFormatFunction.  Replace some entries.
2330
2331 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2332
2333         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
2334         clean out.
2335
2336 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2337
2338         * scripts/midi2ly.py (Note.dump): never dump duration for
2339         dump_dur=0.
2340
2341         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
2342         new function
2343
2344         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
2345         figures using new markups. Much simpler, and should improve layout
2346         a little.
2347
2348         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
2349
2350 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2351
2352         * ly/engraver-init.ly: use Hara kiri by default for 
2353         ChordNames, FiguredBass and Lyrics(Voice) context. 
2354
2355         * lily/axis-group-engraver.cc (acknowledge_grob): use
2356         rhythmic-grob-interface for selecting items not to hara-kiri'd 
2357
2358         * scm/new-markup.scm (markup-function-list): add bracket,
2359         vbracket.
2360
2361         * ly/engraver-init.ly (ChordNamesContext): set
2362         minimumVerticalExtent
2363
2364 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2365
2366         * input/test/time-signature-double.ly: new file 
2367
2368         * input/regression/collision-head-chords.ly (texidoc): new file.
2369
2370         * lily/type-swallow-translator.cc: add note swallow translator 
2371
2372         * input/test/time-signature-double.ly: new file.
2373
2374         * lily/type-swallow-translator.cc: add Rest_swallow_translator
2375
2376         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
2377         (FiguredBassContext): idem.
2378
2379         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
2380
2381         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
2382
2383         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
2384
2385         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
2386         .afm dependency
2387
2388         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
2389
2390         * python/lilylib.py (make_page_images): add function.
2391
2392         * scripts/ly2dvi.py (run_latex): include title in preview image.
2393
2394         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
2395         from lilypond-book for <ly2dvifile> tags in HTML.
2396
2397         * scripts/ly2dvi.py (option_definitions): add --debug option to
2398         print out environment.
2399
2400         * input/regression/tie-chord-partial.ly: new file.
2401
2402 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
2403
2404         * lilypond.words: add 3
2405
2406 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2407
2408         * scm/new-markup.scm (markup-function-list): add finger-markup
2409
2410         * input/tutorial/brahms-tweaked.ly: new markup 
2411
2412         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
2413
2414         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
2415         crash when processing '() markup
2416
2417         * input/regression/breathing-sign.ly (texidoc): add caesura example.
2418
2419         * lily/breathing-sign.cc (railtracks): another caesura.
2420
2421         * mf/feta-schrift.mf: caesura symbol. 
2422
2423 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2424
2425         * scripts/convert-ly.py (FatalConversionError.conv): add
2426         ly:molecule-XXX conversions.
2427
2428         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
2429
2430         * input/regression/multi-measure-rest-text.ly: new file.
2431
2432         * scm/music-functions.scm (glue-mm-rest-texts): automatically
2433         convert MMREST-TEXT to MultiMeasureRestNumber settings.
2434
2435         * ly/engraver-init.ly (ScoreContext): move tablature settings to
2436         ScoreContext
2437
2438         * scm/new-markup.scm (center-markup): \center markup.
2439
2440         * scm/music-functions.scm: remove pitchify scripts.
2441
2442         * lily/music.cc (print_smob): display music name if available 
2443
2444 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2445
2446         * Documentation/user/refman.itely (Instrument names): remove
2447         \turnOff doco.
2448
2449 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2450
2451         * lily/score.cc (mark_smob): bugfix.
2452
2453         * input/regression/rehearsal-mark.ly: new file.
2454
2455         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
2456         report error at the current token again.
2457
2458 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2459
2460         * cygwin/mknetrel: Exit if doc build fails.
2461
2462         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
2463
2464 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2465
2466         * scm/music-types.scm (music-descriptions): add doc strings
2467
2468 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2469
2470         * lily/lexer.ll: 
2471         * lily/include/my-lily-lexer.hh: 
2472         * lily/include/includable-lexer.hh: Add flex kludge.
2473
2474         * config.hh.in: 
2475         * config.make.in: 
2476         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
2477         cruft.
2478         
2479         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
2480         code.
2481
2482 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2483
2484         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
2485
2486         * lily/parser.yy (new_chord): Compile fix.
2487
2488 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2489
2490         * Documentation/user/refman.itely (Tuning groups of objects):
2491         remove documentation for \turnOff. 
2492
2493         * lily/percent-repeat-engraver.cc (try_music): add correct
2494         processing moments for double-measure percents as well.
2495
2496         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
2497
2498         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
2499         grob prop type. 
2500
2501         * Documentation/user/refman.itely (Printing named chords): add
2502         chord name tweak doco.
2503
2504         * input/template/gregorian-transcription.ly: new file.
2505
2506 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2507
2508         * VERSION: 1.7.13 released
2509         
2510         * input/test/*: lots of cleanups/comment-outs/removals in chord
2511         examples
2512         
2513         * input/regression/*: lots of cleanups/comment-outs/removals in
2514         chord examples
2515         
2516         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
2517         options
2518
2519         * lily/new-chord-name-engraver.cc (process_music): give original
2520         inversion pitch to chord name routine.
2521
2522         * input/tutorial/os-score.ly: update to new markup
2523
2524         * Documentation/user/appendices.itely: simply include
2525         chords-ignatzek. 
2526
2527         * Documentation/user/refman.itely (Chords mode): add documentation
2528         for chord mode.
2529
2530         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
2531         not present in chord.
2532         (construct-chord): add inversion and bass support.
2533
2534         * lily/chord.cc: junk contents.
2535
2536 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
2537
2538         * Documentation/user/refman.itely:
2539         * Documentation/user/music-glossary.tely: fix. 
2540
2541 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2542
2543         * scm/chord-entry.scm (construct-chord): move chord construction
2544         to Scheme.
2545
2546         * lily/parser.yy (new_chord): new setup for chord entry.
2547
2548 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
2549
2550         * lilypond.words:
2551         * Documentation/user/music-glossary.tely: add ambitus.
2552
2553 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2554
2555         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
2556
2557         * lily/include/*.hh: string() -> to_string()
2558
2559         * scm/chords-ignatzek.scm: new file.
2560
2561         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
2562         standard chord name exceptions.
2563
2564         * scm/translator-property-description.scm (chordNameSeparator):
2565         add property.
2566         (majorSevenSymbol): add property
2567
2568         * lily/translator-scheme.cc (ly:context-properties): new function
2569         (ly:context-parent): new function.
2570         (print_smob): print context name.
2571
2572         * lily/music.cc (ly:get-music-length): new function
2573         (print_smob): don't print properties.
2574
2575         * lily/duration.cc (duration<?): new function
2576
2577         * input/regression/chords-funky-ignatzek.ly: new file.
2578
2579         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
2580         jazz chords.
2581
2582         * lily/pitch.cc (ly:pitch-diff): new function.
2583
2584         * input/regression/chords-ignatzek.ly: new file.
2585
2586 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2587
2588         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
2589         pitches for jazz chords.
2590
2591 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2592
2593         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
2594
2595 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
2596
2597         * lilypond.words: add 1
2598
2599 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
2600
2601         * Documentation/topdocs/AUTHORS.texi: refine.
2602
2603 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2604
2605         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
2606         
2607         * lilypond.words: add one.
2608
2609 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
2610
2611         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
2612         Fontify bass note in chords, e.g., e in c1/e.
2613         
2614 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2615
2616         * Documentation/user/music-glossary.tely: Dutch updates and
2617         additions (Arent Storm).
2618
2619 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2620
2621         * input/regression/ambitus.ly:  move file.      
2622
2623         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
2624
2625         * lily/event.cc (transpose): add tonic property to Key_change_req
2626         and to Key_engraver.
2627
2628 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
2629
2630         * Documentation/user/refman.itely: fix typo.
2631
2632         * lilypond.words: removed wrong identifiers.
2633
2634 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2635
2636         * mf/feta-toevallig.mf: make flat stem shorter 
2637
2638 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
2639
2640         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
2641
2642         * lilypond.words: add from Phrasing slur.
2643         
2644 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
2645
2646         * lilypond-mode.el: allow launching multiple ViewPS processes.
2647         
2648         * lilypond.words: add from Text markup.
2649
2650 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2651
2652         * input/test/ossia.ly (texidoc): add comment.
2653
2654         * input/regression/voice-follower.ly: new file.
2655
2656         * mf/feta-toevallig.mf: make flat heavier.
2657
2658         * lily/cluster-engraver.cc: clean up Cluster engraver
2659
2660         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
2661         Engraver. Use Note_column to compute Y positions and deal with
2662         line break stuff.
2663
2664 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2665
2666         * lily/stem.cc: move french-beaming to stem.
2667
2668 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
2669
2670         * lilypond-font-lock.el: fontify all durations in chords.
2671
2672         * lilypond.words: add from lily/my-lily-lexer.cc
2673
2674 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2675
2676         * VERSION: release 1.7.12
2677
2678         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
2679
2680         * lily/gregorian-ligature.cc: new file
2681
2682         * lily/*: the Great 2003 search & replace.
2683
2684         * Documentation/user/refman.itely (Manual repeat commands): add
2685         note about font selection.
2686
2687 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
2688
2689         * lilypond-mode.el: propose recompiling midi while invoking playing,
2690         not while stopping playing.
2691
2692 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
2693
2694         * lilypond.words: add one.
2695
2696         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
2697         and expressional note grouping. Fontify chord modes.
2698
2699 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
2700
2701         * Documentation/user/music-glossary.tely (Top): translate melisma.
2702
2703 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2704
2705         * Documentation/user/music-glossary.tely (Top): add melisma.
2706
2707 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
2708
2709         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
2710         interfaces for (abstract) grob GregorianLigature
2711
2712         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2713         renamed head* -> glyph_name*, x-shift* -> x-offset*
2714
2715         * scm/grob-property-description.scm: bugfix: added missing descriptions
2716
2717 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2718
2719         * input/test/chord-names-dpnj.ly: New file.
2720
2721         * scm/double-plus-new-chord-name.scm: Implement full and partial
2722         exceptions.
2723
2724         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
2725
2726         * scm/double-plus-new-chord-name.scm
2727         (double-plus-new-chord->markup): Fix sub->markup.
2728
2729
2730 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
2731
2732         * lily/custos-engraver.cc: added TODO; editorial changes
2733
2734         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
2735         consistency with other ligature engravers; removed access on (now)
2736         private variable _ligature of Ligature_engraver
2737
2738         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
2739         renamed last_bound -> last_bound_; issue programming_error on
2740         abstract method calls; moved primitives code from
2741         Mensural_bracket_engraver to here (because almost ligature
2742         engravers will need it); renamed try_stop_ligature () ->
2743         typeset_ligature (); bugfix: store primitives of finished ligature
2744         in separate variable finished_primitives_ to avoid clash on input
2745         like "\] \["; added current_ligature () to enable access on
2746         private variable _ligature
2747
2748         * lily/mensural-ligature-engraver.cc: removed primitives_ code
2749         (now in super class); renamed try_stop_ligature () ->
2750         typeset_ligature ()
2751
2752         * lily/mensural-ligature.cc: issue programming_error on abstract
2753         method calls
2754
2755         * lily/note-heads-engraver.cc: added TODO comment upon bool
2756         in_ligature
2757
2758         * mf/parmesan-heads.mf: fixed some of set_char_box()
2759
2760         * scm/grob-description.scm: added VaticanaLigature
2761
2762         * scm/grob-property-description.scm: added neume prefix properties
2763
2764         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
2765         lily/include/gregorian-ligature-engraver.hh,
2766         lily/include/gregorian-ligature.hh: new files; framework for
2767         gregorian ligature engravers such as vaticana
2768
2769         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
2770         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
2771         vaticana style ligature implementation (still somewhat uncomplete)
2772
2773 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2774
2775         * VERSION: release 1.7.11
2776
2777         * scripts/convert-ly.py: add ly:pitch-transpose rule
2778
2779 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2780
2781         * input/test/dpncnt.ly: New file.
2782
2783         * lily/my-lily-lexer.cc: Add chordnames keyword.
2784
2785         * lily/parser.yy (chordnames_block): Parse chord name exception
2786         lists, see input/test/dpncnt.ly.
2787
2788         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
2789         function.
2790
2791         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
2792         filter-out too.
2793
2794         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
2795         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
2796         pitch functions (except for ly:make-pitch, but that's apparently
2797         some sort of scheme naming standard?).
2798
2799         * scm/lily.scm (!=): define-public.
2800
2801         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
2802
2803 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2804
2805         * scm/double-plus-new-chord-name.scm
2806         (double-plus-new-chord-name->markup): New file.
2807
2808 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2809
2810         * python/lilylib.py (make_preview): don't suppress progress for
2811         bbox extraction.
2812
2813 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2814
2815         * Documentation/user/appendices.itely (scheme): update for new syntax.
2816
2817         * input/regression/chord-name-styles.ly: new file
2818
2819         * lily/instrument-name-engraver.cc: create instrument names
2820         without barline too.  Allows instrument name on ChordNames  
2821
2822         * scm/new-markup.scm (interpret-markup): allow simple strings as
2823         markup too.
2824
2825 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2826
2827         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
2828         (step->markup-accidental): Fix: add accidental.
2829         (chord::inner-name-american): 
2830         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
2831         append stray '/' if last superscript addition was 'o'.
2832
2833         * scm/new-markup.scm (normal-size-sub-markup) 
2834         (normal-size-super-markup): New function.
2835
2836         * lily/source-file.cc (Source_file): Add warning for possibly
2837         intentional but suspicious initialization.
2838
2839         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
2840         add comments about cut-and-paste programming.
2841
2842         * flower/rational.cc (lcm): Not used; comment out.
2843
2844 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2845
2846         * lily/new-fingering-engraver.cc (position_scripts): use
2847         fingerHorizontalDirection to determine fingering horizontal
2848         directions.
2849  
2850         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
2851         fingering support.
2852
2853         * scripts/convert-ly.py (FatalConversionError.conv): add style
2854         conversion rule. 
2855
2856         * scm/chord-name.scm (set-chord-name-style): new function.
2857         (new-chord-name-brew-molecule): revise to interpret markup only
2858         (new-chord->markup): cleanuppish rewrite. To be called from the
2859         new engraver.
2860
2861         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
2862         Markup earlier, during interpreting.
2863
2864         * input/test/{banter,jazz,american}-chords.ly (scheme): update
2865         style settings. Rename to chord-names-*.ly
2866
2867 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2868
2869         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
2870         markup code and update to new markup.  Most probably broke some of
2871         it.
2872         
2873 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
2874
2875         * Documentation/user/refman.itely: added docu for ambitus and
2876         clusters
2877
2878         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
2879         ly_quote_scm() in lookup.cc
2880
2881         * mf/parmesan-clefs.mf: set_char_box fix
2882
2883         * lily/cluster-engraver.cc: junk implicit protection; use
2884         Protected_scm instead
2885
2886 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2887
2888         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
2889         throughout.
2890
2891         * scm/new-markup.scm: Turn-off error-triggering test code.
2892
2893 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2894
2895         * scm/new-markup.scm (markup-thrower-typecheck) 
2896         (markup-typecheck?):  add full typechecking functions.
2897         (make-markup-maker): add make-FOO-markup functions.
2898         (markup-argument-list-error): nice error checking messages.
2899         (make-markup): better function: less quoting escapades.
2900
2901 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2902
2903         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
2904
2905 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2906
2907         * cygwin/lilypond.hint (requires): Add cygwin.
2908
2909         * .cvsignore: Remove stepmake (huh!?!), add lib.
2910
2911         * GNUmakefile.in: Add libdir links for builddir runs.
2912
2913         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
2914         instead of datadir.
2915
2916         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
2917         local_lilypond_libdir.
2918
2919         * config.make.in (lilypond_libdir): Add.
2920
2921         * stepmake/stepmake/substitute-rules.make: 
2922         * stepmake/stepmake/script-rules.make: 
2923         * stepmake/stepmake/python-module-rules.make:
2924         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
2925         lilypond-python-module patch.
2926
2927 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2928
2929         * Documentation/user/refman.itely (Graphical interfaces): add note
2930         about xml2ly.
2931
2932 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2933
2934         * scripts/ly2dvi.py (run_dvips): remove trailing newline
2935
2936 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2937
2938         * VERSION: released 1.7.10
2939
2940         * scripts/musedata2ly.py (): idem
2941
2942         * scripts/midi2ly.py (dump_chord): idem
2943
2944         * scripts/etf2ly.py (version): idem 
2945
2946         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
2947
2948         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
2949
2950         * scm/tex.scm (tex-output-expression): remove eval compat
2951         glut. Other output files too.
2952
2953         * scm/chord-name.scm: don't export anything from chord module.
2954
2955         * input/test/american-chords.ly: idem
2956
2957         * input/test/banter-chords.ly (texidoc): idem
2958
2959         * input/test/Cc-chords.ly: add breakage notes.
2960
2961         * Documentation/user/refman.itely (Text markup): rewrite manual section.
2962
2963         * lily/parser.yy (scalar): allow \markup { } as property value. 
2964
2965         * scm/chord-name.scm: complete new markup usage
2966
2967         * scm/grob-description.scm (all-grob-descriptions): use new markup
2968         texts by default
2969
2970 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2971
2972         * scm/chord-name.scm: partial move to new markup texts.
2973
2974 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2975
2976         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
2977
2978         * scm/bass-figure.scm (brew-bass-figure): make stack direction
2979         settable.
2980
2981 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
2982
2983         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
2984         invoked for old midi, wait for killing.
2985
2986 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
2987
2988         * Documentation/user/music-glossary.tely: Finnishing.
2989
2990 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2991
2992         * mf/feta-nummer-code.mf: some kerning pairs.
2993
2994 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
2995
2996         * scm/output-lib.scm (set-bar-number-visibility): Context-function
2997         Added.
2998
2999         * Documentation/user/refman.itely (Bar numbers):
3000         set-bar-number-visibility added, modulo-bar-number removed again
3001         (sorry).
3002
3003 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
3004
3005         * scm/output-lib.scm (modulo-bar-number-visible): add function.
3006
3007         * Documentation/user/refman.itely: add modulo-bar-number-visible.
3008
3009         * Documentation/user/music-glossary.tely: translate into Finnish.
3010
3011 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
3012
3013         * lilypond-mode.el: add shortcut for 2midi
3014
3015         * lilypond-font-lock.el: fontify lyrics
3016
3017 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
3018
3019         * scm/drums.scm : use 1.7.x names.
3020
3021         * input/regression/drums.ly : Don't use << chords >>
3022
3023 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
3024
3025         * lilypond-mode.el: tidy, add TODO
3026
3027         * make/lilypond.mandrake.spec.in: install-info quietly.
3028
3029 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3030
3031         * input/test/markup.ly: use new syntax.
3032
3033 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3034
3035         * ly/params-init.ly (interscoreline): add word-space
3036
3037         * input/test/metronome.ly (eighthNote): idem.
3038
3039         * input/test/script-priority.ly: use new markup
3040
3041         * lily/parser.yy (markup): allow HEAD markup0 markup1 
3042
3043         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
3044
3045         * lily/parser.yy (gen_text_def): bugfix.
3046         (full_markup): allow markup identifier.
3047
3048 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
3049
3050         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
3051         jobs at the same time. Add horizontal lines to Command menu.
3052         Allow one compiling job -- propose killing others before a new one.
3053
3054         * lilypond.words: add markup, teeny, etc.
3055
3056 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
3057
3058         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
3059         Allow only one type of midi process; launching Midi either stops
3060         midis or plays the current midi and launching MidiAll stops midis
3061         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
3062         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
3063
3064 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3065
3066         * lily/text-engraver.cc (process_acknowledged_grobs): use new
3067         markup  for new markup texts.
3068
3069         * lily/mark-engraver.cc (process_music): idem
3070         
3071         * lily/instrument-name-engraver.cc (create_text): idem
3072
3073         * scm/new-markup.scm (magnify-markup): new function.
3074
3075         * scm/molecule.scm (stack-lines): bugfix.
3076
3077         * lily/font-interface.cc (get_font): take font-magnification from
3078         alist chain.
3079
3080 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3081
3082         * lily/molecule-scheme.cc: move scheme functions to separate file.
3083
3084         * lily/font-metric.cc  (ly_get_glyph): new function. 
3085         
3086         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
3087         (italic-markup, dynamic-markup): new functions
3088         (font-markup): new function
3089
3090         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
3091         padding and minimum
3092
3093 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
3094
3095         * lily/accidental-engraver.cc:
3096         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
3097
3098 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
3099
3100         * lilypond.vim:
3101         * lilypond-font-lock.el: Put \longa as duration. Accept only 
3102         [a-zA-Z] for user defined identifiers. Separate note cases 
3103         with and without a duration (allow cis\longaX).
3104
3105         * lilypond.words: Add words from Info.
3106
3107 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3108
3109         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
3110
3111 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
3112
3113         * lilypond-mode.el: Propose reverting buffer before a command if
3114         it was edited with an another editor.
3115
3116 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3117
3118         * lily/molecule.cc (ly_translate_molecule): new function
3119
3120         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
3121         into libdir
3122
3123         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
3124
3125         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
3126
3127 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
3128
3129         * lilypond.words: take \words from Info-index.
3130
3131 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3132
3133         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
3134
3135 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
3136
3137         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
3138
3139 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
3140
3141         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
3142         and lilypond-documentation.
3143
3144 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3145
3146         * lily/parser.yy: Compile fix (bison 1.75).
3147
3148 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3149
3150         * VERSION: 1.7.9 released
3151
3152         * scm/music-functions.scm (shift-one-duration-log): refactor.
3153         Use music-map.
3154
3155         * input/regression/chord-tremolo.ly (texidoc): add dot test.
3156
3157         * NEWS: update.
3158
3159         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
3160         argument
3161         
3162         * scm/music-functions.scm (display-music): new function
3163         (music-map): change arg order.
3164
3165         * input/regression/new-markup-syntax.scm: new file
3166
3167         * lily/parser.yy (markup): add \markup { .. } syntax.
3168
3169         * scm/new-markup.scm (override-markup): new function
3170         (lookup-markup): new function
3171         (music-markup): new function
3172         (lookup-markup-command): use markup-signature to store argument
3173         format for parser.
3174
3175         * lily/lexer.ll: preliminary \markup syntax. 
3176
3177 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
3178
3179         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
3180         add pre/post-dependencies and menus with icons from source.
3181
3182         * Documentation/pictures/lilypond-48x48.xpm:
3183         * Documentation/pictures/lilypond-32x32.xpm:
3184         * Documentation/pictures/lilypond-16x16.xpm: new files, background
3185         transparent.
3186
3187         * stepmake/stepmake/generic-targets.make:
3188         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
3189
3190 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3191
3192         * input/regression/music-map.ly (texidoc): new file.
3193
3194         * scm/music-functions.scm (music-map): new function
3195
3196 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3197
3198         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
3199
3200 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
3201
3202         * input/test/to-xml.ly:
3203         * lily/ligature-engraver.cc: Fixes documentation.
3204
3205         * lilypond.mandrake.spec.in:
3206         * lilypond.redhat.spec.in: Add lilypond.words.
3207
3208         * Documentation/user/refman.itely: Mention Info inside emacs.
3209         
3210         * lilypond.suse.spec.in:
3211         * lilypond.redhat.spec.in: 
3212         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
3213
3214 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3215
3216         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
3217         os.popen.read ().
3218
3219 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3220
3221         * scripts/ly2dvi.py (include_path): print warning if failing anything.
3222
3223         * python/lilylib.py (error): add space
3224
3225 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3226
3227         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
3228         distribution.
3229
3230 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3231
3232         * lily/paper-outputter.cc (Paper_outputter): close port when
3233         finishing score.
3234
3235 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3236
3237         * scm/sodipodi.scm: Fixes.
3238
3239 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
3240
3241         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
3242
3243         * buildscripts/make-font-dir.py: Fix. 
3244
3245 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
3246
3247         * lilypond-mode.el: Add support for Info inside Emacs.
3248
3249 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3250
3251         * buildscripts/make-font-dir.py: 
3252         * mf/GNUmakefile: Make sodipodi font map.
3253
3254         * scm/sodipodi.scm: Add more output functions.
3255
3256         * mf/feta-nummer.mf: 
3257         * mf/feta-beugel.mf: Add font_coding_scheme.
3258
3259         * lily/paper-outputter.cc (output_header): Fix creator string.
3260
3261 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
3262
3263         * lilypond-mode.el (LilyPond-autocompletion): invoked with
3264         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
3265
3266         * lilypond.words: add two (Everybody can add/remove words now!).
3267
3268         * debian/rules:
3269         * make/lilypond.suse.spec.in:
3270         * make/lilypond.mandrake.spec.in:
3271         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
3272
3273         * Documentation/user/refman.itely: Mention autocompletion.
3274
3275 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3276
3277         * scripts/ly2dvi.py: Add paper sizes.
3278
3279         * lily/timing-engraver.cc: 
3280         * lily/time-signature.cc: 
3281         * lily/span-bar.cc: 
3282         * lily/grob-scheme.cc: Code formatting fixes.
3283
3284         * scm/sodipodi.scm: 
3285         * scm/sketch.scm:
3286         * buildscripts/mf-to-table.py: 
3287         * buildscripts/make-font-dir.py: Font testing.
3288
3289 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
3290
3291         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
3292         inserts try-completion and shows all-completions.
3293
3294         * lilypond.words: '\' -> '\\'
3295
3296         * lilypond-mode.el: load libraries in the end, lilypond.words defines
3297         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
3298         
3299         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
3300         and LilyPond-reserved-words.
3301         
3302 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
3303
3304         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
3305         from load-path.
3306         
3307         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
3308         the mini-buffer with Control-Shift-c.
3309         
3310 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3311
3312         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
3313         duration. This fixes \tempo taking time.
3314
3315 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3316
3317         * lily/volta-engraver.cc (process_acknowledged_grobs): 
3318         Allow for text markup in repeatCommands. 
3319
3320 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
3321
3322         * lilypond-mode.el (LilyPond-insert-string): new function, use it
3323         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
3324         Get rid of skeleton.el-dependency.
3325
3326         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
3327
3328 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3329
3330         * lily/beam-engraver.cc (stop_translation_timestep): reset
3331         now_stop_ev_
3332
3333         * lily/scm-option.cc: add parse-protect to ly:set-option
3334
3335         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
3336
3337 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3338
3339         * lily/include/ligature-bracket.hh: removed
3340         * lily/ligature-bracket.cc: removed
3341
3342         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
3343         .tex
3344
3345         * lily/beam.cc (set_beaming): don't change beam count on rests.
3346         (brew_molecule): always set flag-width > 0.
3347
3348 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
3349
3350         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
3351         chars, remove instructions; instead, refer to lilypond-init.el and
3352         Documentation/topdocs/INSTALL.texi.
3353
3354         * lilypond.words: add identifiers and reserved words.
3355
3356         * Documentation/topdocs/INSTALL.texi: separate sections for installing
3357         files and adding a load-path.
3358
3359         * lilypond-init.el: Instructions, extracted from 
3360         Documentation/topdocs/INSTALL.texi. 
3361         
3362 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3363
3364         * VERSION: 1.7.8 released 
3365
3366         * lily/grob.cc (warning): better robustness fix.
3367
3368 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
3369
3370         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
3371
3372         * lily/cluster-engraver.cc: stick better to variable naming
3373         conventions
3374
3375         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
3376         until stop_translation_timestep()
3377
3378         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
3379         min/max coordinates to backend, but no musical info such as
3380         pitches
3381
3382         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
3383
3384         * lily/grob.cc: robustness fix: warning(): do not crash if
3385         cause is not set
3386
3387         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
3388         the much more elaborated tuplet brackets than the very naive and
3389         simple ligature bracket grob
3390
3391 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3392
3393         * Documentation/user/refman.itely (Analysis brackets): add
3394         horizontal bracket doco.
3395
3396         * ly/property-init.ly (setMmRestFermata): added.
3397
3398         * Documentation/user/refman.itely (Multi measure rests): fermatas
3399         on mm rests.
3400
3401         * input/regression/apply-context.ly (texidoc): new file
3402
3403         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
3404         code to be executed during interpretation. Possible applications:
3405         smart octavation, more advanced bar checks. 
3406
3407         * lily/apply-context-iterator.cc: new file.
3408
3409 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3410
3411         * input/test/new-markup.ly: new file.
3412
3413         * lily/text-item.cc (text_to_molecule): new function
3414
3415         * scm/new-markup.scm (lambda): new file
3416
3417         * lily/function-documentation.cc (ly_add_function_documentation):
3418         add proc property as well
3419
3420 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3421
3422         * Documentation/user/music-glossary.tely (Top): add custos.
3423
3424 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
3425
3426         * Documentation/topdocs/INSTALL.texi: advise how to include source
3427         path to Emacs load-path and improve language.
3428
3429 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3430
3431         * GNUmakefile.in: config.h message fix.
3432
3433         * autogen.sh:
3434         * aclocal.m4: Regenerate.
3435
3436         * configure.in: 
3437         * config.make.in: 
3438         * stepmake/config.make.in: 
3439         * stepmake/configure.in: 
3440         * stepmake/autogen.sh: 
3441         * stepmake/aclocal.m4: Update for autoconf 2.56.
3442
3443 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
3444
3445         * Documentation/topdocs/INSTALL.texi: instructions for an user how
3446         to install Emacs-mode. Instructions how to use vim-mode.
3447
3448 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3449
3450         * scm/music-types.scm (music-descriptions): no length for tempo event.
3451
3452         * input/*.ly: add \version everywhere.
3453         
3454         * input/*.ly: update syntax to 1.7 + new-chords.
3455
3456         * VERSION: 1.7.7 released.
3457         
3458         * Documentation/user/*.tely: new chord syntax.
3459
3460         * input/regression/[bc]*.ly (texidoc): syntax updates.
3461         
3462 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
3463
3464         * lilypond.words: add vocabulary to be used in auto-completion
3465
3466         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
3467
3468         * lilypond.vim: allow note name at EOF
3469
3470 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3471
3472         * buildscripts/new-chords.py (edit): -e option: inline editing.
3473
3474         * input/regression/a*.ly (texidoc): syntax updates.
3475
3476         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
3477         music): elucidations. 
3478
3479 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
3480
3481         * lily/include/lily-proto.hh, ly/engraver-init.ly,
3482         ly/spanners-init.ly, scm/grob-description.scm,
3483         scm/grob-property-description.scm, scm/music-types.scm,
3484         lily/cluster-engraver.cc, lily/cluster.cc,
3485         lily/include/cluster.hh, input/test/cluster.ly: cluster
3486         implementation
3487
3488         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
3489         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
3490         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
3491
3492         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
3493
3494         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
3495
3496         * scm/grob-description.scm: bugfix: by default, use default note
3497         head style when engraving ligatures
3498
3499         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
3500
3501         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
3502         events
3503
3504         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
3505
3506         * input/test/ancient-font.ly: bugfix: style -> flag-style
3507
3508         * lily/ligature-engraver.cc: indentation fix
3509
3510         * lily/parser.yy: indentation fixes
3511         
3512 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3513
3514         * input/regression/measure-grouping.ly: more elaborate example.
3515
3516         * lily/moment.cc: ly:add-moment, ly:mul-moment,
3517         ly:div-moment. New functions 
3518
3519         * scm/music-functions.scm (set-time-signature): new function,
3520         allow inline time sig settings with measure grouping.
3521
3522         * lily/parser.yy (command_element): move time sig construction
3523         into Scheme.
3524
3525         * lily/side-position-interface.cc (out_of_staff): new function,
3526         like padding, but keep minimum distance from staff. Easier than
3527         linespanners (dynamics, pedals), but roughly the same effect.
3528
3529 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
3530
3531         * emacs-mode.el: Added spanish-note-replacements 
3532         (<carlos.betancourt@chello.be>).
3533
3534         * vimrc: (Un)commenting with <(S-)F12>, tidy.
3535
3536 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
3537
3538         * lilypond.vim: Do not fontify cises, desis, etc.
3539
3540         * vimrc: view dvi with <S-F6>
3541
3542 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3543
3544         * lily/lookup.cc (triangle): new function.
3545
3546         * input/regression/measure-grouping.ly (texidoc): new file: show
3547         triangles and brackets for beat groups of 3 and 2.
3548
3549         * lily/include/measure-grouping-spanner.hh (class
3550         Measure_grouping): new file.
3551
3552         * lily/measure-grouping-spanner.cc (brew_molecule): new file
3553
3554         * lily/measure-grouping-engraver.cc (class
3555         Measure_grouping_engraver): new file.
3556
3557 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3558
3559         * Merge from stable:
3560
3561             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
3562         
3563         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
3564         stylesheet.
3565
3566         * ly/paper19.ly: Include paper19-init.ly.
3567
3568         * ly/paper19-init.ly: New file.
3569
3570         * Documentation/user/tutorial.itely (First steps): Fix first
3571         example for font test.
3572
3573         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
3574
3575         * ChangeLog: Add 1.7.6 release marker (see below).
3576
3577         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
3578         Add .py files.
3579
3580 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3581
3582         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
3583
3584         * input/tutorial/*.ly: update to new syntax.
3585
3586         * lily/parser.yy (Composite_music): new transpose syntax,
3587         \transpose FROM TO MUSIC. 
3588
3589 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3590
3591         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
3592         latex progress/error output to stderr (by default this goes to
3593         stdout).  Show lilypond progress, even when not verbose.
3594
3595         * python/lilylib.py (system): New optional parameter to control
3596         showing of progress.
3597
3598         * scm/backend-documentation-lib.scm (check-dangling-properties):
3599         Fix error message.
3600
3601         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
3602         axis, extent.
3603
3604         * scm/grob-property-description.scm (magnify): Remove.
3605         (extent, axis): Add.
3606
3607 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3608
3609         * VERSION: Release 1.7.6.
3610
3611         * scripts/convert-ly.py: more uniformization substitutions.
3612
3613         * buildscripts/new-chords.py (sub_chords): new file.
3614
3615 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3616
3617         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
3618         lilypond.map.  Include sauter fonts too.  Cleanups.
3619
3620 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3621
3622         * Documentation/user/tutorial.itely (First steps): change to new
3623         chord/tie/slur/beam notation.
3624
3625         * lily/parser.yy (event_that_take_dir): allow postfix notation for
3626         ties.
3627
3628         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
3629         engraver. Process ties in postfix notation, i.e. c8-~ c
3630
3631         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
3632
3633         * input/regression/beam-postfix-notation.ly (texidoc): new file.
3634
3635         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
3636
3637         * lily/beam-engraver.cc (try_music): accept new-beam-events
3638
3639         * input/regression/chord-scripts.ly (texidoc): new file
3640
3641         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
3642         script-events.
3643
3644         * scm/script.scm (default-script-alist): cleanup.
3645
3646         * lily/script-engraver.cc (make_script_from_event): cleanup.
3647
3648         * lily/lyric-combine-music-iterator.cc
3649         (Lyric_combine_music_iterator): remove superfluous events.
3650         (melisma_busy): new function. Fix broken melismas.
3651
3652 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3653
3654         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
3655         Remove nonvalid settings. Use descriptive key names.
3656         Use <Return> to indicate the pressing of that key.
3657
3658 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3659
3660         * scripts/lilypond-book.py (option_definitions): Typo.
3661
3662         * scripts/ly2dvi.py: Updates.
3663
3664         * python/lilylib.py (setup_environment, print_environment)
3665         (get_bbox, make_preview): Merge and remove from ly2dvi and
3666         lilypond-book.
3667
3668         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
3669
3670         * .cvsignore: Remove some cruft.
3671
3672         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
3673         path.
3674
3675         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
3676         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
3677         throughout.
3678
3679         * python/lilylib.py (quiet_system): Junk
3680         (system): Display error log upon failure.
3681         (read_pipe): New function.  Cleanups and fixes.
3682
3683         * python/*.py: Rename from *.py.in.
3684         
3685         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
3686
3687         * GNUmakefile.in (SUBDIRS): Move python before scripts.
3688
3689 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3690
3691         * python/GNUmakefile: Bugfix: handle modules.
3692
3693         * stepmake/stepmake/python-module-targets.make (default): Add
3694         compiled modules. 
3695
3696         * stepmake/stepmake/python-module-rules.make: Add rule for byte
3697         compiling modules.
3698
3699         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
3700         Bugfix.  (OUT_PYC_MODULES): Add.
3701
3702 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3703
3704         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
3705         Use default paths. Refresh description.
3706
3707 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3708
3709         * VERSION: 1.7.5 released
3710
3711         * input/regression/finger-chords.ly (texidoc): new file.
3712
3713         * lily/script-engraver.cc (process_music): remove scriptHorizontal
3714         support
3715
3716         * lily/fingering-engraver.cc (process_music): remove kludgy
3717         scriptHorizontal stuff.
3718
3719         * lily/script.cc: remove staff-support property.
3720
3721         * lily/new-fingering-engraver.cc (add_fingering): new
3722         file. Fingering engraver for new style chords.
3723
3724 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3725
3726         * lily/parser.yy (bare_number): allow 4 \cm (without
3727         decimal dot). (should backport to 1.6?)
3728
3729         * ly/declarations-init.ly: use Scheme for dimension defs.
3730
3731         * lily/parser.yy (TODO): remove hard coded dimensions, add
3732         REAL NUMBER_IDENTIFIER production.
3733
3734         * lily/rest-collision.cc (force_shift_callback): rewrite using
3735         -done property.
3736
3737         * scm/grob-property-description.scm (rest-collision-done): add
3738         property.
3739         
3740         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
3741
3742 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3743
3744         * input/regression/multi-measure-rest-center.ly: new file.
3745
3746         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
3747         off horizontally by 0.05 ss. Fixed.
3748
3749 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3750
3751         * scm/pdftex.scm: Rename ly-number to ly:number->string.
3752
3753         * Documentation/topdocs/index.tely: Remove duplicate from merge.
3754
3755 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3756
3757         * lily/tie.cc (get_control_points): also avoid staff lines on the
3758         just outside the outer staff lines
3759
3760 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3761
3762         * ly/params-init.ly: Just define style-alist, no need to
3763         define-public.
3764
3765         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
3766         (thanks Han-Wen).
3767
3768         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
3769         (FET_FILES): = FONT_FILES.
3770
3771         * Merge from stable:
3772
3773             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
3774
3775 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3776
3777         * VERSION: 1.7.4 released.  
3778         
3779         * scm/generate-documentation.scm (string-append): add macro
3780         definitions.
3781
3782         * lily/text-item.cc (lookup_text): don't use virtual fonts for
3783         normal texts.
3784
3785         * lily/multi-measure-rest-engraver.cc: make separate
3786         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
3787
3788         * lily/multi-measure-rest.cc: remove text handling. Remove
3789         number-threshold.
3790
3791 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3792
3793         * scm/music-types.scm: doc patch by Graham Percival
3794
3795 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3796
3797         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
3798         encoding part.
3799         (Font_info.set_defaults): pixelsize now also defauts to '0'.
3800         (sketch_p): Sketch wants only first four elements of X11 font spec.
3801
3802         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
3803
3804         * mf/feta-autometric.mf: Write foundry and family to log.
3805
3806         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
3807         font translation table.
3808
3809         * buildscripts/mf-to-table.py: Better font info into afm.
3810
3811         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
3812         1.0.9 required.
3813
3814         * configure.in: Whine for mftrace 1.0.9.
3815
3816 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3817
3818         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
3819
3820         * lily/main.cc (main_prog): don't try to load init.EXT when
3821         processing foo.EXT.
3822
3823 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
3824
3825         * scm/tex.scm (zigzig-line): added.
3826
3827         * scm/ps.scm (zigzag-line): added.
3828
3829         * ps/music-drawing-routines.ps (subvec): added.
3830         (draw_zigzag_line): added.
3831         
3832         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
3833         grob properties zigzag-width and zigzag-length.
3834
3835         * input/regression/glissando.ly: Add some zig-zagged glissandi.
3836
3837 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3838
3839         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
3840         svg output, including font.
3841
3842 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3843
3844         * scm/lily.scm: Register sodipodi output module.
3845
3846         * scm/sodipodi.scm: New file.
3847
3848         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
3849
3850         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
3851         comment, after header.
3852         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
3853         FullName.  Fix FontName key.
3854
3855 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
3856
3857         * lily/rest.cc (after_line_breaking): bugfix: dots after half
3858         and breve rests.
3859         
3860         * input/test/blank-notes.ly: bugfix
3861
3862         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
3863         rests. (Kim Shrier)
3864
3865         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
3866         
3867 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3868
3869         * scm/tex.scm: 
3870         * scm/ps.scm: Cleanup and remove obsolete junk.
3871
3872         * Documentation/user/internals.itely:
3873         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
3874
3875         * lily/parser.yy: Identify shift/reduce problems.
3876
3877         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
3878         make-style-sheet.  Too specific for convert-ly?
3879
3880 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3881
3882         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
3883
3884         * input/test/*.ly: various fixes.
3885
3886         * lily/music.cc (name): bugfix
3887
3888         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
3889
3890         * lily/input-file-results.cc (code): set-point-and-click! ->
3891         set-point-and-click
3892         
3893 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3894
3895         * Use uniform ly: prefix for exported scheme primitive functions.
3896
3897         * scm/music-types.scm: junk compat glue
3898
3899         * scripts/convert-ly.py: add rules for stuff below, junk
3900         compatibility glue for spanrequest.
3901
3902         * lily/parser.yy (verbose_event): remove \spanrequest,
3903         \commandspanrequest, \script. 
3904         
3905         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
3906
3907         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
3908         for \penalty, \glissando.
3909
3910         * VERSION: release 1.7.3
3911         
3912 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
3913
3914         * lily/accidental-engraver.cc: Fix
3915         grace-in-the-beginning-of-measure bug caused by the resent
3916         partial-measure fix.
3917
3918         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
3919         overlap looks too crowded)
3920         
3921 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3922
3923         * lily/parser.yy (assignment): allow SCM expression as assignment.
3924
3925         * lily/include/music-output-def.hh (class Music_output_def):
3926         * lily/music-output-def.cc: 
3927         * lily/paper-def.cc: 
3928         * scm/font.scm (markup-to-properties):
3929         * lily/parser.yy (music_output_def_body): 
3930         remove style_sheet_
3931
3932 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3933
3934         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
3935         length.
3936
3937         * input/regression/spacing-to-grace.ly: new file.
3938
3939         * input/regression/spacing-end-of-line.ly: new file.
3940
3941         * lily/note-spacing.cc (get_spacing): take into account breakable
3942         stuff sticking out at the left (time sig change at line break).
3943
3944         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
3945         raggedright code.
3946
3947         * scm/music-functions.scm (make-voice-props-set): add
3948         staff-position for mm rests.
3949  
3950         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
3951         before grace notes a little.
3952
3953         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
3954
3955         * lily/break-align-interface.cc (do_alignment): right-edge spacing
3956         key adds space at the end of line. 
3957
3958 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3959
3960         * scm/sketch.scm: Fix beams.
3961
3962         * buildscripts/mf-to-table.py: Add EncodingScheme.
3963
3964         * scm/sketch.scm: Resurrect.
3965
3966 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3967
3968         * lily/multi-measure-rest.cc: use breve rests for measure lengths
3969         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
3970
3971 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3972
3973         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
3974
3975         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3976
3977 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3978
3979         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
3980         token for origin information.
3981
3982         * lily/parser.yy (My_lily_lexer): do identifier location and
3983         cloning from lexer.
3984
3985         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
3986         logic out of the parser. Add bar checks on both ends.
3987
3988         * Documentation/user/refman.itely (Multi measure rests): add more
3989         notes about mm rests.
3990
3991 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3992
3993         * input/regression/bar-scripts.ly: Re-enable.
3994
3995         * lily/parser.yy:
3996         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
3997         released rsn.  Bison 1.50 has a crucial bug and won't work.
3998
3999         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
4000
4001
4002 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4003
4004         * input/regression/bar-scripts.ly: Blunt documentation build fix.
4005
4006 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4007
4008         * Actually merge changes since 1.6.4 besides ChangeLog, and
4009         resolve conflicts.  Lots of updates, hope all is well.
4010         
4011         * cygwin/lilypond.hint (requires): Add ghostscript.
4012
4013         * scm: Update some (c).
4014         
4015 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4016
4017         * input/test/{various}.ly: add \header fields and texidoc strings.
4018
4019 2002-10-05  Werner Lemberg  <wl@gnu.org>
4020
4021         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
4022         renamed to `output_latex_quoted'.
4023         Added `output_latex_noquote'.
4024         (schedule_lilypond_block): Implement `noquote' option for LaTeX
4025         mode.
4026
4027 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4028
4029         * ChangeLog: Add 1.6.6 release marker.  See below.
4030
4031         * stepmake/stepmake/po-targets.make: Remove --c++ option.
4032
4033         * scripts/midi2ly.py: Fix global syntax warnings.
4034
4035         * GNUmakefile.in: Generate builddir locale tree too.
4036
4037         * scripts/ly2dvi.py:
4038         * scripts/midi2ly.py: 
4039         * scripts/mup2ly.py: 
4040         * scripts/update-lily.py:
4041         * lily/main.cc (setup_paths): Fix for locales setup.
4042
4043 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4044
4045         * Documentation/windows/installing.texi: Soften wording about
4046         necessity of becoming Administrator.  tommie@iae.nl reports this
4047         does not seem to be necessary for his flavour of Windows 2000.
4048         Explicitely discourage text mode mounts.
4049
4050 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4051
4052         * lily/rest.cc (after_line_breaking): backport dot position fix.
4053
4054         * lily/rest-collision.cc (do_shift): also remove dots for suicided
4055         rests. Thanks to Klaus Zimmermann for finding this bug.
4056
4057 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4058
4059         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
4060
4061 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4062
4063         * Documentation/user/music-glossary.tely: fix links.
4064
4065 2002-10-21  Werner Lemberg  <wl@gnu.org>
4066
4067         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
4068         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
4069         scaling factor) only once and use them in the definition of
4070         \embeddedps.
4071         * ps/music-drawing-routines.ps (skeel): Removed.
4072
4073 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4074
4075         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
4076         Solaris7, as we don't use nested $( ) constructs.
4077
4078 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4079
4080         * VERSION: Release 1.6.6.
4081         
4082 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4083
4084         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
4085         as workaround for /bin/sh problems on Solaris7.
4086
4087 2002-10-19  Werner Lemberg  <wl@gnu.org>
4088
4089         * GNUmakefile.in (web-doc): Fix typos.
4090         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
4091         `music-drawing-routines.ps' but emit \special{header=...} once.
4092         * scm/tex.scm (header-end): Updated.
4093
4094 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4095
4096         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
4097         undefined tremolo. 
4098
4099 2002-10-15  Werner Lemberg  <wl@gnu.org>
4100
4101         * scripts/lilypond-book.py (g_make_html): New global variable.
4102         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
4103         if `g_make_html' isn't set.
4104         [main]: Add format `texi-html'.
4105         (option_definitions): Updated.
4106         * Documentation/user/lilypond-book.itely: Updated.
4107
4108         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
4109         * make/ly-rules.make (%.texi, %.nexi): Use it.
4110         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
4111         format to lilypond-book.
4112         * GNUmakefile.in (web-doc): Ditto.
4113
4114 2002-10-14  Werner Lemberg  <wl@gnu.org>
4115
4116         Further improve TeX output.  The produced files are about 40%
4117         smaller.  `lilyponddefs.tex' is now read only once.
4118
4119         * tex/lilyponddefs.tex: Remove footer stuff.
4120         (\ifundefined): Renamed to...
4121         (\lilypondundefined): This.  Use LaTeX's definition to
4122         make it nestable and make it global.
4123         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
4124         output.
4125         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
4126         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
4127         them global.
4128         (\placebox): Renamed to...
4129         (\lyitem): This.
4130         Make it global and call \outputscale by itself.
4131         (\lybox, \lyvrule): New macros to reduce input data.
4132         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
4133         New auxiliary macros.
4134         (\SkipLilydefs, \EndLilyPondOutput): Removed.
4135         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
4136         to...
4137         (\lilypondspace): This and made it global.
4138         (\turnOnPostScript): Renamed to...
4139         (\lilypondpostscript): This and made it global.
4140         (\turnOnExperimentalFeatures): Renamed to...
4141         (\lilypondexperimentalfeatures): This and made it global.
4142         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
4143         (\lilypondsetdimen): This and made it global.
4144         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
4145         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
4146         (all, $(outdir)/music-drawing-routines.ps): New rules.
4147         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
4148         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
4149         start-system, stop-system, stop-last-system, filledbox): Updated to
4150         use the changed macros from lilyponddefs.tex.
4151         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
4152
4153 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4154
4155         * Documentation/windows/installing.texi: Update.
4156
4157 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4158
4159         * VERSION: 1.6.5 released
4160
4161         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
4162
4163 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4164
4165         * scm/translator-property-description.scm (voltaOnThisStaff): add
4166         property.
4167
4168 2002-09-28  Werner Lemberg  <wl@gnu.org>
4169
4170         * scm/tex.scm (header-end): Suppress page numbering.
4171
4172         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
4173         Fix quotation for HTML output.
4174
4175 2002-09-28   Graham Percival   <gperciva@sfu.ca>
4176         
4177         * Documentation/user/refman.itely: grammar and phrasing
4178           fixes to "Note Entry" section.  Also adds a few new examples.
4179
4180 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4181
4182         * flower/include/string-data.icc: include string.h
4183
4184 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4185
4186         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4187
4188 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4189
4190         * Documentation/user/GNUmakefile (extra-local-help): Add.
4191
4192         * stepmake/stepmake/www-targets.make (local-help): Add.
4193
4194 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4195
4196         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4197         packages.
4198
4199         * Documentation/topdocs/README.texi (Top): building documentation
4200         (not website.)
4201
4202 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4203
4204         * Documentation/user/refman.itely: 
4205         * Documentation/user/tutorial.itely: 
4206         * Documentation/user/music-glossary.tely: Merge changes.
4207
4208         * Documentation/user/glossary.html.in: 
4209         * Documentation/index.texi: 
4210         * Documentation/header.html.in: Accomodate renaming of glossary.
4211         
4212         * Documentation/user/tutorial.itely: Add some glossary references.
4213         
4214         * Documentation/user/refman.itely: Minor fixes.
4215         
4216         * Documentation/user/lilypond.tely: Add glossary do direntry.
4217
4218         * Documentation/user/music-glossary.tely: Rename (previously:
4219         glossary.tely).  Fix anchor placement.
4220
4221         * Documentation/user/GNUmakefile: Make music-glossary.info too.
4222
4223 2002-09-23  Werner Lemberg  <wl@gnu.org>
4224
4225         * scripts/lilypond-book.py (output_dict): Fix handling of
4226         various environments by avoid extraneous newlines.
4227         Rename `output-all' regexp for html to `output-html'.
4228         Replace `output-all' regexp for texi with `output-texi-quote'
4229         and `output-texi-noquote'.
4230         (compose_full_body): Don't override `linewidth' user option
4231         for `singleline'.
4232         (schedule_lilypond_block): Don't indent text specified with
4233         `intertext' option.
4234         Add new option `noquote'.
4235         (compile_all_files): Use latex instead of tex to compile ly
4236         files directly.
4237
4238         * Documentation/user/lilypond-book.itely: Updated and revised.
4239         Improve layout.
4240
4241         * Documentation/user/glossary.tely,
4242         Documentation/user/introduction.itely,
4243         Documentation/user/tutorial.itely,
4244         Documentation/user/refman.itely,
4245         Documentation/user/appendices.itely: Fix overfull LilyPond
4246         boxes caused by the new lilypond-book code.  Other minor
4247         fixes.
4248
4249         * Documentation/user/macros.itexi (@texiflat): Don't emit
4250         trailing space.
4251
4252         * scm/tex.scm (end-output, header-end): Add preamble and
4253         postamble to make lilypond output directly compilable with
4254         latex.
4255
4256         
4257 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4258
4259         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4260         instructions.
4261
4262 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4263
4264         * Documentation/user/glossary.tely: Add titling and hyperlinks.
4265
4266 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4267
4268         * lily/beam.cc (connect_beams): don't crash if there are quarter
4269         notes in beams.
4270
4271 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4272
4273         * Documentation/user/refman.itely: corrected ancient clef
4274         docu; added docu on ligatures
4275
4276 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4277
4278         * Documentation/user/glossary.tely,
4279         Documentation/user/refman.itely, input/les-nereides.ly,
4280         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4281         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4282         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4283         Stem properties: flag-style -> stroke-style, style -> flag-style.
4284
4285
4286 2002-09-22  Werner Lemberg  <wl@gnu.org>
4287
4288         * scripts/lilypond-book.py: Add option `notime' to suppress
4289         printing of a time signature.  Specify default indentation of 0pt
4290         if single line fragment.  Don't emit redundant `\paper{ }'.
4291
4292         * Documentation/user/lilypond-book.itely: Updated.
4293
4294         * Documentation/user/glossary.tely: Completely reformatting.
4295
4296 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4297
4298         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4299
4300 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4301
4302         * Documentation/user/tutorial.itely: Fix links.
4303         
4304         * Documentation/topdocs/index.tely:
4305         * Documentation/index.texi:
4306         * Documentation/header.html.in: Small website fixes and updates.
4307
4308         * debian/: Debian patch by Anthony Fok.
4309
4310 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4311
4312         * Documentation/footer.html.in: How time flies: It's already 2002!
4313
4314         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4315         more descriptive link names than 'here'.
4316
4317 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4318
4319         * VERSION: 1.7.2 released
4320         * VERSION: 1.6.4 released
4321         
4322         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4323
4324         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
4325         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
4326
4327         * mf/feta-din.mf (test): add x-height and space.
4328
4329         * lily/dynamic-engraver.cc (process_music): take dynamic direction
4330         from ^_ for crescendi. Idem for slurs and phrasing slurs.
4331
4332         * ly/grace-init.ly: add-to-grace-init: function to portably add
4333         settings to \grace. 
4334
4335         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
4336         if we get an absolute dynamic event.
4337  
4338         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
4339
4340         * lily/source-file.cc (get_line): oops. All line numbers were off
4341         by 2. Fix that. 
4342
4343         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
4344         be after the note, combined with -_^, i.e. c4-(-\)-\>  
4345
4346         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
4347
4348         * lily/parser.yy (number_factor): remove (number) as number
4349         expression. ("Let them eat Lisp").
4350
4351 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4352
4353         * lily/horizontal-bracket.cc: new file.
4354
4355         * lily/horizontal-bracket-engraver.cc: new file.
4356
4357         * input/regression/note-group-bracket.ly: new file. Support
4358         horizontal note brackets for music analysis.
4359
4360         * lily/stem.cc (flag): new flag-style: no-flag.
4361
4362         * input/test/stem-cross-staff.ly: new file
4363         
4364         * Documentation/user/internals.itely: Improved formatting, fixing
4365         typos.  Added a section `Output details' to describe how the TeX
4366         code looks like.
4367
4368         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
4369
4370         * lily/parser.yy: remove \dynamicscript.
4371
4372         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
4373         definitions. 
4374
4375         * python/midi.c (midi_error): take two arguments.
4376
4377         * Merge 1.6.5 changes:
4378         
4379 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4380
4381         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
4382         staff-space.  Previous 1.5 was probably meant as half-spaces.
4383         (cautionary-style): parentheses (was: smaller).  This is what doco
4384         says, and it seems more logical.
4385
4386         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
4387         for 2nd sentence.
4388
4389 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4390
4391         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
4392
4393 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4394
4395         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4396
4397 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4398
4399         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
4400
4401 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4402
4403         * scm/translator-property-description.scm (voltaOnThisStaff): add
4404         property.
4405
4406 2002-09-28  Werner Lemberg  <wl@gnu.org>
4407
4408         * scm/tex.scm (header-end): Suppress page numbering.
4409
4410         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
4411         Fix quotation for HTML output.
4412
4413 2002-09-28   Graham Percival   <gperciva@sfu.ca>
4414         
4415         * Documentation/user/refman.itely: grammar and phrasing
4416           fixes to "Note Entry" section.  Also adds a few new examples.
4417
4418 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4419
4420         * flower/include/string-data.icc: include string.h
4421
4422 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4423
4424         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4425
4426 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4427
4428         * Documentation/user/GNUmakefile (extra-local-help): Add.
4429
4430         * stepmake/stepmake/www-targets.make (local-help): Add.
4431
4432 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4433
4434         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
4435         packages.
4436
4437         * Documentation/topdocs/README.texi (Top): building documentation
4438         (not website.)
4439
4440 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4441
4442         * Documentation/user/refman.itely: 
4443         * Documentation/user/tutorial.itely: 
4444         * Documentation/user/music-glossary.tely: Merge changes.
4445
4446         * Documentation/user/glossary.html.in: 
4447         * Documentation/index.texi: 
4448         * Documentation/header.html.in: Accomodate renaming of glossary.
4449         
4450         * Documentation/user/tutorial.itely: Add some glossary references.
4451         
4452         * Documentation/user/refman.itely: Minor fixes.
4453         
4454         * Documentation/user/lilypond.tely: Add glossary do direntry.
4455
4456         * Documentation/user/music-glossary.tely: Rename (previously:
4457         glossary.tely).  Fix anchor placement.
4458
4459         * Documentation/user/GNUmakefile: Make music-glossary.info too.
4460
4461 2002-09-23  Werner Lemberg  <wl@gnu.org>
4462
4463         * scripts/lilypond-book.py (output_dict): Fix handling of
4464         various environments by avoid extraneous newlines.
4465         Rename `output-all' regexp for html to `output-html'.
4466         Replace `output-all' regexp for texi with `output-texi-quote'
4467         and `output-texi-noquote'.
4468         (compose_full_body): Don't override `linewidth' user option
4469         for `singleline'.
4470         (schedule_lilypond_block): Don't indent text specified with
4471         `intertext' option.
4472         Add new option `noquote'.
4473         (compile_all_files): Use latex instead of tex to compile ly
4474         files directly.
4475
4476         * Documentation/user/lilypond-book.itely: Updated and revised.
4477         Improve layout.
4478
4479         * Documentation/user/glossary.tely,
4480         Documentation/user/introduction.itely,
4481         Documentation/user/tutorial.itely,
4482         Documentation/user/refman.itely,
4483         Documentation/user/appendices.itely: Fix overfull LilyPond
4484         boxes caused by the new lilypond-book code.  Other minor
4485         fixes.
4486
4487         * Documentation/user/macros.itexi (@texiflat): Don't emit
4488         trailing space.
4489
4490         * scm/tex.scm (end-output, header-end): Add preamble and
4491         postamble to make lilypond output directly compilable with
4492         latex.
4493
4494         
4495 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4496
4497         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
4498         instructions.
4499
4500 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4501
4502         * Documentation/user/glossary.tely: Add titling and hyperlinks.
4503
4504 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4505
4506         * lily/beam.cc (connect_beams): don't crash if there are quarter
4507         notes in beams.
4508
4509 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4510
4511         * Documentation/user/refman.itely: corrected ancient clef
4512         docu; added docu on ligatures
4513
4514 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4515
4516         * Documentation/user/glossary.tely,
4517         Documentation/user/refman.itely, input/les-nereides.ly,
4518         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4519         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4520         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4521         Stem properties: flag-style -> stroke-style, style -> flag-style.
4522
4523 2002-09-22  Werner Lemberg  <wl@gnu.org>
4524
4525         * scripts/lilypond-book.py: Add option `notime' to suppress
4526         printing of a time signature.  Specify default indentation of 0pt
4527         if single line fragment.  Don't emit redundant `\paper{ }'.
4528
4529         * Documentation/user/lilypond-book.itely: Updated.
4530
4531         * Documentation/user/glossary.tely: Completely reformatting.
4532
4533 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4534
4535         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
4536
4537 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4538
4539         * Documentation/user/tutorial.itely: Fix links.
4540         
4541         * Documentation/topdocs/index.tely:
4542         * Documentation/index.texi:
4543         * Documentation/header.html.in: Small website fixes and updates.
4544
4545         * debian/: Debian patch by Anthony Fok.
4546
4547 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4548
4549         * Documentation/footer.html.in: How time flies: It's already 2002!
4550
4551         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4552         more descriptive link names than 'here'.
4553
4554 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4555
4556         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
4557
4558 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4559
4560         * lily/part-combine-music-iterator.cc (get_state): cleanup
4561         (get_music_info): cleanup.
4562
4563 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4564
4565         * scm/backend-documentation-lib.scm (interface-doc-string):
4566         crosslinks between interfaces and grobs. Headings for interfaces
4567         in grob explanation.
4568
4569 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4570
4571         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
4572         dtd).  Add preliminary dtd.
4573         (re-sub-alist): Robustify.
4574
4575 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4576
4577         * lily/include/event-chord-iterator.hh,
4578         lily/context-specced-music-iterator.cc,
4579         lily/event.cc, lily/event-chord-iterator.cc: add
4580
4581 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4582
4583         * lily/: some (c) header fixes.
4584         
4585         * lily/request-chord.cc: Remove.
4586         
4587         * lily/include/event-chord-iterator.hh:
4588         * lily/include/event.hh:
4589         * lily/event-chord.cc: New file.
4590         
4591         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
4592         requested.
4593
4594 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4595
4596         * lily/ : rename Request to Event
4597
4598         * lily/parser.yy (command_element): move clef stuff into Scheme.
4599
4600         * lily/:  rename length_mom () to get_length()
4601
4602         * lily/part-combine-music.cc: removed file and class.
4603
4604         * lily/context-specced-music-iterator.cc (class
4605         Context_specced_music_iterator): new file. Obsoletes the
4606         Context_specced_music type.
4607
4608         * scm/music-types.scm (make-repeated-music): put different kinds
4609         of repeated music into music-type table.
4610
4611         * VERSION: 1.7.1 released.
4612
4613         * scm/to-xml.scm: new file.
4614
4615         * input/test/to-xml.ly (fooBar): demo of what is possible with the
4616         new Input representation: dump music as XML.
4617
4618         * scm/engraver-documentation-lib.scm
4619         (engraver-accepts-music-types?): add links from music to engraver,
4620         from music-type to engraver.
4621
4622         * lily/include/command-request.hh: removed
4623         lily/include/musical-request.hh: removed. Removed all _req classes
4624         except Key_change_req. Changes throughout.
4625
4626 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4627
4628         * lily/tuplet-engraver.cc (try_music): Compile kludge.
4629
4630 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4631
4632         * lily/*.cc: specify accepts for many engravers.
4633
4634         * scm/music-documentation-lib.scm: dump music expressions and
4635         music subtypes.
4636
4637         * scm/documentation-lib.scm: complete revision.
4638         Use GOOPS objects to store document tree explicitly. Cleaned up and
4639         sped up doco generation a lot.
4640
4641 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4642
4643         * input/trip.ly (fugaIILeft): add arpeggio
4644
4645         * lily/translator-group.cc (try_music_on_nongroup_children):
4646         oops. The name symbol is in the cdr of the assoc handle.
4647
4648         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
4649         Hyphen_req, Glissando_req, Break_req, Mark_req 
4650
4651 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4652
4653         * lily/musical-request.cc (music-duration-length,
4654         music-duration-compress): new functions.
4655
4656         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
4657         throughout. Warning doesn't work yet.
4658
4659         * lily/translator-group.cc (try_music_on_nongroup_children):
4660         new implementation: store candidate acceptors in a hashTable.
4661
4662 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4663
4664         * scm/music-types.scm (music-descriptions): change name to
4665         internal-class-name
4666
4667         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4668
4669 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4670
4671         * lily/beam.cc (connect_beams): don't crash if there are quarter
4672         notes in beams.
4673
4674 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4675
4676         * Documentation/user/refman.itely: corrected ancient clef
4677         docu; added docu on ligatures
4678
4679 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4680
4681         * Documentation/user/glossary.tely,
4682         Documentation/user/refman.itely, input/les-nereides.ly,
4683         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4684         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4685         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4686         Stem properties: flag-style -> stroke-style, style -> flag-style.
4687
4688 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4689
4690         * scm/music-functions.scm (music-separator?): don't use name music
4691         property.
4692
4693 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4694
4695         * stepmake/stepmake/generic-targets.make (help): Document check
4696         target.
4697
4698         * lily/new-accidental-engraver.cc: Compile fix.
4699
4700 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4701
4702         * scripts/convert-ly.py: Add rule.
4703
4704         * input/test/music-creation.ly:
4705         * input/test/add-staccato.ly:
4706         * input/test/add-text-script.ly: ly-make-music.
4707
4708         * scm/drums.scm (make-head-type-elem, make-articulation-script):
4709         More ly-make-music renamings.
4710
4711         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
4712
4713         * lily/music-constructor.cc (make_music): Add debugging info.
4714
4715         * scm/music-functions.scm (make-simultaneous-music,
4716         (make-sequential-music, context-spec-music):
4717         * scm/music-types.scm (music-descriptions): Get lily to run.
4718
4719 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4720
4721         * lily/command-request.cc (transpose_key_alist): new function.
4722
4723         * lily/key-performer.cc (create_audio_elements): cleanup. 
4724
4725 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4726
4727         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
4728
4729         * lily/include/translator.hh (ENTER_DESCRIPTION): add
4730         events-accepted field.
4731
4732         * scm/music-types.scm: new file.
4733
4734         * lily/parser.yy: put music type initialization into scheme,
4735         similar to grob initialization.  Changes throughout.
4736
4737 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4738
4739         * Documentation/user/tutorial.itely: Fix links.
4740         
4741         * Documentation/index.texi: 
4742         * Documentation/header.html.in: 
4743         * Documentation/topdocs/index.tely: Small website fixes and updates.
4744
4745         * debian/: Debian patch by Anthony Fok.
4746
4747 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4748
4749         * Documentation/footer.html.in: How time flies: It's already 2002!
4750
4751         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4752         more descriptive link names than 'here'.
4753
4754         * ROADMAP: Remove test stuff.
4755
4756         * scripts/update-lily.py: Allow auto-building of stable and
4757         development versions.  Bugfixes.
4758
4759 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4760
4761         * VERSION: released 1.7.0
4762
4763         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4764
4765         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
4766         positive line widths.
4767
4768 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4769
4770         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
4771         go.  Fix comments.
4772
4773         * cygwin: Cygwin updates.
4774
4775 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4776
4777         * Documentation/windows/installing.texi (Top): version for python,
4778         urls for ghostscript (thanks to John Potelle)
4779         
4780         * lily/simultaneous-music-iterator.cc
4781         (Simultaneous_music_iterator): init children_list_ before
4782         triggering GC.
4783
4784         * lily/*-iterator.cc: be even more careful with smobbed copy
4785         constructors. 
4786
4787         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
4788         LeftEdge item.
4789
4790 2002-09-15  Werner Lemberg  <wl@gnu.org>
4791
4792         Improving LilyPond's output to make them ordinary TeX boxes with
4793         predictable dimensions.  System boxes are now vertically centered on
4794         the baseline; this offset can be further controlled with
4795         \lilypondscoreshift.
4796
4797         * lily/system.cc (System::post_processing): Pass length of current
4798         system to `start-system' (including any horizontal indentation).
4799
4800         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
4801         prettier.
4802         (lily-def): Append `%'.
4803         (start-system): Add parameter `wd'.  Output more TeX code to specify
4804         box dimensions.
4805         (stop-system, stop-last-system): Complement changes in
4806         `start-system'.
4807         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
4808         Updated.
4809
4810         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
4811         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
4812         Write final `\endinput'.
4813
4814         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
4815         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
4816         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
4817         files and macro definitions don't produce spurious spaces and
4818         paragraphs (using \endlinechar).
4819         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
4820
4821         * Documentation/user/internals.itely: Improved formatting, fixing
4822         typos.  Added a section `Output details' to describe how the TeX
4823         code looks like.
4824
4825 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4826
4827         * lily/accidental-engraver.cc: Also work with partial measures.
4828
4829 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4830
4831         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
4832         spanner.
4833
4834 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4835
4836         * lily/identifier-smob.cc (unpack_identifier): new file.
4837
4838         * lily/lexer.ll (identifier_type): new function.  use ly-id to
4839         pass off scheme expressions as music identifiers.
4840
4841         * scm/lily.scm: reorganisation, cleanups.
4842
4843         * lily/main.cc: small cleanups.
4844
4845 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4846
4847         * lily/ly-module.{cc,hh}: new file.
4848
4849 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4850
4851         * lily/accidental-engraver.cc: Also work with partial measures.
4852
4853 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4854
4855         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
4856
4857 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4858
4859         * lily/my-lily-lexer.cc: use SCM module in stead of
4860         Scheme_hash_table. Changes throughout.  
4861
4862 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4863
4864         * VERSION (MY_PATCH_LEVEL): make 1.7.0
4865