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