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