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