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