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