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