]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(print): remove neutral position.
[lilypond.git] / ChangeLog
1 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/custos.cc (print): remove neutral position.
4         (print): remove adjust-if-on-staffline.
5
6 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7
8         * lily/paper-book.cc: Do header and footer.
9
10 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11
12         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
13
14         * scm/paper.scm (lineheight): Remove
15         (head-sep, foot-sep): Add.
16
17 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
18
19         * mf/feta-schrift.mf: reduce portato thickness.
20
21         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
22
23         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
24         programming_error ().
25
26         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
27         bracket to last command column.
28
29         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
30         continues on next/prev system.
31
32         * input/regression/pedal-end.ly: new file.
33
34 2004-03-10  Werner Lemberg  <wl@gnu.org>
35
36         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
37         Remove pmx2ly stuff.
38         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
39
40 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
41
42         * scm/page-layout.scm: New file.
43
44         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
45         settings.
46         (Lilypond_snippet.is_outdated): Also check for PNG file.
47         Workaround for interrupted (web) builds.
48
49         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
50
51         * ps/lilyponddefs.ps: Use only very small top-marging.
52         (init-paper): Also pop page size string.
53         (start-page, stop-page): New function.
54
55         * scm/output-ps.scm (header-end): Remove stray exec commands.
56
57 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
58
59         * lily/input-file-results.cc (do_one_file): use new Paper_book()
60
61         * lily/score.cc (default_rendering): clean protection.
62
63         * lily/paper-book.cc (mark_smob): implement smob marking.
64
65         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
66
67         * Documentation/user/*.itely: user manual edits. 
68
69 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
70
71         * Documentation/user/converters.itely (Invoking musedata2ly):
72         remove pmx2ly.
73
74         * scripts/pmx2ly: remove script.
75         
76 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
77
78         * lily/score.cc (default_rendering): Protect paper-book members.
79
80         * lily/paper-def.cc (smobbed_copy): New method.
81
82         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
83         switch runtime.
84
85         * lily/include/music-output.hh (process): Change signature to
86         return SCM.
87
88         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
89         method.
90
91         * lily/paper-score.cc (process): Return stencils rather than
92         outputting directly.  Remove paper-book kludge.  Delete grobs.
93         (output): Remove.
94
95         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
96
97         * lily/score-engraver.cc (get_output): Do not reset pscore_.
98
99         * lily/score.cc (default_rendering)
100         (ly_render_output): Move adding paper-score two levels up.
101
102         * lily/system.cc (get_line):
103         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
104
105 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
106
107         * scm/font.scm (paper20-font-vector): add more design sizes for
108         number.
109
110         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
111         feta-nummber{5,7,11,13}.
112
113         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
114         for 12pt design size. 
115
116 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
117
118         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
119
120 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
121
122         * lily/font-select.cc (properties_to_font_size_family): Fix
123         warning message.
124
125         * Experimental PostScript latin1 encoding:
126         
127         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
128
129         * scm/output-ps.scm: Experimental encoding using reencode-font.
130         * scm/font.scm: Add latin1 `font-shape'.
131         
132         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
133
134         * ps/lilyponddefs.ps (reencode-font): New function.
135
136         * lily/paper-book.cc (get_pages): Simplistic page breaking.
137
138         * scm/output-tex.scm (start-page):
139         (stop-page): New interface function.
140
141 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
142
143         * lily/paper-outputter.cc (output_expr):
144         (output_header):
145         (output_line): New method.
146
147         * lily/system.cc (get_line):
148         (get_lines): New method.
149         (output_scheme):
150         (output_line): Remove.
151
152         * scm/lily.scm (make-title): New function.
153
154         * lily/paper-book.cc: 
155         * lily/include/paper-book.hh: New file.
156
157         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
158         ly-modules.hh).
159
160         * lily/ly-module.cc (ly_modules_lookup): New function.
161
162         * lily/main.cc (main_with_guile): Move memory leak debug code back.
163
164         * scm/output-ps.scm (make-title): Remove.
165         (output-scopes): Junk header-title test.
166
167 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
168
169         * mf/feta-schrift.mf: thicker dot for portato.
170
171         * lily/accidental-placement.cc (position_accidentals): bugfix in
172         offset, this fixes right-padding of AccidentalPlacement.
173
174         * lily/[h-z]*.cc: () formatting.
175
176         * Documentation/user/tutorial.itely (An orchestral part): more
177         fixes for the tutorial.
178
179         * scm/translation-functions.scm (fraction-tuplet-formatter):
180         reverse fraction.
181
182         * lily/parser.yy (context_def_spec_block): use \context instead of
183         \translator.
184
185         * lily/[a-g].cc: () style cleanup.
186
187         * Documentation/user/tutorial.itely (Automatic and manual beams):
188         editing of tutorial.
189
190 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
191
192         * buildscripts/mf-to-table.py (base): write encoding name.
193
194 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
195
196         * Documentation/user/GNUmakefile (local-install-info): Issue
197         warning (for packager, ie, if not installing in /usr or /usr/local).
198
199         * lily/stencil-scheme.cc: 
200         * lily/staff-symbol-referencer.cc: 
201         * lily/script-column.cc: 
202         * lily/pitch.cc: 
203         * lily/music.cc: 
204         * lily/grob-pq-engraver.cc: 
205         * lily/font-interface.cc: 
206         * lily/music-output-def.cc: 
207         * lily/duration.cc: 
208         * lily/grob-scheme.cc:
209         * lily/context-scheme.cc: Put scheme name on first line in
210         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
211         style cleanups.
212
213         * stepmake/stepmake/scm-vars.make: 
214         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
215         Rename and split TAGS_FILES.
216
217         * GNUmakefile.in (ALL-TAGS): Remove.
218         
219         * stepmake/stepmake/generic-targets.make (TAGS): Also include
220         deeper TAGS files.  Fixes regexp tags in TOP dir.
221
222 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
223
224         * VERSION: 2.1.29 released.
225         
226         * Documentation/user/changing-defaults.itely (Changing defaults):
227         new file.
228
229         * Documentation/user/notation.itely (Notation manual): rename from 
230         refman.itely
231
232         * Documentation/user/notation-appendices.itely (The Feta font):
233         new file.
234
235         * Documentation/user/advanced.itely: add aborted attempt for
236         advanced topics manual.
237
238 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
239
240         * scm/new-markup.scm: display Markups in sane format. Patch by
241         Nicolas Sceaux.
242
243 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
244
245         * lily/main.cc: Cleanups.
246         (setup_localisation): New function.
247         (sane_putenv): Remove.
248         (main_with_guile): New name (Was: main_prog).  Remove musings
249         about possible preparation for GUILE heavy memory usage and
250         practical uselessness.  Do not set environment variables
251         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
252         name juggling.
253         (parse_argv): New function.
254         (copyright): New function.  It's 2004 already.
255
256         * lily/input-file-results.cc (do_one_file): Add file name juggling.
257         (distill_inname): Move from main.
258
259 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
260
261         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
262
263         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
264
265         * Documentation/user/running.itely: new file.
266
267         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
268
269         * lily/score-performer.cc (finish): call Translator::finalize ().
270
271 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
272
273         * lilypond-ftpplugin.vim: renamed to the following file.
274         * lilypond-ftplugin.vim: new file.
275
276         * GNUmakefile.in: update VIM_FILES.
277
278 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
279
280         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
281         props.
282
283         * input/test/tie-sparse.ly: remove.
284
285         * lily/tie-performer.cc (try_music): copy & paste from
286         Tie_engraver.
287
288         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
289         variable_ref twice.
290
291         * lily/key-performer.cc (create_audio_elements): use
292         alterations-in-key.
293
294         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
295
296 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
297
298         * input/test/smart-transpose.ly: fix cases fes->e and similar.
299         handle also quarter tones (not shown as tests). test also flats.
300
301         * Documentation/index.html.in: small fixes.
302
303 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
304
305         * input/regression/new-markup-scheme.ly: Typo.
306
307         * scm/define-markup-commands.scm (fill-line): New markup.
308
309         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
310         (output-paper-def): Fix alignment.
311         (make-title): Fix height/width scaling.
312
313         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
314
315         * input/test/title-markup.ly: Add remaining titles.  Layout and
316         font size fixes.  Add simplistic latin1 test.
317
318 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
319
320         * input/test/nested-groups.ly: remove. move content (to next). 
321         * input/test/staff-bracket.ly: replace content (from prev), this 
322         has been already in templates.
323
324 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
325
326         * stepmake/autogen.sh: Only issue warning about running configure
327         without arguments when autogen.sh will actually be running
328         configure.
329
330 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
331
332         * scm/new-markup.scm (stack-stencil-line): robustness.
333
334         * scm/define-markup-commands.scm (simple): robustification of
335         simple-markup.
336
337         * Documentation/user/music-glossary.tely (Top): change central C
338         to middle C.
339
340         * lily/text-item.cc (interpret_markup): cache make-simple-markup
341
342 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
343
344         * input/test/title-markup.ly (spaceTest): Add.
345
346         * lily/text-item.cc (interpret_markup): Make line markup from
347         multi word markup.
348
349         * scm/define-markup-commands.scm (word): New markup command.
350         (simple): Use it.
351
352         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
353
354 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
355
356         * vim/ftplugin/lilypond.vim:
357         * vim/syntax/lilypond.vim: use only local settings with setlocal.
358         show matching paren in insert mode.
359
360 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
361
362         * scm/output-ps.scm (make-title, output-scopes): Further
363         development.
364
365         * input/test/title-markup.ly: New file.
366
367         * ps/lilyponddefs.ps: Disable PostScript titling.
368
369         * lily/paper-score.cc (process): Quote PORT argument to make-title.
370
371 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
372
373         * lily/arpeggio.cc (width_callback): remove padding.
374  
375         * scm/define-grobs.scm (all-grob-descriptions): add padding.
376
377         * scm/define-music-types.scm: remove make-music-by-name.
378
379         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
380
381 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
382
383         * lily/paper-score.cc (process): Output titles using make-title.
384
385         * scm/output-ps.scm (output-stencil): Display directly instead of
386         constructing string.
387         (make-title): New function.
388
389 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
390
391         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
392         music), Documentation/user/invoking.itexi (Invoking lilypond): 
393         Move documentation of LaTeX packages for latin1 characters to the
394         lilypond-book manual.
395
396 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
397
398         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
399
400         * vimrc: add menu in console and shortcut <F10> for it.
401
402         * vim/:
403         * vim/compiler/:
404         * vim/syntax/:
405         * vim/indent/:
406         * vim/ftplugin/: new directories.
407         
408         * vim/filetype.vim: new file.
409
410         * lilypond.vim: remove files (see next).
411         * vim/syntax/lilypond.vim: new, renamed file (see prev).
412
413         * vimrc: remove file (see next).
414         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
415
416         * vim/ftplugin/lilypond.vim: change dir for dictionary.
417         add header. apply bindings only locally.
418
419         * vim/indent/lilypond.vim: new file.
420
421         * vim/ftplugin/lilypond.vim: remove errorformat.
422         * vim/compiler/lilypond.vim: new file for errorformats.
423
424         * Documentation/topdocs/INSTALL.texi: give easier orders.
425
426         * ROADMAP: add vim/
427
428 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
429
430         * Documentation/user/introduction.itely (Introduction): Use @image
431         iso @html <img...>.  Add workaround for images in columns in info.
432
433         * stepmake/aclocal.m4: Store computed version in variable.
434
435         * configure.in: Export MAKEINFO_VERSION.
436
437         * config.make.in (MAKEINFO_VERSION): Add.
438
439         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
440
441         * Documentation/user/GNUmakefile: Only build info with images when
442         building web.
443
444         * GNUmakefile.in (install-WWW): Visit Documentation/user.
445
446         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
447         stuff from documentation-targets.make
448
449 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
450
451         * VERSION: 2.1.28 released
452         
453         * scripts/convert-ly.py (conv): 
454
455 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
456
457         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
458         \arpeggioBoth. redefine \arpeggioBracket.
459
460         * Documentation/user/refman.itely: document new arpeggio
461         functions.
462
463         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
464
465         * input/regression/arpeggio-bracket.ly: apply convert-ly.
466
467         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
468
469 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
470
471         * Documentation/user/introduction.itely (Automated engraving):
472         rewrite introduction using website text.
473
474 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
475
476         * scm/*.scm: make-music-by-name is replaced by make-music, which
477         also accept music property settings, eg:
478           (make-music 'TextScriptEvent 'direction DOWN 'text
479               (make-simple-markup x))
480
481         Patch courtesy Nicolas Sceaux
482
483         * lily/beam-quanting.cc: cleanup, separate counts for left and
484         right beam ends.
485
486         * lily/side-position-interface.cc (quantised_position): also
487         quantize staccato position for forced stem directions. 
488
489 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
490
491         * scm/*.scm: Patch by Nicolas Sceaux: 
492
493         * scm/music-functions.scm: ly:grob-property and ly:music-property
494         are made procedure with setters.
495
496         * scm/*.scm: replace ..-set-property! with set! (..-property  )
497         
498 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
499
500         * input/test/[t-v]*.ly: finish rewriting texidocs.
501
502         * input/test/vaticana.ly: remove.
503         * input/test/ligature-vaticana.ly: new, renamed file name.
504
505         * input/test/stem-centered.ly: remove.
506         * input/test/mensural-note-heads.ly: new file. take content from
507         removed file stem-centered.ly.
508
509         * input/test/scales-greek.ly: simplify.
510
511         * input/test/s*.ly: reformulate texidocs.
512         
513         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
514         of missing features.
515
516 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
517
518         * input/test/[j-o]*.ly: update texidocs.
519
520 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
521
522         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
523
524         * Documentation/topdocs/NEWS.texi: Add note about info docs with
525         images.
526
527         * Documentation/user/lilypond.tely (@direntry): Update.
528
529         * stepmake/stepmake/documentation-targets.make
530         (install-info,uninstall-info): Install into $(package_infodir).
531         Install images.  Run install-info to update dir.
532
533         * config.make.in (package_infodir): Add.
534
535         * Documentation/user/GNUmakefile (info-with-images,
536         local-install-info, local-uninstall-info): New target.
537
538 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
539
540         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
541         gap/threshold.
542
543         * lily/beam-quanting.cc (score_slopes_dy): remove
544         ROUND_TO_ZERO_SLOPE kludge.
545
546         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
547
548         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
549
550         * lily/global-context.cc (Global_context): alway accept Score
551         (run_iterator_on_me): cast Context to Score_context, not
552         Context_def.
553
554         * Documentation/user/refman.itely: documentation patch by Edward
555         Sanford Sutton.
556
557         * mf/GNUmakefile: unset sauter-fonts.
558
559 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
560
561         * scripts/lilypond-book.py (output_texinfo): Output @image
562         descriptions for info too.
563
564         * input/test/chord-names-jazz.ly: 
565         * input/test/embedded-scm.ly: Clarify.
566
567         * input/test/cautionaries.ly: Typo.
568
569         * lily/input-smob.cc (ly_input_location): Compile fix.
570
571 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
572
573         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
574
575         * ly/engraver-init.ly: move \grobdescriptions to Global. This
576         fixes problems with system defaults being reverted with \override
577         on Score level.
578
579         * lily/global-context.cc (Global_context): apply property-ops to
580         Global_context too. 
581
582 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
583
584         * scm/output-ps.scm (stencil->string): Rewrite.
585
586 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
587
588         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
589         impersonal style.
590
591 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
592
593         * lily/input-smob.cc (ly_input_location: New function.
594
595         * scm/define-markup-commands.scm (upright): New markup command.
596
597         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
598
599         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
600
601         * scm/output-ps.scm (output-stencil): New function.
602
603         * scripts/lilypond-book.py (do_file): Bugfix: change search order
604         of snippet types; fixes @ignore and @verbatim blocks.
605
606 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
607
608         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
609         to a file in printed documentation, instead, refer either to a 
610         syntax or to an output.
611
612 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
613
614         * input/regression/beam-center-slope.ly: Add test.
615
616 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
617
618         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
619         (SAUTER_FONTS): Reinstate.
620
621         * scm/define-markup-commands.scm (caps): New markup command.
622
623         * scm/output-ps.scm (output-scopes): Experimental markup output.
624
625         * scm/: Add missing headers.
626
627         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
628
629         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
630
631 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
632
633         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
634         Stray style cleanups.
635
636 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
637
638         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
639         no dot combination.
640
641         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
642         substitute \override Staff.autoBeamSettings too
643
644         * Documentation/user/tutorial.itely: proofreading fixes by David
645         Bobroff
646
647 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
648
649         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
650
651         * ps/music-drawing-routines.ps: 
652         * ps/lilyponddefs.ps: Add end markers.
653
654 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
655
656         * VERSION: 2.1.27 released.
657         
658         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
659
660         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
661         obey documentation.
662
663 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
664
665         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
666
667         * scm/output-ps.scm: Resurrect.
668         
669         * scm/output-tex.scm: Minimal cleanups.
670
671         * scm/paper.scm (paper-set-staff-size): Add lineheight.
672
673         * make/ly-rules.make: Remove any broken lily-*.tex files before
674         lilypond-book run.
675
676         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
677         comment.
678
679         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
680         Enabled by default, may save 10% compile time.
681
682 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
683
684         * lily/lyric-phrasing-engraver.cc: remove
685         
686         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
687         longer necessary. 
688
689         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
690         so lyric-phrasing-engraver is no longer necessary.
691
692         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
693         Grob_pq_engraver from Staff.
694
695         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
696         busyGrobs directly.
697
698         * input/regression/quote-transposition.ly: new file.
699
700         * lily/recording-group-engraver.cc (stop_translation_timestep):
701         store instrumentTuning too. 
702
703         * lily/quote-iterator.cc (process): transpose events using
704         instrumentTuning.
705
706         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
707         -> \tuning <pitch>
708
709         * lily/parser.yy (command_req): add \tuning command for setting
710         instrument tuning of staff.
711
712         * Documentation/user/GNUmakefile
713         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
714
715         * Documentation/user/refman.itely (Customized accidental rules):
716         typo.
717
718 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
719
720         * Documentation/user/music-glossary.tely: remove the missing norwegian
721         translation; they can be put in later properly.
722
723 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
724
725         * lily/recording-group-engraver.cc (start_translation_timestep):
726         init Recording_group_engraver twice.
727
728 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
729
730         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
731         stray style cleanups:
732
733         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
734         -Wmissing-prototypes.
735
736         * flower/include/killing-cons.tcc (Killing_cons): Add template
737         specifier for car_.
738
739         * flower/include/parray.hh (binsearchs): Add template specifier
740         for maxkey.
741
742         * flower/include/interval.hh: Declare elem () with template specfier.
743
744 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
745
746         * elisp/lilypond-indent.el (get-buffer-size): add customization
747         groups for several variables (Reuben Thomas).
748
749 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
750
751         * Documentation/user/invoking.itexi (Point and click): add index
752         entry.
753
754         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
755         go under beam.
756
757         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
758         sarabande beam. 
759
760         * flower/warn.cc (programming_error): cross fingers not thumbs.
761
762         * lily/rest.cc (polyphonic_offset_callback): return 0 when
763         staff-position is set.
764
765         * VERSION: release 2.1.26 
766         
767         * scm/chord-entry.scm (construct-chord): process transposition
768         after processing explicit-11.  
769
770 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
771
772         * lily/parser.yy (add_quote): add syntax for adding quotes:
773         \addquote "id-string" Music
774
775         * scripts/lilypond-book.py (do_file): do not overwrite input file.
776
777         * scripts/convert-ly.py (conv): add rules for name changes.
778
779         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
780         music/context/grob property functions. Internally, use
781         get_property() and set_property() for both.
782
783 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
784
785         * elisp/lilypond-mode.el (get-buffer-size): define new function,
786         for Emacs <= 20 (Laurent Martelli).
787
788 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
789
790         * lily/parser.yy (command_element): extract quoted vector in
791         parser.
792
793         * input/regression/quote.ly: new file.
794
795         * lily/sequential-iterator.cc (process): only process if moment >= 0.
796
797         * lily/parser.yy (command_element): \quote DURATION NAME: support
798         cue notes. 
799
800         * lily/quote-iterator.cc (class Quote_iterator): new file.
801
802 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
803
804         * lily/auto-beam-engraver.cc (try_music): accept and process
805         beam-forbid-event.
806
807         * input/regression/auto-beam-no-beam.ly: new file.
808
809 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
810
811         * lily/accidental.cc (print): Change font-relative-size ->
812         font-size. Fixes cautionary-style = smaller.
813
814 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
815
816         * lily/system-start-delimiter.cc (staff_brace): remove
817         font-relative-size
818
819         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
820         forgotten with scm_list_n. Fixes spurious coredumps.
821
822         * lily/accidental-engraver.cc (stop_translation_timestep): move
823         update of localKeySignature to stop_translation_timestep (). This
824         makes sure that all ties are noticed at the right moment.
825         (stop_translation_timestep): clear tie only when right-side
826         notehead was seen.
827         (number_accidentals_from_sig): cleanup. 
828
829         * input/regression/accidental-tie.ly (mus): new file
830
831         * input/regression/tie-accidental, tie-break-accidental.ly: remove
832         these longish tests.
833
834 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
835
836         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
837
838         * THANKS: update bugreporter list.
839
840         * lily/beam.cc (print): broken beams last until end of staff.
841         (print): broken beams start from prefatory matter.
842
843         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
844
845         * lily/paper-score.cc (process): dump header only once.
846
847         * lily/paper-outputter.cc (Paper_outputter): move logic into
848         Scheme.
849
850         * scm/output-tex.scm (output-scopes): new function.
851         (output-paper-def): new function
852         (tex-string-def): new function
853         (symbol->tex-key): new function
854
855         * scripts/convert-ly.py (conv): add rule for | ~
856
857 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
858
859         * input/regression/{many}.ly: refresh, trying to guess how
860         it was designed.
861
862 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
863
864         * VERSION: release 2.1.25
865
866         * scm/define-translator-properties.scm
867         (all-user-translation-properties): add printOctaveNames
868
869         * ly/engraver-init.ly: remove Note_event_swallower from
870         NoteNamesContext.
871
872         * lily/note-name-engraver.cc (process_music): new property
873         printOctaveNames
874
875         * lily/context.cc (find_existing_context): remove support for
876         Current.
877
878         * scm/music-functions.scm (set-accidental-style): new function;
879         duplicate accidental macros.
880
881         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
882
883         * lily/note-name-engraver.cc (process_music):
884         process_acknowledged_grobs () -> process_music ()
885
886         * scm/part-combiner.scm (determine-split-list): robustification.
887
888 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
889
890         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
891         lines for falling into beam-gap.
892         (score_forbidden_quants): check all staff lines for falling in
893         beam gaps.
894
895         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
896         key/clef/time signatures. 
897
898         * input/test/ossia.ly: revise example.
899
900         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
901         cleanup.
902         
903         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
904         comply to Scheme standard.  Remove ly:get-paper-variable
905
906 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
907
908         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
909
910 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
911
912         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
913         properties from Voice context. This fixes accidental size for
914         staff-switches during grace contexts.
915
916         * lily/note-collision.cc (check_meshing_chords): only wipe heads
917         if necessary. Else, simply wipe dots.
918
919         * input/test/beam-alternate.ly: new file
920
921         * input/test/piano-staff-distance.ly: new file.
922
923         * lily/translator-group.cc (recurse_down_translators): use
924         Direction for bottom-up/top-down.
925
926         * lily/include/translator.hh (class Translator): add
927         process_music() and do_announces(). This obviates
928         recurse_down_{engravers,performers}.
929
930         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
931         \melisma and \melismaEnd
932
933         * lily/melisma-engraver.cc (process_music): change to
934         Melisma_translator, unify with performer. Accept
935         ManualMelismaEvent.
936
937         * ly/engraver-init.ly: add Font_size_engraver.
938
939 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
940
941         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
942         it hara-kiri.
943
944         * input/regression/{many}.ly: improve descriptions trying to figure
945         out what is tested.
946
947 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
948
949         * lily/slur.cc (broken_trend_offset): robustness fix.
950
951         * VERSION: release 2.1.24
952
953         * lily/context.cc (find_create_context): go to Score if it exists.
954
955         * lily/context-scheme.cc: new file.
956
957         * lily/score-translator.cc (get_output): new file.
958
959         * lily/include/grob-info.hh: origin_contexts() now does not
960         include the originating engraver
961
962         * lily/translator-group.cc (translator_each): clean up contents,
963         remove superfluous stubs. Engraver_group_engraver and
964         Performer_group_performer are the only classes using multiple
965         inheritance.
966
967         * lily/include/score-context.hh (class Score_context): interface
968         between Score_{engraver,performer} and Global_context.
969
970         * lily/include/global-context.hh (Context): change from
971         global-translator. This is the entry point for contexts; it is not
972         tweakable using \translator{}. Score is no longer the top context,
973         but sits underneath Global.
974
975         * lily/include/context.hh (class Context): brain surgery: split
976         out Context functionality from Translator_group. Context is now a
977         separate type from Translator.
978
979 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
980
981         * lily/include/translator.hh (class Translator): make
982         get_score_context() and get_global_translator (), and use the one
983         which is appropriate.
984
985         * lily/context.cc: partially put functionality of Translator_group
986         into Context.
987
988         * lily/include/context.hh (Translator): new class: put between
989         Translator and Translator_group. 
990
991         * lily/new-accidental-engraver.cc: remove file.
992
993 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
994
995         * input/regression/{many}.ly: improve descriptions: use complete 
996         sentences, try to describe what is tested, avoid `we´, do not use 
997         don't, ... 
998
999 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
1000
1001         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
1002         is at EOL.
1003
1004         * Documentation/user/lilypond.tely: declare the topmost node only
1005         once; removes empty line in @contents.
1006
1007         * Documentation/user/music-glossary.tely: really add Finnish author.
1008         Draw more beatiful `->´ arrow in html: &rarr;
1009
1010 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1011
1012         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
1013
1014         * scripts/convert-ly.py (conv): add ly:music-list  change.
1015
1016         * lily/grob.cc: edit doc string.
1017
1018         * scm/define-grob-properties.scm (all-user-grob-properties):
1019         proofreading, editing of doc strings.
1020
1021         * input/regression/tablature-string-tunings.ly: new file.
1022
1023         * lily/staff-symbol-engraver.cc (process_music): new engraver,
1024         listen to stringTunings
1025
1026         * lily/align-interface.cc (align_elements_to_extents): remove Grob
1027         for self-alignment-[XY] code.
1028  
1029 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1030
1031         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
1032         cond) into function. Cleanup.
1033
1034         * lily/text-spanner.cc: remove text-repeat-if-broken property.
1035         
1036         * VERSION (PACKAGE_NAME): 2.1.23 released
1037
1038 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
1039
1040         * Documentation/user/{refman,internals}.itely: small fixes.
1041
1042 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1043
1044         * lily/accidental-engraver.cc (acknowledge_grob): don't make
1045         accidentals for harmonic notes
1046
1047         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
1048         for harmonic notes.
1049
1050         * scm/document-backend.scm (interface-doc): prune Grob
1051         documentation: don't duplicate interface information.
1052
1053         * lily/*.cc: lots of updates of doc strings.
1054
1055 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1056
1057         * input/test/ac-extra-voice.ly (accompany): remove file.
1058
1059         * input/test/maximum-rest-count.ly: remove file.
1060
1061         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1062         conversion rule for \translator { }. Apply everywhere.  
1063
1064         * lily/parser.yy (music_property_def): set property for \once in
1065         the PropertyMusic itself, not the ContextSpec.
1066         (property_operation): change syntax within \translator { }
1067
1068         * scm/define-music-properties.scm (all-music-properties): clean up.
1069
1070         * lily/auto-beam-engraver.cc (test_moment): use
1071         updated_grob_properties() to retrieve autoBeam settings.
1072
1073         * lily/spacing-spanner.cc: bound shortest_playing_len by
1074         measure_length
1075
1076         * lily/spacing-engraver.cc (acknowledge_grob): ignore
1077         multi-measure events for spacing computation.
1078
1079         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
1080         elliptical, to 1.49.
1081
1082         * lily/rest.cc (polyphonic_offset_callback): new function. Do
1083         vertical positioning for polyphony, without RestCollision object.
1084
1085         * lily/note-column.cc (add_head): prevent rests & note heads on
1086         one stem.
1087
1088         * lily/rest-collision.cc (do_shift): ignore rests with beams.
1089         (do_shift): rewrite only-rests case: use common refpoints: the
1090         routine will have sensible results when other rest-translations
1091         have taken place.
1092
1093         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
1094         < 0 case. 
1095
1096         * VERSION: 2.1.22 released
1097         
1098         * input/GNUmakefile (SUBDIRS): remove ascii-art
1099
1100 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1101
1102         * input/: Convert ly files that still had \property.  Fixes make
1103         web.  Remove exta spaces around '='. 
1104
1105         * scripts/convert-ly.py (conv): Redundant space fixes.
1106
1107         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
1108
1109 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1110
1111         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
1112         create scalable PS and PDFs  for input/{test,template,regression}.
1113
1114         * lily/context.cc (is_alias): move function.
1115         (is_alias): add Bottom as context alias. 
1116         (find_create_translator): add Bottom as a context alias for creation.
1117
1118         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
1119
1120         * lily/parser.yy (music_property_def): new syntax for property
1121         assignments:
1122
1123         \set A.B = #C , \unset A.B
1124         \override A.B #C = #D, \revert A.B #C 
1125
1126         * lily/my-lily-lexer.cc: remove \property
1127
1128 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
1129
1130         * Documentation/user/refman.itely: add dots after seealso refs.
1131
1132         * input/template/{many}.ly: harmonise descriptions.
1133
1134         * Documentation/user/music-glossary.itely: add Finnish author.
1135
1136 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1137
1138         * VERSION (PACKAGE_NAME): release 2.1.21
1139
1140 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1141
1142         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
1143
1144         * scripts/lilypond-book.py (snippet_res): @include filename must
1145         not be empty.
1146
1147 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1148
1149         * scm/documentation-generate.scm (markup-doc-string): dump
1150         markup-commands.tely
1151
1152         * scm/define-markup-commands.scm (override): new file.
1153         Move documentation from refman into doc-strings. 
1154
1155         * input/test/staff-container.ly: fix example.
1156
1157         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1158         StaffContainer
1159
1160         * lily/grob.cc: remove point_dimension_callback
1161         (Grob): read forced dimensions from X-extent and Y-extent.
1162         (get_paper): remove preset_extent.
1163
1164         * scm/define-grobs.scm (all-grob-descriptions): remove
1165         point_dimension_callback. 
1166
1167         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
1168         textscript to head. This makes no-spacing-rods work on
1169         DynamicText.
1170
1171         * lily/chord-name.cc: remove props chord, bass, inversion.
1172
1173         * Documentation/user/appendices.itely: add Scheme functions,
1174         context-properties and layout properties to manual.
1175
1176         * scm/part-combiner.scm (determine-split-list): include rests in a
1177         solo1/2 sequence.
1178
1179         * lily/new-part-combine-iterator.cc (substitute_both): new
1180         function.
1181         (class New_pc_iterator): add separate Voice=solo context, fixes
1182         autobeams going from chords to solo.
1183
1184 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1185
1186         * Documentation/user/invoking.itexi (Editor support): Fix typo.
1187
1188         * Documentation/user/tutorial.itely:
1189         * Documentation/user/refman.itely: Add short note about being part
1190         of lilypond.tely.
1191
1192         * COPYING: Make note more clear with respect to files that are
1193         explicitely licenced otherwise (Documention/user/ comes to mind).
1194         
1195         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
1196         comment about barfing of @c,{}.
1197
1198         * Documentation/user/music-glossary.tely: Add list of authors.
1199
1200         * stepmake/stepmake/library-rules.make: Thank Nelson only in
1201         source (was: also in build log).
1202
1203 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1204
1205         * lily/side-position-interface.cc (general_side_position): if
1206         staff-padding is set, then include staff in support too.
1207
1208         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
1209         module workbook
1210
1211         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
1212
1213         * lily/tuplet-engraver.cc: remove tupletInvisible
1214
1215         * scm/define-translator-properties.scm: cleanup, separate in
1216         internal and user props. 
1217
1218         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
1219         LyricsVoice -> Lyrics
1220
1221         * lily/new-part-combine-iterator.cc (process): only print warning
1222         for symbols.
1223
1224 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1225
1226         * scm/part-combiner.scm: Add proper header.
1227
1228         * All but lily/*: The great --2003 --2004 replace; the missing
1229         `bits'.
1230
1231         * TODO: Fix outline mode.  Add book notes.
1232
1233         * ROADMAP: Update.
1234
1235 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1236
1237         * scm/part-combiner.scm (make-autochange-music): use
1238         accumulator. Fixes stack overflow.
1239
1240         * lily/*: rename brew_molecule -> print , molecule-callback ->
1241         print-function
1242
1243         * scm/define-grob-properties.scm: cleanup. Separate into internal
1244         and user properties.
1245
1246         * lily/translator-property.cc (updated_grob_properties): new
1247         function
1248         (execute_pushpop_property): change to new convention:
1249         object property inits are stored as (cons ALIST BASED-ON). This
1250         storage format allows concurrent tweaks in different contexts.
1251
1252 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1253
1254         * TODO: new file.
1255
1256 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1257
1258         * debian/: Late Debian update (sorry Anthony).
1259
1260         * scripts/lilypond-book.py (do_file): Look for input_file in
1261         include path, or ask kpathsea if LATEX.
1262
1263         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
1264         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
1265         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
1266         --header=texidoc.
1267
1268         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
1269         relative.
1270
1271         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
1272         only when filtering, default to input_base otherwise.  Coding
1273         style fixes.
1274
1275 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1276
1277         * lily/include/translator.hh (class Translator): add virtual
1278         qualifier.
1279
1280 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1281
1282         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
1283
1284 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1285
1286         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
1287
1288         * Documentation/user/refman.itely: Run texinfo-all-menus-update
1289         (fixes make web).
1290
1291         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
1292         live in $(out)-www).
1293
1294         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
1295         dependencies.  Add link to .ly source in HTML output.
1296         (Lilypond_snippet.output_html): Handle multiple page picture
1297         output.
1298         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
1299         Make usable for output_texinfo again.
1300
1301         * Documentation/user/GNUmakefile: Add static dependency for
1302         lilypond.tely includes.
1303
1304         * Documentation/user/tutorial.itely: Add some lost `relative'
1305         ly-options.
1306
1307 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1308
1309         * lily/include/translator-group.hh: move Music_output_def member
1310         to Global_translator.
1311
1312         * scripts/lilypond-book.py (do_file):  fix latex output.
1313
1314         * VERSION: release 2.1.20
1315         
1316         * scm/part-combiner.scm (determine-split-list): robustness fix 
1317
1318         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
1319
1320         * lily/parser.yy (music_output_def_body): plug memory leak.
1321
1322         * lily/translator-group.cc (add_fresh_group_translator): plug
1323         memory leak: unprotect Translator_group once added.   
1324
1325         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
1326
1327         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
1328         write .dep file.
1329         (Lilypond_snippet.ly): add \renameinput.
1330
1331 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1332
1333         * Documentation/user/refman.itely (Markup command definition): Doc
1334         by Nicolas Sceaux. Rewrite by Han-Wen
1335
1336         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
1337         thing of the line.
1338         (brew_molecule): only remove if hyphen is not at the end of line.
1339         (set_spacing_rods): new function: minimum-length specifies
1340         distance between syllables.
1341
1342         * scm/define-grobs.scm (all-grob-descriptions): add
1343         Hyphen_spanner::set_spacing_rods to LyricHyphen
1344
1345         * input/regression/lyric-hyphen-break.ly: new file.
1346
1347         * input/test/lyric-hyphen-retain.ly: new file.
1348
1349         * lily/new-part-combine-iterator.cc (construct_children):
1350         add Rest direction.
1351
1352 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1353
1354         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
1355
1356         * Documentation/bibliography/engraving.bib (donemus1982):
1357         update entry.
1358
1359 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1360
1361         * scripts/lilypond-book.py (Substring.__init__): new class.
1362         (Snippet.output_texinfo): add texidoc option.
1363         (Include_snippet.replacement_text): new class.
1364         (Lilypond_snippet.__init__): new class
1365         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
1366
1367         * Documentation/user/refman.itely (Sound): 
1368         note about number of channels.
1369
1370         * scm/music-functions.scm (voicify-music): add \context Staff for
1371         << \\ >> polyphony.
1372
1373         * lily/parser.yy (verbose_command_req): \skip now creates
1374         SkipMusic, and does not lead to spurious staves.
1375
1376         * scm/define-music-types.scm (music-descriptions): rename
1377         NonEventSkip to SkipMusic
1378
1379         * input/no-notation/midi-lyric-barcheck.ly: new file.
1380
1381         * input/regression/collision-dots-invert.ly: new file.
1382
1383         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
1384         case.
1385
1386         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
1387         die if melody died too.
1388
1389 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1390
1391         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
1392         with reading from stdin.
1393
1394         * lily/slur-performer.cc (try_music): new file.
1395
1396         * lily/melisma-performer.cc (try_music): new file. Handle
1397         melismata to help lyrics.
1398
1399         * lily/beam-performer.cc (try_music): new file. Handle beam events
1400         to help lyrics.
1401
1402         * lily/score-performer.cc (one_time_step): reinstate
1403         process_music().
1404
1405         * lily/performer.cc (process_music): add to interface.
1406
1407         * lily/performer-group-performer.cc (process_music): new function.
1408
1409         * lily/dot-column.cc (do_shifts): do collision resolution before
1410         dot positioning.
1411         
1412         * scripts/lilypond-book.py (Snippet.output_print_filename): new
1413         file, process printfilename option.
1414         (Snippet.__init__): rewrite: do not use global variables h or
1415         index.
1416         (main): really support -I option.
1417         (find_toplevel_snippets): new code.
1418         (find_toplevel_snippets): reinstate old version, without global
1419         variables.
1420
1421         * tex/texinfo.tex: really add file.
1422         
1423 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1424
1425         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
1426         compatibility.
1427
1428 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1429
1430         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
1431
1432         * scm/define-translator-properties.scm (drumPitchTable): add
1433         property.
1434
1435         * scripts/lilypond-book.py (simple_toplevel_snippets): new
1436         function.
1437         (help_summary): docstrings.
1438         (do_file): strip the dir of input_base too.
1439
1440 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1441
1442         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
1443
1444         * Documentation/user/lilypond-book.itely: Update.
1445
1446         * make/ly-rules.make: Update lilypond-book commands.
1447
1448         * Documentation/user/GNUmakefile: Update makeinfo commands,
1449         lilypond-book flags.
1450
1451         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
1452         
1453         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
1454
1455         * scripts/filter-lilypond-book.py: Remove.
1456
1457         * Documentation/user/*tely: Update options for new lilypond-book.
1458
1459         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
1460         with @macros in @includes.
1461
1462 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1463
1464         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
1465         make rest-collision only.
1466
1467         * lily/break-substitution.cc (substitute_one_mutable_property):
1468         clear all-elements using scm_assq_remove_x(). 
1469
1470         * lily/rest-collision.cc (do_shift): shift single rests
1471
1472         * flower/include/array.hh (class Array): rename to is_empty ()
1473
1474         * lily/drum-note-performer.cc: new file: perform drum notes.
1475
1476         * VERSION (PACKAGE_NAME): release 2.1.19.
1477         
1478 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1479
1480         * scripts/filter-lilypond-book.py
1481         (classic_lilypond_book_compatibility): New function.
1482
1483 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1484
1485         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
1486
1487         * Grand 2003 -> 2004 search replace. 
1488
1489         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
1490         (i.e. < > )
1491
1492         * ly/performer-init.ly: add DrumStaff
1493
1494         * lily/axis-group-engraver.cc (acknowledge_grob): also take
1495         lyric-interface; this prevents lines with only extender lines from
1496         being junked.
1497  
1498         * scm/define-grob-interfaces.scm (lyric-interface): new interface
1499
1500         * lily/lyric-extender.cc (brew_molecule): get line breaking and
1501         extenders right, for once and for all (hopefully).
1502         
1503         * lily/break-substitution.cc (substitute_one_mutable_property):
1504         clear old 'all-elements for System grobs.
1505
1506         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
1507         that associatedVoiceContext is always assigned when music & lyrics
1508         are found. 
1509
1510         * ly/engraver-init.ly: remove Lyrics context.
1511         (TabVoice): add noteheads engraver
1512
1513         * input/test/improv.ly: update: do not use Thread switching. 
1514
1515         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
1516         squashedPosition is a number  
1517
1518         * Documentation/user/refman.itely (Automatic note splitting):
1519         remove Thread references.
1520
1521         * input/no-notation/pc-direction.ly: remove file.
1522
1523         * ly/engraver-init.ly: remove Thread
1524
1525         * input/regression/tie-chord-partial.ly: remove file.
1526
1527         * scripts/convert-ly.py (conv): \harmonic rule
1528
1529         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
1530         notation for harmonic notes: <c' g''\harmonic>
1531
1532         * lily/lily-guile.cc (alist_to_hashq): new function
1533
1534         * scm/lily.scm (alist->hash-table): new function.
1535
1536         * Documentation/user/refman.itely (Percussion staves): update doco.
1537
1538         * input/regression/drums.ly (timb): updates
1539
1540         * lily/note-performer.cc (create_audio_elements): robustness fix.
1541
1542         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
1543
1544 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1545
1546         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
1547         discard valid matches.
1548
1549 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1550
1551         * lily/drum-note-engraver.cc: new file.
1552
1553         * ly/drumpitch-init.ly: move drum definitions
1554
1555         * scm/drums.scm: remove file.
1556
1557         * lily/*.cc: remove abort-event everywhere.
1558
1559         * lily/note-heads-engraver.cc (process_music): robustification.
1560
1561         * lily/accidental-engraver.cc (process_acknowledged_grobs):
1562         robustification.
1563
1564         * lily/parser.yy (simple_element): add \drums mode.
1565         (simple_element): remove \pitchnames , \chordmodifiers. Use
1566         variables to store this. 
1567
1568         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
1569         outside \notes.
1570
1571         * VERSION: release 2.1.18.
1572         
1573         * input/test: remove octave-duplicate.ly
1574
1575 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1576
1577         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
1578
1579 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1580
1581         * lily/simultaneous-music-iterator.cc: remove clone() and copy
1582         constructor from Music_iterator. Changes throughout.
1583
1584         * lily/include/music-iterator.hh (class Music_iterator): remove
1585         Music_iterator::skip and Music_iterator::get_pending_events from
1586         interface. Rename report_to -> get_outlet 
1587
1588         * lily/auto-change-iterator.cc: move contents from
1589         new-auto-change-iterator.cc from
1590
1591         * scm/part-combiner.scm: determine split-list from Scheme. 
1592
1593         * lily/new-auto-change-iterator.cc (process): new file.
1594
1595         * lily/parser.yy (part_combined_music): remove old PC cruft.
1596
1597         * ly/engraver-init.ly: remove old
1598         PC cruft.
1599
1600         * Documentation/user/refman.itely (The Lyrics context): note about
1601         extender lines.
1602
1603         * lily/multi-measure-rest-engraver.cc (process_music): extra check
1604         to allow 0-length mmrest events.
1605
1606         * scm/part-combiner.scm (determine-split-list): many bugfixes.
1607
1608         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
1609
1610         * lily/spacing-engraver.cc (finalize): robustifications.
1611
1612         * input/regression/new-part-combine-solo-global.ly: new file.
1613
1614         * scm/part-combiner.scm: rewrite.
1615
1616 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
1617
1618         * Documentation/user/refman.itely, input/puer-fragment.ly,
1619         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
1620         updated for proper use of lyricsto; replaced "(" and ")" ->
1621         "\melisma" and "\melismaEnd"
1622
1623         * input/test/ancient-font.ly: small updates to reduce compile
1624         warnings (TODO: junk this file)
1625
1626         * input/test/gregorian-scripts.ly: added comment about bug
1627
1628         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
1629         tiny robustness fix
1630
1631         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
1632         recent changes in the feta code); temporarily mapped mensural g
1633         clef to a copy of petrucci g clef until mensural g clef will have
1634         been rewritten
1635
1636         * mf/parmesan-heads.mf: bugfix: solved character name clashing
1637         between mensural and neo-mensural heads (this broke quite a while
1638         ago)
1639
1640         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
1641
1642 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1643
1644         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
1645         indication.  Fixes for verbatim, multi line comments.
1646
1647 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1648
1649         * input/regression/new-part-combine-solo.ly: more cases.
1650
1651         * lily/slur.cc (height): robustness fix.
1652
1653         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
1654
1655         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
1656         stemUp/stemDown.
1657
1658         * scm/music-functions.scm (determine-split-list): further analysis.
1659
1660         * lily/script-engraver.cc (try_music): discard duplicate
1661         articulations.
1662
1663         * input/regression/new-part-combine-solo.ly: new file
1664
1665         * input/regression/new-part-combine-a2.ly: new file.
1666
1667         * ly/performer-init.ly: add Devnull
1668
1669         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
1670         for \musicglyph #"accidental-*"
1671         (conv): \newpartcombine rule.
1672
1673 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1674
1675         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
1676
1677 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1678
1679         * scripts/filter-lilypond-book.py: Handle verbatim, latex
1680         textwidth, --output.
1681
1682 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1683
1684         * scm/new-markup.scm (doubleflat): add accidental markups.
1685
1686         * VERSION: release 2.1.17
1687         
1688         * Documentation/user/refman.itely (Automatic part combining):
1689         revise documentation of the part-combiner.
1690
1691         * input/regression/pc-switch-slur.ly (texidoc): remove file.
1692         
1693         * input/test/part-combine-{moment,staff}.ly: remove file.
1694
1695         * input/regression/pc-mmrest.ly (two): remove file.
1696
1697         * scm/define-music-types.scm (music-descriptions): add
1698         Solo{One,Two}Event and UnisonoEvent
1699
1700         * lily/new-part-combine-iterator.cc (unisono): add state_
1701         variable, signal changes with part-combine-event.
1702
1703         * input/regression/new-part-combine-text.ly: new file.
1704
1705         * lily/part-combine-engraver.cc: new file.
1706
1707 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1708
1709         * scripts/filter-lilypond-book.py: Handle snippet options.
1710
1711 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1712
1713         * scm/music-functions.scm (determine-split-list): detect solo1/2
1714         and unisono.
1715
1716         * lily/new-lyric-combine-music-iterator.cc (construct_children):
1717         revert fix, document why.
1718
1719         * lily/tie-performer.cc (process_music): new function. Set melisma
1720         property.
1721
1722         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
1723         always smaller than bracket size.
1724         (make_bracket): oops. Size of the gap was off by factor 2
1725
1726         * input/test/text-rotate.ly: new file.
1727
1728         * scm/new-markup.scm (markup): a macro that provides a
1729         LilyPond-like syntax in scheme for building markups, in order to
1730         help markup command definition. (Nicolas Sceaux)
1731
1732         * input/test/lyrics-skip-notes.ly: new example.
1733
1734         * lily/parser.yy (post_event): make HYPHEN into postfix event.
1735
1736         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
1737         use is_alias() iso. == . This fixes lyrics on
1738         GregorianTranscriptions. 
1739
1740 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1741
1742         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
1743         \thispagestyle{lastpage} to avoid that it's printed on the second
1744         last page when there's only a single score line on the last page.
1745         (The page breaking mechanism in TeX played some ugly tricks to us.)
1746
1747 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1748
1749         * scripts/filter-lilypond-book.py: Further development.
1750
1751         * input/regression/collision-dots-move.ly: New test.
1752
1753         * lily/note-collision.cc (check_meshing_chords): Move dots on left
1754         hand side note head of non-merged collision to the right.
1755
1756         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
1757         Construct children before accessing property from emtpy
1758         lyrics_context_.
1759         (construct_children): Find thread before finding LyricsVoice.
1760         Create LyricsVoice one if none found, fixes crash (thanks Erik
1761         Sandberg).
1762
1763 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1764
1765         * cygwin/: Forward port.
1766
1767 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1768
1769         * buildscripts/install-info-html.sh: Use Bash.
1770
1771         * cygwin/mknetrel: Patch from Bert.
1772
1773 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1774
1775         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
1776
1777         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
1778         try to copy *png, index.html (Bertalan Fodor).
1779
1780         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
1781
1782 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1783
1784         * lily/note-collision.cc (check_meshing_chords): Do not remove
1785         dots (from down head) when merging similar heads (thanks Matthias
1786         Kilian).  Simplify merge_possible tests and other cleanups
1787
1788         * input/regression/collision-merge-differently-dotted.ly: Add test
1789         for disappearing dots on similar heads for both voices.
1790
1791 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1792
1793         * Documentation/user/invoking.itexi (Invoking lilypond): Document
1794         that tagline overrides copyright for single page scores. Correct
1795         the default tagline value.
1796
1797 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1798
1799         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
1800
1801 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1802
1803         * buildscripts/lilypond-login.sh: Avoid warning about undefined
1804         TEXMF if it's previously unset.
1805
1806 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
1807
1808         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
1809
1810         * input/test/trills.ly: fix the unfolding of lineprall.
1811
1812         * input/test/figured-bass-alternative.ly: fix accidental.
1813
1814 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1815
1816         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
1817         
1818         * input/no-notation/dos-guile.ly: 
1819         * input/no-notation/dos-ps.ly: 
1820         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
1821         
1822         * input/no-notation/safe-include.ly:
1823         * input/no-notation/safe-guile.ly:
1824         * input/no-notation/safe-ps.ly: 
1825         * input/no-notation/safe-tex.ly: New file.
1826
1827         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
1828         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
1829         options now.
1830         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
1831         When in --safe-mode, set environment openout_any=p[aranoid].
1832
1833         * tex/ltest.tex: 
1834         * tex/lilyponddefs.tex: Add \nofiles.
1835
1836         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
1837         options.
1838
1839         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
1840         This allows building the user manual using a binary installation
1841         and a matching unpacked source tree.
1842
1843         * scm/lily.scm (safe-module): New variable. 
1844
1845         * lily/includable-lexer.cc (new_input): Fix error messages.
1846
1847         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
1848         If SAFE, evaluate in safe-module.  Change callers.
1849
1850         * lily/main.cc (Long_option_init): Reinstate safe-mode.
1851
1852         * lily/lexer.ll (embedded_scm): While processing main-input,
1853         invoke ly_parse_scm with safe mode if running in safe-mode.
1854         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
1855         in init.ly for safe-mode.
1856
1857 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1858
1859         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
1860         compatibility with old versions of geometry.sty (compat2
1861         already implied includehead).
1862         Change the page layout slightly so bottom + footskip = top +
1863         headheight + headsep = 16mm, the remaining paperheight-32mm
1864         are used for the music. Increase footskip to 5mm, so the top of
1865         the footer text doesn't touch the music.
1866
1867 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1868
1869         * VERSION: release 2.1.16
1870         
1871         * scm/music-functions.scm (determine-split-list): bugfix: only use
1872         new-active for both voices if both indexes advance. This fixes the
1873         biggest outstanding problem with new-pc. 
1874
1875         * lily/new-part-combine-iterator.cc (construct_children): set more
1876         directions.
1877
1878 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1879
1880         * scripts/convert-ly.py (conv): add instrument rule.
1881
1882         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
1883
1884         * lily/side-position-interface.cc: remove add_staff_support ()
1885         Change all callers to use staff-padding.
1886
1887         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
1888         make_spanner().
1889
1890         * lily/a2-engraver.cc (process_acknowledged_grobs): 
1891
1892         * lily/text-engraver.cc: remove scriptHorizontal property.
1893
1894         * lily/beam.cc (least_squares): also set least-squares-dy for
1895         special case of slanted 2-stem beam to center.
1896
1897         * lily/side-position-interface.cc (out_of_staff): move contents of
1898         out_of_staff into aligned_side.
1899         remove out_of_staff().
1900
1901         * input/regression/measure-grouping.ly: fix warning.
1902
1903         * lily/side-position-interface.cc: add staff-padding support to
1904         Side_position_interface::aligned_side.
1905
1906         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
1907         one get_property too many.
1908
1909         * flower/include/drul-array.hh (linear_combination): new function
1910         (scale_drul): new function
1911
1912         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
1913         operations on empty intervals are silly.
1914
1915 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1916
1917         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
1918         (iso gh_scm2int), fixes crash in new part-combiner.
1919
1920         * configure.in: Up mftrace to 1.0.27.
1921
1922 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1923
1924         * VERSION: release 2.1.15
1925         
1926         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
1927         align all stanza numbers.
1928
1929 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
1930
1931         * Documentation/user/{introduction.itely,refman.itely,
1932         converters.itely}: fix some text inside parentheses; text should
1933         be readable (even) if parentheses are either replaced with commas 
1934         or dropped out.
1935
1936 2004-01-25  Werner Lemberg  <wl@gnu.org>
1937
1938         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
1939         input/test/vaticana.ly, input/test/ancient-font.ly,
1940         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
1941         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
1942         ly/params-as-init.ly, scm/define-grobs.scm,
1943         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
1944
1945         * ly/params-as-init.ly: Removed.  Obsolete.
1946         * buildscripts/lilypond.words.py: Updated.
1947
1948 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1949
1950         * mf/parmesan-clefs.mf: switch off mensural G clefs.
1951
1952         * mf/feta-din{4,5,7,9}.mf: remove.
1953         
1954         * lily/engraver.cc (internal_make_item): centralize item/spanner
1955         factory.
1956
1957         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
1958         do correct chord conversion for ^"sim."  (backportme)
1959         (FatalConversionError.sub_articulations): substitute ^"foo" in
1960         chords too. (backportme)
1961
1962         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
1963         for Fingering.
1964
1965         * lily/side-position-interface.cc (out_of_staff): don't do
1966         anything if staff-padding not defined. 
1967
1968         * mf/feta-params.mf (stafflines): introduce linethickness as
1969         general blackness of the font.
1970
1971         * lily/stem.cc (position_noteheads): rounding error robustness.
1972
1973         * input/regression/rest-collision-beam.ly: move beam/rest stuff
1974         from beam-collision.ly 
1975
1976         * lily/beam.cc (rest_collision_callback): remove direction.
1977
1978         * scm/define-grobs.scm (all-grob-descriptions): remove
1979         enclose-bounds in OttavaBracket and PianoPedalBracket
1980
1981         * scm/new-markup.scm (def-markup-command) new macro, which takes
1982         care of defining the COMMAND-markup and make-COMMAND-markup
1983         procedures, setting markup-signature and keyword-signature object
1984         properties, and pushing the markup command in
1985         markup-function-list.
1986
1987         All markup commands are defined thanks to it.  Users may also use
1988         it to define their own markup commands. (Nicolas Sceaux)
1989
1990         * scm/new-markup.scm: Scheme style clean-up: there should be no
1991         parenthesis alone on a line; LET* should not be used where LET is
1992         enough. (Nicolas Sceaux)
1993
1994 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1995
1996         * scripts/filter-lilypond-book.py: Add script.
1997
1998 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1999
2000         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
2001
2002 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2003
2004         * Documentation/user/refman.itely (Fingering instructions): add
2005         single note chords. 
2006
2007         * lily/multi-measure-rest-engraver.cc: use a single
2008         MultiMeasureEvent for mm rests. This prevents problems with the
2009         new part combiner.
2010
2011         * scm/music-functions.scm (determine-split-list): analysis has
2012         global effect: a difference halfway a phrase makes the entire
2013         phrase be typeset as apart.
2014         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
2015
2016 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2017
2018         * ly/performer-init.ly: add Devnull.
2019
2020         * Documentation/user/refman.itely (Font selection): remove paper20
2021         ref.
2022         
2023 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2024
2025         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
2026
2027 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2028
2029         * scm/music-functions.scm (determine-split-list): bugfixes.
2030
2031         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
2032
2033         * input/test/scales-greek.ly: use C as base, results in different
2034         alterations at the clef.
2035
2036         * input/regression/pedal-ped.ly: new file.
2037
2038         * input/regression/pedal-bracket.ly: new file.
2039
2040         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
2041         replace after_line_breaking()
2042
2043         * lily/line-interface.cc (line): read thickness.
2044         (line): dash-fraction = 0 always for dotted-line style.
2045
2046         * input/test/staff-lines.ly (lower): bugfix.
2047
2048         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
2049         \accepts Devnull into Score.
2050
2051         * scm/lily.scm: remove bla.scm load.
2052
2053 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2054
2055         * VERSION: release 2.1.14
2056         
2057         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
2058
2059         * lily/side-position-interface.cc (general_side_position): add
2060         Staff_symbol_referencer::staff_space ().
2061
2062         * lily/include/context-def.hh: rename from translator-def.hh
2063
2064 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2065
2066         * input/template/piano-dynamics.ly (pedal): Updated definition of
2067         Dynamics such that \cresc works, for example.
2068
2069 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2070
2071         * lily/stem.cc (calc_stem_info): use
2072         Staff_symbol_referencer::staff_space
2073
2074         * lily/beam-quanting.cc (quanting): scale Stem_info 
2075
2076         * lily/beam.cc (rest_collision_callback): use minimum-distance
2077         property for rest/beam collisions.
2078         (rest_collision_callback): bugfixes.
2079
2080         * lily/system.cc (post_processing): extra-offset is now relative
2081         to the size of the current staff.
2082
2083         * scm/music-functions.scm (notice-the-events-for-pc): record all
2084         voices, only analyze "one" and "two".
2085
2086         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
2087         not parent. 
2088
2089         * lily/new-part-combine-iterator.cc (construct_children): create
2090         Devnull from Voice context
2091
2092         * scm/music-functions.scm (determine-split-list): bugfixes.
2093
2094         * lily/lily-guile.cc (robust_scm2int): new function
2095
2096         * lily/staff-symbol-referencer.cc (line_thickness): new
2097         function. Use throughout.
2098
2099         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
2100         in its own context.  Add to preset font-size.
2101
2102         * lily/stem.cc (thickness): new function.
2103
2104         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
2105         compute thickness from ledger-line-thickness.
2106
2107         * lily/note-head.cc (brew_ledger_lines): use
2108         Staff_symbol::get_ledger_line_thickness ().
2109
2110         * lily/beam.cc (rest_collision_callback): use
2111         Staff_symbol_referencer::staff_space().
2112
2113         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
2114         Mus1 Mus2
2115
2116         * lily/include/translator.hh (class Translator): add accepts_list_
2117         so  \with { \denies / \accepts } also works.
2118
2119         * scm/music-functions.scm (determine-split-list): determine split
2120         list from music events.
2121
2122         * lily/new-part-combine-iterator.cc: more states.
2123
2124         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
2125
2126 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2127
2128         * lily/system.cc (set_loose_columns): use the right prebroken cols
2129         for interpolating loose column position.
2130
2131         * lily/text-spanner.cc (brew_molecule): default to no vertical
2132         lines.
2133
2134         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
2135         take space.
2136
2137         * scm/define-grobs.scm (all-grob-descriptions): less padding.
2138
2139 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2140
2141         * scripts/convert-ly.py: Do not test filename when processing
2142         stdin.
2143
2144         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
2145
2146 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2147
2148         * lily/axis-group-engraver.cc (finalize): extra check; if
2149         process_music () is never called, then staffline_ == 0.
2150
2151         * lily/simultaneous-music-iterator.cc (pending_moment): don't
2152         check run_always ().
2153         
2154         * VERSION: release 2.1.13
2155
2156         * input/regression/note-head-style.ly (pattern): cleanup.
2157
2158         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
2159         downloading.
2160
2161         * scm/output-lib.scm (shift-right-at-line-begin): new function:
2162         kludge rehearsalmark placement.
2163
2164         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
2165         , ly:spanner?
2166
2167         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
2168         close to note head for accidentals.
2169
2170         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
2171         tuplet direction.
2172
2173         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
2174
2175 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2176
2177         * lily/include/music-iterator.hh (class Music_iterator): add
2178         substitute_outlet() to iterator API.
2179
2180         * lily/new-part-combine-iterator.cc (construct_children):
2181         New_pc_iterator: new class, better part combining.
2182
2183         * lily/tie-column.cc (werner_directions): new function
2184
2185         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
2186
2187         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
2188         empty objects group spanner as parent
2189
2190         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
2191         slope against graphical slope.
2192
2193         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
2194         for ottava bracket.
2195
2196         * lily/side-position-interface.cc (general_side_position):
2197         opps. reinstate *dir.
2198
2199         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
2200         parser run.
2201
2202         * lily/tuplet-bracket.cc: remove calc_dy ().
2203
2204         * Documentation/user/refman.itely (Balloon help): document balloon
2205         help
2206
2207 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2208
2209         * scm/document-backend.scm (check-dangling-properties): Grob
2210         properties are defined define-grob-properties.scm.
2211         
2212 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2213         
2214         * VERSION: release 2.1.12
2215
2216         * scm/define-grobs.scm (all-grob-descriptions): larger font for
2217         ChordName
2218
2219         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
2220         relation to surroundings.
2221
2222         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
2223         Y-extent to the note-extents: stay clear of the staff.
2224
2225 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2226
2227         * Documentation/user/GNUmakefile
2228         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
2229         iso. copy.
2230
2231         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
2232
2233         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
2234
2235         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
2236
2237         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
2238
2239         * lily/line-interface.cc (line): remove thickness from calling interface.
2240
2241         * lily/hairpin.cc: use Line_interface
2242
2243         * lily/line-interface.cc: new file. Line_interface for everything
2244         with dotted/dashed lines.
2245         
2246
2247         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
2248
2249         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
2250         for constructing ottava brackets.
2251         
2252         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
2253         the note heads.
2254
2255         * Documentation/user/internals.itely (Engravers and performers):
2256         fix broken link.
2257
2258         * scm/music-functions.scm (make-mark-set): new function.
2259
2260         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
2261         functionally identical to beam.
2262
2263         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
2264         () with beam (). 
2265
2266         * Documentation/user/refman.itely (Rehearsal marks): document new
2267         functionality.
2268
2269         * input/regression/rehearsal-mark-number.ly: new file.
2270
2271         * input/regression/rehearsal-mark-letter.ly: new file.
2272
2273         * scm/translation-functions.scm (number->mark-string): new function
2274         (format-mark-letters): new function
2275         (format-mark-numbers): new function
2276
2277         * lily/mark-engraver.cc (process_music): rehearsalMark is now
2278         integer; formatting is done through markFormatter property.
2279         
2280         * scm/define-translator-properties.scm: fold all *-done properties
2281         into positioning-done.
2282
2283         * lily/beam.cc (position_beam): new function
2284         (brew_molecule): make sure that positions are calced before making
2285         the molecule.
2286
2287         * scm/output*.scm (beam):  take 4th argument for function.
2288
2289         * ps/music-drawing-routines.ps: take blot as 4th argument.
2290
2291         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
2292         stem to avoid small dents.
2293         
2294
2295 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2296
2297         * VERSION: release 2.1.11
2298
2299         * input/regression/balloon.ly: new file.
2300
2301         * lily/balloon.cc (brew_molecule): new file: draw boxes around
2302         objects, and make help texts. 
2303
2304         * scm/new-markup.scm (parse-simple-duration): parse duration
2305         string to log & dots. (Thanks Nicolas!)
2306
2307         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note rule.
2308
2309 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
2310
2311         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
2312         Lemberg).
2313
2314         * THANKS: alphabetic order.
2315
2316 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2317
2318         * input/regression/note-head-harmonic.ly: new file.
2319
2320         * Documentation/user/internals.itely (Technical manual): explain
2321         difference between music, translation, layout.
2322
2323         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
2324
2325         * scm/output-ascii-script.scm (bracket): rounding bfs.
2326
2327         * scripts/convert-ly.py (conv): add \include "paper" rule. 
2328
2329         * ly/paper*.ly: remove files. 
2330         
2331         * scm/paper.scm (set-staff-size): new function: set default
2332         staff-size.
2333
2334         * scripts/convert-ly.py (conv): add conversion rule.
2335
2336         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
2337         function.
2338
2339         * scm/paper.scm: new file.
2340         (set-staff-size): new function 
2341         (set-paper-size): new function
2342
2343         * lily/parser.yy (music_output_def_body): restructure definition,
2344         so first Scheme statement in \paper also happens in new scope. 
2345
2346         * lily/system.cc (post_processing): move uniquify_list () to
2347         dumping molecule stage.
2348
2349         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
2350         this will mess up scores that use barchecks to shorten measures.
2351
2352         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
2353         at 20pt too.
2354
2355         * Documentation/user/tutorial.itely (Printing lyrics): document
2356         \lyricsto
2357
2358         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
2359
2360         * Documentation/user/refman.itely (Fermatas): document \lyricsto
2361
2362         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
2363         if Voice is not found.
2364
2365         * VERSION: release 2.1.10
2366         
2367         * input/{test,regression}/: remove old-relative 
2368
2369         * lily/lexer.ll: add empty markup signature. 
2370
2371         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
2372         strut markup
2373
2374         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
2375
2376         * scm/define-translator-properties.scm: update melismata property
2377         doco.
2378
2379         * lily/system.cc (output_lines): revert uniquify_list() patch,
2380         strange side effects seen.
2381         
2382         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
2383         dash-period < 0.
2384
2385         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
2386         for flute. 
2387
2388 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2389
2390         * input/regression/*.ly: use newaddlyrics iso. addlyrics
2391
2392         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
2393
2394         * lily/lyric-extender.cc (brew_molecule): behave decently in case
2395         of line breaks.
2396         (brew_molecule): add padding to left, not right.
2397
2398         * lily/system.cc (uniquify_list): new function
2399         (output_lines): uniquify_list () on all-elements. This fixes
2400         double symbols in the output.
2401
2402         * lily/beam.cc (rest_collision_callback): don't move anything if
2403         staff-position is set.
2404
2405         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
2406
2407         * lily/system.cc (typeset_grob): warn if adding twice.
2408
2409         * lily/sequential-iterator.cc (run_always): implement run_always().
2410         (also in other files.)
2411         
2412         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
2413
2414         * lily/event.cc (to_relative_octave): add octave-check.
2415
2416         * Documentation/user/refman.itely (Line breaking): add noBreak.
2417
2418         * scm/new-markup.scm (normalsize-markup): add function.
2419         (sans-markup): new function.
2420
2421         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
2422         come earlier nowadays.  This fixes beams on grace notes.
2423         
2424         * scm/music-functions.scm (direction-polyphonic-grobs): new
2425         variable, share between override and revert. This fixes script
2426         directions in polyphonic sections. (backportme)
2427
2428 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2429
2430         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
2431         breakpoints.
2432
2433         * lily/break-align-interface.cc: add doco
2434
2435         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
2436
2437 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2438
2439         * VERSION: release 2.1.9
2440
2441         * scm/document-markup.scm (markup-doc-node): add note about naming.
2442
2443         * scm/new-markup.scm (left-align-markup): bugfix. 
2444
2445         * Documentation/user/refman.itely (Ottava brackets): more doco for
2446         ottava.
2447
2448         * lily/side-position-interface.cc (out_of_staff): also do
2449         out_of_staff() correctly for d == DOWN.
2450
2451         * lily/text-spanner.cc (brew_molecule): only put vertical line and
2452         horizontal line if they move to the right.
2453         
2454         * scm/define-grobs.scm (all-grob-descriptions): set
2455         text-repeat-if-broken for ottava spanner
2456
2457         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
2458         property.
2459
2460         * mf/feta18.mf: design size is 18 not 22.5
2461
2462         * lily/new-lyric-combine-music-iterator.cc (process): new file.
2463         Add a single LyricsVoice to a melody. Melismata may be set
2464         individually.
2465
2466         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
2467
2468         * lily/dot-column.cc: add stdio.h
2469
2470 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2471
2472         * lily/item.cc: documentation for break-visibility (Thanks, John).
2473
2474 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2475
2476         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
2477
2478         * lily/translator-def.cc: rename Translator_def to Context_def.
2479
2480         * Documentation/user/internals.itely (Lexical details): clarify
2481         string def.
2482
2483         * Documentation/user/refman.itely (Rhythmic music): add link to
2484         RhythmicStaff 
2485
2486 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2487
2488         * lily/translator.cc: document start_translation_timestep()
2489
2490         * scm/output-tex.scm (tex-encoded-fontswitch): use
2491         round for rounding (inexact->exact yields rationals)
2492
2493         * lily/*.cc: remove superfluous start_translation_timestep() calls.
2494
2495         * lily/translator-group.cc (get_simple_trans_list): 
2496         new function; construct simple_trans_list_ lazily.
2497         
2498 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2499
2500         * lily/paper-outputter.cc (output_scope): Check if number before
2501         checking exact (guile cvs).
2502
2503         * scm/*: Escape backslashes in scheme strings (guile cvs).
2504
2505 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2506
2507         * Documentation/user/refman.itely (Tablatures basic): annotate
2508         seealso sections.
2509
2510         * lily/*.cc: cleanup of engraver initialize() functions.
2511
2512         * lily/repeat-acknowledge-engraver.cc
2513         (start_translation_timestep): remove first_b_
2514
2515         * lily/tab-note-heads-engraver.cc: listen to string number events
2516         inside < > too. (backportme).
2517
2518         * Documentation/user/refman.itely (Text scripts): add fatText to
2519         index.
2520
2521 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2522
2523         * VERSION: 2.1.8
2524
2525         * stepmake/bin/add-html-footer.py (built): add Wiki links to
2526         footer.
2527
2528         * lily/parser.yy (translator_mod): allow \with { \remove .. }
2529
2530         * lily/bar-check-iterator.cc (process): only warn if
2531         barCheckLastFail was changed.
2532
2533         * scm/define-translator-properties.scm (barCheckLastFail): add
2534         property.
2535
2536         * lily/main.cc (main_prog): print summary of failed files.
2537
2538         * lily/axis-group-engraver.cc: move all spanner creation to
2539         process_music (). Now staffs can be adjusted with \override too.
2540         (Jan, you are a brilliant programmer!)
2541         
2542         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
2543
2544 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2545
2546         * Documentation/user/tutorial.itely (Integrating text and music):
2547         Show the commands to produce a PDF as well.
2548
2549 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2550
2551         * lily/translator-def.cc (get_translator_names): accept user
2552         tweaks too. 
2553
2554         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
2555         as big as normal heads. 
2556
2557         * input/*ly: run convert-ly
2558         
2559         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
2560         () if dependencies are fluked.
2561
2562         * scm/document-translation.scm (engraver-doc-string): update on
2563         latest string/symbol conventions.
2564
2565         * lily/translator-ctors.cc: use Scheme_hash_table.
2566
2567         * lily/translator-def.cc (get_translator_names): new function
2568         (add_context_mod): new function
2569         (get_accepted): new function
2570
2571         * lily/parser.yy (context_mod): put all modifications of
2572         \translator { } in a single production, encode as SCM.
2573
2574         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
2575         to use read-only lists, so additions to the definition can be
2576         prepended easily.  
2577
2578         * Documentation/user/invoking.itexi (Editor support): add node on
2579         editor support.
2580
2581         * Documentation/user/refman.itely (Bar check): add lyrics example
2582         of bar checks. 
2583
2584         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
2585
2586         * scripts/convert-ly.py (conv): add conversion rule.
2587
2588         * lily/parser.yy: use \change iso. \translator for staff switch.
2589
2590         * lily/my-lily-lexer.cc: add \change.
2591
2592         * scm/define-translator-properties.scm
2593         (default-melisma-properties): add definition.
2594
2595 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2596
2597         * Documentation/user/refman.itely (Bar lines): clarification of
2598         systemStartDelimiter. 
2599
2600         * input/test/slur-shape.ly (x): remove file.
2601
2602         * lily/translator-group.cc (apply_property_operations): new function.
2603
2604 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2605
2606         * lily/parser.yy (optional_prop_ops): allow \with {
2607         PROPERTYSETTINGS } following \context or \new.
2608
2609         * lily/my-lily-lexer.cc: add \with.
2610
2611         * lily/parser.yy (property_operation): clean up definition of
2612         property operations.
2613         (property_op_to_music): new function.
2614         (context_spec_music): new function
2615
2616         * VERSION: 2.1.7 released.
2617         
2618         * input/regression/collision-merge-dots.ly: new file.
2619
2620         * lily/note-collision.cc (check_meshing_chords): if merging heads,
2621         then kill the dots too. 
2622
2623         * lily/separating-line-group-engraver.cc (acknowledge_grob):
2624         set/unset breakableSeparationItem
2625
2626         * lily/separation-item.cc (relative_width): add function.
2627
2628         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
2629         only-prebreak-interface
2630
2631         * lily/system.cc (output_lines): only junk only-prebreak-interface
2632         grobs.
2633
2634         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
2635         read breakableSeparationItem
2636
2637         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
2638
2639         * lily/system.cc (output_lines): don't suicide Spacing_items. 
2640
2641         * lily/dot-column.cc (dot_config_badness): new function:
2642         select the best scoring dot configuration: dots should go close to
2643         the note heads, but be shifted up or down according to conventions.
2644         (print_dot_configuration): idem.
2645         (shift_one): idem
2646         (remove_collision): idem.
2647
2648         * input/regression/dots.ly: add more test cases.
2649
2650 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2651
2652         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
2653
2654         * flower/include/interval.hh: rename elem_b to contains 
2655
2656         * lily/tie.cc: change 'heads to 'head-pair.
2657
2658         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
2659         fill in 'heads field.
2660
2661         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
2662         minimum-length for short ones, and shorten so collisions with the
2663         next syllable are avoided.
2664
2665         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
2666         near-zero slopes.
2667         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
2668
2669         * lily/dots.cc: remove quantized_position callback. All Y
2670         positioning is done by dot-column.cc
2671
2672         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
2673         exhaustive test of all dot positions. This fixes disappearing dots
2674         in dotted chords.
2675
2676 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2677
2678         * mf/feta-klef.mf (test_staff): fatten up G clef
2679         (test_staff): fatten up f clef.
2680         
2681
2682 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2683
2684         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
2685         * input/les-nereides.ly: Use latin1 characters for title, like
2686         Morgenlied.
2687
2688 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2689
2690         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
2691         cmb10).
2692
2693         * lily/lyric-extender.cc (brew_molecule): add little space before
2694         extender line.
2695
2696         * lily/beam-quanting.cc (score_forbidden_quants): check if
2697         outer stafflines fall in any beam gaps.
2698
2699         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
2700         for lyric texts.
2701
2702 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2703
2704         * VERSION: 2.1.6 released.
2705
2706         * lily/beam-quanting.cc (quanting): add inspect-quants property:
2707         this shows the demerits of a user-defined beam position pair.
2708
2709         * scm/define-grobs.scm (all-grob-descriptions): set
2710         beamed-extreme-minimum-free-lengths to a different value.
2711
2712         * lily/scm-option.cc: add debug-beam scm-option
2713
2714         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
2715
2716 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2717
2718         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
2719
2720         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
2721         space after barline.
2722
2723         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
2724
2725         * lily/spacing-spanner.cc (breakable_column_spacing): take average
2726         of spacing wishes, not maximum. Only do this for delta-t == 0. In
2727         the other case, take standard column-breakable spacing. Do not
2728         warn about "no spacing wishes".
2729
2730         This fixes wide spaces after barlines in very loose lines.
2731
2732         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
2733
2734 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2735
2736         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
2737         acknowledge_grob lyric-syllable, not lyric-text.
2738
2739         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
2740         dashes of length #'length separated by #'dash-period. 
2741
2742         * lily/lyric-extender.cc (brew_molecule): idem
2743
2744         * lily/multi-measure-rest.cc (big_rest): idem
2745
2746         * lily/system-start-delimiter.cc (simple_bar): idem
2747
2748         * lily/bar-line.cc (simple_barline): use rounded box
2749
2750         * VERSION: release 2.1.5
2751
2752         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2753         music): move note about dvips to more visible place.
2754
2755         * lily/lyric-phrasing-engraver.cc: move from
2756         new-phrasing-engraver.cc, remove old cruft (syllable-group,
2757         lyric-phrasing-engraver.hh)
2758         
2759         * lyric-align.ly: remove file
2760         
2761         * scripts/convert-ly.py (FatalConversionError.func): add removal
2762         rule for automaticMelismata
2763
2764         * ly/engraver-init.ly (ScoreContext): switch on
2765         New_phrasing_engraver by default.
2766
2767         * lily/slur-engraver.cc (class Slur_engraver):
2768         process_acknowledged_grobs -> process_music.
2769         (try_music): signal melismata correctly.
2770
2771         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
2772         word-space, right-trim-amount, and extend past right bound only
2773         for note heads.
2774
2775         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
2776         lyric-extender support: add note-heads to the extender
2777         automatically.
2778
2779         * lily/parser.yy: extender is now post_event. 
2780
2781         * lily/accidental-engraver.cc (number_accidentals): remove
2782         spurious warning about non-parent contexts.
2783
2784         * lily/music-output-def.cc (assign_translator): \translator { }
2785         for a Foo context implicitly redefines \FooContext.
2786
2787         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
2788         fixes.
2789
2790         * lily/slur.cc (brew_molecule): don't use stafflinethickness
2791         doubly in slur weight. 
2792
2793         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
2794         combination.
2795
2796         * scm/define-grobs.scm (all-grob-descriptions): change clef -
2797         staffbar distance.
2798
2799         * scripts/lilypond.py (global_latex_preamble): crank down size of
2800         the margins. Now there is a 12 mm top and bottom margin, which
2801         should correspond with the printable area of modern printers.
2802
2803         This enlarges the music height of the printable page a little.
2804
2805         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
2806         signs. Use \markup instead.
2807         (accreg_pen): tweak for accordeon asterisk.
2808
2809 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2810
2811         * lily/melisma-engraver.cc (try_music): use melisma_busy()
2812
2813         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
2814
2815         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
2816
2817         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
2818
2819         * scm/define-grobs.scm (all-grob-descriptions): change
2820         StanzaNumber description: make side support, i.s.o. breakable.
2821         use Instrument_name_engraver for texts in the margin.
2822
2823         * scm/define-translator-properties.scm: remove
2824         melismaEngraverBusy, stz property.
2825
2826         * *.cc: naming: change empty_b () into is_empty ()
2827
2828         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
2829
2830         * input/regression/lyric-phrasing-new.ly: new file.
2831
2832         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
2833         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
2834         melismata are now left-aligned.
2835
2836 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2837
2838         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
2839
2840         * mf/feta19.mf: remove.
2841         
2842         * mf/feta-klef.mf (test_staff): more tweaks
2843
2844         * mf/feta-toevallig.mf: more small size tweaks.
2845
2846         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
2847         rests for smaller sizes.
2848
2849         * mf/feta-bolletjes.mf: fix cross heads.
2850
2851         * VERSION: release 2.1.4
2852         
2853         * scripts/convert-ly.py (FatalConversionError.func): add rule for
2854         deprecated #'ancient font family
2855
2856         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
2857         it is a string or number.
2858
2859         * scm/output-lib.scm (note-head-style->attachment-coordinates):
2860         change calling convention of stem-attachment function. 
2861
2862         * buildscripts/mf-to-table.py: read and dump WX/WY fields
2863
2864         * mf/feta-autometric.mf: dump WX/WY fields too
2865         
2866         * mf/parmesan-heads.mf: idem.
2867
2868         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
2869         attachment coordinates.
2870
2871         * lily/note-head.cc (stem_attachment_coordinate): read stem
2872         attachment from the notehead glyphs WX/WY fields.
2873
2874         * lily/include/font-metric.hh (struct Font_metric): add methods
2875         get_indexed_wxwy (), make a distinction between looking up by
2876         index and ASCII  
2877
2878         * mf/feta-bolletjes.mf: rewrite note head MF code.
2879         (test_outlines): make heads more rotund for smaller sizes. 
2880
2881 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2882
2883         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
2884         throughout. Font scaling fixes throughout.
2885
2886         * mf/feta-sleur,slur.mf: remove. 
2887
2888         * mf/feta-slag.mf: rewrite.
2889
2890 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2891
2892         * VERSION: release 2.1.3
2893
2894         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
2895
2896         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
2897
2898         * lily/mark-engraver.cc (process_music): fix mark
2899         \default. (backportme)
2900
2901         * stepmake/stepmake/automatically-generated.sub.make (default):
2902         use -n for head/tail commands. 
2903
2904         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
2905         heads with the same pitch.
2906
2907 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2908
2909         * lily/recording-group-engraver.cc (finalize): set protected_scm
2910         member to '() before finalizing.
2911
2912         * lily/translator-group.cc (finalize): remove removal_processing () 
2913
2914         * lily/recording-group-engraver.cc: new engraver: record
2915         synchronized start & end times for each music object.
2916
2917         * lily/parser.yy (toplevel_expression): execute score rendering
2918         during parsing. Cleanup output-filename handling; this is no
2919         longer done with global variables.
2920         (translator_spec_body): allow \type modification too.
2921
2922         * lily/score.cc:  ly:run-translator: new function
2923         (LY_DEFINE): ly:render-output new function.
2924
2925         Separate interpreting and rendering, and make available as
2926         functions at Scheme level.
2927
2928 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2929
2930         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
2931         (musicxml-node->string):
2932         (xml-node->string):
2933         (music-to-musicxml): New function.
2934
2935 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2936
2937         * VERSION: 2.1.2 released
2938
2939         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
2940
2941         * scm/font.scm (paper20-font-vector): discouple font design sizes
2942         from sizes specified in .ly file: store all design sizes of a font
2943         in a single vector.
2944
2945         * lily/font-select.cc (get_font_by_design_size): new function
2946
2947         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
2948         add parmesan,feta in sizes 14 and 18.
2949         
2950         * mf/feta-toevallig.mf: use blot diameter for double sharp.
2951
2952         * lily/font-size-engraver.cc (acknowledge_grob): change definition
2953         of fontSize: this now sets font-size
2954
2955 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2956
2957         * VERSION: 2.1.1 released
2958         
2959         * Documentation/user/refman.itely (Tuning objects): add note about
2960         concurrent tweaks in different contexts. 
2961
2962         * lily/tie-engraver.cc (acknowledge_grob): use
2963         Staff_symbol_referencer::get_position iso. reading staff-position
2964         directly.
2965
2966         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
2967         currentMusicalColumn as left span-point for bracket. The bracket
2968         is too long when there are accidentals.
2969
2970 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2971
2972         * buildscripts/lilypond-profile.sh,
2973         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
2974         Thanks to Reuben Thomas <rrt@mupsych.org>
2975
2976 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
2977
2978         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
2979         Wurbel <wurbel@univ-tln.fr>.
2980
2981 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2982
2983         * scripts/midi2ly.py: Add space after chords.
2984
2985 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
2986
2987         * input/regression/{many}: add few @code{ ... }.
2988
2989 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2990
2991         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
2992         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
2993         Removed cmbx5, cmbx6 (which are included in teTeX)
2994         and cmbxti14 which is not used in fonts.scm.
2995
2996 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
2997
2998         * lily/midi-item.cc: fine tune quarter tones.
2999
3000 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
3001
3002         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
3003         new function, warn how many cents are missing in fine tuning.
3004
3005 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
3006
3007         * input/bugs/rhytmicstaff-tie.ly: add file.
3008
3009         * THANKS: Create skeleton for 2.1.
3010
3011 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3012
3013         * input/test/bar-lines.ly (TODO): dashed "|".
3014
3015 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3016
3017         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
3018         input/regression/tie-chord.ly: Fix spell for tying.
3019
3020         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
3021
3022         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
3023         new file (renamed, see above).
3024
3025         * Documentation/user/lilypond-book.itely
3026         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
3027         * input/example-1.ly input/example-2.ly input/example-3.ly
3028         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
3029         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
3030         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
3031         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
3032         * scripts/lilypond-book.py scripts/lilypond.py
3033         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
3034         * vimrc: replace ly2dvi with lilypond and remove silly comments.
3035
3036         * Documentation/user/lilypond.tely: update version.
3037
3038         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
3039         Remove extra spaces in each @node, fixes spaces.
3040
3041 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3042
3043         * scripts/lilypond-book.py (output_dict): Add definition of
3044         \lilypondbook also for LaTeX output. Solves several bug reports.
3045
3046 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
3047
3048         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
3049
3050 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
3051
3052         * input/test/transposition.ly: Fix key signatures, given in comments.
3053
3054 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3055
3056         * scm/midi.scm (instrument-names-alist),
3057         Documentation/user/appendices.itely: Correct spelling of shakuhachi
3058
3059 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3060
3061         * input/test/temporary-stave.ly (texidoc): New example based on an
3062         email question from Ralph Little.
3063
3064 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3065
3066         * VERSION: release 2.1.0
3067         
3068         * lily/note-performer.cc (try_music): accept busy-playing-event.
3069
3070         * lily/swallow-perf.cc (try_music): return false for
3071         busy-playing-event and melisma-playing-event.
3072
3073 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3074
3075         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
3076         >> in \score.
3077
3078 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3079
3080         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
3081         that articulation_substitute will not move beam start again.
3082         (articulation_substitute): Bugfix: remove stray space so that new
3083         old chords ending '>>' does not get broken up.
3084         (sub_chord): Use TAB for indentation (not spaces).
3085         
3086         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
3087         Bugfix for startup: Use ?^ instead of ?\^.
3088
3089 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3090
3091         * lily/lyric-combine-music-iterator.cc
3092         (Lyric_combine_music_iterator): change init order, to prevent GC
3093         segfaults.
3094
3095         * lily/context-specced-music-iterator.cc (construct_children): 
3096         only change  translator if found. This fixes a core dump problem.
3097
3098 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3099
3100         * scm/slur.scm (default-slur-extremity-rules): use equal? for
3101         comparison.
3102
3103         * mf/feta-bolletjes.mf: make hole in half note little
3104         smaller for stem attachment.
3105
3106         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
3107
3108         * mf/feta-banier.mf: don't draw stem with flag, just small square
3109         attachment.
3110
3111         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
3112
3113         * mf/feta-banier.mf: remove upstem/downstem characters.
3114
3115         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
3116
3117         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
3118         stafflinethickness (in the default)
3119
3120         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
3121
3122         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
3123
3124         * Documentation/topdocs/INSTALL.texi (Top): reorder.
3125
3126         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
3127
3128         * lily/include/directional-element-interface.hh:
3129         junk class, make {get,set}_grob_direction functions.
3130
3131         * lily/slur.cc (get_attachment): do something sensible when
3132         attaching to stem without heads (eg. a rest).
3133
3134         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
3135         forcing up to staff.  remove #'support-head property
3136         (brew_molecule): small cleanup.
3137         (flag): remove #'grace property.
3138
3139 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3140
3141         * cygwin/postinstall-lilypond.sh: 
3142         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
3143         (Volker Zell).
3144
3145 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3146
3147         * scripts/lilypond-book.py: resurrect 'eps' option. 
3148         (TexiPaper.to_eps): use -Ppdf for EPS files.
3149
3150         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
3151
3152         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
3153
3154         * VERSION: release 2.0.1
3155
3156         * lily/bezier.cc (get_other_coordinate): change assert into
3157         warning.
3158
3159         * lily/note-head.cc (internal_brew_molecule): make left protusion
3160         smaller, to accomodate for natural sign.
3161         (internal_brew_molecule): only do this when the accidental is
3162         close enough.
3163         (extent): new function
3164
3165         * lily/skyline.cc (merge_skyline): new function
3166         (heighten_skyline): new function
3167
3168         * lily/accidental-placement.cc (position_accidentals) 
3169         (position_accidentals): fix todo.
3170
3171 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3172
3173         * input/test/+.ly (texidoc): put version number inline.
3174
3175         * GNUmakefile.in: remove rsync-web target.
3176         
3177         * input/regression/bar-scripts.ly (onestaff): raggedright
3178
3179 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3180
3181         * lily/*.cc: remove #if 0'd code in couple of places.
3182
3183         * lily/midi-stream.cc (operator <<): rewrite.
3184
3185         * lily/note-head.cc (internal_brew_molecule): 
3186         only make ledgers when the Staff symbol has lines.
3187
3188         * ly/property-init.ly (arpeggioBracket): simplify
3189
3190         * lily/translator-group.cc (execute_pushpop_property): use
3191         SCM_EQ_P for comparing keys. This fixes reverting
3192         auto-beam-settings.
3193
3194 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3195 *
3196         * lily/midi-stream.cc (operator <<): Also write MIDI string when
3197         midi_debug_global_b.
3198         (operator <<): Normalise loop.
3199
3200 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3201
3202         * scripts/lilypond.py (escape_path): revise.
3203
3204         * scm/music-functions.scm (set-output-property): new function.
3205         
3206 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3207
3208         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
3209         use addmakeflags again.
3210
3211         * cygwin/lily-wins.py (escape_shell): New function; use it.
3212
3213         * scripts/lilypond.py (escape_shell): Escape quotes and other
3214         spaces too.  Do not escape escaping backslashes.
3215
3216         * make/srcdir.make.in (web-install): Must call install-WWW now.
3217
3218         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
3219         dependency
3220
3221 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3222
3223         * scripts/lilypond.py (escape_path): escape quotes too. 
3224
3225         * Documentation/user/lilypond.tely (Unified index): rename Index
3226         to accomodate Windows breakage.
3227
3228         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
3229
3230         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
3231         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
3232         target not a source.
3233
3234 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3235
3236         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
3237         addmakeflags.  Build and install doc and web also when building on
3238         Cygwin.
3239
3240         * mf/GNUmakefile: Bugfix.
3241
3242         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
3243         target web.
3244
3245         * cygwin/lily-wins.py: Quote filename.
3246
3247 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3248
3249         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
3250
3251 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3252
3253         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
3254         settings.
3255
3256         * configure.in: Require g++ > 3.0.4.
3257
3258         * mf/GNUmakefile: Bugfix: Add list.ly target.
3259         
3260         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
3261
3262         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
3263         make omf directory, add uninstall targets.
3264
3265 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3266
3267         * lily/tie-performer.cc (initialize): init prev_event
3268
3269         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
3270
3271         * lily/script-engraver.cc (make_script_from_event): don't crash on
3272         non-string articulation-type.
3273
3274         * lily/new-fingering-engraver.cc (add_script): don't crash on
3275         0 scripts 
3276         (acknowledge_grob): warn about text script events.
3277
3278 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
3279
3280         * buildscript/lilypond.words: fix path for drums.scm.
3281
3282 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3283
3284         * lily/spacing-spanner.cc (note_spacing): don't make longer
3285         durations than measure-length.
3286
3287         * VERSION: release 2.0.0
3288
3289         * GNUmakefile.in (rsync-web): version independent rsync target.
3290
3291         * input/test/+.ly (texidoc): idem.
3292
3293         * input/regression/+.ly: print version number.
3294
3295         * input/regression/accidentals.ly (mel): shorten.
3296
3297         * input/regression/accidental-octave.ly (texidoc): shorten.
3298
3299         * input/regression/hairpin-dashed.ly (texidoc): docstring.
3300
3301         * input/regression/completion-heads-polyphony.ly: octave
3302
3303         * input/regression/beam-manual.ly: remove
3304
3305         * input/regression/beam-chord.ly: remove
3306
3307         * input/regression/grace-dynamic.ly: remove
3308         
3309         * input/regression/grace-volta-repeat.ly: octave fixes.
3310
3311         * input/regression/hairpin-dashed.ly (texidoc): doc string.
3312
3313         * lily/parser.yy (step_number): semitones for chord entry too.
3314         (make_chord_step): more robust code, semitones. 
3315
3316         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
3317
3318         * input/regression/breathing-sign.ly (texidoc): split ancient and
3319         normal breathing signs.
3320
3321         * scm/define-grobs.scm (all-grob-descriptions): swap
3322         beamed-extreme-minimum-free-lengths and
3323         beamed-minimum-free-lengths; the 'extreme' case should allow
3324         shorter stems. This fixes forced directions on beamed 32nd and
3325         shorter notes.
3326
3327         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
3328         quartertones, not semitones.
3329         (NoteNamesContext): swallow more event types
3330
3331         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
3332
3333         * VERSION (PACKAGE_NAME): release 1.9.10
3334
3335 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3336
3337         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
3338         set note head as cause of note-column.  This gives a better error
3339         message.
3340
3341 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3342
3343         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
3344
3345 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3346
3347         * mf/GNUmakefile (pfa_warning): instruct 
3348
3349         * stepmake/aclocal.m4: typo.
3350
3351         * Documentation/user/cheatsheet.itely: more verbose examples.
3352
3353         * input/regression/clefs.ly: remove bogus docstring.
3354
3355 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3356
3357         * GNUmakefile.in (SUBDIRS): Add elisp.
3358
3359         * elisp/lilypond-mode.el: 
3360         * elisp/lilypond-init.el: 
3361         * elisp/lilypond-indent.el: 
3362         * elisp/lilypond-font-lock.el: Move from top dir.
3363
3364         * stepmake/stepmake/elisp-vars.make: New file.
3365
3366         * config.make.in (elispdir): Add.
3367
3368         * Documentation/topdocs/INSTALL.texi: Typo.
3369
3370         * make/ly-rules.make: Test for files instead of touching void and
3371         ignoring errors.
3372
3373         * GNUmakefile.in:
3374         * make/lilypond.redhat.spec.in:
3375         * debian/rules: Fix lilypond.words stuff a bit.  For running from
3376         <builddir>, adding
3377         
3378              (push "<builddir>/share/lilypond/elisp" load-path)
3379
3380         to your ~/.emacs.el should give you LilyPond-mode again.
3381
3382         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
3383         regexp for DOS/Windows, we are too paranoid to fix others.
3384
3385 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3386
3387         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
3388
3389         * input/test/chord-names-jazz.ly (banterProperties): fix
3390
3391         * lily/parser.yy (bass_mod): bass figure alterations are semi
3392         tones, not quarter tones
3393
3394         * lily/beam.cc (set_stem_lengths): only lengthen stems
3395         for gapped beams.
3396
3397         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
3398         by beamcount.
3399
3400         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
3401         a warning that the warning may erroneous.
3402
3403         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
3404         target.
3405
3406         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
3407         targets.
3408
3409         * GNUmakefile.in ($(config_h)): config.h should depend on
3410         config.hh.in .
3411         (lilypond.words): remove fontball stuff.
3412
3413         * stepmake/aclocal.m4: only print config.cache warning if it exists.
3414
3415         * configure.in: remove pktrace reference.
3416
3417         * GNUmakefile.in (rsync-web): permissions and ownership for
3418         website.
3419
3420         * lily/volta-engraver.cc (staff_eligible): new function.
3421         (stop_translation_timestep): kill off spanners if not eligible.
3422
3423         * VERSION (PATCH_LEVEL): release 1.9.9
3424
3425         * input/regression/beam-quanting-32nd.ly (texidoc): new file
3426
3427         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
3428         length is more important than forbidden quants.
3429         
3430 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
3431
3432         * buildscripts/lilypond.words: order words in search order,
3433         add lilypond.words.vim to be generated.
3434
3435         * lilypond.vim: use lilypond.words.vim for keyword matching.
3436
3437         * lilypond-mode.el: use search order. fix word selection rules.
3438
3439         * lilypond-font-lock.el: fix fontifying long durations.
3440
3441         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
3442
3443 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3444
3445         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
3446
3447         * stepmake/stepmake/generic-targets.make:
3448         * stepmake/stepmake/bin/make-version.py: 
3449         * stepmake/aclocal.m4:
3450         * make/stepmake.make:
3451         * make/toplevel-version.make: Build fixes: remove last traces of
3452           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
3453
3454         * lily/beam.cc: Add gap-count property.
3455
3456 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3457
3458         * scm/define-grob-properties.scm (gap-count): add gap-count
3459
3460         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
3461
3462 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3463
3464         * cygwin/mknetrel.doc: Typo.
3465
3466         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
3467
3468         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
3469
3470 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3471
3472         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
3473         sizes. Remove support for 'ledger'(=tabloid+landscape).
3474
3475 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3476
3477         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
3478         sauter PFAs.
3479
3480         * configure.in: remove VERSION stuff once again.
3481
3482         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
3483
3484         * scm/define-grobs.scm (all-grob-descriptions): use sans family
3485         for chord names.
3486
3487         * mf/GNUmakefile: always trace pfa fonts.
3488         (SAUTER_FONTS): add cmss[567] too fonts
3489
3490         * configure.in: require mftrace. 
3491
3492         * lily/staff-performer.cc (new_instrument_string): don't look at
3493         instrument property.
3494
3495         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
3496         is_direction is the C++ one. Similar for ly_axis_p and
3497         ly_number_pair_p
3498
3499 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3500
3501         * lily/beam.cc (brew_molecule): read gap-count to determine
3502         number of tremolo (gapped) beams.
3503
3504         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
3505         shorter than 1/8
3506
3507         * flower/include/array.hh (default_compare): new function
3508
3509         * cygwin/mknetrel: Native fixes.
3510
3511         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
3512
3513 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3514
3515         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
3516         feature for Windows.
3517
3518         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
3519
3520         * cygwin/mknetrel: Updates for native use on Cygwin.
3521
3522         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
3523
3524         * stepmake/stepmake/help2man-rules.make: 
3525         * cygwin/mknetrel: Bugfix for manpages.
3526
3527         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
3528         $(builddir).  Stepmake is a normal subdirectory now, that is not
3529         configured.  Another srcdir build fix.
3530
3531         * Documentation/topdocs/INSTALL.texi,
3532         buildscripts/lilypond.words.py, lilypond-font-lock.el,
3533         lilypond-init.el, lilypond-mode.el, debian/rules,
3534         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
3535         rename generated file lilypond.words to lilypond.words.el.
3536
3537 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
3538
3539         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
3540
3541         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
3542         GNUmakefile.in.
3543
3544 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3545
3546         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
3547         when cross building.
3548
3549         * configure.in: srcdir build fix.
3550
3551         * cygwin/GNUmakefile:
3552         * cygwin/lily-wins.py:
3553         * cygwin/postremove-lilypond.sh: 
3554         * cygwin/postinstall-lilypond.sh: Merge from stable.
3555
3556         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
3557         s/ly2dvi/lilypond/.
3558
3559 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3560
3561         * lily/slur.cc (after_line_breaking): only set control points if
3562         none supplied yet.
3563
3564         * input/test/slur-manual.ly: new file.
3565
3566         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
3567         <<  >> chords too.
3568
3569         * VERSION (PACKAGE_NAME): release 1.9.8
3570
3571         * scripts/lilypond.py (escape_path): escape spaces in directory names
3572
3573         * input/test/text-spanner.ly: fixes.
3574
3575 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
3576
3577         * buildscripts/lilypond.words.py: add drum names as note names to
3578         Emacs-mode.
3579
3580 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3581
3582         * input/regression/hairpin-dashed.ly: new file.
3583
3584         * scripts/convert-ly.py (conv): warn about dash-length.
3585
3586         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
3587         automatically if we get a new one.
3588
3589         * lily/lookup.cc (dashed_line): new function
3590
3591         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
3592         dash-fraction.
3593
3594 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
3595
3596         * buildscripts/lilypond.words.py: extract note names.
3597
3598         * lilypond-mode.el: take note names from lilypond.words -file.
3599         small fix in the use of string-match.
3600
3601         * lilypond-font-lock.el: use lilypond.words for note names, add 
3602         maxima to note a duration.
3603
3604 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3605
3606         * lily/breathing-sign.cc: remove railtracks() function. 
3607
3608         * input/regression/arpeggio-bracket.ly (texidoc): add file.
3609
3610         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
3611         (brew_molecule): bugfix don't make arpeggio shorter when
3612         arpeggio-direction is set.
3613
3614         *  debian/rules: small corrections in the (Pedro K)
3615
3616         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
3617         examples.
3618
3619         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
3620         special (repeat) bar comes along.
3621
3622         * input/regression/auto-beam-bar.ly: update.
3623
3624         * scripts/lilypond-book.py (output_dict): remove support for the
3625         EPS option.
3626
3627         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
3628         VerticalAlignment and VerticalAxisGroup this fixes the size
3629         computations for the entire system.
3630  
3631         * input/les-nereides.ly (bass): remove superfluous fontSize.
3632
3633         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
3634         causes directory of file to be added to include path.
3635
3636         * input/regression/beam-break.ly: test single stem beams.
3637
3638         * input/regression/system-start-bracket.ly: fix.
3639
3640         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
3641
3642         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
3643
3644         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
3645         (score_stem_lengths): do something sensible for single stem beams.
3646
3647         * lily/beam.cc (least_squares): add kludge for single stem beams.
3648
3649         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
3650         keySignature to list of broken things.
3651
3652         * input/regression/keys.ly: fix.
3653
3654         * VERSION (PACKAGE_NAME): release 1.9.7
3655
3656         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
3657
3658         * Documentation/user/refman.itely (Pitches): doc quarter tones.
3659
3660         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
3661         (quartertone_pitch): new function
3662
3663         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
3664         flat. WARNING: FONT CHANGED.
3665
3666         * ly/nederlands.ly: add -eh and -ih for quarter tones.
3667
3668         * lily/accidental-placement.cc (add_accidental): support for
3669         quarter tones.
3670
3671         * ly/LANGUAGEs.ly: use symbols for alterations.
3672
3673         * mf/feta-toevallig.mf: change accidental codes. 
3674
3675         * scm/lily.scm (ly:get-option): switch on debugging only for
3676         --verbose.
3677
3678         * lily/lily-guile.cc: remove ly:verbose?
3679
3680         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
3681
3682         * lily/parser.yy (TODO): only do gh_call() for apply with
3683         procedure argument.
3684
3685         * lily/tie-engraver.cc (start_translation_timestep): move melisma
3686         stuff in accordance with new timing of tie-events.
3687
3688         * lily/my-lily-lexer.cc: remove \outputproperty
3689
3690         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
3691
3692         * scm/define-translator-properties.scm (melismaBusyProperties):
3693         add melismaBusyProperties property.
3694
3695 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3696
3697         * input/test/ambitus-mixed.ly (texidoc): new file.
3698
3699         * buildscripts/mutopia-index.py (find): prune debugging
3700
3701         * lily/side-position-interface.cc: doc updates
3702
3703         * Documentation/user/refman.itely: updates, tweaks.
3704
3705         * lily/parser.yy (Simple_music): remove outputproperty
3706
3707         * make/stepmake.make: use VERSION again; importing VERSION via
3708         autoconf dependencies is too hairy.
3709
3710 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
3711
3712         * lilypond-mode.el: allow `-' for keywords and identifiers.
3713
3714 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3715
3716         * VERSION: release 1.9.6
3717         
3718         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
3719         iso. ly2dvi.
3720
3721         * Documentation/user/*.itely: fixes everywhere
3722
3723         * lily/completion-note-heads-engraver.cc: rewrite engraver:
3724         produce ties from the engraver itself, do not broadcast TieEvent.
3725
3726         * lily/my-lily-lexer.cc: remove pitch & duration.
3727
3728         * lily/parser.yy (TODO): remove \pitch and \duration
3729
3730         * input/test/explicit.ly: remove file.
3731
3732         * Documentation/user/refman.itely (Pitches): remove \pitch 
3733         \duration command.
3734
3735 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
3736
3737         * buildscripts/lilypond.words.py: add all slur types to Emacs
3738         insertion menu, suppose everything is postfixed by dropping 
3739         unnecessary `-' -marks.
3740
3741 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3742
3743         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
3744         tremoloed stems.
3745
3746         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
3747         head for flagged stems.
3748
3749         * lily/stem.cc (get_default_stem_end_position): futz with extra
3750         stem length if there is a stem tremolo.
3751
3752         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
3753         it would be too small.
3754
3755         * lily/font-metric.cc: return #f for non-existent glyph.
3756         
3757         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
3758         exported through config.make.
3759
3760         * input/regression/clef-oct.ly: new file.
3761
3762         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
3763         transposition.
3764
3765         * input/template/*.ly: remove old relative.
3766
3767         * ly/english.ly: add X names for double sharp.
3768
3769 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3770
3771         * lily/font-select.cc: new file handle font selection routines.
3772
3773         * lily/parser.yy: add ; (Patrick Atamaniuk)
3774
3775         * input/test/time-signature-double.ly: use markups for double time
3776         sigs.
3777
3778         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
3779         ChordNames.SeparationItem #'padding for adjusting space after chords.
3780         
3781         * lily/music-output-def.cc (LY_DEFINE): 
3782         new function ly:paper-lookup.
3783         
3784         * mf/parmesan-clefs.mf: use # quantities for char_box
3785         offsets. Fixes overflow errors in the PFA. 
3786
3787         * scm/new-markup.scm (strut-markup): change calling interface for
3788         markup. Pass paper-def, not grob. This would allow \markup to be
3789         used separately from grobs.
3790
3791         * lily/paper-def.cc: new function ly:paper-font; this function
3792         replaces ly:get-font.
3793
3794         * lily/include/font-interface.hh (struct Font_interface): take
3795         Paper_def iso. Grob for get_font().
3796
3797 2003-09-14  Graham Percival  <gperlist@shaw.ca>
3798
3799         * Documentation/user/ tutorial.itely, refman.itely: add warning
3800         about \key and accidentals.
3801
3802 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3803
3804         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
3805
3806         * Documentation/user/*.itely: manual tweaks
3807
3808 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
3809
3810         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
3811         cleanup; bugfix: exact_center
3812
3813         * Documentation/user/refman.itely: added more documentation on
3814         ambitus according to recent questions on lilypond-user list
3815
3816 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3817
3818         * input/regression/ottava.ly (texidoc): demo 15ma too.
3819
3820         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
3821
3822         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
3823         octave fixes.
3824
3825 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3826
3827         * lily/lexer.ll: add \r to the rules for newlines; this fixes
3828         problems on older Mac editors.
3829
3830 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
3831
3832         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
3833
3834 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
3835
3836         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
3837         mf/parmesan-clefs.mf: added comments on character alignment and
3838         set_char_box() conventions
3839
3840         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
3841         set_char_box()'s
3842
3843         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
3844
3845 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
3846
3847         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
3848
3849 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
3850
3851         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
3852         shortened to avoid almost-collision with staff line; code cleanup;
3853         other custodes: fixed char boxes; code cleanup
3854
3855 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3856
3857         * configure.in: release 1.9.5
3858         
3859         * scripts/lilypond.py (global_latex_preamble): only set
3860         twosideshift if 'twoside' is in latexoptions 
3861
3862         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
3863
3864         * VERSION: remove
3865
3866         * scripts/*2ly.py: update <> syntax
3867
3868 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3869
3870         * lily/chord-name-engraver.cc (process_music): add origin for
3871         chord name.
3872
3873         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
3874
3875         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
3876         bass notes for exceptions too.
3877
3878         * scm/define-grobs.scm (all-grob-descriptions): rename
3879         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
3880
3881         * scm/define-grob-properties.scm (remove-first): add remove-first
3882         property for orchestral scores.
3883
3884         * Documentation/user/*.itely: switch <<>> and <> 
3885
3886         * lily/glissando-engraver.cc (process_music): bugfix: move line to
3887         last_line only once. This fixes the two consecutive glissandi problem.
3888
3889 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
3890
3891         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
3892         error message "flexa-width undefined"
3893
3894         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
3895         lily/include/gregorian-ligature.hh: print warning when ignoring
3896         head prefixes on flexa shapes
3897
3898         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
3899         space before a series of inclinatum heads
3900
3901         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
3902         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
3903         cleanups
3904
3905         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
3906         and char_box
3907
3908 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
3909
3910         * input/regression/breathing-sign.ly: tiny fixes
3911
3912         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
3913         semantical collision with vaticana ligatures
3914
3915         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3916         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
3917         now consistent with mensural ligatures
3918
3919         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3920         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
3921         context pitches and staff position; dto. for virga stem; removed
3922         obsolete virga and clivis characters from parmesan font (WARNING:
3923         font changed)
3924
3925         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
3926         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
3927
3928         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3929         scm/define-grob-properties.scm: consistency fix: renamed
3930         join_left->add_cauda
3931
3932         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
3933         appendix length; bugfix: yoffs_bt for reverse direction punctum
3934         characters
3935
3936         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
3937         small cleanups; added more docu
3938
3939         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
3940         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
3941         computation to CoherentLigatureEngraver
3942
3943         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
3944         scm/define-grob-properties.scm: bugfix: added missing linea and
3945         cavum properties; bugfix: removed dead semivocalis property
3946
3947         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
3948         length; redesigned quilisma, stropha and auctum
3949
3950         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
3951         line thickness
3952
3953         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
3954         Documentation/user/refman.itely: bugfix: introduced shifted
3955         epiphonus head to avoid collision with adjacent plica
3956
3957 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3958
3959         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
3960
3961         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
3962
3963 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3964
3965         * Documentation/user/tutorial.itely (A lead sheet): remove
3966         duplicate chords.
3967
3968         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
3969
3970 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3971
3972         * Documentation/bibliography/computer-notation.bib (isbn): add
3973         xivcim publication.
3974
3975 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
3976
3977         * GNUmakefile.in: drop lilypond.words for generation.
3978
3979 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
3980
3981         * buildscripts/lilypond.words.py: take filename (also) from an arg.
3982
3983         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
3984
3985 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3986
3987         * input/test/figured-bass-alternate.ly (fl): new file.
3988
3989         * Documentation/topdocs/README.texi (Top): clarifications.
3990
3991         * Documentation/bibliography/computer-notation.bib (isbn): add phd
3992         theses of Gieseking and Renz.
3993
3994         * GNUmakefile.in (README_FILES): remove README.mandrake.
3995
3996 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
3997
3998         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
3999         from source files and search patterns listed in the script.
4000
4001         * GNUmakefile.in: add target `lilypond.words'.
4002
4003         * lilypond.words: remove file, generated by `make lilypond.words'.
4004
4005         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
4006
4007 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
4008
4009         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
4010
4011 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4012
4013         * VERSION: 1.9.4 released
4014
4015         * scripts/convert-ly.py (FatalConversionError.figures_replace):
4016         rule for < > <-> << >> substitution
4017
4018         * lily/lexer.ll: exchange meaning of << >> and < > 
4019
4020         * VERSION (PACKAGE_NAME): 1.9.3 released
4021
4022         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
4023         pages unconditionally.
4024
4025 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4026
4027         * Documentation/user/music-glossary.tely (Top): small syntax
4028         fixes.
4029
4030         * scm/music-functions.scm (remove-tag): filter \tagged music
4031         expressions.
4032
4033         * input/regression/tag-filter.ly (texidoc): new file.
4034
4035         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
4036         symbol2 .. ) etc. 
4037
4038         * scripts/convert-ly.py (FatalConversionError.conv): fingering
4039         convert rule.
4040
4041         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
4042
4043         * lily/new-fingering-engraver.cc (position_scripts): don't crash
4044         for borderline cases (e.g. 1 fingering.)
4045         (position_scripts): revise interface, use fingerOrientations to
4046         set fingering positions.
4047
4048         * scm/document-translation.scm (context-doc): add aliases to
4049         automated documentation.
4050
4051         * make/lilypond-vars.make: remove stepmake compat glue.
4052
4053         * make/generic-vars.make: remove cruft.
4054
4055         * lily/main.cc (main): don't identify binary.
4056
4057 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4058
4059         * lily/include/translator.hh (class Translator): remove
4060         type_string_ , use symbol for context name throughout.
4061         Changes through whole source tree.
4062
4063         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
4064         set PDF as default, and always make PDF.
4065
4066         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
4067
4068 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
4069
4070         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
4071         Documentation/user/refman.itely input/regression/allfontstyle.ly
4072         input/regression/grace-types.ly:
4073         fix spelling for acciaccatura (Webster's 1913).
4074
4075 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4076
4077         * lily/main.cc (usage): adjust blurb, include url.
4078
4079         * input/regression/breathing-sign.ly (texidoc): transpose up
4080
4081 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
4082
4083         * input/regression/breathing-sign.ly: changed ancient examples to
4084         be relevant (by request of Han-Wen); updated BreathingSign text
4085         property according to new syntax.
4086
4087         * ly/gregorian-init.ly: updated BreathingSign text property
4088         according to new syntax
4089
4090 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4091
4092         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
4093         (Clef): index entries for clefs.
4094
4095         * python/lilylib.py (system): remove errorlog files.
4096         
4097 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
4098
4099         * lilypond.words: add \new and new graces. Add dynamics to menus
4100         keeping 1.8.x compatibility; after all the engraving relating to 
4101         notes becomes postfixed `-' marks will be removed.
4102
4103 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4104
4105         * lily/molecule.cc (align_to): idem.
4106
4107         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
4108         
4109         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
4110         accacciatura everywhere.
4111
4112         * VERSION (PACKAGE_NAME): released 1.9.2
4113
4114         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
4115
4116         * scm/document-markup.scm (markup-doc-node): sort markup function
4117         list.
4118
4119         * lily/paper-outputter.cc (output_version): change "Lily was here"
4120         into  "Engraved by LilyPond"
4121
4122         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
4123         on unquoted strings before \notenames.
4124
4125         * lily/parser.yy (lyric_element): allow markup as lyric text. This
4126         increases the number of s/r reductions to 4.
4127
4128         * scm/new-markup.scm (fraction-markup): \fraction command.
4129
4130         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
4131         mode
4132
4133         * lily/lookup.cc (round_filled_box): rename function.
4134         (LY_DEFINE): round-filled-box: change signature.
4135
4136         * Documentation/user/refman.itely: revise section explaining grace
4137         notes.
4138
4139         * lily/translator-scheme.cc (LY_DEFINE): add ! to
4140         ly:set-context-property
4141
4142         * input/*/*.ly (vmus): use \new everywhere.
4143
4144         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
4145
4146         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
4147         default
4148
4149         * scm/music-functions.scm (set-stop-grace-properties)
4150         (set-start-grace-properties, add-grace-property): new functions
4151         for modular grace tweak control.
4152
4153         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
4154         
4155 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4156
4157         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
4158
4159         * GNUmakefile.in (install-pfa-fonts):
4160         (get-pfa-fonts): New target.
4161
4162         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
4163         install-pfa-fonts help.
4164
4165 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4166
4167         * lily/translator-scheme.cc (LY_DEFINE):
4168         ly:context-pushpop-property new function.
4169         (LY_DEFINE): new function ly:translator-find  
4170         new function ly:translator?
4171         (LY_DEFINE): new function ly:context?
4172
4173         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
4174
4175         * python/lilylib.py (read_pipe): only store and display error log
4176         if verbose not set.
4177         (read_pipe): only display log if it contains something.
4178
4179 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4180
4181         * Documentation/misc/GNUmakefile: Re-add.
4182         (TEXTS): Add CHANGES.
4183
4184 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
4185
4186         * lilypond.words: add \newcontext.
4187
4188 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4189
4190         * lily/tie-performer.cc (stop_translation_timestep): only flush
4191         tied_notes when we have actually made a tie. Fixes bugs with ties
4192         in polyphonic scores.
4193
4194 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4195
4196         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
4197         they do not exist.
4198
4199 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4200
4201         * VERSION (PACKAGE_NAME): released 1.9.1 
4202
4203         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
4204         Instrument_name_engraver
4205
4206         * lily/tie-performer.cc (create_audio_elements): bugfix
4207
4208         * Documentation/user/music-glossary.tely (Top): comment out
4209         font-style statements.
4210
4211         * input/test/force-hshift.ly: revise example.
4212
4213         * Documentation/bibliography/engraving.bib (note): typos.
4214
4215         * configure.in: bump GCC requirements to 3.x
4216
4217         * lily/include/audio-item.hh (class Audio_tie): rename
4218         note_l_drul_ to note_drul_
4219
4220         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
4221
4222         * lily/parser.yy (relative_music): whoops. All \relative were off
4223         by ...  a lot .... Ahem.
4224
4225         * scm/define-music-types.scm (music-descriptions): idem.
4226
4227         * lily/beam-engraver.cc: move new-beam-event to beam-event
4228
4229         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
4230         to Tie_engraver
4231
4232         * input/regression/bar-number.ly: remove unnecessary old-relative
4233         options.
4234         
4235         * Documentation/user/internals.itely (Creating contexts): document
4236         \newcontext
4237
4238         * lily/parser.yy (Composite_music): add \newcontext
4239
4240         * Documentation/user/refman.itely (MIDI block): add note about
4241         dotted tempos.
4242
4243         * scm/font.scm: remove old markup legacy
4244
4245         * GNUmakefile.in (web-clean): remake share/ after web-clean.
4246
4247         * lily/breathing-sign.cc (brew_molecule): remove function
4248
4249         * lily/text-item.cc: remove old-style markups.
4250         (interpret_markup): C++ version of markup function
4251         (brew_molecule): idem.
4252
4253         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
4254         as Scheme variable.
4255
4256         * scripts/convert-ly.py (conv): dashes rule.
4257         Apply rule.
4258
4259         * Documentation/user/lilypond-book.itely: syntax fixes. 
4260
4261 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4262
4263         * VERSION (PACKAGE_NAME): release 1.9.0
4264
4265         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
4266         note about dvips. (Should backport.)
4267
4268         * scripts/convert-ly.py
4269         (FatalConversionError.articulation_substitute): add
4270         convert-new-chords code. Remove convert-new-chords.py
4271
4272         * Documentation/user/refman.itely (Octave check): document
4273         \octave.
4274
4275         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
4276         \relative changes.
4277
4278         * lily/parser.yy (command_element): octave check:
4279
4280            \octave PITCH
4281
4282         checks that PITCH (without octave) yields PITCH (with octave) in
4283         \relative
4284
4285         * lily/relative-octave-music.cc (to_relative_octave): octave check.
4286
4287         * lily/scm-option.cc: ly:set-option now has the default argument
4288         #t.
4289
4290         * lily/lexer.ll: add \renameinput
4291
4292         * python/lilylib.py (command_name): robustifications.
4293
4294         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
4295         /dev/stderr. This is ash compatible.
4296
4297         * ly/init.ly: add warning if compatibility was not necessary.
4298
4299         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
4300
4301         * flower/include/string-handle.icc: formatting cleanups, rename
4302         references by ref_count_.
4303
4304 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
4305
4306         * make/lilypond.mandrake.spec.in: syncronize the spec file with
4307         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
4308         package libs separately, fix conflicting php variable out=/dev/vc/
4309         invoking `unset out', declare menus, use only one icon-file, fix
4310         doc-path in menu.
4311
4312 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4313
4314         * scripts/convert-ly.py (FatalConversionError.conv): typo
4315
4316         * Documentation/misc/GNUmakefile: restore misc directory.
4317
4318         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
4319
4320         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
4321         Petites-Preludes 
4322
4323         * input/test/partial-blank.ly (quickmeasure): syntax
4324
4325         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
4326         attachment property.
4327
4328         * Documentation/user/refman.itely: remove superfluous -'s 
4329         (Grace notes): ) fixes.
4330
4331         * lily/music.cc: generic compress(), transpose() functions. Remove
4332         others.
4333
4334         * lily/parser.yy (gen_text_def): remove support for #'(italic )
4335         style markup entry.
4336
4337         * lily/parser.yy: all articulations postfix; remove obligatory -
4338         for [,  ) and \!
4339         
4340         * lily/music.cc (to_relative_octave): write generic
4341         to_relative_octave function; various relative cleanups.
4342         Hmmm.
4343
4344         * lily/scm-option.cc: add options new-relative and old-relative
4345
4346         * po/sv.po: new po file.
4347
4348         * Documentation/user/refman.itely (Dynamics): website
4349         fixes. (should backport!)
4350
4351 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
4352
4353         * make/lilypond.mandrake.spec.in: declare version only once.
4354
4355 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4356
4357         * lily/simultaneous-music.cc (to_relative_octave): undo relative
4358         meaning for now.
4359
4360 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4361
4362         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
4363
4364         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
4365
4366         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
4367
4368         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
4369
4370         * lily/music.cc (var): add ly:music-transpose function.
4371
4372         * lily/parser.yy (pre_events): remove prefix articulations.
4373
4374         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
4375
4376         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
4377
4378         * Documentation/user/refman.itely (Text markup): add comment about
4379         markup in header.
4380
4381 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4382
4383         * lily/paper-outputter.cc (write_header_fields_to_file): 
4384         only dump value if it is a string.
4385
4386         * flower/include/dictionary.hh: remove.
4387         
4388         * Documentation/ChangeLog-1.5: add back old log.
4389
4390         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
4391         .pfas from a .deb.
4392
4393 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4394
4395         * Documentation/bibliography/engraving.bib: add entry for
4396         Jaschinski's Notation
4397
4398 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4399
4400         * Documentation/user/refman.itely (Beaming): add note about
4401         allowBeamBreak
4402
4403 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
4404
4405         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
4406         GregorianTranscription contexts
4407
4408         * ly/engraver-init.ly: vaticana contexts: minor fixes
4409
4410         * Documentation/user/refman.itely (Ancient notation): added note
4411         on appendix length bug
4412
4413         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
4414         input/test/vaticana.ly: use vaticana contexts; small fixes
4415
4416 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4417
4418         * flower/hash.cc: Remove.
4419
4420         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
4421         to (nonexistent?) hash_func_ identifier.
4422
4423         * python/midi.c (midi_error, midi_warning): Use char const* for
4424         __FUNCTION__ argument.
4425
4426         * python/gettext.py: Remove.  We already require python 2.1, which
4427         includes gettext.py.
4428
4429         * configure.in: Require python 2.1, as INSTALL.texi says.
4430         it.
4431
4432         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
4433         versions 1.50 and 1.75.  Remove note about lexer patch.
4434
4435 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4436
4437         * Documentation/topdocs/INSTALL.texi: Update type1 font
4438         description to actual situation.  Add comment about new font ball
4439         layout.
4440
4441         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
4442         in $LILYPONDPREFIX suffices for installation.
4443
4444 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4445
4446         * debian/control (Build-Depends): Add flex-old as alternative to
4447         flex.  Deprecate bison 1.75.
4448
4449 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
4450
4451         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
4452         Vaticana contexts
4453
4454         * Documentation/user/refman.itely (Ancient notation): documented
4455         some bugs; tiny fixes; added docu on Vaticana contexts
4456
4457         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
4458         scripts
4459
4460 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
4461
4462         * Documentation/user/refman.itely (Ancient notation): added some
4463         introductory words; added section on ancient time signatures;
4464         added some @seealso and @refcommands; small fixes and
4465         beautifications
4466
4467 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
4468
4469         * input/regression/note-head-style.ly: many fixes and updates
4470
4471         * Documentation/user/refman.itely: added small sections on ancient
4472         accidentals, rests and flags; revised ancient note head section;
4473         small wording/spelling fixes
4474
4475         * input/test/rests.ly: layout fixes
4476
4477 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
4478
4479         * input/puer-fragment.ly: bugfix: central C position of do clef
4480
4481         * ly/gregorian-init.ly: workaround: add small padding space before
4482         divisiones (the correct fix would be the spacing engine to handle
4483         this)
4484
4485 2003-08-13  Graham Percival  <gperlist@shaw.ca>
4486
4487         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
4488         cue-notes.ly: minor fixes.
4489
4490 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
4491
4492         * Documentation/user/refman.itely: bugfix: remove obsolete link to
4493         input/test/custos-style.ly
4494
4495         * Documentation/index.html.in: bugfix: link to Tutorial.html
4496
4497         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
4498         to neumes; bugfix: "et": epiphonus, not just a simple pes
4499
4500 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
4501
4502         * lilypond-mode.el: split `Insert Tag' if it is long enough.
4503
4504         * lilypond.words: add new features: markup, column, center, \[ \].
4505         
4506 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
4507
4508         * Documentation/topdocs/NEWS.texi, DEDICATION,
4509         stepmake/bin/add-html-footer.py
4510         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
4511         input/mutopia/J.S.Bach/wtk1-fugue1.ly
4512         input/mutopia/J.S.Bach/wtk1-prelude1.ly
4513         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
4514         added (only) after a sentence which is complete; if the sentence is 
4515         not ended a comma `,' or nothing is used. fix also spaces.
4516
4517 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4518
4519         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
4520         requirements to plain 1.6.
4521
4522         * buildscripts/mutopia-index.py (read_lilypond_header): update
4523         mutopia-index.py to 1.4 syntax [sic]
4524
4525 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
4526
4527         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
4528
4529 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4530
4531         * Documentation/index.html.in: url for regression pdf
4532
4533         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
4534
4535         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
4536
4537         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
4538
4539         * VERSION: 1.8.0 released
4540         
4541         * GNUmakefile.in (local-WWW-post): footify build fix.
4542
4543         * configure.in: require GUILE 1.6.4
4544
4545         * Documentation/user/GNUmakefile: don't copy *.png for
4546         lilypond-internals
4547
4548         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
4549         local-WWW-post target.
4550         (rsync-web): add rsync-web target
4551
4552         * Documentation/user/introduction.itely (Music notation and
4553         engraving): add neume example
4554
4555         * input/puer-fragment.ly (cantus): add puer-fragment
4556
4557 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4558
4559         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
4560         to notes, so that equalizer is actualy being used.
4561
4562         * scm/midi.scm (instrument-equalizer-alist):
4563         (absolute-volume-alist): Define public, so that user can copy or
4564         override.
4565
4566         * lily/key-performer.cc (create_audio_elements): Check for minor
4567         key.  Only if key is minor, set MIDI key to minor.
4568
4569 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4570
4571         * Documentation/user/refman.itely (Hiding staffs): fixes.
4572
4573         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
4574
4575         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
4576         vertical extents to deal with Hara kiri correctly.
4577
4578         * input/regression/hara-kiri-short.ly: remove
4579
4580         * input/regression/hara-kiri-pianostaff.ly: update test.
4581
4582         * Documentation/user/*.tely: remove WEBTITLE
4583
4584         * scm/output-tex.scm (comment): idem.
4585
4586         * scm/output-pdftex.scm: remove GUILE 1.4 glue
4587
4588         * scm/music-functions.scm (make-lyric-event): new function
4589
4590         * scm/lily.scm (lilypond-version): new function
4591
4592         * input/test/version-output.ly: new file.
4593
4594         * Documentation/user/lilypond.tely: add version number to
4595         front-page.
4596
4597 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4598
4599         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
4600
4601 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4602
4603         * input/template/gregorian-transcription.ly (barTwo): syntax update.
4604
4605         * Documentation/user/refman.itely (Hiding staffs): rename node.
4606
4607 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4608
4609         * input/regression/new-markup-syntax.ly (texidoc): remove
4610         molecule-callback override.
4611
4612 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4613
4614         * input/les-nereides.ly: Mark tweaks with %tweak.
4615
4616         * Debian patch, see debian/changelog (Anthony Fok).
4617
4618 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4619
4620         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
4621         problem.
4622
4623 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4624
4625         * Documentation/user/refman.itely (Text markup): Fix language bug.
4626
4627 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4628
4629         * input/* : postfix syntax fixes.
4630
4631         * Documentation/user/refman.itely (Text markup): add note about
4632         raise/lower with ^ or _ .
4633         
4634         * po/fi.po: fix \\apply strings.
4635
4636         * lily/parser.yy (open_event): warn for prefix articulations.
4637
4638 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
4639
4640         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
4641         fix also on parmesan font.
4642
4643 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4644
4645         * VERSION 1.7.30 released
4646         
4647         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
4648
4649         * buildscripts/mutopia-index.py (headertext): rewording
4650
4651 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4652
4653         * scm/new-markup.scm (strut-markup): new markup function.
4654
4655         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
4656         space also when no accidental is there.
4657
4658 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4659
4660         * input/les-nereides.ly: Updates.
4661
4662 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
4663
4664         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
4665         which repeats the tag insertion selected from "Insert tag" menu.
4666
4667 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4668
4669         * lily/all-font-metrics.cc (find_font): load AFM files first only
4670         for feta fonts. This fixes problems with TeXlive and other TeX
4671         distros that include AFM files for the CM fonts. 
4672
4673         * scm/font.scm (qualifiers-to-font-name): remove.
4674
4675         * lily/paper-def.cc: remove get_var.
4676
4677         * input/trip.ly: remove file.
4678         
4679         * input/regression/spacing-note-flags.ly (raggedright): remove
4680         stafflinethickness
4681
4682         * input/les-nereides.ly: update to new syntax, cleanups.
4683
4684 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4685
4686         * Documentation/user/refman.itely: Clarify shortest-note problem
4687         of autobeamer.
4688
4689 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
4690
4691         * lilypond-mode.el: Add each word to regexps only once.
4692
4693         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
4694         is based on the syntax definitions in lilypond.words. Remove all 
4695         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
4696         LilyPond->Insert menu is generated by the entries in lilypond.words 
4697         to which have been given a syntax definition.
4698
4699         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
4700         \notes, \relative, \score, \simultaneous, \transpose.
4701
4702         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
4703
4704         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
4705         
4706         * lilypond-mode.el: add menu keywords separately.
4707
4708         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
4709
4710 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4711
4712         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
4713         current ugly installation method for PFA fonts.
4714
4715 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
4716
4717         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
4718         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
4719
4720         * Documentation/user/music-glossary.tely: update legato.
4721
4722 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4723
4724         * lexer-gcc-3.0.patch: Remove.
4725
4726         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
4727
4728 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4729
4730         * debian/rules (binary-arch): remove NEWS.
4731
4732 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
4733
4734         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
4735         stepmake/bin{ many }: polish the `--help's of different scripts;
4736         model taken from the core-utils of Linux.
4737
4738         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
4739
4740 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4741
4742         * flower/parse-afm.cc (parseCharMetrics): add warnings.
4743
4744         * flower/libc-extension.cc: idem.
4745
4746         * flower/include/libc-extension.hh: protect against isinf macros.
4747
4748 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
4749
4750         * { many }: Use two uppercase letters in LilyPond.
4751
4752         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
4753
4754         * VERSION: 1.7.29 released.
4755         
4756 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4757
4758         * lily/tie.cc: add TODO comment.
4759
4760         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
4761
4762         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
4763         linejoins and linecaps. This fixes problems with occasional spikes
4764         on slur/tie endings.
4765         
4766         * input/regression/font-name.ly: don't use PS fonts for
4767         compatibility reasons. 
4768
4769         * mutopia/claop.py (accents): update to 1.8
4770
4771         * Documentation/user/music-glossary.tely (Top): remove 13pt.
4772
4773         * Documentation/user/macros.itexi: don't color glossary links.
4774
4775         * Documentation/user/invoking.itexi (Error messages): new section
4776
4777 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4778
4779         * input/regression/font-name.ly: add file.
4780
4781         * scm/document-backend.scm (grob-doc): remove <hr> from
4782         lilypond-internals
4783
4784         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
4785         reqd version to 1.6.4 
4786
4787         * lily/font-interface.cc (get_font): bugfix: take font-name from
4788         alist chain too. This fixes font-name override for \markup.
4789
4790 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4791
4792         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
4793
4794         * input/test/polymetric-differing-notes.ly: Compile fix.
4795
4796 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
4797
4798         * Documentation/user/refman.itely: fixed typo
4799
4800         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
4801         before flexa
4802
4803 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
4804
4805         * input/test/{ many }: search & fix some typos.
4806
4807 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4808
4809         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
4810         images.
4811
4812         * scm/music-functions.scm (make-voice-props-set): set Script /
4813         TextScript dir for polyphony too.
4814
4815         * scm/define-grobs.scm (all-grob-descriptions): decrease space
4816         before clef.
4817
4818         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
4819
4820 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
4821
4822         * Documentation/user/refman.itely (Percussion): Small
4823         clarifications and fixes.
4824
4825         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
4826         threads. This fixes different heads playing simultaneously.
4827
4828 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
4829
4830         * Documentation/user/{ many }: increase readability (read through 
4831         User manual from `one big page').
4832
4833 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4834
4835         * input/test/polymetric-differing-notes.ly: add example with
4836         disparate note values.
4837
4838         * input/test/polymetric.ly: rename from poly-metric
4839
4840         * scripts/ly2dvi.py (include_path): bugfix: use outbase
4841         iso. outname.
4842
4843         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
4844         G-clef bbox to real char extents. This fixes the G-clef being
4845         offset too much to the right.
4846         document perc clef offset.
4847
4848         WARNING: FONT CHANGED.
4849
4850         * Documentation/user/tutorial.itely (Tutorial): move menu.
4851
4852 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4853
4854         * buildscripts/lilypond-profile.sh (Error): trim error message.
4855
4856         * Documentation/user/invoking.itexi (Invoking the lilypond
4857         binary): add note about path.
4858
4859         * Documentation/user/macros.itexi: add @c at EOL, hopefully
4860         suppresses superfluous spaces.
4861
4862 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4863
4864         * buildscripts/lilypond-profile.sh: Add documentation to error
4865         message.
4866
4867         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
4868
4869 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4870
4871         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
4872         <mike@ossmann.com>)
4873
4874         * Documentation/bibliography/computer-notation.bib (pages): prune
4875         unscientific language.
4876
4877         * Documentation/user/GNUmakefile: copy unsplit file to
4878         lilypond.html (idem for lilypond-internals).
4879
4880         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
4881
4882         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
4883
4884         * python/lilylib.py (lilypond_version): 2.1 proof version check.
4885
4886         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
4887         fix.
4888         
4889 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
4890
4891         * Documentation/user/{ various }: bind text snippets with their
4892         examples, e.g. by punctuation: This is an example.
4893
4894 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4895
4896         * ly/performer-init.ly (VoiceContext): Typos.
4897
4898         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
4899         builds, leave final-install to toplevel srcdir makefile.
4900
4901         * make/srcdir.make.in (install): New target.
4902
4903 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4904
4905         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
4906         This fixes core dump on MIDI output (Simon Weatherill).
4907
4908         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
4909         on local-WWW-post.
4910
4911 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4912
4913         * make/lilypond.redhat.spec.in: add dvips to reqs.
4914
4915 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4916
4917         * make/srcdir.make.in (web): Add special web target.
4918
4919         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
4920         from inner $(LOOP).
4921
4922         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
4923
4924         * stepmake/stepmake/generic-targets.make (www-targets-help):
4925         * GNUmakefile.in (web-install): Install in $(webdir).
4926
4927         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
4928
4929         * cygwin/changelog: 
4930         * cygwin/mknetrel: Update.
4931
4932         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
4933         (html-doc): Remove (use: web).
4934
4935         * stepmake/stepmake/script-rules.make: 
4936         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
4937         Fix $(config_make) dependencies for srcdir build.
4938
4939         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
4940         target for srcdir build.
4941
4942         * stepmake/make/stepmake.make: 
4943         * make/srcdir.make.in: 
4944         * GNUmakefile.in:
4945         * make/stepmake.make (config_make): Rename variable (was:
4946         configuration).
4947
4948 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4949
4950         * Documentation/user/internals.itely (Manipulating music
4951         expressions): run lilypond on example too.
4952
4953         * flower/include/libc-extension.hh: move lrint define to
4954         header. bugfix.
4955         
4956 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4957
4958         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
4959         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
4960         do we recurse whole tree?).
4961
4962         * GNUmakefile.in (html-doc): Resurrect.
4963
4964         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
4965         obsolete $(package-icon) dependency.
4966
4967 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4968
4969         * Documentation/user/refman.itely (Automatic staff changes):
4970         add seealso 
4971
4972         * Documentation/index.html.in: link to bigpage.
4973
4974         * Documentation/user/tutorial.itely (Tutorial): streamline.
4975
4976         * Documentation/index.html.in: url typo.
4977
4978         * VERSION (PACKAGE_NAME): release 1.7.28
4979
4980         * python/lilylib.py (error_log): remove '/' from name.
4981
4982         * input/regression/pedal.ly: remove; dups input/test/
4983         
4984         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
4985
4986         * Documentation/index.html.in: python style doco index.
4987
4988         * Documentation/{footer,header}.html.in (src): remove, 
4989
4990         * Documentation/pictures: remove all but lelie-logo.xpm.
4991
4992         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
4993         before running makeinfo.
4994
4995         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
4996         @code{}
4997
4998 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4999
5000         * input/test/bar-number-regular-interval.ly: rename.
5001
5002         * Documentation/user/*: various fixes. 
5003
5004 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
5005
5006         * Documentation/{ many }: polish for update-all-menus. typos.
5007
5008         * po/fi.po: fixes.
5009
5010         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
5011
5012         * buildscripts/mutopia-index.py: polish.
5013
5014         * input/regression/{ many }, input/test{ many }: polish texidocs.
5015
5016 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5017
5018         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
5019
5020         * lily/text-spanner.cc (brew_molecule): use bracket-flare
5021         iso. edge-widen.
5022
5023         * lily/piano-pedal-engraver.cc (process_music): change from
5024         process_acknowledged ()
5025
5026         * lily/piano-pedal-bracket.cc: new file. Change
5027         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
5028         cleaned up.
5029
5030         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
5031
5032         * input/regression/tuplets.ly (texidoc): rename file.
5033
5034         * po/fr.po: update
5035
5036         * buildscripts/lilypond-profile.sh: error message if script is not
5037         sourced.
5038
5039         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
5040         bracket-flare
5041         (make_bracket): simplify code.
5042
5043         * lily/parser.yy (verbose_command_req): catch typos in \key scale
5044         argument.
5045
5046         * python/lilylib.py (lilypond_version_check): new function
5047
5048         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
5049
5050         * scripts/ly2dvi.py (run_lilypond): add version check.
5051
5052         * scripts/lilypond-book.py (option_definitions): typo
5053
5054         * scripts/ly2dvi.py (include_path): typo
5055
5056         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
5057
5058         * lily/parse-scm.cc (parse_handler): typo
5059
5060         * Documentation/user/macros.itexi: use @heading for headings.
5061
5062         * Documentation/user/refman.itely: updates, fixes.
5063
5064 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
5065
5066         * po/fi.po: add Finnish translations. fixes.
5067
5068         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
5069
5070         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
5071         from lily/glissando-engraver.cc.
5072
5073 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5074
5075         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
5076         for non-first _broken_ bracket.
5077
5078         * Documentation/user/refman.itely: corrections.
5079
5080 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5081
5082         * lily/new-fingering-engraver.cc (position_scripts): add heads to
5083         support of the fingerings.
5084
5085         * po/fr.po: French translation update.
5086
5087         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
5088         strings.
5089
5090 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5091
5092         * Documentation/user/introduction.itely: Small fixes.
5093
5094 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
5095
5096         * Documentation/topdocs/AUTHORS.texi: polish.
5097
5098 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5099
5100         * Documentation/user/introduction.itely: revise
5101
5102         * Documentation/user/tutorial.itely: reorganise.
5103
5104         * Documentation/topdocs/index.tely: remove.
5105
5106         * Documentation/header.html.in: prune.
5107
5108         * GNUmakefile.in: clean up web building.
5109
5110         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
5111         target.
5112
5113 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
5114
5115         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
5116
5117         * lilypond-mode.el: turn on blink-matching-paren.
5118
5119 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5120
5121         * scm/output-sodipodi.scm (svg-header): Fix typo.
5122
5123 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5124
5125         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
5126         fixes a security hole.
5127
5128         * scripts/lilypond-book.py (original_dir): remove temp_dir
5129
5130         * scm/document-translation.scm: use @code tags.
5131
5132 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
5133
5134         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
5135
5136         * lilypond-mode.el: add a buffer-local post-command-hook to set
5137         context dependent syntax-table after each cursor event. Remove old
5138         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
5139
5140         * lilypond-indent.el: update comments.
5141
5142         * Documentation/footer.html.in: add period.
5143
5144 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5145
5146         * make/lilypond.redhat.spec.in (Group): don't strip binary.
5147
5148         * scm/document-translation.scm (document-property-operation): add
5149         @code{} tags.
5150
5151         * VERSION (PACKAGE_NAME): release 1.7.27
5152
5153         * config.make.in: add PAPER variable
5154
5155         * buildscripts/new-chords.py (help): add help text
5156
5157         * Documentation/user/introduction.itely (Typography and program
5158         architecture):  fixes.
5159
5160         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
5161         for texinfo and dvips. This fixes problems with PDF output of the
5162         wrong size.
5163
5164         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
5165         DVIPS_PAPERSIZE variable
5166
5167         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
5168         TEXINFO_PAPERSIZE variable 
5169
5170 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5171
5172         * mf/feta-macros.mf: whoops: only draw lines for test situations.
5173
5174         * mf/feta-toevallig.mf: lowres fixes.
5175
5176 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5177
5178         * NEWS: Typo and fill-paragraph fixes.
5179
5180         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
5181         cast #define.
5182
5183         * configure.in: 
5184         * config.hh.in: Check for lrint.
5185
5186 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5187
5188         * VERSION: 1.7.26 released
5189
5190         * lily/separation-item.cc: add padding property.
5191
5192         * input/test/*.ly: various fixes, remove solo-a2.ly
5193
5194         * scm/new-markup.scm (brew-new-markup-molecule): arg order
5195         bugfix. Fixes old-style markup compatibility.
5196
5197         * Documentation/user/introduction.itely (Introduction): historical
5198         elucidations
5199
5200         * Documentation/user/music-glossary.tely (Top): linewidth fix.
5201
5202         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
5203
5204         * Documentation/index.texi (Top): cleanup.
5205
5206         * Documentation/user/introduction.itely (Introduction): rewrite
5207         introduction, 
5208         (Music notation and  engraving): about notation. Add flat-picture
5209
5210 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5211
5212         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
5213         separation items. This keeps lyrics from bumping into each other.
5214
5215 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5216
5217         * GNUmakefile.in (topdocs-web): New target.
5218         (local-web): Depend on topdocs-web; fixes html-doc.
5219
5220 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5221
5222         * po/lilypond.pot: run po-replace
5223
5224         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
5225
5226         * scm/drums.scm (reset-drum-kit): new function.
5227
5228         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
5229
5230         * scripts/update-lily.py: remove
5231         
5232         * VERSION: release 1.7.25
5233         
5234         * Documentation/user/introduction.itely (Introduction): rewrite
5235         start of introduction.
5236
5237 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
5238
5239         * lily/all-font-metrics.cc: fixed typo
5240
5241 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
5242
5243         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
5244         LilyPond-mode-context-set-syntax-table): new functions to define
5245         the syntax table according to context.
5246
5247         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
5248
5249 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5250
5251         * Documentation/user/refman.itely (Figured bass): 
5252         language nit courtesy http://www.vocabula.com
5253
5254         * GNUmakefile.in: remove no kpathsea hack.
5255
5256         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
5257         doco.
5258
5259         * GNUmakefile.in: remove web-doc target.
5260
5261         * lily/all-font-metrics.cc (find_afm): add message about
5262         buildscripts/clean-fonts.sh 
5263
5264         * scm/define-music-properties.scm (figure): use string for 'figure
5265
5266         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
5267
5268         * input/regression/ : add raggedright = ##t where applicable. 
5269         
5270         * scm/bass-figure.scm (make-bass-figure-markup): add
5271         alignBassFigureAccidentals property.
5272
5273         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
5274         bracket.
5275
5276         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
5277         syllables widths into account for minimum-length.
5278
5279         * input/test/staff-container.ly: update file
5280
5281         * input/test/stem.ly: remove
5282
5283         * lily/event.cc (LY_DEFINE): add ly: prefix.
5284
5285         * input/test/clef-manual-control.ly: from manual-clef
5286
5287         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
5288
5289         * input/test/different-time-signatures.ly: move to poly-metric.ly
5290
5291         * input/test/hara-kiri*,scales.ly: remove
5292         
5293         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
5294         with chord-names-jazz.ly)
5295
5296         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
5297         get scalable cm fonts too.
5298
5299         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
5300         --encoding for mftrace if present.
5301
5302         * input/regression/slur-area.ly: move from test/
5303
5304         * input/test/: remove simple-slur-endings slur-attachment
5305         slur-broken-cross-staff slur-broken.ly slur-damping.ly
5306         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
5307         slur-symmetry slur-symmetry tie-broken.ly
5308
5309         * scm/drums.scm (set-drum-kit): add function.
5310
5311         * Documentation/user/refman.itely (Percussion staves): use
5312         set-drum-kit
5313
5314         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
5315         too
5316         (Global_measure.set_timesig): handle 3/8 time sig too.
5317
5318         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5319         note about triangle note heads.
5320
5321         * scm/drums.scm: use alist for instrument-settings. This fixes the
5322         bug with assigning to drums in the .ly file.
5323
5324         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
5325         CHANGED.
5326
5327         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
5328         cluster-beacon-interface
5329
5330         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
5331
5332         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
5333
5334         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
5335
5336         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
5337         to get positions.
5338
5339         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
5340         make ClusterSpannerBeacon to record Y positions. This removes the
5341         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
5342         make cluster-note-events.
5343
5344 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5345
5346         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
5347
5348         * configure.in: Use lily/main.cc as identifying source file.
5349
5350         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
5351
5352         * config.hh.in: 
5353         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
5354
5355         * configure.in: Require PYTHON >= 2.0.
5356
5357         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
5358           $PYTHON for include dir location.
5359         (STEPMAKE_PYTHON): New function.  Use
5360         
5361             PYTHON=foo ./configure
5362
5363           to override.
5364
5365 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5366
5367         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
5368         something.
5369
5370         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
5371         ftp.lilypond.org everywhere.
5372
5373 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5374
5375         * lily/text-item.cc (interpret_new_markup): do only if new-markup
5376         detected.
5377
5378         * Documentation/user/refman.itely (Grace notes): note on explicit
5379         contexts
5380
5381 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
5382
5383         * lilypond-font-lock.el: add a comment about LilyPond specific
5384         escape characters: ^, - and _, in the syntax table.
5385
5386         * Documentation/user/appendices.itely: a majuscule fix.
5387
5388 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5389
5390         * input/test/trills.ly (endHorizScript): fixes.
5391
5392         * input/test/chord-names-jazz.ly: merge in alternate Jazz
5393         notation, move from regression.
5394
5395         * input/test/script-stack.ly: change name from stacked-scripts
5396
5397         * input/test/ossia.ly: octave errors.
5398
5399         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
5400         for midi-volume-equaliser
5401
5402 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5403
5404         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
5405         cm fonts.
5406
5407         * mf/feta-beugel.mf: don't multiply font_count by 10.
5408
5409         * lily/lookup.cc (horizontal_line): new function. Use
5410         horizontal-line in output backends.
5411
5412         * Documentation/user/tutorial.itely (An orchestral part): new
5413         section on orchestral stuff and identifiers.
5414
5415 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
5416
5417         * lilypond-mode.el: comment-out paren-highlighting, it still causes
5418         some interference to other modes.
5419
5420 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5421
5422         * lily/spacing-spanner.cc (musical_column_spacing): use average,
5423         not maximum of spacing wishes in polyphonic situations.
5424
5425         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
5426         number
5427
5428         * lilypond-indent.el: remove paren matching. 
5429
5430         * lily/text-item.cc (interpret_new_markup): new function
5431         use iso. text2molecule.
5432
5433         * lily/main.cc (notice): change FSF address 
5434
5435         * po/de.po: update PO file to 1.6.
5436
5437 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
5438
5439         * Documentation/user/ {many}: Add periods and remove spaces.
5440         
5441 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
5442
5443         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
5444         Disable buffer-locally default paren hook and make a new one. 
5445
5446         * lilypond-mode.el: Turn off locally paren-mode, but turn on
5447         locally LilyPond-paren-mode. Add todo for mouse double-click.
5448
5449 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
5450
5451         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
5452         Disable buffer-locally default paren idle timer and make a new one. 
5453
5454         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
5455         locally LilyPond-show-paren-mode. Add to menu a toggle for
5456         LilyPond-show-paren-function.
5457
5458 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5459
5460         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
5461
5462 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
5463
5464         * Documentation/user/refman.itely: spelling fix.
5465
5466         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
5467         paren highlight function definitions. add todo for
5468         LilyPond-show-paren-mode.
5469
5470 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5471
5472         * input/template/jazz-combo.ly: new file.
5473
5474 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5475
5476         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
5477         lo-res fixes.
5478
5479         * mf/feta-schrift.mf: bugfix in varcoda sign.
5480         WARNING: FONT CHANGED
5481
5482         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
5483         in accordance with lexer.ll.   
5484
5485 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5486
5487         * Documentation/user/tutorial.itely: Edit introduction.
5488
5489 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5490
5491         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
5492         ly:grob-staff-position
5493
5494 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5495
5496         * scm/to-xml.scm: import srfi-1
5497
5498         * VERSION (MAJOR_VERSION):  release 1.7.24
5499
5500         * python/lilylib.py (make_ps_images): make multipage _really_ work.
5501
5502         * scripts/lilypond-book.py (do_file): put texidoc before image.
5503         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
5504
5505         * input/regression/*.ly: fix snippet octaves 
5506
5507         * input/test/spanner-after-break-tweak.ly: import
5508         broken-spanner-adjustment
5509
5510         * input/no-notation/midi-transposing.ly: move from input/test/
5511
5512         * input/test/: remove chord-markup
5513
5514         * input/regression/instrument-name-partial.ly: move from input/test.
5515
5516         * input/test/vertical-text.ly: remove
5517
5518         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
5519         space above lyrics lines.
5520
5521         * input/test/uniform-breaking.ly: remove file.
5522
5523         * lily/gourlay-breaking.cc (combine_demerits): add comment about
5524         uniform spacing density. 
5525
5526         * input/test/chords.ly (keys): remove file.
5527
5528         * scm/documentation-lib.scm (oop): use srfi-1 too.
5529
5530         * input/regression/*.ly: add \version
5531
5532         * Documentation/user/*.itely: various fixes.
5533
5534         * buildscripts/mf-to-table.py (base): break table every three
5535         symbols.
5536
5537         * input/:  remove %% new-chords-done %% .
5538
5539         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
5540         os-music.ly
5541         
5542 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5543
5544         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
5545
5546         * scm/new-markup.scm (box-markup): new function.
5547         (box-markup): new function. Contributed by Dick Schoeller
5548         <schoeller@attbi.com>
5549
5550         * scm/lily.scm: remove reduce-no-unit 
5551         (list-insert-separator): use fold-right
5552
5553         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
5554         of arguments. 
5555
5556         * NEWS: more neutral language for ancient notation 
5557
5558         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
5559         inside pointing beaming for chord tremolo.
5560
5561         * Documentation/user/lilypond-book.itely: minor editing
5562
5563 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
5564
5565         * NEWS: added news for 1.8 regarding ancient notation
5566
5567         * Documentation/user/refman.itely (Gregorian square neumes
5568         ligatures): fixed typo
5569
5570         * lily/vaticana-ligature-engraver.cc,
5571         lily/include/vaticana-ligature.hh: bugfix: use special heads for
5572         lower/upper head of Pes only when heads are stacked
5573
5574         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5575         scm/define-grob-properties.scm: cleanup: make "join-left" a
5576         boolean grob property and save delta pitch in grob property
5577         "delta-pitch" instead
5578
5579         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
5580
5581 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5582
5583         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
5584         completely borked
5585
5586         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
5587         (try_music): bug fix: beam multiplicity was completely borked.
5588
5589         * scm/lily.scm: remove tail, filter-list, filter-out-list,
5590         first-n, butfirst-n in favor of srfi-1 functions.
5591         remove string-join, string-pad in favor of srfi-13 functions.
5592
5593         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
5594
5595         * NEWS: use complete sentences.
5596
5597         * Documentation/user/introduction.itely (Example applications):
5598         add note about databases and lilypond-book.
5599
5600         * input/test/volta.ly: remove file
5601
5602         * input/regression/volta-broken-left-edge.ly: simplify file
5603
5604 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5605
5606         * Documentation/user/refman.itely (Constructing a tweak): new
5607         subsection.
5608
5609         * Documentation/user/tutorial.itely (Fine tuning layout): add
5610         common tweaks.
5611
5612         * scm/define-grobs.scm (TextScript): use new brewer.
5613
5614 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5615
5616         * VERSION: release 1.7.23
5617
5618         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
5619
5620         * python/lilylib.py (make_ps_images): bugfixes.
5621
5622         * input/regression/volta-multi-staff.ly: new file.
5623
5624         * Documentation/user/macros.itexi: refcommands, refcommand macros.
5625
5626         * Documentation/user/tutorial.itely (Piano staffs): new section.
5627         (Setting variables): new section
5628         (Fine tuning layout): new section
5629
5630         * input/just-friends.ly: remove file. Superseeded by
5631         input/test/chords-without-melody.ly
5632
5633         * ly/property-init.ly: add all commands to refman.
5634
5635         * scm/define-translator-properties.scm: remove
5636         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
5637
5638         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
5639         name. Underscores botch up PS output.
5640
5641         * scm/define-translator-properties.scm: remove
5642         textNonEmpty, oneBeat, regularSpacingDelta
5643
5644         * scripts/convert-ly.py (FatalConversionError.conv): conversion
5645         rule for automaticBars.
5646
5647         * lily/timing-engraver.cc (start_translation_timestep): change
5648         barNonAuto to automaticBars
5649
5650 2003-06-30  Graham Percival  <gperlist@shaw.ca>
5651
5652         * input/test/perform-tie.ly: delete file.
5653
5654 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
5655
5656         * Documentation/user/refman.itely (Gregorian square neumes
5657         ligatures): bugfix: do not show ledger lines in neumes table
5658         (fixed by setting staff symbol to transparent rather than removing
5659         it from staff context)
5660
5661 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5662
5663         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
5664         glue into brew-new-markup-molecule.
5665
5666         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
5667
5668         * Documentation/user/introduction.itely (Computerized typography):
5669         new section
5670
5671         * Documentation/user/tutorial.itely (An orchestral part): remove
5672         pc example from tutorial.
5673
5674         * input/tutorial/lilbook.tex: use screech-boink
5675
5676         * scripts/lilypond-book.py (compile_all_files): split formatting
5677         output body and scheduling lilypond compilation.
5678         (format_lilypond_output_bodies): new function
5679         (format_lilypond_block): new function
5680         (html_pages): allow multi-page images in HTML
5681
5682         * python/lilylib.py (make_ps_images): rename function from
5683         make_preview, merge with make_page_images
5684
5685 2003-06-28  Graham Percival  <gperlist@shaw.ca>
5686
5687         * input/test/key-clefs.ly: moved to regression.
5688
5689         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
5690
5691         * input/no-notation/README: added note about midi-*.ly files.
5692
5693         * input/test/two-key.ly: moved to no-notation/parse5.ly
5694
5695         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
5696         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
5697
5698         * input/test/ {various}: modified comments, marked some for deletion.
5699
5700         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
5701
5702         * input/test/mmrest-collision: moved to regression.
5703
5704 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5705
5706         * scm/chord-name.scm (note-name->markup): don't superscript root
5707         alterations in chordnames.
5708
5709 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5710
5711         * Documentation/user/refman.itely (Multi measure rests): more
5712         index/cross-referencing.
5713
5714         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
5715
5716         * scm/font.scm: remove properties-to-font-name code.
5717
5718         * scm/define-grob-properties.scm: remove 'type
5719
5720         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
5721         conversion
5722
5723         * lily/text-spanner.cc: change 'type grob prop to 'style 
5724
5725         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
5726         "first" flag to decide whether to make a start-repeat
5727
5728         * input/regression/grace-volta-repeat-2.ly: new file.
5729
5730 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5731
5732         * lilypond-indent.el: rename generic functions to LilyPond-*
5733
5734 2003-06-22  Graham Percival  <gperlist@shaw.ca>
5735
5736         * input/test/thumb.ly: delete, merged into refman.
5737
5738         * Documentation/user/refman.itely: added thumb info to Fingering.
5739
5740         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
5741         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
5742         vertical-align.ly : deleted files.
5743
5744 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5745
5746         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
5747
5748         * lily/line-spanner.cc (broken_trend_offset): remove function.
5749         (get_broken_offset): idem.
5750         (brew_molecule): rewrite the line-break case.
5751
5752         * input/regression/follow-voice-break.ly:  new file.
5753
5754         * lily/line-spanner.cc (after_line_breaking): remove lines at the
5755         start of a system.
5756
5757 2003-06-20  Graham Percival  <gperlist@shaw.ca>
5758
5759         * input/test/tuplet-rest.ly: moved to regression.
5760
5761         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
5762         deleted file.
5763
5764         * input/test/ {many} : marked file for possible deletion.
5765
5766 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5767
5768         * input/regression/beam-funky.ly: add note about (disputed)
5769         correct beaming.
5770
5771         * ly/engraver-init.ly (ScoreContext): put key-signature after
5772         staff-bar
5773         
5774 2003-06-20  Graham Percival  <gperlist@shaw.ca>
5775
5776         * input/test/ broken.ly lyric-phrasing.ly: deleted.
5777
5778         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
5779
5780         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
5781
5782         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
5783         stem-extend was deleted (it was duplicate example, and not as
5784         good).
5785
5786         * input/test/[s-z]*.ly: add texidoc index.
5787
5788 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5789
5790         * lily/slur.cc (get_boundary_notecolumn_y): change name from
5791         get_first_notecolumn_y
5792
5793         * lily/spanner.cc (broken_spanner_index): new function.
5794
5795 2003-06-19  Graham Percival  <gperlist@shaw.ca>
5796
5797         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
5798         lyric-hyphen.ly : moved to regression.
5799
5800         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
5801         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
5802
5803         * input/test/instrument-name-mmrest.ly: moved to
5804         ../regression/multi-measure-rest-instr-name.ly
5805
5806         * input/test/knee-sym.ly: moved to
5807         ../regression/beam-knee-symmetry.ly.
5808
5809         * input/test/hymn.ly: change comments.
5810
5811         * input/test/[p-r]*.ly: add texidoc index.
5812
5813 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5814
5815         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
5816         to postfix syntax
5817         
5818         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
5819         syntax.
5820
5821         * VERSION: release 1.7.22
5822
5823 2003-06-18  Graham Percival  <gperlist@shaw.ca>
5824
5825         * input/test/[h-k]*.ly: added texidoc index.
5826
5827         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
5828
5829         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
5830
5831         * input/test/ various : mark files for deletion or moving to regression.
5832
5833         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
5834
5835         * input/test/[l-o]*.ly: added texidoc index.
5836
5837 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5838
5839         * scm/music-functions.scm (make-ottava-set): 
5840         only do ottavation if centralCPosition is set.
5841
5842         * lily/translator-scheme.cc (ly:context-property-where-defined):
5843         return '() if not found.
5844
5845 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
5846
5847         * lilypond-mode.el (LilyPond-un-comment-region): removed.
5848         Use one command for both commenting and uncommenting.
5849
5850         * lilypond-indent.el (LilyPond-comment-region): new function,
5851         (un)comments each line separately.
5852
5853         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
5854         
5855         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
5856         imenu is not added by default; adapted from f90.el,
5857         makes Help-menu, which does not fit, visible in XEmacs.
5858         
5859 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
5860
5861         * lilypond-mode.el: Set show-paren-mode local; minor-mode
5862         show-paren-mode sets blink-matching-paren-on-screen local.
5863         Try to make show-paren-function to paren-highlight local.
5864
5865         * lilypond-indent.el (LilyPond-scan-sexps): new function.
5866         Copy definitions of Emacs' show-paren-function and
5867         XEmacs' paren-highlight and make minimal changes;
5868         add comments about locality. 
5869         Fix matching first open-paren-char in '<< .. >>'.
5870
5871 2003-06-16  Graham Percival  <gperlist@shaw.ca>
5872
5873         * input/test/g*: added texidoc index.
5874
5875         * input/test/[a-g]*: added raggedright==#t when it
5876          seemed appropiate.
5877
5878         * input/test/ fake-grace.ly figured-bass.ly : removed file.
5879
5880         * Documentation/topdoc/INSTALL.texi: removed false warnings
5881         about gcc 3.3.
5882
5883 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5884
5885         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
5886
5887         * input/test/chords-without-melody.ly (texidoc): add from
5888         input/just-friends.ly
5889
5890         * input/regression/size{13--26}.ly: move from input/
5891
5892         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
5893         input/{star-spangled-banner,twinkle}.ly: remove 
5894         
5895         * lily/slur.cc: remove slur over rest warnings.
5896
5897         * lily/note-spacing.cc (get_spacing): include left part of right
5898         object in fixed space. This fixes stretched space before
5899         accidentals.
5900
5901         * input/regression/spacing-accidental-stretch.ly: new file.
5902
5903 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
5904
5905         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
5906         Reduce to 16pt.
5907
5908 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5909
5910         * input/regression/spacing-knee.ly: docstring
5911
5912         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
5913
5914         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
5915         input/tutorial/{test,solar,flowing}.ly: remove
5916
5917         * input/rhythm.ly: remove
5918
5919         * input/mutopia/F.Schubert/standchen.ly: update syntax.
5920
5921         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
5922         update syntax. 
5923
5924         * scm/define-grobs.scm (all-grob-descriptions): set
5925         knee-spacing-correction to 1.0
5926
5927         * lily/note-spacing.cc (stem_dir_correction): compute knee
5928         correction using stem-thickness and head width.
5929
5930         * input/regression/beam-quanting-horizontal.ly: update texidoc
5931
5932         * scm/define-grobs.scm (all-grob-descriptions): set
5933         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
5934         This fixes 32nd beams for noteheads in spaces quants.
5935
5936         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
5937
5938 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
5939
5940         * README.mandrake: Change lilypond-extras to lilypond-documentation.
5941
5942 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5943
5944         * input/test/dpncnt.ly,part-combine-score.ly: remove.
5945
5946         * VERSION (PACKAGE_NAME): release 1.7.21
5947
5948         * input/regression/stem-shorten.ly: new file.
5949
5950         * lily/stem.cc (get_default_stem_end_position): revise stem
5951         shortening code.
5952
5953         * input/regression/spacing-multi-tuplet.ly: move from input/test/
5954
5955         * input/test/{scripts,volta-start,sleur}.ly: remove
5956         
5957         * input/regression/span-bar.ly: smaller file.
5958
5959         * input/regression/spacing-{natural,tight,loose}.ly: remove
5960
5961         * input/test/markup.ly: remove
5962
5963         * scripts/lilypond-book.py: put printfilename in separate chunk,
5964         so texidoc is printed after the filename.  
5965
5966 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
5967
5968         * make/lilypond.mandrake.spec.in: fix docdirs.
5969
5970 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5971
5972         * input/regression/beam-french.ly: bugfix.
5973
5974         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
5975
5976         * input/regression/(various).ly: add raggedright = #t.
5977
5978         * input/regression/auto-beam.ly: move from abe.ly
5979
5980 2003-06-13  Graham Percival  <gperlist@shaw.ca>
5981
5982         * input/test/f*.ly: added texinfo index.
5983         
5984         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
5985
5986 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5987
5988         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
5989         quant penalty for beam just outside staff.
5990
5991         * input/regression/beam-quanting-horizontal.ly (texidoc): move
5992         from beam-pos.ly,  remove non-horizontal tests. 
5993
5994         * input/test/(various): cleanup header info. 
5995
5996         * input/test/tchaikovsky.ly: remove file.
5997
5998         * scm/chord-generic-names.scm: move from
5999         double-plus-new-chord-name.scm
6000
6001         * input/test/orchestscore.ly: remove file
6002
6003         * Documentation/user/refman.itely (Vocal music): update documentation.
6004
6005         * scm/define-translator-properties.scm (chordNoteNamer): remove
6006         chordNameStyle, use chordNameFunction
6007
6008         * scm/chord-name.scm (set-chord-name-style): remove
6009         set-chord-name-style. Use \property chordNameFunction.
6010
6011 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6012
6013         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6014         music): remove @TeX{} command.
6015
6016 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6017
6018         * lilypond-indent.el (scan-sexps): Renamed to
6019         aargh-this-breaks-other-emacs-modes-scan-sexps.
6020
6021 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
6022
6023         * lilypond-indent.el: Fix: match concurrent one-char opening and 
6024         closing slurs: '()', etc. Add comments.
6025
6026         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
6027
6028         * lilypond-font-lock.el: match unending string at eof.
6029
6030         * make/lilypond.mandrake.spec.in: refreshed packed file list.
6031         
6032 2003-06-10  Graham Percival  <gperlist@shaw.ca>
6033
6034         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
6035         input/test/beam-dir.ly input/test/beam-position.ly    
6036         input/test/beam-suspect.ly input/test/beam-trend.ly    
6037         input/test/beams.ly input/test/crescendo-text.ly : deleted
6038         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
6039         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
6040         * input/test/default-bars.ly: moved to bar-always.ly
6041         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
6042
6043 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6044
6045         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
6046
6047 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6048
6049         * scm/chord-ignatzek-names.scm (remove-step): rename file.
6050
6051 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
6052
6053         * lilypond-indent.el: Match better slurs in scheme expressions.
6054         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
6055
6056         * Documentation/user/invoking.itexi: document Emacs' paren matching.
6057
6058 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6059
6060         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
6061
6062         * input/ac-extra-voice.ly: Add texidoc.
6063
6064         * ly/chord-modifiers-init.ly: 
6065         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
6066         and chordNameExceptionsPartial for new chord names.
6067
6068         * input/test/chord-names-dpnj.ly: 
6069         * input/test/dpncnt.ly: Update.
6070
6071         * scm/chord-name.scm: 
6072         * scm/double-plus-new-chord-name.scm: Add compatibility for new
6073         chord selection and options.
6074
6075         * ly/chord-modifiers-init.ly: Add exceptions 
6076
6077         * scm/define-translator-properties.scm (chordNameStyle) 
6078         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
6079
6080 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
6081
6082         * ly/property-init.ly (germanChords): Added.
6083         (semiGermanChords): Added.
6084         
6085         * input/test/chord-names-german.ly: Use new macros
6086         
6087 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
6088
6089         * lilypond-indent.el: Use similar parenthesis highlighting for 
6090         Emacs and XEmacs through redefinitions of parenthesis highlighting 
6091         functions; removed LilyPond-show-paren-function. Fix indenting.
6092         Turn paren-matching on also in XEmacs.
6093
6094         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
6095         as needed by parenthesis highlighting functions (in scan-sexp).
6096
6097 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6098
6099         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
6100         function.
6101         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
6102
6103 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
6104
6105         * lilypond-indent.el: tune regexp for show-paren-function.
6106
6107 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6108
6109         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
6110         for all LilyPond-produced tex snippets.
6111
6112         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
6113         fixes one line --preview output of ly2dvi.
6114
6115 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
6116
6117         * lilypond-indent.el: match only one type of slurs in
6118         LilyPond-show-paren-function.
6119
6120 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6121
6122         * debian/GNUmakefile (EXTRA_DIST_FILES): 
6123         * debian/lilypond1.7.dirs: 
6124         * debian/lilypond1.7-doc.dirs: New file.
6125
6126         * input/regression/chord-name-exceptions.ly: Add parameter for
6127         ignatzekExceptions.  Quote hash in docstring.
6128
6129 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
6130
6131         * lilypond-indent.el (show-paren-function): define show-paren-function
6132         as LilyPond-blink-matching-open and use it for closing parens.
6133         Let LilyPond-blink-matching-open know whether a bracket was inserted.
6134
6135         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
6136         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
6137         LilyPond-blink-matching-paren in order to match both open and close
6138         brackets.
6139         
6140 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
6141
6142         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
6143         testing by modifying the code from FSF Emacs paren.el. Add comments.
6144
6145 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6146
6147         * input/test/dpncnt.ly: Transpose example to match new
6148         default \chords octave.  Add comment.
6149         
6150         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
6151         comment about octave change.
6152
6153 2003-06-04  Graham Percival  <gperlist@shaw.ca>
6154
6155         * input/test/[d,e]: added texinfo index tags.
6156         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
6157
6158 2003-06-04  Graham Percival  <gperlist@shaw.ca>
6159
6160         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
6161
6162 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
6163
6164         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
6165         as in blink-matching-open.
6166
6167 2003-06-03  Graham Percival  <gperlist@shaw.ca>
6168
6169         * input/test/[a-c]: more comments in files.
6170         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
6171         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
6172         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
6173         mark file for proposed deletion.
6174         * input/test: renaming files:
6175         auto-beam-4-8.ly to beam-auto-4-8.ly
6176         auto-beam-override.ly to beam-auto-override.ly
6177         auto-beam.ly to beam-auto.ly
6178         blank.ly to blank-paper.ly
6179         absolute-volume.ly to dynamic-absolute-volume.ly
6180
6181 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6182
6183         * input/test/dpncnt.ly: 
6184         * input/test/chord-names-dpnj.ly: Resurrect.
6185
6186         * lily/my-lily-lexer.cc: Remove chordnames keyword.
6187
6188         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
6189
6190         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
6191         Better docstring, add parameter OMIT-ROOT, tidy up.
6192
6193 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
6194
6195         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
6196
6197 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6198
6199         * scm/output-ascii-script.scm (as-font-alist-alist):
6200         (as-properties-to-font-name):
6201         (as-make-style-sheet): Remove.
6202
6203         * scm/font.scm (as-make-font-list): New function.
6204         (as-font-sheet-alist): New variable.
6205
6206         * ly/paper-as9-init.ly: 
6207         * ly/paper-as5-init.ly: Update.
6208
6209         * ly/paper-as5.ly:
6210         * ly/paper-as9.ly: New file.
6211
6212 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6213
6214         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
6215
6216 2003-05-28  Graham Percival  <gperlist@shaw.ca>
6217         * input/sondag-morgen/*: removed due to copyright concerns.
6218         * input/[a,b]*.ly: added a newline at the end of the texinfo
6219         doc string (produces better output in HTML version).
6220         * input/c*.ly: added texinfo index and added comments to
6221         aid in future changes to input/test/ files.
6222
6223 2003-05-28  Graham Percival  <gperlist@shaw.ca>
6224         
6225         * Documentation/user/refman.itely: fixed build problem (missing
6226         file) caused by previous renaming.
6227
6228 2003-05-28  Graham Percival  <gperlist@shaw.ca>
6229         
6230         * input/test/[a,b]*.ly: added texinfo index and added comments to
6231         aid in future changes to input/test/ files.
6232         * input/test/bar-number-every-5-reset.ly: renamed to
6233         bar-number-every-five-reset.ly
6234         * input/test/bar-script-visibility.ly: renamed to
6235         bar-number-show-all.ly
6236
6237 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6238
6239         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
6240         to Voice.
6241
6242         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
6243         out note-line and glissando functionality.
6244         
6245         * lily/line-spanner.cc (brew_molecule): cleanup.
6246
6247 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6248
6249         * scripts/as2text.scm: Use rdelim module.
6250         (start-system): Rename from start-line.
6251         (stop-system): Rename from stop-line.
6252         (af-gulp-file): Use string iso symbol for getenv.
6253
6254         * scm/output-ascii-script.scm: Add guile and lily modules.
6255         (font-name-alist): New variable.
6256         (draw-line): New function.
6257
6258         * scm/output-lib.scm (func, arg->string): Re-add from archive.
6259         (Were these silently removed, without ChangeLog entry?)
6260
6261 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6262
6263         * scm/music-functions.scm (make-ottava-set): bugfixes: also
6264         process 2nd ottava correctly.
6265
6266 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
6267
6268         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
6269
6270 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6271
6272         * Documentation/user/converters.itely (Invoking midi2ly): Update.
6273
6274 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6275
6276         * VERSION: release 1.7.20
6277         
6278         * lily/text-spanner.cc (brew_molecule): clean up function. This
6279         fixes bugs with broken 8va spanners.
6280
6281         * lily/simple-spacer.cc (solve): also compute force for raggedright.
6282         This prevents spurious line-breaks with raggedright
6283         
6284 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6285
6286         * lily/key-performer.cc (create_audio_elements): always use major
6287         key
6288
6289         * Documentation/user/internals.itely: updates
6290
6291         * input/regression/beam-break.ly: new file.
6292
6293         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
6294         beams if starting or terminating stems have 'beaming set.)
6295
6296         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
6297         property.
6298
6299         * lily/parser.yy (verbose_command_req): add comment about scales.
6300
6301 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
6302
6303         * lilypond-indent.el: adjust regexps in bracket-matching.
6304
6305 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
6306
6307         * Documentation/user/refman.itely: more tiny fixes
6308
6309         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
6310         "Chord names"; added table with input syntax for solesmes neumes
6311         table; added some words about rationale on input syntax design
6312
6313         * lily/gregorian-ligature-engraver.cc,
6314         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6315         lily/include/gregorian-ligature.hh: bugfix: horizontal head
6316         alignment of Pes Initio Debilis
6317
6318         * Documentation/user/refman.itely,
6319         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6320         mf/parmesan-heads.mf: fixed most of the head selection/alignment
6321         bugs in the solesmes neumes table
6322
6323 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
6324
6325         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
6326         Similarly, match '[' and ']' by skipping '\[' and '\]'.
6327
6328         * lilypond-mode.el: fix tag-score. small improvements.
6329
6330 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6331
6332         * .cvsignore: Add aclocal.m4.
6333
6334         * lily/music-constructor.cc: Include <assert.h>.
6335
6336 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6337
6338         * ly/engraver-init.ly (HaraKiriStaffContext): use
6339         RemoveEmptyStaffContext instead.
6340
6341         * Documentation/user/refman.itely: updates
6342
6343 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
6344
6345         * Documentation/user/refman.itely: added solesmes neumes table;
6346         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
6347         bugfix: "Ornaments" -> "Articulations"
6348
6349         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
6350
6351 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
6352
6353         * lilypond-indent.el: Add a message about trying to match \] or \).
6354         
6355 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
6356         
6357         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
6358         obsolete "arithmetic_*"
6359
6360         * input/bugs/ligatures.ly: removed (will be put into a different
6361         directory later)
6362
6363 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6364
6365         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
6366         libkpathsea (Maurizio Tomasi).
6367
6368 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6369
6370         * input/regression/repeat-slash.ly (texidoc): new file
6371
6372         * lily/slash-repeat-engraver.cc (try_music): new file, handle
6373         slash repeats separately. Slash repeats and %
6374         repeats can now be nested.
6375
6376 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
6377
6378         * lilypond-indent.el: Add preliminary test for closing \] and \).
6379         
6380 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
6381
6382         * lily/gregorian-ligature-engraver.cc,
6383         lily/vaticana-ligature-engraver.cc,
6384         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
6385         mf/parmesan-heads.mf: various semivocalis related bugfixes
6386
6387         * input/bugs/ligatures.ly: new file demonstrating problems with
6388         ligatures
6389         
6390 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
6391
6392         * lilypond-mode.el,
6393         lilypond-font-lock.el,
6394         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
6395
6396 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
6397
6398         * lilypond-mode.el: Remove outdated code. Stress the difference 
6399         between Emacs and XEmacs definitions.
6400
6401         * lilypond-mode.el,
6402         lilypond-indent.el: Define a function interactive only when necessary.
6403
6404 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
6405
6406         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
6407         Use inactive regions also in XEmacs.
6408
6409 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6410
6411         * Documentation/user/refman.itely (Repeat syntax): more updates
6412
6413         * lily/simple-spacer.cc (solve): move solution process into
6414         solve(). This fixes a bug with collisions and raggedright = ##t.
6415  
6416         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
6417
6418         * ly/engraver-init.ly: remove GraceContext. Update examples.
6419
6420 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6421
6422         * GNUmakefile.in (fonts): Also make fontball.
6423
6424         * Website fixes:
6425
6426         * ly/engraver-init.ly (GraceContext): Add.
6427
6428         * run:
6429
6430             convert-ly $(find . -name *.ly)
6431
6432         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
6433         new chords.
6434
6435 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6436
6437         * VERSION: 1.7.19 released
6438         
6439         * scm/music-functions.scm (set-octavation): new function.
6440
6441         * input/regression/ottava.ly: new file
6442
6443         * lily/translator-scheme.cc (LY_DEFINE): new function
6444         ly:unset-context-property
6445         (LY_DEFINE) new function ly:context-property-where-defined: 
6446
6447 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
6448
6449         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
6450
6451         * lilypond.words: add few.
6452
6453         * input/test/script-chart.ly: fix typo.
6454
6455 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6456
6457         * scm/define-grobs.scm: uniform naming for definitions and output
6458         routine files. 
6459
6460         * ly/engraver-init.ly (ChoirStaffContext): add \description from
6461         scm/context-description.scm
6462
6463         * lily/parser.yy (translator_spec_body): add \description to the
6464         \translator{} body syntax.
6465
6466         * lily/ottava-engraver.cc: new file.
6467
6468         * scm/chord-name.scm (natural-chord-alteration): replace old
6469         chord stuff. 
6470
6471         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
6472
6473         * Documentation/user/refman.itely (Metronome marks): update doco.
6474
6475         * input/regression/markup-note.ly: new file
6476
6477         * input/regression/metronome-marking.ly: new file
6478
6479         * lily/metronome-engraver.cc: new file. Print \tempo markings.
6480
6481         * scm/new-markup.scm (note-markup): make a note glyph, useful for
6482         metronome marks.
6483
6484 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6485
6486         * Documentation/user/GNUmakefile: Compatibility fix for new
6487         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
6488         for making binary packages; info splitting bug has been fixed.
6489
6490         * Documentation/user/refman.itely: Compile fixes.
6491
6492 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
6493
6494         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
6495         Count \midi -keywords also for a region.
6496
6497 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6498
6499         * lily/lookup.cc (LY_DEFINE): new function
6500
6501         * Documentation/user/tutorial.itely: updates
6502
6503 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
6504
6505         * lilypond-mode.el: Allow Midi on buffer.
6506         Use only '.ly'-extension, remove '.sly' and '.fly'.
6507         Allow use of inactive regions. Invoke next Command on Master file, 
6508         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
6509
6510 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6511
6512         * Documentation/user/tutorial.itely: updates.
6513
6514 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
6515
6516         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
6517
6518 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
6519
6520         * lily/coherent-ligature-engraver.cc: fixed typo
6521
6522         * lily/coherent-ligature-engraver.cc,
6523         lily/gregorian-ligature-engraver.cc,
6524         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
6525         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
6526         lily/vaticana-ligature-engraver.cc,
6527         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
6528         scm/grob-description.scm: cleanup: junked LigatureHead grob and
6529         removed all ligature specific stuff from NoteHead code
6530
6531         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
6532         ligatures now use regular noteheads
6533
6534         * lily/vaticana-ligature.cc: tiny code cleanups
6535
6536         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
6537         space between two adjacent noteheads of the same pitch
6538
6539         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
6540         description; cleanup: removed obsolete font-family settings
6541
6542 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
6543
6544         * lily/coherent-ligature-engraver.cc,
6545         lily/gregorian-ligature-engraver.cc,
6546         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
6547         lily/mensural-ligature-engraver.cc,
6548         lily/vaticana-ligature-engraver.cc,
6549         lily/include/gregorian-ligature-engraver.hh: updated for new
6550         Coherent_ligature_engraver; added comments that describe the basic
6551         design ideas of the ligature implementation
6552
6553         * lily/coherent-ligature-engraver.cc,
6554         lily/include/coherent-ligature-engraver.hh: new file: shared code
6555         between mensural ligatures and Gregorian chant notation ligatures
6556
6557 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
6558
6559         * lilypond-mode.el: XEmacs fixes: include two definitions for the
6560         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
6561         use only two arguments in sit-for, use no arguments in
6562         read-char-exclusive, backspace is not a character (127) in XEmacs.
6563
6564         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
6565
6566 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
6567
6568         * lilypond-mode.el: un-commenting works after syntax-table fix.
6569
6570         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
6571         group, verbose commenting for syntax table.
6572
6573         * lilypond-indent.el: add TODO for ligature slurs.
6574
6575 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
6576
6577         * lilypond-mode.el: Move comments of parenthesis matching away,
6578         (blink-matching-paren-on-screen) fix blinking in Emacs.
6579
6580         * lilypond-font-lock.el: Fix parent-matching for Emacs:
6581         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
6582
6583         * lilypond-indent.el: Add TODO for parenthesis matching.
6584
6585 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
6586
6587         * lilypond-mode.el: Fix XEmacs: 
6588         changed [S-iso-lefttab] to [(shift iso-lefttab)],
6589         invoke explicitly easy-menu-add (in Emacs done automatically).
6590         
6591         * lilypond.words: Add few words from input/*/*.ly.
6592
6593 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6594
6595         * VERSION (PATCH_LEVEL): release 1.7.18
6596
6597         * scripts/lilypond-book.py: only print basename for printfilename
6598         option
6599
6600         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
6601         and syntax updates.
6602
6603 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6604
6605         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
6606         better parametrisation. Move fatness of bulb downward.
6607
6608         * mf/parmesan-custodes.mf (dir_down): remove underscores from
6609         glyph names. Underscores are not allowed .ps encoding files.
6610
6611 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
6612
6613         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
6614         variable "packed" for packed right-ragged mode
6615
6616         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
6617         unused variable ragged; fixed indentation
6618
6619         * Documentation/user/refman.itely: tiny cleanups in ancient
6620         clef and custos section
6621
6622 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6623
6624         * lily/parser.yy (Simple_music): add \applyoutput, syntax
6625         \applyoutput PROCEDURE
6626
6627         * lily/my-lily-lexer.cc: add \applyoutput.
6628
6629         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
6630
6631         * lily/text-item.cc: clean text-interface description
6632
6633 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6634
6635         * input/{regression,test}/: use postfix for slur endings and beam
6636         begins.
6637
6638         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
6639         style beams too. 
6640
6641         * input/regression/lyrics-melisma-beam.ly: new file.
6642
6643         * lily/lyric-engraver.cc (process_music): change from
6644         process_acknowledged_grobs()
6645
6646         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
6647         functions to set and revert auto-beam settings.
6648
6649 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6650
6651         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
6652
6653 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
6654
6655         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
6656         Documentation/user/lilypond.tely: fixed some typos; updated author
6657         info
6658
6659         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
6660         #"" -> #'flag-style = #'()
6661
6662         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
6663         cleanup: removed dead #includes
6664
6665         * lily/gregorian-ligature-engraver.cc,
6666         lily/include/gregorian-ligature.hh,
6667         scm/grob-property-description.scm: small cleanups, small spacing
6668         fixes
6669
6670         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
6671         lily/vaticana-ligature.cc,
6672         lily/include/gregorian-ligature-engraver.hh,
6673         scm/grob-property-description.scm, scm/music-types.scm:
6674         "porrectus" -> "pes or flexa"
6675
6676         * ly/engraver-init.ly, scm/grob-description.scm,
6677         scm/grob-property-description.scm: junked porrectus, now handled
6678         by ligature code
6679
6680         * scm/grob-description.scm: bugfix: added space-alist entry for
6681         breathing sign/custos
6682
6683 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6684
6685         * Another grand 2003 update.
6686         
6687         * Remove mentioning of `mudela'; There's no such thing.
6688
6689 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6690
6691         * Documentation/user/preface.itely (Preface to version 1.8): update
6692
6693         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
6694
6695         * Documentation/user/converters.itely (Invoking convert-ly): revise
6696
6697         * scripts/convert-ly.py (outfile_name): remove --assume-old.
6698
6699         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
6700
6701 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6702
6703         * Documentation/user/internals.itely: more updates.
6704
6705 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6706
6707         * Documentation/user/refman.itely: revise 
6708
6709         * Documentation/user/internals.itely: revise
6710
6711         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
6712
6713 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
6714
6715         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
6716         beautification: reformatted ancient clefs section; cleanup: small
6717         wording fixes
6718
6719 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
6720
6721         * lilypond.words: added words for chant notation, sorted
6722         alphabetically through "sort lilypond.words"
6723
6724 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
6725
6726         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
6727         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
6728         chant notation
6729
6730 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
6731
6732         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
6733         prevent TeX from interpreting them as long dash
6734
6735         * input/test/vaticana.ly: updated
6736
6737         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
6738         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
6739         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
6740         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
6741         fixes
6742
6743         * mf/parmesan-heads.mf: ledger endings: removed dead code
6744
6745 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6746
6747         * VERSION: 1.7.17 released
6748         
6749         * Documentation/user/GNUmakefile
6750         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
6751         files too.
6752
6753         * scm/document-markup.scm: new file: document all markup
6754         functions.
6755
6756         * scm/documentation-generate.scm: rename all documentation modules
6757         to document-*.scm
6758
6759         * scripts/lilypond-book.py: generate link to .ly file iso. link to
6760         .png
6761
6762         * input/test/divisiones.ly: added
6763
6764         * input/regression/output-property.ly: new file
6765
6766         * lily/cluster.cc: change cluster-interface to use style property
6767
6768 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
6769
6770         * input/test/chord-names-german.ly: modified.
6771
6772         * scm/chords-ignatzek.scm:
6773           chord-name->german-markup: Added
6774           note-name->german-markup: Changed (now producing lowercase notenames)
6775
6776         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
6777         
6778 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6779
6780         * scripts/convert-ly.py (FatalConversionError.conv):
6781         divisiominima -> divisioMinima, etc.
6782
6783         * ly/engraver-init.ly (FiguredBassContext): add
6784         Separating_line_group_engraver to Figured bass context.
6785
6786         * ly/german-chords-init.ly: remove file
6787
6788         * input/test/chord-names-german.ly (scm): new file.
6789
6790         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
6791
6792         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
6793         Chord_name_engraver
6794
6795         * Documentation/user/refman.itely: lots of updates.
6796
6797         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
6798         new file
6799
6800         * input/test/bar-number-every-5-reset.ly: new file.
6801
6802 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6803
6804         * input/regression/chord-name-major7.ly: new file
6805
6806         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
6807         if specced explicitly.
6808
6809         * input/regression/chord-name-entry-11.ly: new file.
6810
6811         * input/test/slur-beautiful.ly: new file.
6812
6813         * Documentation/user/refman.itely: updates.
6814
6815         * input/regression/collisions.ly (threevoice): cleanup.
6816
6817         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
6818
6819 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6820
6821         * Documentation/user/*.itely: various updates.
6822
6823         * ly/spanners-init.ly: enddecr/ endcr.
6824
6825         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
6826         of tutorial
6827
6828 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6829
6830         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
6831
6832         * lily/new-chord-name-engraver.cc (process_music): use octavation
6833         (a number) instead of original-pitch to store inversions. This
6834         fixes a problem with transposed chords with inversions.  
6835
6836 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6837
6838         * stepmake/aclocal.m4: Include compile fix for broken flex, as
6839         used in includable-lexer.hh.
6840
6841         * lily/includable-lexer.cc: Bugfix: include config.h.
6842
6843         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
6844         circumvention of Debian packaging bug.
6845
6846 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6847
6848         * flex-2.5.31 hits Debian/unstable.  Fixes below.
6849         
6850         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
6851
6852         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
6853         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
6854
6855         * lily/include/includable-lexer.hh: 
6856         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
6857
6858         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
6859
6860         * aclocal.m4: Regenerate.
6861
6862         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
6863         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
6864
6865         * scm/pdf.scm (use-modules): Include lily.
6866
6867         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
6868         Noordkamp).
6869         (use-modules): Include lily.
6870         (lily-def): Bugfix: include tex-val in let.
6871
6872 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
6873
6874         * lilypond-mode.el: sensible error if lilypond.words not found.
6875
6876         * lilypond.words: add few words.
6877
6878 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
6879
6880         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
6881
6882         * mf/parmesan-scripts.mf: fixed typo in char name
6883
6884 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6885
6886         * VERSION: 1.7.16 released
6887
6888         * python/lilylib.py (setup_temp): temporary directories are mode 700.
6889         (this is a security vulnerability).
6890
6891         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
6892
6893         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
6894         add staff support.
6895
6896 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
6897
6898         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
6899         ly/script-init.ly, scm/script.scm: bugfix: renamed
6900         fermata->signumcongruentiae to fix naming clash with feta font
6901
6902 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6903
6904         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
6905
6906         * lily/multi-measure-rest-engraver.cc
6907         (start_translation_timestep): use grace timing too for determining
6908         when to make mmrest.
6909         (start_translation_timestep): clear numbers too.
6910
6911 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
6912
6913         * scm/music-types.scm: compile fix: escape braces
6914
6915         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
6916         work around font selection problem
6917
6918         * Documentation/user/refman.itely: BreathingSign: added docu for
6919         property "text"
6920
6921 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6922
6923         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
6924         information.
6925
6926 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6927
6928         * lily/multi-measure-rest-engraver.cc (class
6929         Multi_measure_rest_engraver): make multiple Number objects, one
6930         for each MultiMeasureTextEvent.
6931
6932         * scm/music-functions.scm (glue-mm-rest-texts): use
6933         MultiMeasureTextEvent
6934
6935         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
6936
6937         * Documentation/user/refman.itely (Multi measure rests): update.
6938
6939 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6940
6941         * lily/ly-module.cc (ly_copy_module_variables): use
6942         scm_internal_hash_fold() for iterating modules.
6943
6944 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
6945
6946         * Documentation/user/refman.itely: Section Custodes: added more
6947         example code
6948
6949         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
6950         neo-mensural rests to parmesan font
6951
6952         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
6953         header
6954
6955 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6956
6957         * Documentation/user/macros.itexi: @fileref macro.
6958
6959         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
6960         each file. 
6961
6962 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
6963
6964         * lily/include/custos.hh, make/lilypond.suse.spec.in,
6965         Documentation/topdocs/AUTHORS.texi: updated my email address
6966
6967         * Documentation/user/refman.itely: updated custos documentation;
6968         beautified divisiones example; beautified articulations table
6969
6970         * lily/breathing-sign.cc: bugfix: finalis molecule
6971
6972 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
6973
6974         * Documentation/user/refman.itely: added docu for
6975         contemporary fermata symbols, gregorian breathing signs; small fixes
6976
6977         * ly/gregorian-init.ly: removed obsolete #'type props
6978
6979 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6980
6981         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
6982         minimum-length property correctly.
6983
6984 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6985
6986         * scm/music-functions.scm (make-multi-measure-rest): set input
6987         locations for multimeasure rests.
6988
6989 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
6990
6991         * input/regression/breathing-sign.ly: updated to for ancient
6992         notation
6993
6994 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
6995
6996         * scripts/ly2dvi.py: Add newline.
6997
6998 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6999
7000         * scripts/ly2dvi.py (dependency_files): Compile fix.
7001
7002 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7003
7004         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
7005         (make_html_menu_file): --html menu. 
7006
7007 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7008
7009         * scripts/ly2dvi.py (run_dvips): +add the .map file 
7010
7011 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7012
7013         * input/screech-boink.ly: new file.
7014
7015 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7016
7017         * scripts/lilypond-book.py (make_lilypond_file): convert
7018         lilypond-file to lilypond block directly, without going through
7019         begin/end lilypond text.
7020         
7021
7022 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
7023
7024         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
7025         scm/grob-description.scm: moved Michael's original breathing sign
7026         code in brew_molecule() to divisio_minima(); provided new
7027         brew_molecule() that effectively replaces the
7028         Text_item::brew_molecule callback (with additional fallback to
7029         Michael's original code); added callbacks for brewing divisio
7030         maior/maxima and finalis
7031
7032         * gregorian-init.ly: added breathing sign shortcuts for virgula,
7033         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
7034
7035         * script-init.ly: added shortfermata, longfermata,
7036         verylongfermata, varcoda
7037
7038         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
7039         longfermata, verylongfermata, varcomma, varcoda
7040
7041 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7042
7043         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
7044           Remove all noquote and insert a few quote.
7045         
7046         * Documentation/user/lilypond-book.itely (Music fragment options),
7047           scripts/lilypond-book.py: Don't include quotation blocks by
7048           default. Introduce option quote instead of noquote
7049
7050 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7051
7052         * VERSION: 1.7.15 released
7053         
7054         * Documentation/user/lilypond.tely: omf updates.
7055
7056         * buildscripts/texi2omf.py (omf_vars): include version.date
7057
7058         * make/lilypond.redhat.spec.in: fixes for spec file. 
7059
7060         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
7061         by function definition: lily now requires a recent GNU Make.
7062
7063         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
7064
7065         * make/ly-rules.make: remove .ly -> .tex rule
7066
7067         * Documentation/user/refman.itely (Figured bass): revised figured
7068         bass example.
7069
7070 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7071
7072         * stepmake/stepmake/omf-targets.make (local-install): add
7073         scrollkeeper-update message.
7074
7075         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
7076         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
7077
7078         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
7079
7080         * Documentation/user/converters.itely (Invoking midi2ly): add
7081         track/channel notice.
7082
7083 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7084
7085         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
7086
7087         * lily/parser.yy (scalar): DIGIT is also a scalar.
7088
7089         * Documentation/user/music-glossary.tely: add @omf tags
7090
7091         * Documentation/user/lilypond.tely: add @omf tags
7092
7093         * scm/generate-documentation.scm (string-append): add @omf tags.
7094
7095         * stepmake/stepmake/omf-*: new files 
7096
7097         * input/regression/multi-measure-rest.ly (texidoc): add doco
7098
7099         * GNUmakefile.in (web-doc-install): add web-doc-install target
7100
7101         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
7102         fixes crashes while dumping MIDI.
7103
7104         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
7105         midi
7106
7107 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7108
7109         * buildscripts/texi2omf.py: new file.
7110
7111         * mf/feta-beugel.mf: include font count, not staffsize (16) in
7112         font-name
7113
7114 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7115
7116         * input/regression/beam-manual-beaming.ly (texidoc): new file.
7117
7118         * lily/sequential-iterator.cc (descend_to_child): call
7119         descend_to_child() for all types of music.
7120
7121 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7122
7123         * scm/translator-property-description.scm: Add
7124         bassFigureFormatFunction.  Replace some entries.
7125
7126 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7127
7128         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
7129         clean out.
7130
7131 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7132
7133         * scripts/midi2ly.py (Note.dump): never dump duration for
7134         dump_dur=0.
7135
7136         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
7137         new function
7138
7139         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
7140         figures using new markups. Much simpler, and should improve layout
7141         a little.
7142
7143         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
7144
7145 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7146
7147         * ly/engraver-init.ly: use Hara kiri by default for 
7148         ChordNames, FiguredBass and Lyrics(Voice) context. 
7149
7150         * lily/axis-group-engraver.cc (acknowledge_grob): use
7151         rhythmic-grob-interface for selecting items not to hara-kiri'd 
7152
7153         * scm/new-markup.scm (markup-function-list): add bracket,
7154         vbracket.
7155
7156         * ly/engraver-init.ly (ChordNamesContext): set
7157         minimumVerticalExtent
7158
7159 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7160
7161         * input/test/time-signature-double.ly: new file 
7162
7163         * input/regression/collision-head-chords.ly (texidoc): new file.
7164
7165         * lily/type-swallow-translator.cc: add note swallow translator 
7166
7167         * input/test/time-signature-double.ly: new file.
7168
7169         * lily/type-swallow-translator.cc: add Rest_swallow_translator
7170
7171         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
7172         (FiguredBassContext): idem.
7173
7174         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
7175
7176         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
7177
7178         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
7179
7180         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
7181         .afm dependency
7182
7183         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
7184
7185         * python/lilylib.py (make_page_images): add function.
7186
7187         * scripts/ly2dvi.py (run_latex): include title in preview image.
7188
7189         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
7190         from lilypond-book for <ly2dvifile> tags in HTML.
7191
7192         * scripts/ly2dvi.py (option_definitions): add --debug option to
7193         print out environment.
7194
7195         * input/regression/tie-chord-partial.ly: new file.
7196
7197 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
7198
7199         * lilypond.words: add 3
7200
7201 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7202
7203         * scm/new-markup.scm (markup-function-list): add finger-markup
7204
7205         * input/tutorial/brahms-tweaked.ly: new markup 
7206
7207         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
7208
7209         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
7210         crash when processing '() markup
7211
7212         * input/regression/breathing-sign.ly (texidoc): add caesura example.
7213
7214         * lily/breathing-sign.cc (railtracks): another caesura.
7215
7216         * mf/feta-schrift.mf: caesura symbol. 
7217
7218 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7219
7220         * scripts/convert-ly.py (FatalConversionError.conv): add
7221         ly:molecule-XXX conversions.
7222
7223         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
7224
7225         * input/regression/multi-measure-rest-text.ly: new file.
7226
7227         * scm/music-functions.scm (glue-mm-rest-texts): automatically
7228         convert MMREST-TEXT to MultiMeasureRestNumber settings.
7229
7230         * ly/engraver-init.ly (ScoreContext): move tablature settings to
7231         ScoreContext
7232
7233         * scm/new-markup.scm (center-markup): \center markup.
7234
7235         * scm/music-functions.scm: remove pitchify scripts.
7236
7237         * lily/music.cc (print_smob): display music name if available 
7238
7239 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7240
7241         * Documentation/user/refman.itely (Instrument names): remove
7242         \turnOff doco.
7243
7244 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7245
7246         * lily/score.cc (mark_smob): bugfix.
7247
7248         * input/regression/rehearsal-mark.ly: new file.
7249
7250         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
7251         report error at the current token again.
7252
7253 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7254
7255         * cygwin/mknetrel: Exit if doc build fails.
7256
7257         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
7258
7259 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7260
7261         * scm/music-types.scm (music-descriptions): add doc strings
7262
7263 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7264
7265         * lily/lexer.ll: 
7266         * lily/include/my-lily-lexer.hh: 
7267         * lily/include/includable-lexer.hh: Add flex kludge.
7268
7269         * config.hh.in: 
7270         * config.make.in: 
7271         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
7272         cruft.
7273         
7274         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
7275         code.
7276
7277 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7278
7279         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
7280
7281         * lily/parser.yy (new_chord): Compile fix.
7282
7283 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7284
7285         * Documentation/user/refman.itely (Tuning groups of objects):
7286         remove documentation for \turnOff. 
7287
7288         * lily/percent-repeat-engraver.cc (try_music): add correct
7289         processing moments for double-measure percents as well.
7290
7291         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
7292
7293         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
7294         grob prop type. 
7295
7296         * Documentation/user/refman.itely (Printing named chords): add
7297         chord name tweak doco.
7298
7299         * input/template/gregorian-transcription.ly: new file.
7300
7301 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7302
7303         * VERSION: 1.7.13 released
7304         
7305         * input/test/*: lots of cleanups/comment-outs/removals in chord
7306         examples
7307         
7308         * input/regression/*: lots of cleanups/comment-outs/removals in
7309         chord examples
7310         
7311         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
7312         options
7313
7314         * lily/new-chord-name-engraver.cc (process_music): give original
7315         inversion pitch to chord name routine.
7316
7317         * input/tutorial/os-score.ly: update to new markup
7318
7319         * Documentation/user/appendices.itely: simply include
7320         chords-ignatzek. 
7321
7322         * Documentation/user/refman.itely (Chords mode): add documentation
7323         for chord mode.
7324
7325         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
7326         not present in chord.
7327         (construct-chord): add inversion and bass support.
7328
7329         * lily/chord.cc: junk contents.
7330
7331 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
7332
7333         * Documentation/user/refman.itely:
7334         * Documentation/user/music-glossary.tely: fix. 
7335
7336 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7337
7338         * scm/chord-entry.scm (construct-chord): move chord construction
7339         to Scheme.
7340
7341         * lily/parser.yy (new_chord): new setup for chord entry.
7342
7343 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
7344
7345         * lilypond.words:
7346         * Documentation/user/music-glossary.tely: add ambitus.
7347
7348 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7349
7350         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
7351
7352         * lily/include/*.hh: string() -> to_string()
7353
7354         * scm/chords-ignatzek.scm: new file.
7355
7356         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
7357         standard chord name exceptions.
7358
7359         * scm/translator-property-description.scm (chordNameSeparator):
7360         add property.
7361         (majorSevenSymbol): add property
7362
7363         * lily/translator-scheme.cc (ly:context-properties): new function
7364         (ly:context-parent): new function.
7365         (print_smob): print context name.
7366
7367         * lily/music.cc (ly:get-music-length): new function
7368         (print_smob): don't print properties.
7369
7370         * lily/duration.cc (duration<?): new function
7371
7372         * input/regression/chords-funky-ignatzek.ly: new file.
7373
7374         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
7375         jazz chords.
7376
7377         * lily/pitch.cc (ly:pitch-diff): new function.
7378
7379         * input/regression/chords-ignatzek.ly: new file.
7380
7381 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7382
7383         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
7384         pitches for jazz chords.
7385
7386 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7387
7388         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
7389
7390 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
7391
7392         * lilypond.words: add 1
7393
7394 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
7395
7396         * Documentation/topdocs/AUTHORS.texi: refine.
7397
7398 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
7399
7400         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
7401         
7402         * lilypond.words: add one.
7403
7404 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
7405
7406         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
7407         Fontify bass note in chords, e.g., e in c1/e.
7408         
7409 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7410
7411         * Documentation/user/music-glossary.tely: Dutch updates and
7412         additions (Arent Storm).
7413
7414 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7415
7416         * input/regression/ambitus.ly:  move file.      
7417
7418         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
7419
7420         * lily/event.cc (transpose): add tonic property to Key_change_req
7421         and to Key_engraver.
7422
7423 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
7424
7425         * Documentation/user/refman.itely: fix typo.
7426
7427         * lilypond.words: removed wrong identifiers.
7428
7429 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7430
7431         * mf/feta-toevallig.mf: make flat stem shorter 
7432
7433 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
7434
7435         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
7436
7437         * lilypond.words: add from Phrasing slur.
7438         
7439 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
7440
7441         * lilypond-mode.el: allow launching multiple ViewPS processes.
7442         
7443         * lilypond.words: add from Text markup.
7444
7445 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7446
7447         * input/test/ossia.ly (texidoc): add comment.
7448
7449         * input/regression/voice-follower.ly: new file.
7450
7451         * mf/feta-toevallig.mf: make flat heavier.
7452
7453         * lily/cluster-engraver.cc: clean up Cluster engraver
7454
7455         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
7456         Engraver. Use Note_column to compute Y positions and deal with
7457         line break stuff.
7458
7459 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7460
7461         * lily/stem.cc: move french-beaming to stem.
7462
7463 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
7464
7465         * lilypond-font-lock.el: fontify all durations in chords.
7466
7467         * lilypond.words: add from lily/my-lily-lexer.cc
7468
7469 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7470
7471         * VERSION: release 1.7.12
7472
7473         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
7474
7475         * lily/gregorian-ligature.cc: new file
7476
7477         * lily/*: the Great 2003 search & replace.
7478
7479         * Documentation/user/refman.itely (Manual repeat commands): add
7480         note about font selection.
7481
7482 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
7483
7484         * lilypond-mode.el: propose recompiling midi while invoking playing,
7485         not while stopping playing.
7486
7487 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
7488
7489         * lilypond.words: add one.
7490
7491         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
7492         and expressional note grouping. Fontify chord modes.
7493
7494 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
7495
7496         * Documentation/user/music-glossary.tely (Top): translate melisma.
7497
7498 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7499
7500         * Documentation/user/music-glossary.tely (Top): add melisma.
7501
7502 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
7503
7504         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
7505         interfaces for (abstract) grob GregorianLigature
7506
7507         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
7508         renamed head* -> glyph_name*, x-shift* -> x-offset*
7509
7510         * scm/grob-property-description.scm: bugfix: added missing descriptions
7511
7512 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7513
7514         * input/test/chord-names-dpnj.ly: New file.
7515
7516         * scm/double-plus-new-chord-name.scm: Implement full and partial
7517         exceptions.
7518
7519         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
7520
7521         * scm/double-plus-new-chord-name.scm
7522         (double-plus-new-chord->markup): Fix sub->markup.
7523
7524
7525 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
7526
7527         * lily/custos-engraver.cc: added TODO; editorial changes
7528
7529         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
7530         consistency with other ligature engravers; removed access on (now)
7531         private variable _ligature of Ligature_engraver
7532
7533         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
7534         renamed last_bound -> last_bound_; issue programming_error on
7535         abstract method calls; moved primitives code from
7536         Mensural_bracket_engraver to here (because almost ligature
7537         engravers will need it); renamed try_stop_ligature () ->
7538         typeset_ligature (); bugfix: store primitives of finished ligature
7539         in separate variable finished_primitives_ to avoid clash on input
7540         like "\] \["; added current_ligature () to enable access on
7541         private variable _ligature
7542
7543         * lily/mensural-ligature-engraver.cc: removed primitives_ code
7544         (now in super class); renamed try_stop_ligature () ->
7545         typeset_ligature ()
7546
7547         * lily/mensural-ligature.cc: issue programming_error on abstract
7548         method calls
7549
7550         * lily/note-heads-engraver.cc: added TODO comment upon bool
7551         in_ligature
7552
7553         * mf/parmesan-heads.mf: fixed some of set_char_box()
7554
7555         * scm/grob-description.scm: added VaticanaLigature
7556
7557         * scm/grob-property-description.scm: added neume prefix properties
7558
7559         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
7560         lily/include/gregorian-ligature-engraver.hh,
7561         lily/include/gregorian-ligature.hh: new files; framework for
7562         gregorian ligature engravers such as vaticana
7563
7564         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
7565         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
7566         vaticana style ligature implementation (still somewhat uncomplete)
7567
7568 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7569
7570         * VERSION: release 1.7.11
7571
7572         * scripts/convert-ly.py: add ly:pitch-transpose rule
7573
7574 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7575
7576         * input/test/dpncnt.ly: New file.
7577
7578         * lily/my-lily-lexer.cc: Add chordnames keyword.
7579
7580         * lily/parser.yy (chordnames_block): Parse chord name exception
7581         lists, see input/test/dpncnt.ly.
7582
7583         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
7584         function.
7585
7586         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
7587         filter-out too.
7588
7589         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
7590         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
7591         pitch functions (except for ly:make-pitch, but that's apparently
7592         some sort of scheme naming standard?).
7593
7594         * scm/lily.scm (!=): define-public.
7595
7596         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
7597
7598 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7599
7600         * scm/double-plus-new-chord-name.scm
7601         (double-plus-new-chord-name->markup): New file.
7602
7603 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7604
7605         * python/lilylib.py (make_preview): don't suppress progress for
7606         bbox extraction.
7607
7608 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7609
7610         * Documentation/user/appendices.itely (scheme): update for new syntax.
7611
7612         * input/regression/chord-name-styles.ly: new file
7613
7614         * lily/instrument-name-engraver.cc: create instrument names
7615         without barline too.  Allows instrument name on ChordNames  
7616
7617         * scm/new-markup.scm (interpret-markup): allow simple strings as
7618         markup too.
7619
7620 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7621
7622         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
7623         (step->markup-accidental): Fix: add accidental.
7624         (chord::inner-name-american): 
7625         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
7626         append stray '/' if last superscript addition was 'o'.
7627
7628         * scm/new-markup.scm (normal-size-sub-markup) 
7629         (normal-size-super-markup): New function.
7630
7631         * lily/source-file.cc (Source_file): Add warning for possibly
7632         intentional but suspicious initialization.
7633
7634         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
7635         add comments about cut-and-paste programming.
7636
7637         * flower/rational.cc (lcm): Not used; comment out.
7638
7639 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7640
7641         * lily/new-fingering-engraver.cc (position_scripts): use
7642         fingerHorizontalDirection to determine fingering horizontal
7643         directions.
7644  
7645         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
7646         fingering support.
7647
7648         * scripts/convert-ly.py (FatalConversionError.conv): add style
7649         conversion rule. 
7650
7651         * scm/chord-name.scm (set-chord-name-style): new function.
7652         (new-chord-name-brew-molecule): revise to interpret markup only
7653         (new-chord->markup): cleanuppish rewrite. To be called from the
7654         new engraver.
7655
7656         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
7657         Markup earlier, during interpreting.
7658
7659         * input/test/{banter,jazz,american}-chords.ly (scheme): update
7660         style settings. Rename to chord-names-*.ly
7661
7662 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7663
7664         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
7665         markup code and update to new markup.  Most probably broke some of
7666         it.
7667         
7668 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
7669
7670         * Documentation/user/refman.itely: added docu for ambitus and
7671         clusters
7672
7673         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
7674         ly_quote_scm() in lookup.cc
7675
7676         * mf/parmesan-clefs.mf: set_char_box fix
7677
7678         * lily/cluster-engraver.cc: junk implicit protection; use
7679         Protected_scm instead
7680
7681 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7682
7683         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
7684         throughout.
7685
7686         * scm/new-markup.scm: Turn-off error-triggering test code.
7687
7688 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7689
7690         * scm/new-markup.scm (markup-thrower-typecheck) 
7691         (markup-typecheck?):  add full typechecking functions.
7692         (make-markup-maker): add make-FOO-markup functions.
7693         (markup-argument-list-error): nice error checking messages.
7694         (make-markup): better function: less quoting escapades.
7695
7696 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7697
7698         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
7699
7700 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7701
7702         * cygwin/lilypond.hint (requires): Add cygwin.
7703
7704         * .cvsignore: Remove stepmake (huh!?!), add lib.
7705
7706         * GNUmakefile.in: Add libdir links for builddir runs.
7707
7708         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
7709         instead of datadir.
7710
7711         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
7712         local_lilypond_libdir.
7713
7714         * config.make.in (lilypond_libdir): Add.
7715
7716         * stepmake/stepmake/substitute-rules.make: 
7717         * stepmake/stepmake/script-rules.make: 
7718         * stepmake/stepmake/python-module-rules.make:
7719         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
7720         lilypond-python-module patch.
7721
7722 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7723
7724         * Documentation/user/refman.itely (Graphical interfaces): add note
7725         about xml2ly.
7726
7727 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7728
7729         * scripts/ly2dvi.py (run_dvips): remove trailing newline
7730
7731 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7732
7733         * VERSION: released 1.7.10
7734
7735         * scripts/musedata2ly.py (): idem
7736
7737         * scripts/midi2ly.py (dump_chord): idem
7738
7739         * scripts/etf2ly.py (version): idem 
7740
7741         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
7742
7743         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
7744
7745         * scm/tex.scm (tex-output-expression): remove eval compat
7746         glut. Other output files too.
7747
7748         * scm/chord-name.scm: don't export anything from chord module.
7749
7750         * input/test/american-chords.ly: idem
7751
7752         * input/test/banter-chords.ly (texidoc): idem
7753
7754         * input/test/Cc-chords.ly: add breakage notes.
7755
7756         * Documentation/user/refman.itely (Text markup): rewrite manual section.
7757
7758         * lily/parser.yy (scalar): allow \markup { } as property value. 
7759
7760         * scm/chord-name.scm: complete new markup usage
7761
7762         * scm/grob-description.scm (all-grob-descriptions): use new markup
7763         texts by default
7764
7765 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7766
7767         * scm/chord-name.scm: partial move to new markup texts.
7768
7769 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7770
7771         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
7772
7773         * scm/bass-figure.scm (brew-bass-figure): make stack direction
7774         settable.
7775
7776 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
7777
7778         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
7779         invoked for old midi, wait for killing.
7780
7781 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
7782
7783         * Documentation/user/music-glossary.tely: Finnishing.
7784
7785 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7786
7787         * mf/feta-nummer-code.mf: some kerning pairs.
7788
7789 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
7790
7791         * scm/output-lib.scm (set-bar-number-visibility): Context-function
7792         Added.
7793
7794         * Documentation/user/refman.itely (Bar numbers):
7795         set-bar-number-visibility added, modulo-bar-number removed again
7796         (sorry).
7797
7798 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
7799
7800         * scm/output-lib.scm (modulo-bar-number-visible): add function.
7801
7802         * Documentation/user/refman.itely: add modulo-bar-number-visible.
7803
7804         * Documentation/user/music-glossary.tely: translate into Finnish.
7805
7806 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
7807
7808         * lilypond-mode.el: add shortcut for 2midi
7809
7810         * lilypond-font-lock.el: fontify lyrics
7811
7812 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
7813
7814         * scm/drums.scm : use 1.7.x names.
7815
7816         * input/regression/drums.ly : Don't use << chords >>
7817
7818 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
7819
7820         * lilypond-mode.el: tidy, add TODO
7821
7822         * make/lilypond.mandrake.spec.in: install-info quietly.
7823
7824 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7825
7826         * input/test/markup.ly: use new syntax.
7827
7828 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7829
7830         * ly/params-init.ly (interscoreline): add word-space
7831
7832         * input/test/metronome.ly (eighthNote): idem.
7833
7834         * input/test/script-priority.ly: use new markup
7835
7836         * lily/parser.yy (markup): allow HEAD markup0 markup1 
7837
7838         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
7839
7840         * lily/parser.yy (gen_text_def): bugfix.
7841         (full_markup): allow markup identifier.
7842
7843 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
7844
7845         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
7846         jobs at the same time. Add horizontal lines to Command menu.
7847         Allow one compiling job -- propose killing others before a new one.
7848
7849         * lilypond.words: add markup, teeny, etc.
7850
7851 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
7852
7853         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
7854         Allow only one type of midi process; launching Midi either stops
7855         midis or plays the current midi and launching MidiAll stops midis
7856         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
7857         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
7858
7859 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7860
7861         * lily/text-engraver.cc (process_acknowledged_grobs): use new
7862         markup  for new markup texts.
7863
7864         * lily/mark-engraver.cc (process_music): idem
7865         
7866         * lily/instrument-name-engraver.cc (create_text): idem
7867
7868         * scm/new-markup.scm (magnify-markup): new function.
7869
7870         * scm/molecule.scm (stack-lines): bugfix.
7871
7872         * lily/font-interface.cc (get_font): take font-magnification from
7873         alist chain.
7874
7875 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7876
7877         * lily/molecule-scheme.cc: move scheme functions to separate file.
7878
7879         * lily/font-metric.cc  (ly_get_glyph): new function. 
7880         
7881         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
7882         (italic-markup, dynamic-markup): new functions
7883         (font-markup): new function
7884
7885         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
7886         padding and minimum
7887
7888 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
7889
7890         * lily/accidental-engraver.cc:
7891         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
7892
7893 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
7894
7895         * lilypond.vim:
7896         * lilypond-font-lock.el: Put \longa as duration. Accept only 
7897         [a-zA-Z] for user defined identifiers. Separate note cases 
7898         with and without a duration (allow cis\longaX).
7899
7900         * lilypond.words: Add words from Info.
7901
7902 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7903
7904         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
7905
7906 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
7907
7908         * lilypond-mode.el: Propose reverting buffer before a command if
7909         it was edited with an another editor.
7910
7911 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7912
7913         * lily/molecule.cc (ly_translate_molecule): new function
7914
7915         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
7916         into libdir
7917
7918         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
7919
7920         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
7921
7922 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
7923
7924         * lilypond.words: take \words from Info-index.
7925
7926 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7927
7928         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
7929
7930 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
7931
7932         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
7933
7934 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
7935
7936         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
7937         and lilypond-documentation.
7938
7939 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7940
7941         * lily/parser.yy: Compile fix (bison 1.75).
7942
7943 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7944
7945         * VERSION: 1.7.9 released
7946
7947         * scm/music-functions.scm (shift-one-duration-log): refactor.
7948         Use music-map.
7949
7950         * input/regression/chord-tremolo.ly (texidoc): add dot test.
7951
7952         * NEWS: update.
7953
7954         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
7955         argument
7956         
7957         * scm/music-functions.scm (display-music): new function
7958         (music-map): change arg order.
7959
7960         * input/regression/new-markup-syntax.scm: new file
7961
7962         * lily/parser.yy (markup): add \markup { .. } syntax.
7963
7964         * scm/new-markup.scm (override-markup): new function
7965         (lookup-markup): new function
7966         (music-markup): new function
7967         (lookup-markup-command): use markup-signature to store argument
7968         format for parser.
7969
7970         * lily/lexer.ll: preliminary \markup syntax. 
7971
7972 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
7973
7974         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
7975         add pre/post-dependencies and menus with icons from source.
7976
7977         * Documentation/pictures/lilypond-48x48.xpm:
7978         * Documentation/pictures/lilypond-32x32.xpm:
7979         * Documentation/pictures/lilypond-16x16.xpm: new files, background
7980         transparent.
7981
7982         * stepmake/stepmake/generic-targets.make:
7983         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
7984
7985 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7986
7987         * input/regression/music-map.ly (texidoc): new file.
7988
7989         * scm/music-functions.scm (music-map): new function
7990
7991 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7992
7993         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
7994
7995 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
7996
7997         * input/test/to-xml.ly:
7998         * lily/ligature-engraver.cc: Fixes documentation.
7999
8000         * lilypond.mandrake.spec.in:
8001         * lilypond.redhat.spec.in: Add lilypond.words.
8002
8003         * Documentation/user/refman.itely: Mention Info inside emacs.
8004         
8005         * lilypond.suse.spec.in:
8006         * lilypond.redhat.spec.in: 
8007         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
8008
8009 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8010
8011         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
8012         os.popen.read ().
8013
8014 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8015
8016         * scripts/ly2dvi.py (include_path): print warning if failing anything.
8017
8018         * python/lilylib.py (error): add space
8019
8020 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8021
8022         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
8023         distribution.
8024
8025 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8026
8027         * lily/paper-outputter.cc (Paper_outputter): close port when
8028         finishing score.
8029
8030 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8031
8032         * scm/sodipodi.scm: Fixes.
8033
8034 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
8035
8036         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
8037
8038         * buildscripts/make-font-dir.py: Fix. 
8039
8040 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
8041
8042         * lilypond-mode.el: Add support for Info inside Emacs.
8043
8044 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8045
8046         * buildscripts/make-font-dir.py: 
8047         * mf/GNUmakefile: Make sodipodi font map.
8048
8049         * scm/sodipodi.scm: Add more output functions.
8050
8051         * mf/feta-nummer.mf: 
8052         * mf/feta-beugel.mf: Add font_coding_scheme.
8053
8054         * lily/paper-outputter.cc (output_header): Fix creator string.
8055
8056 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
8057
8058         * lilypond-mode.el (LilyPond-autocompletion): invoked with
8059         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
8060
8061         * lilypond.words: add two (Everybody can add/remove words now!).
8062
8063         * debian/rules:
8064         * make/lilypond.suse.spec.in:
8065         * make/lilypond.mandrake.spec.in:
8066         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
8067
8068         * Documentation/user/refman.itely: Mention autocompletion.
8069
8070 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8071
8072         * scripts/ly2dvi.py: Add paper sizes.
8073
8074         * lily/timing-engraver.cc: 
8075         * lily/time-signature.cc: 
8076         * lily/span-bar.cc: 
8077         * lily/grob-scheme.cc: Code formatting fixes.
8078
8079         * scm/sodipodi.scm: 
8080         * scm/sketch.scm:
8081         * buildscripts/mf-to-table.py: 
8082         * buildscripts/make-font-dir.py: Font testing.
8083
8084 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
8085
8086         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
8087         inserts try-completion and shows all-completions.
8088
8089         * lilypond.words: '\' -> '\\'
8090
8091         * lilypond-mode.el: load libraries in the end, lilypond.words defines
8092         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
8093         
8094         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
8095         and LilyPond-reserved-words.
8096         
8097 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
8098
8099         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
8100         from load-path.
8101         
8102         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
8103         the mini-buffer with Control-Shift-c.
8104         
8105 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8106
8107         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
8108         duration. This fixes \tempo taking time.
8109
8110 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8111
8112         * lily/volta-engraver.cc (process_acknowledged_grobs): 
8113         Allow for text markup in repeatCommands. 
8114
8115 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
8116
8117         * lilypond-mode.el (LilyPond-insert-string): new function, use it
8118         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
8119         Get rid of skeleton.el-dependency.
8120
8121         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
8122
8123 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8124
8125         * lily/beam-engraver.cc (stop_translation_timestep): reset
8126         now_stop_ev_
8127
8128         * lily/scm-option.cc: add parse-protect to ly:set-option
8129
8130         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
8131
8132 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8133
8134         * lily/include/ligature-bracket.hh: removed
8135         * lily/ligature-bracket.cc: removed
8136
8137         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
8138         .tex
8139
8140         * lily/beam.cc (set_beaming): don't change beam count on rests.
8141         (brew_molecule): always set flag-width > 0.
8142
8143 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
8144
8145         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
8146         chars, remove instructions; instead, refer to lilypond-init.el and
8147         Documentation/topdocs/INSTALL.texi.
8148
8149         * lilypond.words: add identifiers and reserved words.
8150
8151         * Documentation/topdocs/INSTALL.texi: separate sections for installing
8152         files and adding a load-path.
8153
8154         * lilypond-init.el: Instructions, extracted from 
8155         Documentation/topdocs/INSTALL.texi. 
8156         
8157 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8158
8159         * VERSION: 1.7.8 released 
8160
8161         * lily/grob.cc (warning): better robustness fix.
8162
8163 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
8164
8165         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
8166
8167         * lily/cluster-engraver.cc: stick better to variable naming
8168         conventions
8169
8170         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
8171         until stop_translation_timestep()
8172
8173         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
8174         min/max coordinates to backend, but no musical info such as
8175         pitches
8176
8177         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
8178
8179         * lily/grob.cc: robustness fix: warning(): do not crash if
8180         cause is not set
8181
8182         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
8183         the much more elaborated tuplet brackets than the very naive and
8184         simple ligature bracket grob
8185
8186 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8187
8188         * Documentation/user/refman.itely (Analysis brackets): add
8189         horizontal bracket doco.
8190
8191         * ly/property-init.ly (setMmRestFermata): added.
8192
8193         * Documentation/user/refman.itely (Multi measure rests): fermatas
8194         on mm rests.
8195
8196         * input/regression/apply-context.ly (texidoc): new file
8197
8198         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
8199         code to be executed during interpretation. Possible applications:
8200         smart octavation, more advanced bar checks. 
8201
8202         * lily/apply-context-iterator.cc: new file.
8203
8204 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8205
8206         * input/test/new-markup.ly: new file.
8207
8208         * lily/text-item.cc (text_to_molecule): new function
8209
8210         * scm/new-markup.scm (lambda): new file
8211
8212         * lily/function-documentation.cc (ly_add_function_documentation):
8213         add proc property as well
8214
8215 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8216
8217         * Documentation/user/music-glossary.tely (Top): add custos.
8218
8219 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
8220
8221         * Documentation/topdocs/INSTALL.texi: advise how to include source
8222         path to Emacs load-path and improve language.
8223
8224 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8225
8226         * GNUmakefile.in: config.h message fix.
8227
8228         * autogen.sh:
8229         * aclocal.m4: Regenerate.
8230
8231         * configure.in: 
8232         * config.make.in: 
8233         * stepmake/config.make.in: 
8234         * stepmake/configure.in: 
8235         * stepmake/autogen.sh: 
8236         * stepmake/aclocal.m4: Update for autoconf 2.56.
8237
8238 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
8239
8240         * Documentation/topdocs/INSTALL.texi: instructions for an user how
8241         to install Emacs-mode. Instructions how to use vim-mode.
8242
8243 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8244
8245         * scm/music-types.scm (music-descriptions): no length for tempo event.
8246
8247         * input/*.ly: add \version everywhere.
8248         
8249         * input/*.ly: update syntax to 1.7 + new-chords.
8250
8251         * VERSION: 1.7.7 released.
8252         
8253         * Documentation/user/*.tely: new chord syntax.
8254
8255         * input/regression/[bc]*.ly (texidoc): syntax updates.
8256         
8257 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
8258
8259         * lilypond.words: add vocabulary to be used in auto-completion
8260
8261         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
8262
8263         * lilypond.vim: allow note name at EOF
8264
8265 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8266
8267         * buildscripts/new-chords.py (edit): -e option: inline editing.
8268
8269         * input/regression/a*.ly (texidoc): syntax updates.
8270
8271         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
8272         music): elucidations. 
8273
8274 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
8275
8276         * lily/include/lily-proto.hh, ly/engraver-init.ly,
8277         ly/spanners-init.ly, scm/grob-description.scm,
8278         scm/grob-property-description.scm, scm/music-types.scm,
8279         lily/cluster-engraver.cc, lily/cluster.cc,
8280         lily/include/cluster.hh, input/test/cluster.ly: cluster
8281         implementation
8282
8283         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
8284         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
8285         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
8286
8287         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
8288
8289         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
8290
8291         * scm/grob-description.scm: bugfix: by default, use default note
8292         head style when engraving ligatures
8293
8294         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
8295
8296         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
8297         events
8298
8299         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
8300
8301         * input/test/ancient-font.ly: bugfix: style -> flag-style
8302
8303         * lily/ligature-engraver.cc: indentation fix
8304
8305         * lily/parser.yy: indentation fixes
8306         
8307 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8308
8309         * input/regression/measure-grouping.ly: more elaborate example.
8310
8311         * lily/moment.cc: ly:add-moment, ly:mul-moment,
8312         ly:div-moment. New functions 
8313
8314         * scm/music-functions.scm (set-time-signature): new function,
8315         allow inline time sig settings with measure grouping.
8316
8317         * lily/parser.yy (command_element): move time sig construction
8318         into Scheme.
8319
8320         * lily/side-position-interface.cc (out_of_staff): new function,
8321         like padding, but keep minimum distance from staff. Easier than
8322         linespanners (dynamics, pedals), but roughly the same effect.
8323
8324 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
8325
8326         * emacs-mode.el: Added spanish-note-replacements 
8327         (Carlos Betancourt, <carlos.betancourt@chello.be>).
8328
8329         * vimrc: (Un)commenting with <(S-)F12>, tidy.
8330
8331 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
8332
8333         * lilypond.vim: Do not fontify cises, desis, etc.
8334
8335         * vimrc: view dvi with <S-F6>
8336
8337 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8338
8339         * lily/lookup.cc (triangle): new function.
8340
8341         * input/regression/measure-grouping.ly (texidoc): new file: show
8342         triangles and brackets for beat groups of 3 and 2.
8343
8344         * lily/include/measure-grouping-spanner.hh (class
8345         Measure_grouping): new file.
8346
8347         * lily/measure-grouping-spanner.cc (brew_molecule): new file
8348
8349         * lily/measure-grouping-engraver.cc (class
8350         Measure_grouping_engraver): new file.
8351
8352 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8353
8354         * Merge from stable:
8355
8356             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
8357         
8358         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
8359         stylesheet.
8360
8361         * ly/paper19.ly: Include paper19-init.ly.
8362
8363         * ly/paper19-init.ly: New file.
8364
8365         * Documentation/user/tutorial.itely (First steps): Fix first
8366         example for font test.
8367
8368         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
8369
8370         * ChangeLog: Add 1.7.6 release marker (see below).
8371
8372         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
8373         Add .py files.
8374
8375 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8376
8377         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
8378
8379         * input/tutorial/*.ly: update to new syntax.
8380
8381         * lily/parser.yy (Composite_music): new transpose syntax,
8382         \transpose FROM TO MUSIC. 
8383
8384 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8385
8386         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
8387         latex progress/error output to stderr (by default this goes to
8388         stdout).  Show lilypond progress, even when not verbose.
8389
8390         * python/lilylib.py (system): New optional parameter to control
8391         showing of progress.
8392
8393         * scm/backend-documentation-lib.scm (check-dangling-properties):
8394         Fix error message.
8395
8396         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
8397         axis, extent.
8398
8399         * scm/grob-property-description.scm (magnify): Remove.
8400         (extent, axis): Add.
8401
8402 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8403
8404         * VERSION: Release 1.7.6.
8405
8406         * scripts/convert-ly.py: more uniformization substitutions.
8407
8408         * buildscripts/new-chords.py (sub_chords): new file.
8409
8410 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8411
8412         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
8413         lilypond.map.  Include sauter fonts too.  Cleanups.
8414
8415 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8416
8417         * Documentation/user/tutorial.itely (First steps): change to new
8418         chord/tie/slur/beam notation.
8419
8420         * lily/parser.yy (event_that_take_dir): allow postfix notation for
8421         ties.
8422
8423         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
8424         engraver. Process ties in postfix notation, i.e. c8-~ c
8425
8426         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
8427
8428         * input/regression/beam-postfix-notation.ly (texidoc): new file.
8429
8430         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
8431
8432         * lily/beam-engraver.cc (try_music): accept new-beam-events
8433
8434         * input/regression/chord-scripts.ly (texidoc): new file
8435
8436         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
8437         script-events.
8438
8439         * scm/script.scm (default-script-alist): cleanup.
8440
8441         * lily/script-engraver.cc (make_script_from_event): cleanup.
8442
8443         * lily/lyric-combine-music-iterator.cc
8444         (Lyric_combine_music_iterator): remove superfluous events.
8445         (melisma_busy): new function. Fix broken melismas.
8446
8447 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
8448
8449         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
8450         Remove nonvalid settings. Use descriptive key names.
8451         Use <Return> to indicate the pressing of that key.
8452
8453 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8454
8455         * scripts/lilypond-book.py (option_definitions): Typo.
8456
8457         * scripts/ly2dvi.py: Updates.
8458
8459         * python/lilylib.py (setup_environment, print_environment)
8460         (get_bbox, make_preview): Merge and remove from ly2dvi and
8461         lilypond-book.
8462
8463         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
8464
8465         * .cvsignore: Remove some cruft.
8466
8467         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
8468         path.
8469
8470         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
8471         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
8472         throughout.
8473
8474         * python/lilylib.py (quiet_system): Junk
8475         (system): Display error log upon failure.
8476         (read_pipe): New function.  Cleanups and fixes.
8477
8478         * python/*.py: Rename from *.py.in.
8479         
8480         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
8481
8482         * GNUmakefile.in (SUBDIRS): Move python before scripts.
8483
8484 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8485
8486         * python/GNUmakefile: Bugfix: handle modules.
8487
8488         * stepmake/stepmake/python-module-targets.make (default): Add
8489         compiled modules. 
8490
8491         * stepmake/stepmake/python-module-rules.make: Add rule for byte
8492         compiling modules.
8493
8494         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
8495         Bugfix.  (OUT_PYC_MODULES): Add.
8496
8497 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
8498
8499         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
8500         Use default paths. Refresh description.
8501
8502 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8503
8504         * VERSION: 1.7.5 released
8505
8506         * input/regression/finger-chords.ly (texidoc): new file.
8507
8508         * lily/script-engraver.cc (process_music): remove scriptHorizontal
8509         support
8510
8511         * lily/fingering-engraver.cc (process_music): remove kludgy
8512         scriptHorizontal stuff.
8513
8514         * lily/script.cc: remove staff-support property.
8515
8516         * lily/new-fingering-engraver.cc (add_fingering): new
8517         file. Fingering engraver for new style chords.
8518
8519 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8520
8521         * lily/parser.yy (bare_number): allow 4 \cm (without
8522         decimal dot). (should backport to 1.6?)
8523
8524         * ly/declarations-init.ly: use Scheme for dimension defs.
8525
8526         * lily/parser.yy (TODO): remove hard coded dimensions, add
8527         REAL NUMBER_IDENTIFIER production.
8528
8529         * lily/rest-collision.cc (force_shift_callback): rewrite using
8530         -done property.
8531
8532         * scm/grob-property-description.scm (rest-collision-done): add
8533         property.
8534         
8535         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
8536
8537 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8538
8539         * input/regression/multi-measure-rest-center.ly: new file.
8540
8541         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
8542         off horizontally by 0.05 ss. Fixed.
8543
8544 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8545
8546         * scm/pdftex.scm: Rename ly-number to ly:number->string.
8547
8548         * Documentation/topdocs/index.tely: Remove duplicate from merge.
8549
8550 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8551
8552         * lily/tie.cc (get_control_points): also avoid staff lines on the
8553         just outside the outer staff lines
8554
8555 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8556
8557         * ly/params-init.ly: Just define style-alist, no need to
8558         define-public.
8559
8560         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
8561         (thanks Han-Wen).
8562
8563         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
8564         (FET_FILES): = FONT_FILES.
8565
8566         * Merge from stable:
8567
8568             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
8569
8570 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8571
8572         * VERSION: 1.7.4 released.  
8573         
8574         * scm/generate-documentation.scm (string-append): add macro
8575         definitions.
8576
8577         * lily/text-item.cc (lookup_text): don't use virtual fonts for
8578         normal texts.
8579
8580         * lily/multi-measure-rest-engraver.cc: make separate
8581         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
8582
8583         * lily/multi-measure-rest.cc: remove text handling. Remove
8584         number-threshold.
8585
8586 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8587
8588         * scm/music-types.scm: doc patch by Graham Percival
8589
8590 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8591
8592         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
8593         encoding part.
8594         (Font_info.set_defaults): pixelsize now also defauts to '0'.
8595         (sketch_p): Sketch wants only first four elements of X11 font spec.
8596
8597         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
8598
8599         * mf/feta-autometric.mf: Write foundry and family to log.
8600
8601         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
8602         font translation table.
8603
8604         * buildscripts/mf-to-table.py: Better font info into afm.
8605
8606         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
8607         1.0.9 required.
8608
8609         * configure.in: Whine for mftrace 1.0.9.
8610
8611 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8612
8613         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
8614
8615         * lily/main.cc (main_prog): don't try to load init.EXT when
8616         processing foo.EXT.
8617
8618 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
8619
8620         * scm/tex.scm (zigzig-line): added.
8621
8622         * scm/ps.scm (zigzag-line): added.
8623
8624         * ps/music-drawing-routines.ps (subvec): added.
8625         (draw_zigzag_line): added.
8626         
8627         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
8628         grob properties zigzag-width and zigzag-length.
8629
8630         * input/regression/glissando.ly: Add some zig-zagged glissandi.
8631
8632 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8633
8634         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
8635         svg output, including font.
8636
8637 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8638
8639         * scm/lily.scm: Register sodipodi output module.
8640
8641         * scm/sodipodi.scm: New file.
8642
8643         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
8644
8645         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
8646         comment, after header.
8647         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
8648         FullName.  Fix FontName key.
8649
8650 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
8651
8652         * lily/rest.cc (after_line_breaking): bugfix: dots after half
8653         and breve rests.
8654         
8655         * input/test/blank-notes.ly: bugfix
8656
8657         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
8658         rests. (Kim Shrier)
8659
8660         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
8661         
8662 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8663
8664         * scm/tex.scm: 
8665         * scm/ps.scm: Cleanup and remove obsolete junk.
8666
8667         * Documentation/user/internals.itely:
8668         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
8669
8670         * lily/parser.yy: Identify shift/reduce problems.
8671
8672         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
8673         make-style-sheet.  Too specific for convert-ly?
8674
8675 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8676
8677         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
8678
8679         * input/test/*.ly: various fixes.
8680
8681         * lily/music.cc (name): bugfix
8682
8683         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
8684
8685         * lily/input-file-results.cc (code): set-point-and-click! ->
8686         set-point-and-click
8687         
8688 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8689
8690         * Use uniform ly: prefix for exported scheme primitive functions.
8691
8692         * scm/music-types.scm: junk compat glue
8693
8694         * scripts/convert-ly.py: add rules for stuff below, junk
8695         compatibility glue for spanrequest.
8696
8697         * lily/parser.yy (verbose_event): remove \spanrequest,
8698         \commandspanrequest, \script. 
8699         
8700         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
8701
8702         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
8703         for \penalty, \glissando.
8704
8705         * VERSION: release 1.7.3
8706         
8707 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
8708
8709         * lily/accidental-engraver.cc: Fix
8710         grace-in-the-beginning-of-measure bug caused by the resent
8711         partial-measure fix.
8712
8713         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
8714         overlap looks too crowded)
8715         
8716 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8717
8718         * lily/parser.yy (assignment): allow SCM expression as assignment.
8719
8720         * lily/include/music-output-def.hh (class Music_output_def):
8721         * lily/music-output-def.cc: 
8722         * lily/paper-def.cc: 
8723         * scm/font.scm (markup-to-properties):
8724         * lily/parser.yy (music_output_def_body): 
8725         remove style_sheet_
8726
8727 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8728
8729         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
8730         length.
8731
8732         * input/regression/spacing-to-grace.ly: new file.
8733
8734         * input/regression/spacing-end-of-line.ly: new file.
8735
8736         * lily/note-spacing.cc (get_spacing): take into account breakable
8737         stuff sticking out at the left (time sig change at line break).
8738
8739         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
8740         raggedright code.
8741
8742         * scm/music-functions.scm (make-voice-props-set): add
8743         staff-position for mm rests.
8744  
8745         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
8746         before grace notes a little.
8747
8748         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
8749
8750         * lily/break-align-interface.cc (do_alignment): right-edge spacing
8751         key adds space at the end of line. 
8752
8753 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8754
8755         * scm/sketch.scm: Fix beams.
8756
8757         * buildscripts/mf-to-table.py: Add EncodingScheme.
8758
8759         * scm/sketch.scm: Resurrect.
8760
8761 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8762
8763         * lily/multi-measure-rest.cc: use breve rests for measure lengths
8764         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
8765
8766 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8767
8768         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
8769
8770         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
8771
8772 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8773
8774         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
8775         token for origin information.
8776
8777         * lily/parser.yy (My_lily_lexer): do identifier location and
8778         cloning from lexer.
8779
8780         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
8781         logic out of the parser. Add bar checks on both ends.
8782
8783         * Documentation/user/refman.itely (Multi measure rests): add more
8784         notes about mm rests.
8785
8786 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8787
8788         * input/regression/bar-scripts.ly: Re-enable.
8789
8790         * lily/parser.yy:
8791         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
8792         released rsn.  Bison 1.50 has a crucial bug and won't work.
8793
8794         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
8795
8796
8797 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8798
8799         * input/regression/bar-scripts.ly: Blunt documentation build fix.
8800
8801 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8802
8803         * Actually merge changes since 1.6.4 besides ChangeLog, and
8804         resolve conflicts.  Lots of updates, hope all is well.
8805         
8806         * cygwin/lilypond.hint (requires): Add ghostscript.
8807
8808         * scm: Update some (c).
8809         
8810 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8811
8812         * input/test/{various}.ly: add \header fields and texidoc strings.
8813
8814 2002-10-05  Werner Lemberg  <wl@gnu.org>
8815
8816         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
8817         renamed to `output_latex_quoted'.
8818         Added `output_latex_noquote'.
8819         (schedule_lilypond_block): Implement `noquote' option for LaTeX
8820         mode.
8821
8822 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8823
8824         * ChangeLog: Add 1.6.6 release marker.  See below.
8825
8826         * stepmake/stepmake/po-targets.make: Remove --c++ option.
8827
8828         * scripts/midi2ly.py: Fix global syntax warnings.
8829
8830         * GNUmakefile.in: Generate builddir locale tree too.
8831
8832         * scripts/ly2dvi.py:
8833         * scripts/midi2ly.py: 
8834         * scripts/mup2ly.py: 
8835         * scripts/update-lily.py:
8836         * lily/main.cc (setup_paths): Fix for locales setup.
8837
8838 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8839
8840         * Documentation/windows/installing.texi: Soften wording about
8841         necessity of becoming Administrator.  tommie@iae.nl reports this
8842         does not seem to be necessary for his flavour of Windows 2000.
8843         Explicitely discourage text mode mounts.
8844
8845 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8846
8847         * lily/rest.cc (after_line_breaking): backport dot position fix.
8848
8849         * lily/rest-collision.cc (do_shift): also remove dots for suicided
8850         rests. Thanks to Klaus Zimmermann for finding this bug.
8851
8852 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8853
8854         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
8855
8856 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8857
8858         * Documentation/user/music-glossary.tely: fix links.
8859
8860 2002-10-21  Werner Lemberg  <wl@gnu.org>
8861
8862         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
8863         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
8864         scaling factor) only once and use them in the definition of
8865         \embeddedps.
8866         * ps/music-drawing-routines.ps (skeel): Removed.
8867
8868 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8869
8870         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
8871         Solaris7, as we don't use nested $( ) constructs.
8872
8873 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8874
8875         * VERSION: Release 1.6.6.
8876         
8877 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8878
8879         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
8880         as workaround for /bin/sh problems on Solaris7.
8881
8882 2002-10-19  Werner Lemberg  <wl@gnu.org>
8883
8884         * GNUmakefile.in (web-doc): Fix typos.
8885         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
8886         `music-drawing-routines.ps' but emit \special{header=...} once.
8887         * scm/tex.scm (header-end): Updated.
8888
8889 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8890
8891         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
8892         undefined tremolo. 
8893
8894 2002-10-15  Werner Lemberg  <wl@gnu.org>
8895
8896         * scripts/lilypond-book.py (g_make_html): New global variable.
8897         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
8898         if `g_make_html' isn't set.
8899         [main]: Add format `texi-html'.
8900         (option_definitions): Updated.
8901         * Documentation/user/lilypond-book.itely: Updated.
8902
8903         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
8904         * make/ly-rules.make (%.texi, %.nexi): Use it.
8905         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
8906         format to lilypond-book.
8907         * GNUmakefile.in (web-doc): Ditto.
8908
8909 2002-10-14  Werner Lemberg  <wl@gnu.org>
8910
8911         Further improve TeX output.  The produced files are about 40%
8912         smaller.  `lilyponddefs.tex' is now read only once.
8913
8914         * tex/lilyponddefs.tex: Remove footer stuff.
8915         (\ifundefined): Renamed to...
8916         (\lilypondundefined): This.  Use LaTeX's definition to
8917         make it nestable and make it global.
8918         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
8919         output.
8920         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
8921         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
8922         them global.
8923         (\placebox): Renamed to...
8924         (\lyitem): This.
8925         Make it global and call \outputscale by itself.
8926         (\lybox, \lyvrule): New macros to reduce input data.
8927         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
8928         New auxiliary macros.
8929         (\SkipLilydefs, \EndLilyPondOutput): Removed.
8930         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
8931         to...
8932         (\lilypondspace): This and made it global.
8933         (\turnOnPostScript): Renamed to...
8934         (\lilypondpostscript): This and made it global.
8935         (\turnOnExperimentalFeatures): Renamed to...
8936         (\lilypondexperimentalfeatures): This and made it global.
8937         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
8938         (\lilypondsetdimen): This and made it global.
8939         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
8940         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
8941         (all, $(outdir)/music-drawing-routines.ps): New rules.
8942         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
8943         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
8944         start-system, stop-system, stop-last-system, filledbox): Updated to
8945         use the changed macros from lilyponddefs.tex.
8946         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
8947
8948 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8949
8950         * Documentation/windows/installing.texi: Update.
8951
8952 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8953
8954         * VERSION: 1.6.5 released
8955
8956         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
8957
8958 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8959
8960         * scm/translator-property-description.scm (voltaOnThisStaff): add
8961         property.
8962
8963 2002-09-28  Werner Lemberg  <wl@gnu.org>
8964
8965         * scm/tex.scm (header-end): Suppress page numbering.
8966
8967         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
8968         Fix quotation for HTML output.
8969
8970 2002-09-28   Graham Percival   <gperciva@sfu.ca>
8971         
8972         * Documentation/user/refman.itely: grammar and phrasing
8973           fixes to "Note Entry" section.  Also adds a few new examples.
8974
8975 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8976
8977         * flower/include/string-data.icc: include string.h
8978
8979 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8980
8981         * scm/chord-name.scm (chord::inner-name-banter): remove space.
8982
8983 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8984
8985         * Documentation/user/GNUmakefile (extra-local-help): Add.
8986
8987         * stepmake/stepmake/www-targets.make (local-help): Add.
8988
8989 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8990
8991         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
8992         packages.
8993
8994         * Documentation/topdocs/README.texi (Top): building documentation
8995         (not website.)
8996
8997 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8998
8999         * Documentation/user/refman.itely: 
9000         * Documentation/user/tutorial.itely: 
9001         * Documentation/user/music-glossary.tely: Merge changes.
9002
9003         * Documentation/user/glossary.html.in: 
9004         * Documentation/index.texi: 
9005         * Documentation/header.html.in: Accomodate renaming of glossary.
9006         
9007         * Documentation/user/tutorial.itely: Add some glossary references.
9008         
9009         * Documentation/user/refman.itely: Minor fixes.
9010         
9011         * Documentation/user/lilypond.tely: Add glossary do direntry.
9012
9013         * Documentation/user/music-glossary.tely: Rename (previously:
9014         glossary.tely).  Fix anchor placement.
9015
9016         * Documentation/user/GNUmakefile: Make music-glossary.info too.
9017
9018 2002-09-23  Werner Lemberg  <wl@gnu.org>
9019
9020         * scripts/lilypond-book.py (output_dict): Fix handling of
9021         various environments by avoid extraneous newlines.
9022         Rename `output-all' regexp for html to `output-html'.
9023         Replace `output-all' regexp for texi with `output-texi-quote'
9024         and `output-texi-noquote'.
9025         (compose_full_body): Don't override `linewidth' user option
9026         for `singleline'.
9027         (schedule_lilypond_block): Don't indent text specified with
9028         `intertext' option.
9029         Add new option `noquote'.
9030         (compile_all_files): Use latex instead of tex to compile ly
9031         files directly.
9032
9033         * Documentation/user/lilypond-book.itely: Updated and revised.
9034         Improve layout.
9035
9036         * Documentation/user/glossary.tely,
9037         Documentation/user/introduction.itely,
9038         Documentation/user/tutorial.itely,
9039         Documentation/user/refman.itely,
9040         Documentation/user/appendices.itely: Fix overfull LilyPond
9041         boxes caused by the new lilypond-book code.  Other minor
9042         fixes.
9043
9044         * Documentation/user/macros.itexi (@texiflat): Don't emit
9045         trailing space.
9046
9047         * scm/tex.scm (end-output, header-end): Add preamble and
9048         postamble to make lilypond output directly compilable with
9049         latex.
9050
9051         
9052 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9053
9054         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
9055         instructions.
9056
9057 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9058
9059         * Documentation/user/glossary.tely: Add titling and hyperlinks.
9060
9061 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9062
9063         * lily/beam.cc (connect_beams): don't crash if there are quarter
9064         notes in beams.
9065
9066 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
9067
9068         * Documentation/user/refman.itely: corrected ancient clef
9069         docu; added docu on ligatures
9070
9071 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
9072
9073         * Documentation/user/glossary.tely,
9074         Documentation/user/refman.itely, input/les-nereides.ly,
9075         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
9076         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
9077         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
9078         Stem properties: flag-style -> stroke-style, style -> flag-style.
9079
9080
9081 2002-09-22  Werner Lemberg  <wl@gnu.org>
9082
9083         * scripts/lilypond-book.py: Add option `notime' to suppress
9084         printing of a time signature.  Specify default indentation of 0pt
9085         if single line fragment.  Don't emit redundant `\paper{ }'.
9086
9087         * Documentation/user/lilypond-book.itely: Updated.
9088
9089         * Documentation/user/glossary.tely: Completely reformatting.
9090
9091 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9092
9093         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
9094
9095 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9096
9097         * Documentation/user/tutorial.itely: Fix links.
9098         
9099         * Documentation/topdocs/index.tely:
9100         * Documentation/index.texi:
9101         * Documentation/header.html.in: Small website fixes and updates.
9102
9103         * debian/: Debian patch by Anthony Fok.
9104
9105 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9106
9107         * Documentation/footer.html.in: How time flies: It's already 2002!
9108
9109         * Documentation/topdocs/index.tely: Stable/development fix.  Use
9110         more descriptive link names than 'here'.
9111
9112 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9113
9114         * VERSION: 1.7.2 released
9115         * VERSION: 1.6.4 released
9116         
9117         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
9118
9119         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
9120         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
9121
9122         * mf/feta-din.mf (test): add x-height and space.
9123
9124         * lily/dynamic-engraver.cc (process_music): take dynamic direction
9125         from ^_ for crescendi. Idem for slurs and phrasing slurs.
9126
9127         * ly/grace-init.ly: add-to-grace-init: function to portably add
9128         settings to \grace. 
9129
9130         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
9131         if we get an absolute dynamic event.
9132  
9133         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
9134
9135         * lily/source-file.cc (get_line): oops. All line numbers were off
9136         by 2. Fix that. 
9137
9138         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
9139         be after the note, combined with -_^, i.e. c4-(-\)-\>  
9140
9141         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
9142
9143         * lily/parser.yy (number_factor): remove (number) as number
9144         expression. ("Let them eat Lisp").
9145
9146 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9147
9148         * lily/horizontal-bracket.cc: new file.
9149
9150         * lily/horizontal-bracket-engraver.cc: new file.
9151
9152         * input/regression/note-group-bracket.ly: new file. Support
9153         horizontal note brackets for music analysis.
9154
9155         * lily/stem.cc (flag): new flag-style: no-flag.
9156
9157         * input/test/stem-cross-staff.ly: new file
9158         
9159         * Documentation/user/internals.itely: Improved formatting, fixing
9160         typos.  Added a section `Output details' to describe how the TeX
9161         code looks like.
9162
9163         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
9164
9165         * lily/parser.yy: remove \dynamicscript.
9166
9167         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
9168         definitions. 
9169
9170         * python/midi.c (midi_error): take two arguments.
9171
9172         * Merge 1.6.5 changes:
9173         
9174 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9175
9176         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
9177         staff-space.  Previous 1.5 was probably meant as half-spaces.
9178         (cautionary-style): parentheses (was: smaller).  This is what doco
9179         says, and it seems more logical.
9180
9181         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
9182         for 2nd sentence.
9183
9184 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9185
9186         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
9187
9188 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9189
9190         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
9191
9192 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9193
9194         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
9195
9196 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9197
9198         * scm/translator-property-description.scm (voltaOnThisStaff): add
9199         property.
9200
9201 2002-09-28  Werner Lemberg  <wl@gnu.org>
9202
9203         * scm/tex.scm (header-end): Suppress page numbering.
9204
9205         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
9206         Fix quotation for HTML output.
9207
9208 2002-09-28   Graham Percival   <gperciva@sfu.ca>
9209         
9210         * Documentation/user/refman.itely: grammar and phrasing
9211           fixes to "Note Entry" section.  Also adds a few new examples.
9212
9213 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9214
9215         * flower/include/string-data.icc: include string.h
9216
9217 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9218
9219         * scm/chord-name.scm (chord::inner-name-banter): remove space.
9220
9221 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9222
9223         * Documentation/user/GNUmakefile (extra-local-help): Add.
9224
9225         * stepmake/stepmake/www-targets.make (local-help): Add.
9226
9227 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9228
9229         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
9230         packages.
9231
9232         * Documentation/topdocs/README.texi (Top): building documentation
9233         (not website.)
9234
9235 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9236
9237         * Documentation/user/refman.itely: 
9238         * Documentation/user/tutorial.itely: 
9239         * Documentation/user/music-glossary.tely: Merge changes.
9240
9241         * Documentation/user/glossary.html.in: 
9242         * Documentation/index.texi: 
9243         * Documentation/header.html.in: Accomodate renaming of glossary.
9244         
9245         * Documentation/user/tutorial.itely: Add some glossary references.
9246         
9247         * Documentation/user/refman.itely: Minor fixes.
9248         
9249         * Documentation/user/lilypond.tely: Add glossary do direntry.
9250
9251         * Documentation/user/music-glossary.tely: Rename (previously:
9252         glossary.tely).  Fix anchor placement.
9253
9254         * Documentation/user/GNUmakefile: Make music-glossary.info too.
9255
9256 2002-09-23  Werner Lemberg  <wl@gnu.org>
9257
9258         * scripts/lilypond-book.py (output_dict): Fix handling of
9259         various environments by avoid extraneous newlines.
9260         Rename `output-all' regexp for html to `output-html'.
9261         Replace `output-all' regexp for texi with `output-texi-quote'
9262         and `output-texi-noquote'.
9263         (compose_full_body): Don't override `linewidth' user option
9264         for `singleline'.
9265         (schedule_lilypond_block): Don't indent text specified with
9266         `intertext' option.
9267         Add new option `noquote'.
9268         (compile_all_files): Use latex instead of tex to compile ly
9269         files directly.
9270
9271         * Documentation/user/lilypond-book.itely: Updated and revised.
9272         Improve layout.
9273
9274         * Documentation/user/glossary.tely,
9275         Documentation/user/introduction.itely,
9276         Documentation/user/tutorial.itely,
9277         Documentation/user/refman.itely,
9278         Documentation/user/appendices.itely: Fix overfull LilyPond
9279         boxes caused by the new lilypond-book code.  Other minor
9280         fixes.
9281
9282         * Documentation/user/macros.itexi (@texiflat): Don't emit
9283         trailing space.
9284
9285         * scm/tex.scm (end-output, header-end): Add preamble and
9286         postamble to make lilypond output directly compilable with
9287         latex.
9288
9289         
9290 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9291
9292         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
9293         instructions.
9294
9295 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9296
9297         * Documentation/user/glossary.tely: Add titling and hyperlinks.
9298
9299 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9300
9301         * lily/beam.cc (connect_beams): don't crash if there are quarter
9302         notes in beams.
9303
9304 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
9305
9306         * Documentation/user/refman.itely: corrected ancient clef
9307         docu; added docu on ligatures
9308
9309 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
9310
9311         * Documentation/user/glossary.tely,
9312         Documentation/user/refman.itely, input/les-nereides.ly,
9313         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
9314         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
9315         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
9316         Stem properties: flag-style -> stroke-style, style -> flag-style.
9317
9318 2002-09-22  Werner Lemberg  <wl@gnu.org>
9319
9320         * scripts/lilypond-book.py: Add option `notime' to suppress
9321         printing of a time signature.  Specify default indentation of 0pt
9322         if single line fragment.  Don't emit redundant `\paper{ }'.
9323
9324         * Documentation/user/lilypond-book.itely: Updated.
9325
9326         * Documentation/user/glossary.tely: Completely reformatting.
9327
9328 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9329
9330         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
9331
9332 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9333
9334         * Documentation/user/tutorial.itely: Fix links.
9335         
9336         * Documentation/topdocs/index.tely:
9337         * Documentation/index.texi:
9338         * Documentation/header.html.in: Small website fixes and updates.
9339
9340         * debian/: Debian patch by Anthony Fok.
9341
9342 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9343
9344         * Documentation/footer.html.in: How time flies: It's already 2002!
9345
9346         * Documentation/topdocs/index.tely: Stable/development fix.  Use
9347         more descriptive link names than 'here'.
9348
9349 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9350
9351         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
9352
9353 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9354
9355         * lily/part-combine-music-iterator.cc (get_state): cleanup
9356         (get_music_info): cleanup.
9357
9358 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9359
9360         * scm/backend-documentation-lib.scm (interface-doc-string):
9361         crosslinks between interfaces and grobs. Headings for interfaces
9362         in grob explanation.
9363
9364 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9365
9366         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
9367         dtd).  Add preliminary dtd.
9368         (re-sub-alist): Robustify.
9369
9370 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9371
9372         * lily/include/event-chord-iterator.hh,
9373         lily/context-specced-music-iterator.cc,
9374         lily/event.cc, lily/event-chord-iterator.cc: add
9375
9376 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9377
9378         * lily/: some (c) header fixes.
9379         
9380         * lily/request-chord.cc: Remove.
9381         
9382         * lily/include/event-chord-iterator.hh:
9383         * lily/include/event.hh:
9384         * lily/event-chord.cc: New file.
9385         
9386         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
9387         requested.
9388
9389 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9390
9391         * lily/ : rename Request to Event
9392
9393         * lily/parser.yy (command_element): move clef stuff into Scheme.
9394
9395         * lily/:  rename length_mom () to get_length()
9396
9397         * lily/part-combine-music.cc: removed file and class.
9398
9399         * lily/context-specced-music-iterator.cc (class
9400         Context_specced_music_iterator): new file. Obsoletes the
9401         Context_specced_music type.
9402
9403         * scm/music-types.scm (make-repeated-music): put different kinds
9404         of repeated music into music-type table.
9405
9406         * VERSION: 1.7.1 released.
9407
9408         * scm/to-xml.scm: new file.
9409
9410         * input/test/to-xml.ly (fooBar): demo of what is possible with the
9411         new Input representation: dump music as XML.
9412
9413         * scm/engraver-documentation-lib.scm
9414         (engraver-accepts-music-types?): add links from music to engraver,
9415         from music-type to engraver.
9416
9417         * lily/include/command-request.hh: removed
9418         lily/include/musical-request.hh: removed. Removed all _req classes
9419         except Key_change_req. Changes throughout.
9420
9421 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9422
9423         * lily/tuplet-engraver.cc (try_music): Compile kludge.
9424
9425 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9426
9427         * lily/*.cc: specify accepts for many engravers.
9428
9429         * scm/music-documentation-lib.scm: dump music expressions and
9430         music subtypes.
9431
9432         * scm/documentation-lib.scm: complete revision.
9433         Use GOOPS objects to store document tree explicitly. Cleaned up and
9434         sped up doco generation a lot.
9435
9436 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9437
9438         * input/trip.ly (fugaIILeft): add arpeggio
9439
9440         * lily/translator-group.cc (try_music_on_nongroup_children):
9441         oops. The name symbol is in the cdr of the assoc handle.
9442
9443         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
9444         Hyphen_req, Glissando_req, Break_req, Mark_req 
9445
9446 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9447
9448         * lily/musical-request.cc (music-duration-length,
9449         music-duration-compress): new functions.
9450
9451         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
9452         throughout. Warning doesn't work yet.
9453
9454         * lily/translator-group.cc (try_music_on_nongroup_children):
9455         new implementation: store candidate acceptors in a hashTable.
9456
9457 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9458
9459         * scm/music-types.scm (music-descriptions): change name to
9460         internal-class-name
9461
9462         * scm/chord-name.scm (chord::inner-name-banter): remove space.
9463
9464 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9465
9466         * lily/beam.cc (connect_beams): don't crash if there are quarter
9467         notes in beams.
9468
9469 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
9470
9471         * Documentation/user/refman.itely: corrected ancient clef
9472         docu; added docu on ligatures
9473
9474 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
9475
9476         * Documentation/user/glossary.tely,
9477         Documentation/user/refman.itely, input/les-nereides.ly,
9478         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
9479         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
9480         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
9481         Stem properties: flag-style -> stroke-style, style -> flag-style.
9482
9483 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9484
9485         * scm/music-functions.scm (music-separator?): don't use name music
9486         property.
9487
9488 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9489
9490         * stepmake/stepmake/generic-targets.make (help): Document check
9491         target.
9492
9493         * lily/new-accidental-engraver.cc: Compile fix.
9494
9495 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9496
9497         * scripts/convert-ly.py: Add rule.
9498
9499         * input/test/music-creation.ly:
9500         * input/test/add-staccato.ly:
9501         * input/test/add-text-script.ly: ly-make-music.
9502
9503         * scm/drums.scm (make-head-type-elem, make-articulation-script):
9504         More ly-make-music renamings.
9505
9506         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
9507
9508         * lily/music-constructor.cc (make_music): Add debugging info.
9509
9510         * scm/music-functions.scm (make-simultaneous-music,
9511         (make-sequential-music, context-spec-music):
9512         * scm/music-types.scm (music-descriptions): Get lily to run.
9513
9514 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9515
9516         * lily/command-request.cc (transpose_key_alist): new function.
9517
9518         * lily/key-performer.cc (create_audio_elements): cleanup. 
9519
9520 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9521
9522         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
9523
9524         * lily/include/translator.hh (ENTER_DESCRIPTION): add
9525         events-accepted field.
9526
9527         * scm/music-types.scm: new file.
9528
9529         * lily/parser.yy: put music type initialization into scheme,
9530         similar to grob initialization.  Changes throughout.
9531
9532 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9533
9534         * Documentation/user/tutorial.itely: Fix links.
9535         
9536         * Documentation/index.texi: 
9537         * Documentation/header.html.in: 
9538         * Documentation/topdocs/index.tely: Small website fixes and updates.
9539
9540         * debian/: Debian patch by Anthony Fok.
9541
9542 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9543
9544         * Documentation/footer.html.in: How time flies: It's already 2002!
9545
9546         * Documentation/topdocs/index.tely: Stable/development fix.  Use
9547         more descriptive link names than 'here'.
9548
9549         * ROADMAP: Remove test stuff.
9550
9551         * scripts/update-lily.py: Allow auto-building of stable and
9552         development versions.  Bugfixes.
9553
9554 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9555
9556         * VERSION: released 1.7.0
9557
9558         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
9559
9560         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
9561         positive line widths.
9562
9563 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9564
9565         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
9566         go.  Fix comments.
9567
9568         * cygwin: Cygwin updates.
9569
9570 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9571
9572         * Documentation/windows/installing.texi (Top): version for python,
9573         urls for ghostscript (thanks to John Potelle)
9574         
9575         * lily/simultaneous-music-iterator.cc
9576         (Simultaneous_music_iterator): init children_list_ before
9577         triggering GC.
9578
9579         * lily/*-iterator.cc: be even more careful with smobbed copy
9580         constructors. 
9581
9582         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
9583         LeftEdge item.
9584
9585 2002-09-15  Werner Lemberg  <wl@gnu.org>
9586
9587         Improving LilyPond's output to make them ordinary TeX boxes with
9588         predictable dimensions.  System boxes are now vertically centered on
9589         the baseline; this offset can be further controlled with
9590         \lilypondscoreshift.
9591
9592         * lily/system.cc (System::post_processing): Pass length of current
9593         system to `start-system' (including any horizontal indentation).
9594
9595         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
9596         prettier.
9597         (lily-def): Append `%'.
9598         (start-system): Add parameter `wd'.  Output more TeX code to specify
9599         box dimensions.
9600         (stop-system, stop-last-system): Complement changes in
9601         `start-system'.
9602         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
9603         Updated.
9604
9605         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
9606         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
9607         Write final `\endinput'.
9608
9609         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
9610         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
9611         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
9612         files and macro definitions don't produce spurious spaces and
9613         paragraphs (using \endlinechar).
9614         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
9615
9616         * Documentation/user/internals.itely: Improved formatting, fixing
9617         typos.  Added a section `Output details' to describe how the TeX
9618         code looks like.
9619
9620 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
9621
9622         * lily/accidental-engraver.cc: Also work with partial measures.
9623
9624 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9625
9626         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
9627         spanner.
9628
9629 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9630
9631         * lily/identifier-smob.cc (unpack_identifier): new file.
9632
9633         * lily/lexer.ll (identifier_type): new function.  use ly-id to
9634         pass off scheme expressions as music identifiers.
9635
9636         * scm/lily.scm: reorganisation, cleanups.
9637
9638         * lily/main.cc: small cleanups.
9639
9640 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9641
9642         * lily/ly-module.{cc,hh}: new file.
9643
9644 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
9645
9646         * lily/accidental-engraver.cc: Also work with partial measures.
9647
9648 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9649
9650         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
9651
9652 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9653
9654         * lily/my-lily-lexer.cc: use SCM module in stead of
9655         Scheme_hash_table. Changes throughout.  
9656
9657 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9658
9659         * VERSION (MY_PATCH_LEVEL): make 1.7.0
9660