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