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