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