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