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