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