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