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