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