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