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