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