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