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