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