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