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