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