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