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