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