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