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