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