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