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