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