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