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