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