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