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