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