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