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