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