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