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