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