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