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