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