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