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