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