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