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