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