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