]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(Lilypond_snippet.__init__):
[lilypond.git] / ChangeLog
1 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
4         only process options fi they're there.
5
6 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
7
8         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
9         formatting cleanups.
10
11         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
13
14 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15
16         * scm/framework-ps.scm (ps-font-command): don't hash, just use
17         name directly.
18
19         * lily/main.cc (setup_paths): either add mf/out to search path or 
20         fonts/{otf,type1,etc}
21         
22         * lily/font-config.cc (init_fontconfig): either add mf/out to
23         FontConfig or fonts/{otf,type1,etc}
24
25         * GNUmakefile.in: don't put mf/ link in share/ dir.
26
27         * lily/staff-spacing.cc: move same-direction-correction to
28         note-spacing-interface
29
30         * scm/lily.scm (lilypond-main): use variable argument count for
31         exception handler.
32
33         * lily/font-config.cc (init_fontconfig): add operator pacification
34         message.
35
36         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
37
38         * buildscripts/gen-emmentaler-scripts.py (i): generate
39         PFAEmmentaler as well.
40
41         * scm/framework-ps.scm (munge-lily-font-name): new function
42         (write-preamble): hack: insert PFA equivalent of CFF into
43         .PS. This makes LilyPond output printable on normal PS printers
44         again.
45
46         * buildscripts/gen-emmentaler-scripts.py (i): generate
47         PFAEmmentaler.pfa aswell.
48
49         * scripts/lilypond-book.py: refactor the compose_ly procedure.
50         Patch by John Williams.
51         
52 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
53
54         * scm/page-layout.scm (default-page-make-stencil): always combine
55         the header stencil, even if empty. This prevents the body text to
56         reach up to the margins.
57
58         * po/rw.po (Module): new file, for Kinyarwanda.
59
60         * input/test/spacing-optical.ly (Module): new file.
61
62         * lily/staff-spacing.cc: add same-direction-correction
63
64 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
65
66         * Documentation/user/introduction.itely (Engraving): Comment-out
67         non-existent file.
68
69 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
70
71         * scm/define-grob-properties.scm (all-user-grob-properties): add
72         same-direction-correction
73
74         * VERSION: release 2.5.18
75
76 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
77
78         * lily/grob.cc (mark_smob): Check pscore->layout_ before
79         dereferencing.  Fixes make web.
80
81         * lily/midi-stream.cc: Handle unwritable midi file.  Include
82         errno.h.
83
84         * Documentation/user/: Fix links.
85
86 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
87
88         * lily/text-interface.cc (Module): rename from text-item.cc
89
90         * input/regression/apply-output.ly (texidoc): function naming fix.
91
92         * lily/time-signature-performer.cc (derived_mark): new function.
93
94         * lily/lily-parser-scheme.cc:  print mapped file name for progress
95
96         * scripts/lilypond-book.py (find_linestarts): new function.
97         (find_toplevel_snippets): keep track of line numbers.
98
99         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
100         all key changes.
101
102         * ly/declarations-init.ly (partCombineListener): use
103         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
104
105         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
106
107 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
108
109         * lily/text-item.cc: Fix link.
110
111         * Documentation/user/changing-defaults.itely (Changing defaults):
112         Fix programs reference links.
113
114         * Documentation/user/music-glossary.tely: Convert to utf-8.
115
116 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
117
118         * make/lilypond-vars.make: remove TEXMF from variables.
119         remove DEB_BUILD pk font variables.
120         remove GUILE_LOAD_PATH
121         remove TeX memory vars.
122
123 2005-04-04  Werner Lemberg  <wl@gnu.org>
124
125         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
126
127 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
128
129         * ps/lilyponddefs.ps: remove reencode-font
130
131         * lily/simple-spacer.cc (add_columns): also compare
132         directly. Column rank doesn't distinguish between broken and
133         unbroken columns. This fixes large spaces before time sig changes.
134
135         * Documentation/user/point-and-click.itely: document ly:set-option.
136
137         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
138         point_and_click_global is set.
139
140         * lily/scm-option.cc (LY_DEFINE): add point-and-click
141         ly:set-option argument.
142
143 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
144
145         * GNUmakefile.in: Include symlinks in webball.
146
147         * Documentation/user/GNUmakefile (source-links): Add symlinks to
148         source dir for split and non-split manuals.
149
150         * Documentation/user/*y: Fix @uref/@inputfile links for
151         split/non-split HTML documents.
152
153         * Documentation/user/GNUmakefile (local-WWW): Do not generate
154         .ps.gz.
155         
156 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
157
158         * GNUmakefile.in: Add newline.
159
160 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
161
162         * tex/lilyponddefs.tex: use color instead of xcolor
163         * scm/output-tex.scm: minor editing
164
165 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
166
167         * scm/music-functions.scm (display-scheme-music): pretty printer
168         for music expressions.
169
170 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
171
172         * buildscripts/install-info-html.sh (index_file): Fix link.
173
174 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
175
176         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
177
178         * Documentation/index.html.in: Add size estimates with some big pages.
179
180         * Documentation/user/tutorial.itely (Running LilyPond for the
181         first time): Add/replace some @rglos links.  TODO: add more
182         @rglos links in tutorial, test non-intrusiveness (.css).
183
184         * stepmake/bin/add-html-footer.py (do_file): Remove info's
185         annoying's indication of referencing external document.
186
187         * Documentation/user/GNUmakefile: Split version of glossary too.
188         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
189         links, not only for html.
190
191         * Documentation/user/introduction.itely: Fix some links for other
192         than html, do not use `here' as link name.
193
194 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
195
196         * scm/documentation-generate.scm (string-append): Fix @usermanref,
197         @glossaryref.
198
199 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
200
201         * scm/page-layout.scm (default-page-make-stencil): only add header
202         if existing and not empty. Fixes spurious programming error.
203
204         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
205
206 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
207
208         * scm/output-tex.scm: implement {re,}setcolor
209         * tex/lilyponddefs.tex: use color package
210
211 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
212
213         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
214         additions to website.
215
216         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
217
218         * Documentation/user/macros.itexi: Fix @usermanref html links in
219         split documents: use @inforef.
220
221 2005-03-30  Graham Percival  <gperlist@shaw.ca>
222
223         * Documentation/user/programming-interface.itely: minor fix.
224
225         * Documentation/user/advanced-notation.itely: added info to
226         Metronome markings.
227
228 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
229
230         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
231         use box-stencil.  Remove y-padding argument.
232         (make-stencil-circler): New function.
233
234         * buildscripts/lilypond-words.py (F): 
235         * elisp/SConscript (a): 
236         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
237         * vim/SConscript (a): 
238         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
239
240         * lily/general-scheme.cc: Build fix.
241
242         * scm/markup.scm:
243         * input/regression/markup-scheme.ly: 
244         * input/regression/markup-syntax.ly: Drop 'new-' from name.
245
246         * scm/stencil.scm (make-circle-stencil): New function.
247
248         * scm/define-markup-commands.scm (draw-circle): Use it.  New
249         name (was cicle).  Update callers.
250         (circle): New markup command, similar to box.
251
252         * scm/stencil.scm (circle-stencil): New function.
253
254 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
255
256         * configure.in: Detect libutf8/wchar.h variant.
257
258         * stepmake/aclocal.m4: Modify shared size test.
259
260 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
261
262         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
263
264 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
265
266         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
267         
268         * VERSION (PACKAGE_NAME):  release 2.5.17
269
270 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
271
272         * scm/backend-library.scm (postscript->png): Fix comment and png
273         message.
274
275         * GNUmakefile.in (link-tree): Fix locales.
276
277 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
278
279         * lily/stencil-scheme.cc (LY_DEFINE): change to
280         ly:stencil-aligned-to, non mutating.
281
282         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
283
284         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
285
286         * lily/quote-iterator.cc (derived_mark): call
287         Music_wrapper_iterator::derived_mark() too.
288
289         * lily/grace-engraver.cc (derived_mark): change signature, add
290         const.
291
292 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
293
294         * SConstruct (symlink): 
295         * GNUmakefile.in (link-tree): Add scripts to prefix.
296
297         * lily/general-scheme.cc (ly:effective-prefix): New function.
298
299         * scm/backend-library.scm (postscript->png): Use it.
300
301 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
302
303         * lily/paper-score.cc (process): don't delete grobs after
304         producing stencils. 
305
306         * scm/part-combiner.scm (determine-split-list): switch off
307         debugging info.
308
309         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
310         if available.
311
312         * scm/define-context-properties.scm
313         (all-user-translation-properties): add stringNumberOrientations.
314
315         * lily/new-fingering-engraver.cc (position_scripts): make generic,
316         so fingering and string-numbers are separately controlled.
317
318 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
319
320         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
321         not use debugging.
322
323 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
324
325         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
326
327         * config.hh.in: add HAVE_FONTCONFIG.
328
329         * Documentation/user/instrument-notation.itely (String number
330         indications): new node.
331
332         * input/regression/new-markup-syntax.ly (texidoc): add circle.
333
334         * lily/new-fingering-engraver.cc (add_string): new function. 
335         (acknowledge_grob): accept string-number-event as well.
336
337         * scm/define-markup-commands.scm (circle): new markup command.
338
339         * scm/output-lib.scm (print-circled-text-callback): new function.
340
341         * lily/GNUmakefile: move ifeq after include stepmake.make.
342
343 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
344
345         * config.make.in (HAVE_LIBKPATHSEA_SO):
346         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
347
348         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
349         add KPATHSEA_LIBS.
350
351         * debian/watch: 
352         * debian/control: Update.
353
354 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
355
356         * input/test/title-markup.ly (spaceTest): remove.
357
358         * input/test/embedded-tex.ly (Module): remove.
359
360         * input/test/music-box.ly: use 'name property, not ly:music-name.
361
362         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
363
364         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
365
366 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
367
368         * Documentation/topdocs/INSTALL.texi (Top): Remove information
369         about xdeltas.  Add information about CVS.
370
371         * scm/lily.scm (lilypond-main): Fix invocation of handler,
372         gracefully handle failed files.
373
374         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
375
376         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
377         small fixes.
378
379         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
380         No unnecessarily specific i18n messages.  Remove stray `1'.
381
382 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
383
384         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
385         documentencoding
386
387         * scm/documentation-lib.scm (texi-file-head): set utf-8
388         documentencoding.
389
390         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
391         Delta, not the Symbol one. 
392
393         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
394         for the .map file.
395
396         * Documentation/topdocs/INSTALL.texi (Top): add running
397         requirement as compilation requirement.
398
399 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
400
401         * buildscripts/mutopia-index.py (headertext): add h1 header and
402         utf-8 charset meta field.
403
404         * input/GNUmakefile: prune example list.
405
406         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
407         options.
408
409         * lily/slur-scoring.cc (get_base_attachments): only look at stem
410         extent for visible stems.
411
412         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
413
414 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
415
416         * Documentation/topdocs/INSTALL.texi (Top): Updates.
417
418         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
419
420 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
421
422         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
423         pass inf/nan into slur scoring.
424
425         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
426         page.
427
428         * scripts/lilypond-book.py (main): add png for HTML too, guess
429         only if necessary. Thanks to John Williams.
430
431         * flower/include/virtual-methods.hh: simplify. Patch by Matthias
432         Neeracher.
433
434         * mf/GNUmakefile (depth): use $(FONTFORGE). Patch by Jeff Smith
435         <whydoubt@yahoo.com>
436
437         * scripts/abc2ly.py (dump_voices): use alphabet(). 
438
439 2005-03-25  Graham Percival  <gperlist@shaw.ca>
440
441         * Documentation/topdocs/INSTALL.texi: now recommends
442         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
443
444         * Documentation/user/basic-notation.itely,
445         Documentation/user/tutoria.itely: warn about
446         only one (phrasing) slur at once.
447
448 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
449
450         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
451
452 2005-03-23  Graham Percival  <gperlist@shaw.ca>
453
454         * Documentation/user/basic-notation.itely: fixed info about
455         ending a (de)cresc.
456
457         * Documentation/user/lilypond-book.itely: fixed
458         lilypond-book filter example and warned about not doing
459         --filter and --process at the same time.
460
461 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
462
463         * lily/parser.yy (bass_number),
464         Documentation/user/instrument-notation.itely (Figured bass): 
465         Add the possibility to use text markup in figured bass. 
466
467 2005-03-19  Graham Percival  <gperlist@shaw.ca>
468
469         * Documentation/user/global.itely: added info about naming
470         identifiers and breakbefore.
471
472         * Documentation/user/invoking.itely: added info about batch
473         processing files with convert-ly, removed references to TeX
474         in the jail section.
475
476         * Documentation/user/examples.itely: possibly fixed piano
477         dynamics.
478
479         * Documentation/user/advanced-notation.itely: added info
480         about removing other types of Staff.
481
482         * Documentation/user/instrument-notation.itely: possibly
483         fixed piano staff line switch.
484
485         * Documentation/user/changing-defaults.itely: added info
486         about using normal font in titles.
487
488 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
489
490         * VERSION (PATCH_LEVEL): release 2.5.16
491
492         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
493         explicitly.
494
495 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
496
497         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
498         whitespace.
499
500         * python/lilylib.py (make_ps_images):
501         * scm/backend-library.scm (postscript->pdf, postscript->png):
502         Quote file name.  Use format rather than string-append juggling.
503
504 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
505
506         * python/lilylib.py (make_ps_images): add x to -g argument. 
507
508         * lily/key-performer.cc (create_audio_elements): don't use
509         scm_eval_string. Check for minor 3rd directly.
510   
511         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
512         (sarabandeCelloGlobal): key is D minor, not F major.
513
514 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
515
516         Fix truncated --png output (Peter Danenberg).
517         
518         * python/lilylib.py (make_ps_images):
519         * scripts/ps2png.py (copyright): Grok --papersize option.
520
521         * scm/backend-library.scm (postscript->png): Add parameter
522         PAPERSIZE.  Update callers.
523
524         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
525         Fixes symbol placement.
526
527         * lily/spanner.cc: 
528         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
529         <libc-extension.hh>).
530
531 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
532
533         * Nitpick run.
534
535         * buildscripts/fixcc.py: Update.
536
537         Builddir run fixes.
538
539         * HACKING (datadir): Add VERSION.
540
541         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
542         higher up.
543
544 2005-03-15  Werner Lemberg  <wl@gnu.org>
545
546         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
547         diagonal stem doesn't become thinner.
548
549 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
550
551         * buildscripts/fixcc.py: Fixes (Werner).
552
553 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
554
555         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
556         Emmentaler/Aybabtu.
557
558         * GNUmakefile.in: fix lilypond-words path.
559
560         * po/tr.po: update to 2.3.21
561
562         * lily/new-fingering-engraver.cc (position_scripts): take priority
563         from head position.
564
565         * input/regression/finger-chords-order.ly (texidoc): new file.
566
567 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
568
569         * make/ly-rules.make: 
570         * stepmake/aclocal.m4: 
571         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
572
573         * buildscripts/fixcc.py (rules): Leave space after operator.
574
575 2005-03-14  Werner Lemberg  <wl@gnu.org>
576
577         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
578         top of the glyph with smooth curve.
579
580 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
581
582         * Documentation/user/global.itely (Page layout): remove
583         printpagenumber.
584
585 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
586
587         * input/regression/mensural-ligatures.ly: new file (with examples
588         compiled by Pal Benko).
589
590         * Documentation/user/instrument-notation.itely: Bugfix: yet some
591         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
592         musicglyph access.  Many small beautifications in ancient
593         examples.
594
595         * input/test/divisiones.ly: fixed indentation; small
596         beautifications
597
598         * ly/engraver-init.ly: added FIXME comment
599
600         * scripts/lilypond-book.py,
601         Documentation/user/lilypond-book.itely: added music fragment
602         option "packed" to lilypond-book
603
604         * Documentation/user/instrument-notation.itely: Bugfix: added
605         missing LedgerLineSpanner color setting in several places.  Added
606         music fragment option "packed" to VaticanaContext example.
607
608 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
609
610         * scm/define-grobs.scm (all-grob-descriptions): switch off
611         Hyphen_spanner::set_spacing_rods 
612
613         * lily/lyric-hyphen.cc (print): add padding between syllable and
614         hyphen.
615         (print): shorten hyphen in tight situations (determine using
616         minimum-length)
617
618         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
619         0.4pt.
620
621 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
622
623         * ly/titling-init.ly (bookTitleMarkup): Refinements.
624
625         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
626         header/footer markings for regression-test.
627
628         * scm/backend-library.scm (output-scopes, header-to-file): Move
629         from framework-tex.scm.
630
631         * scm/framework-ps.scm (output-framework)
632         (output-preview-framework):
633         * scm/framework-eps.scm (output-classic-framework)
634         (output-framework): Use it.  Fixes collated files.
635
636 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
637
638         * input/sakura-sakura.ly: 
639         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
640
641         * buildscripts/guile-gnome.sh: Update.
642
643         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
644
645         * mf/aybabtu.pe.in: Capitalize Aybabtu.
646
647 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
648
649         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
650         culprit: always exit the loop if we find a rod, even if it has
651         distance < 0. 
652
653         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
654         algorithm.
655
656         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
657         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
658
659         * scm/output-svg.scm (dashed-line): new  function body.
660         
661         * GNUmakefile.in: create .htaccess.
662
663 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
664
665         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
666
667 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
668
669         * VERSION (PACKAGE_NAME): release 2.5.15
670
671         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
672
673         * scm/framework-svg.scm (output-framework): put scaling in
674         document header. Apply scaling only once.
675         (output-framework): dump page size in px, not mm. 
676
677         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
678         from font-size.
679
680         * lily/paper-outputter-scheme.cc (LY_DEFINE):
681         ly:outputter-output-scheme, new function.
682
683         * scm/output-svg.scm (pango-description-to-svg-font): new function
684
685 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
686
687         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
688         target.
689
690         * input/typography-demo.ly: new file.
691
692 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
693
694         * Documentation/user/global.itely (File structure): Add markup blocks
695         to toplevel expressions.
696         (Multiple movements, Creating titles): Add markup blocks.
697
698         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
699         <libc-extension.hh>).
700
701         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
702
703         * flower
704         * lily
705         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
706
707 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
708
709         * lily/accidental.cc: special bboxes for natural. 
710
711         * mf/feta-toevallig.mf: make stems heavier.
712
713         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
714         texts as well.
715
716         * mf/feta-klef.mf: revise. 
717
718         * mf/feta-schrift.mf: make thinning of accent less pronounced.
719
720         * mf/feta-klef.mf: add rounded curve at top. 
721         make thinnib a little heavier.
722
723 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
724
725         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
726
727         * buildscripts/fixcc.py: New file.
728
729         * input/regression/utf8.ly: Update Debian font description.
730
731 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
732
733         * stepmake/aclocal.m4: Fix test.
734
735 2005-03-09  Graham Percival  <gperlist@shaw.ca>
736
737         * Documentation/user/invoking.itely: added Sebastino Vigna's
738         docs for the --jail option.
739
740 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
741
742         * lily/stem.cc (print): only produce stemlets if there are no
743         noteheads on this stem.
744
745         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
746         don't crash on stemlet (visible stem without heads).
747
748         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
749         unbroken situations. 
750
751         * scm/output-lib.scm (center-invisible): new function.
752
753         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
754         wishes to determine loose column space.
755
756         * lily/font-config.cc (init_fontconfig): add
757         fonts/{otf,type1,cff}  to path.
758
759         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
760
761         * mf/GNUmakefile (Module): install all fonts under otf/
762
763         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
764         replace /fonts/otf/ by /ps/ 
765
766         
767 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
768
769         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
770
771         * lily/book.cc (process): Oops, add score_.header_.
772
773         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
774
775         * lily/parser.yy: Handle toplevel and book texts as score.
776
777         * scm/page-layout.scm (default-page-make-stencil):
778         Bugfix: (page-properties rename.
779
780         * scm/backend-library.scm (ly:system): Typo.
781
782 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
783
784         * stepmake/stepmake/executable-targets.make (installexe): don't
785         strip installed executables
786
787         * lily/font-select.cc (get_font_by_design_size): revert
788         pango_description_string as well.
789
790         * lily/system.cc (set_loose_columns): put loose column just left
791         of next column.
792
793         * lily/include/group-interface.hh (extract_grob_array): rename
794         from Pointer_group_interface__extract_grobs
795
796         * input/regression/ledger-line-minimum.ly (texidoc): new file.
797
798         * lily/ledger-line-spanner.cc (set_spacing_rods): new
799         function. Keep ledgered note heads at a minimum distance.
800         Introduce minimum-length-fraction
801         (print): introduce length-fraction property.
802
803 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
804
805         * tex/GNUmakefile: remove latin1.enc rules.
806
807 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
808
809         * scm/titling.scm: Typo.
810
811         * input/regression/score-text.ly: Really add.
812
813         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
814
815 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
816
817         * lily/open-type-font-scheme.cc:  new file.
818
819 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
820
821         * scm/titling.scm (layout-extract-page-properties): Rename from
822         page-properties.  Update callers.
823
824         * lily/lexer.ll (Lily_lexer):
825         * lily/parser.yy: Junk lyric_markup state.
826
827         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
828
829         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
830         Add texts parameter.
831
832 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
833
834         * lily/lexer.ll (lyric_markup): New mode.
835         (Lily_lexer::push_lyric_markup_state): New method.
836         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
837
838         * lily/parser.yy (book_body):
839         (toplevel_expression): Grok \markup texts.
840
841         * lily/score-scheme.cc (ly:music-scorify): 
842         * scm/lily-library.scm (collect-music-for-book): Take texts
843         parameter.
844
845         * lily/score.cc (texts_): New member.
846
847         * lily/paper-book.cc (systems): Format score texts.
848
849         * score-text.ly: New file.
850
851         * ttftool/SConscript:
852         * kpath-guile/SConscript: New file.
853
854         * lily/SConscript:
855         * SConstruct: Update.
856
857 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
858
859         * VERSION (PACKAGE_NAME): release 2.5.14
860
861 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
862
863         * lily/main.cc: Add dummy xgettext markers.
864
865 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
866
867         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
868         requirements
869
870         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
871         executable is < 40k
872
873         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
874         hack.
875
876 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
877
878         * flower/libc-extension.cc:
879         * flower/include/libc-extension.hh: [Open]BSD simply cast
880         cookie/funopen declarations.
881
882         * stepmake/aclocal.m4: Check for libkpathsea.so.
883
884         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
885         dl_kpse_find_file.
886
887 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
888
889         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
890         (open_library): alternative for static library.
891
892 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
893
894         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
895
896         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
897
898         Drop run-time dependency on teTeX.
899
900         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
901
902         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
903         KPATHSEA_LIBS in LIBS.
904         (STEPMAKE_DLOPEN): New function.
905
906         * lily/font-config.cc (init_fontconfig): Use dir for directory,
907         not path.
908
909         * flower/file-path.cc (directories): Rename from paths, as this
910         return an array of directories (a single path).
911
912 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
913
914         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
915
916         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
917         new ly:kpathsea-find-file
918
919         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
920
921         * kpath-guile/GNUmakefile: new file
922
923         * buildscripts/gen-emmentaler-scripts.py (i): generate
924         emmentaler-X.fontname as well.
925
926         * buildscripts/ps-embed-cff.py: new script
927
928         * scm/lily-library.scm: remove ps-embed-cff.
929
930         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
931         font loading. 
932
933         * scm/font.scm (add-music-fonts): load dynamics/numbers through
934         fontconfig as well.
935
936         * lily/font-config.cc (init_fontconfig): add cff/ too.
937
938         * ly/generate-embedded-cff.ly: capitalize.
939
940         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
941         so as to register the pango font.
942
943         * lily/font-config.cc (init_fontconfig): add
944         prefix/{otf,type1,mf/out} to fontconfig path.
945
946         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
947         overrides all. 
948
949         * configure.in (gui_b): remove ec mftrace check
950
951         * config.hh.in: use lilypond-Major.Minor as data directory.
952
953         * scm/framework-ps.scm (dump-page): use output-units for landscape.
954
955         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
956         name.
957
958 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
959
960         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
961         error messages.
962
963         * flower/libc-extension.cc:
964         * flower/include/libc-extension.hh: [Open]BSD fixes for
965         cookie/funopen declarations.
966
967 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
968
969         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
970         emmentaler.
971
972         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
973         lcrm10.
974
975         * scm/define-markup-commands.scm (fontsize): new markup
976         command. Also set baseline-skip
977
978         * lily/main.cc (do_chroot_jail): paranoia security for webserver
979         use. Patch by Sebastiano Vigna <vigna@dsi.unimi.it>.
980
981 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
982
983         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
984
985         * lily/pdf.cc: remove PDF related files
986
987 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
988
989         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
990         <hamamatsu@gmx.de>
991
992 2005-03-05  Graham Percival  <gperlist@shaw.ca>
993
994         * Documentation/user/advanced-notation.itely: first draft
995         of reorg done.
996
997         * Documentation/user/global.itely: fixed (sub)section
998         bits of MIDI.
999
1000 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1001
1002         * cygwin/mknetrel (extras): Bufix (Bertalan).
1003
1004         * Documentation/user/basic-notation.itely (Chords): @ref fix.
1005         * Documentation/user/instrument-notation.itely (Introducing chord
1006         names): Compile fix: must have unique name.
1007
1008 2005-03-02  Graham Percival  <gperlist@shaw.ca>
1009
1010         * Documentation/user/instrument-notation.itely: reorg.
1011
1012 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1013
1014         * scm/output-gnome.scm:
1015         * scm/output-svg.scm: Fix font scaling.
1016
1017 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1018
1019         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
1020         what link to use best.
1021
1022         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
1023         * Documentation/user/tutorial.itely (Automatic and manual beams):
1024         Fix @ref.
1025
1026         * lily/tweak-registration.cc (replace_grob_tweak): New function.
1027         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
1028         * scm/framework-gnome.scm (tweak): Use it.
1029
1030 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1031
1032         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
1033
1034         * scm/output-ps.scm (white-text): reinstate white-text
1035
1036 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1037
1038         * scm/output-ps.scm (offset-add): Remove.
1039
1040         * scm/lily-library.scm (offset-flip-y): New function.
1041         * scm/framework-gnome.scm (tweak): Use it.
1042
1043         * scm/output-gnome.scm (grob-cause): Add parameter.
1044
1045         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
1046         * scm/output-ps.scm (url-link): Move.
1047         (white-text): Warn user about brokenness.
1048
1049         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
1050         wrt ghostscript.
1051
1052 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1053
1054         * lily/slash-repeat-engraver.cc (try_music): always make slashes
1055         if body length smaller than measure length.
1056
1057         * scm/define-markup-commands.scm (with-url): oops. use Y extent
1058         for Y.
1059
1060         * ly/titling-init.ly (tagline): put default tagline in \paper
1061
1062 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1063
1064         * lily/kpath.cc: 
1065         * lily/pdf.cc (Pdf_file): Use more generic error messages.
1066
1067         * scm/lily-library.scm (version-not-seen-message): New function.
1068         * ly/init.ly: Use it.
1069
1070         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
1071         breaks as progess.
1072
1073         * scripts/lilypond-book.py (do_process_cmd): Do not lump
1074         whitespace with l10n message.
1075
1076         * scm/framework-tex.scm (convert-to-ps):
1077         (convert-to-dvi): Do not use overly specific l10n messages.
1078
1079         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
1080
1081         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
1082         merge stderr with stdout.  
1083
1084 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1085
1086         * flower/libc-extension.cc: Tested BSD compile fix (Matthias Neeracher).
1087
1088 2005-02-29  Graham Percival  <gperlist@shaw.ca>
1089
1090         * Documentation/user/instrument-notation.teily: moved
1091         \arpeggio to Basic.
1092
1093         * Documentation/user/advanced-notation.itely: Articulation to
1094         Basic, a bunch of stuff from Basic moved to Advanced.
1095
1096         * Documentation/user/basic.itely: swapped various sections,
1097         reorganized Basic.
1098
1099 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1100
1101         * flower/memory-stream.cc: 
1102         * flower/libc-extension.cc: Remove obsolete #undefs.
1103
1104         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
1105         more carefully.
1106
1107 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1108
1109         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
1110         dependency.
1111
1112         * VERSION (PACKAGE_NAME): release 2.5.13
1113
1114         * GNUmakefile.in (web-ext): don't ship ps.gz
1115
1116         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
1117         stdout
1118
1119 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1120
1121         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
1122         without libintl.  Now it compiles too.
1123
1124 2005-02-28  Graham Percival  <gperlist@shaw.ca>
1125
1126         * Documentation/user/basic-notation.itely,
1127         instument-notation.itely, advanced-notation.itely:
1128         split up contents of notation.itely.
1129
1130         * Documentation/user/notation.itely: file removed.
1131
1132         * Documentation/user/invoking.itely, converters.itely:
1133         moved convert-ly info to invoking.itely.
1134
1135         * Documentation/user/global.itely, changing-defaults.itely,
1136         sound-output.itexi: moved global settings, file layout, and
1137         sound into global.itely.
1138
1139         * Documentation/user/sound-output.itexi: file removed.
1140
1141         * Documentation/user/lilypond.tely: removed links to
1142         notation.itely and sound.itely.
1143
1144 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1145
1146         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
1147
1148         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
1149  
1150         * THANKS: add sponsor.
1151
1152         * scm/define-markup-commands.scm (with-url): new markup command.
1153
1154         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
1155         tagline.
1156         
1157         * scm/output-tex.scm (url-link): stub.
1158
1159         * scm/output-ps.scm (url-link): new function.
1160
1161         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
1162         ly:set-point-and-click
1163
1164 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1165
1166         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
1167         based on pdf-viewer setting.
1168
1169         * scm/framework-ps.scm (write-preamble): Find and set preferred
1170         pdf-viewer.
1171
1172 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1173
1174         * Documentation/user/point-and-click.itely: update for PDF point &
1175         click.
1176
1177         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
1178         editors based on EDITOR setting.
1179
1180 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1181
1182         * scm/*: Oops, more grand 2005 replace bits.
1183
1184 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1185
1186         * ps/music-drawing-routines.ps: new routine: insert PDF mark
1187
1188         * scm/output-ps.scm (grob-cause): point & click support for
1189         PostScript
1190
1191 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1192
1193         * lily/input-scheme.cc (LY_DEFINE): rename to
1194         ly:input-file-line-column
1195
1196 2005-02-26  Graham Percival  <gperlist@shaw.ca>
1197
1198         * Documentation/user/examples.itely: small fix from Steve Doonan.
1199
1200         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
1201
1202         * Documentation/user/notation.itely: revamped Polyphony section
1203         from Yuval Harel.  Thanks!
1204
1205         * THANKS: added Yuval Harel.
1206
1207         * Documentation/user/{various}: inserted two spaces after a period.
1208
1209         * Documentation/user/lilypond.tely: added framework for reorg.
1210
1211         * Documentation/user/basic-notation.itely, instrument-notation.itely,
1212         advanced-notation.itely, global.itely: new files, placeholder for
1213         future reorg.
1214
1215 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1216
1217         * Documentation/user/lilypond-book.itely (Music fragment options):
1218         doc fontload.
1219
1220         * Documentation/user/changing-defaults.itely (Text encoding): add
1221         fontload option to utf8 include
1222
1223         * scripts/lilypond-book.py (compose_ly): add fontload option
1224
1225         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
1226         force-eps-font-include option.
1227
1228         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
1229         black triangle
1230
1231         * Documentation/user/invoking.itely (Editor support): remove
1232         lilypond-latex section.
1233
1234         * scripts/lilypond-latex.py (Module): remove script.
1235
1236         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
1237         overwrite .log. 
1238
1239         * lily/main.cc: remove -m, --no-layout
1240
1241         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
1242         to define. We don't want to override fprintf everywhere.
1243
1244 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1245
1246         * cygwin/lilypond.hint: 
1247         * cygwin/README.in: Update dependencies.
1248
1249         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
1250         Bugfix: do not pollute CPPFLAGS, LIBS.
1251
1252         * cygwin/mknetrel (extras): Cross compile fixes.
1253
1254         * ttftool/util.c: 
1255         * ttftool/ttfps.c: 
1256         * ttftool/ps.c: #include libc-extension.hh
1257
1258         * flower/include/libc-extension.hh:
1259         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
1260         wrapper using funopen.
1261         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
1262         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
1263
1264         * config.hh.in:
1265         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
1266         (AC_CHECK_HEADERS): Add libio.h
1267
1268         * scripts/convert-ly.py: Uniformize, internationalize.
1269         (2.5.2): Remove fatal encoding rule.
1270         (2.5.13): Handle latin1 encoding gracefully.
1271
1272 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1273
1274         * HACKING: Fix line breaks.
1275
1276 2005-02-23  Werner Lemberg  <wl@gnu.org>
1277
1278         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
1279         contains those two files.
1280
1281 2005-02-21  Werner Lemberg  <wl@gnu.org>
1282
1283         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
1284         to improve overlap removal process.
1285
1286         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
1287         left and right ending.  This ensures better overlapping.
1288         Update all callers.
1289         ("lineprall"): Don't use draw_gridline to get better overlapping.
1290
1291 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1292
1293         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
1294
1295         * Documentation/topdocs/NEWS.tely (Top): oops.
1296
1297 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
1298
1299         * HACKING: new file.
1300
1301         * input/regression/utf8.ly (portuguese): added a portuguese example
1302         to show latin1 accents.
1303
1304 2005-02-21  Pal Benko  <benkop@freestart.hu>
1305
1306         * lily/mensural-ligature-engraver.cc:
1307         * lily/mensural-ligature.cc:
1308         * lily/include/mensural-ligature.hh: new algorithm implemented
1309
1310         * scm/define-grob-properties.scm: join-left killed (add-join may
1311         be used); join-left-amount changed to join-right-amount
1312
1313 2005-02-21  Graham Percival  <gperlist@shaw.ca>
1314
1315         * Documentation/user/notation.itely: small but urgent fix.
1316
1317 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
1318
1319         * lily/duration-scheme.cc: bugfix: correct parameters to
1320         SCM_ASSERT_TYPE.
1321
1322         * THANKS: added Pal.
1323
1324         * Documentation/user/notation.itely: bugfix: unTeXified
1325         $\\backslash$.  Bugfix: yet another glyph renaming victim:
1326         "timesig.*x/y" -> "timesig.*xy".
1327
1328 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1329         
1330         * VERSION (PACKAGE_NAME): release 2.5.12
1331
1332 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1333
1334         * ly/engraver-init.ly: set tieWaitForNote to #t by default
1335
1336         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
1337
1338         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
1339
1340         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
1341
1342 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1343
1344         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
1345         latin1..utf-8.
1346
1347         * input/regression/stanza-number.ly:
1348         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
1349
1350         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
1351
1352 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1353
1354         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
1355         NEWS. Refer to website for older news.  
1356
1357         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
1358         .HTML. This should be done for specific servers only.
1359
1360         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
1361         .ly image examples.
1362
1363         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
1364         in layer 0 too.
1365
1366         * scm/define-context-properties.scm
1367         (all-user-translation-properties): add tieWaitForNote
1368
1369         * scm/define-grobs.scm (all-grob-descriptions): add
1370         Tie_column::before_line_breaking
1371
1372         * lily/tie.cc (get_column_rank): new function
1373
1374         * lily/tie-column.cc (before_line_breaking): new function.
1375         (werner_directions): take into account ties that start on
1376         different columns.  
1377
1378         * lily/score-engraver.cc (set_columns): move add_column() so we
1379         have column rank available.
1380
1381         * lily/tie.cc (get_column_rank): new function.
1382
1383         * input/regression/utf8.ly (japanese): add japanese lyrics.
1384
1385         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
1386
1387         * THANKS: add Steve D
1388
1389         * ttftool/*.c: add TTF -> Type42 conversion library.
1390
1391 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
1392
1393         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
1394         to show harmonic notes
1395         * scm/define-markup-commands.scm: in \markup-by-number
1396         "dots-dot" -> "dots.dot" to show dotted notes
1397
1398 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1399
1400         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
1401
1402         * flower/memory-stream.cc (writer): new file.
1403
1404         * configure.in: add endian test.
1405
1406 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
1407
1408         * Documentation/user/examples.itely: small
1409         simplification/beautification
1410
1411         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
1412         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
1413         notation manual.
1414
1415         * lily/mensural-ligature.cc: bugfix: another few victims of the
1416         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
1417
1418         * ly/gregorian-init.ly: commit some experimental code for hi-level
1419         ligature input language lying around here for several months.
1420
1421         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
1422         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
1423
1424         * lily/vaticana-ligature-engraver.cc: bugfix: another few
1425         "x-y-z"->"x.y.s-z" fixes.
1426
1427 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1428
1429         * scm/framework-pdf.scm (scm): new file
1430
1431         * lily/include/pdf.hh (class Pdf_file): new file.
1432
1433         * lily/pdf.cc (write_trailer): new file.
1434
1435 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
1436
1437         * input/regression/color.ly: new file
1438
1439         * lily/stencil.cc (interpret_stencil_expression):
1440         when a color expression is encountered: save current color,
1441         process the rest of the expression, and restore previous color.
1442
1443         * lily/system.cc (get_line): check all grobs for color property and
1444         prepare the stencil scheme expressions for further processing.
1445         Fix layer-loop.
1446
1447         * scm/define-grob-properties.scm: introduce the color property.
1448
1449         * scm/output-lib.scm: color helper functions.
1450
1451         * scm/output-ps.scm: introduce setcolor/resetcolor.
1452
1453 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
1454
1455         * ly/*.ly, input/regression/*.ly: Added missing \version
1456         statements in some files.
1457
1458 2005-02-15  Graham Percival  <gperlist@shaw.ca>
1459
1460         * Documentation/user/notation.itely: minor editing.
1461
1462         * Documentation/user/converters.itely: updated convert-ly bugs.
1463
1464         * Documentation/user/lilypond-book.itely: add info about using
1465         feta characters in latex.
1466
1467 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1468
1469         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
1470
1471 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1472
1473         * scm/define-grob-properties.scm (all-user-grob-properties):
1474         removed 'dashed property.
1475
1476 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1477
1478         * scm/lily.scm (define-safe-public): new macro for defining
1479         variables that can be used in --safe mode. Use it in *.scm
1480         instead of manually setting safe-objects in safe-lily.scm.
1481
1482 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1483         
1484         * Slur-dash patch by Bertalan.
1485
1486         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
1487
1488         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
1489
1490 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1491
1492         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
1493
1494 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1495
1496         * mf/GNUmakefile: teTeX-3.0 install fix.
1497
1498         * Cygwin patch from Bertalan.
1499
1500         * stepmake/stepmake/metafont-rules.make: Remove bashism.
1501
1502 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1503
1504         * GNUmakefile.in: 
1505         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
1506
1507         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
1508         2.0.x compatibility.
1509
1510 2005-02-08  Werner Lemberg  <wl@gnu.org>
1511
1512         * mf/feta-din-code.mf: Format; clean up code.
1513         Replace `---' with `--' plus explicit path directions.
1514         (linethickness#, stafflinethickness#): Remove.
1515         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
1516         ("dynamic s"): Improve shape.
1517         ("dynamic p"): Improve shape.
1518         Replace `draw' with better outline approximation.
1519         ("dynamic r"): Improve shape.
1520         Don't call `fill' and `draw' at the same time.
1521
1522 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1523
1524         * SConstruct (symlink):
1525         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
1526         build fix: add enc symlink.
1527
1528         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
1529
1530         Support for DESTDIR besides prefix=/foo
1531
1532         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
1533
1534         * stepmake/stepmake/*.make:
1535         * */GNUmakefile:
1536         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
1537
1538         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
1539
1540         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
1541         mawk in fontforge (date) test.
1542
1543 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1544
1545         * scm/font.scm (make-century-schoolbook-tree): add NCS as
1546         font-family=roman. Add Luxi Sans as sans
1547
1548 2005-02-07  Graham Percival  <gperlist@shaw.ca>
1549
1550         * Documentation/user/notation.itely: add warning about
1551         percent repeats and Voice contexts.
1552
1553         * Documentation/user/lilypond-book.itely: clarified the
1554         necessity of dvips -u arguments.
1555
1556 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
1557
1558         * THANKS: Added a bunch of bug hunters.
1559
1560 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1561
1562         * scm/framework-ps.scm (output-preview-framework): bugfix.
1563
1564         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
1565         o/ for chord modifier..
1566
1567         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
1568
1569         * lily/drum-note-performer.cc:  remove unused (thanks Michael
1570         Welsh Duggan). 
1571
1572 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1573
1574         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
1575
1576         * ly/titling-init.ly: Do not also print intstrument in header on
1577         first page.  Do not print page number on first and only page.
1578
1579 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1580
1581         * input/regression/*.ly: remove old-relative everywhere
1582
1583         * lily/music-sequence.cc (simultaneous_relative_callback): do
1584         what-if analysis on copy, not on original. Fixes old-relative
1585         compatibility.
1586
1587         * scm/backend-library.scm (postscript->png): space before
1588         --verbose.
1589         
1590 2005-02-05  Werner Lemberg  <wl@gnu.org>
1591
1592         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
1593         is defined.
1594
1595         * mf/feta-alphabet.mf: Define `staffsize#'.
1596         Include `feta-params.mf'.
1597         s/staffheight/design_size/.
1598
1599         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
1600
1601         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
1602
1603         * mf/feta-nummer-code.mf: Reformatted.
1604         (draw_six): Use outline intersection to avoid a self-intersecting
1605         path.
1606         ("Numeral comma"): Fix serious outline glitches.  This slightly
1607         changes the glyph shape.
1608         ("Numeral dash"): Use `draw_rounded_block'.
1609         ("Numeral dot"): Use `drawdot'.
1610         ("Numeral 1"): Assure identical tangent directions for the
1611         intersection points of paths.  The glyph shape improvement is only
1612         visible at very high magnifications.
1613         ("Numeral 2"): Use `solve' macro to make the lower right part of
1614         the glyph outline touch the x axis exactly.  This changes the
1615         glyph shape.
1616         Minor fixes for better overlap removal support.
1617         ("Numeral 4"): Make lefter corner `rounder'.
1618         ("Numeral 5"): Assure identical tangent directions for the
1619         intersection points of paths.  This improves the glyph shape at
1620         high magnifications.
1621         ("Numeral 7"): Use `solve' macro to make the upper right part of
1622         the glyph outline touch the metrics box exactly.  This changes the
1623         glyph shape.
1624         Avoid corner in the upper left part of the glyph (causing a minor
1625         shape change).
1626
1627         * mf/feta-ital-*.mf: Removed.  Unused.
1628
1629 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1630
1631         * VERSION (PATCH_LEVEL): release 2.5.11
1632
1633         * input/regression/fill-line-test.ly: new file.
1634
1635         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
1636         emmentaler name, eg. emmentaler-23. 
1637
1638 2005-02-04  Christian Hitz  <chhitz@gmx.net>
1639
1640         * scm/scm/define-markup-commands.scm (fill-line): rework for better
1641         alignment with centered texts
1642
1643         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
1644         list of paddings
1645
1646 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1647
1648         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
1649
1650         * lily/note-column.cc (translate_rests): call flush_extent_cache()
1651         of parents when translating rests. Fixes: c-chord-rest.ly 
1652
1653         * lily/include/dimension-cache.hh (struct Dimension_cache): add
1654         dimension_callback_ member.
1655
1656         * lily/grob.cc (flush_extent_cache): new function. Force recompute
1657         of extents.
1658
1659 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1660
1661         * all but lily/*: The grand 2004/2005 replace.
1662
1663 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1664
1665         * lily/*: add space after ,  
1666
1667         * scm/music-functions.scm (has-request-chord): don't use
1668         ly:music-name anywhere. Fixes <<\\>> notation. 
1669
1670         * scm/define-markup-commands.scm (box): use font-size for
1671         padding. Fixes boxed-rehearsal-marks.ly
1672
1673         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
1674         identifier definition too, so foo = \lyrics { ...   } bar = #1
1675         doesn't complain about "bar" being LYRICS_STRING.
1676
1677         * lily/paper-def.cc (find_pango_font): new routine; Store
1678         pango_fonts in hash tab too. This is necessary for retrieving
1679         Pango_fonts::physical_font_tab() later on.
1680  
1681         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
1682         crash if psname is null.
1683
1684         * lily/lily-guile.cc (ly_hash2alist): new function
1685
1686         * Documentation/user/changing-defaults.itely (Text encoding):
1687         rewrite. 
1688
1689         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
1690         -> font_filename mapping.
1691
1692         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
1693         ly_pango_font_physical_fonts
1694
1695         * scm/framework-ps.scm (supplies-or-needs): extract names from
1696         physical Pango_fonts.
1697
1698         * utf8.ly: new file.
1699
1700 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1701
1702         * Documentation/user/changing-defaults.itely (Page layout): add
1703         doco about systemSeparatorMarkup.
1704
1705         * scm/page-layout.scm (default-page-make-stencil): add-to-page
1706         function.
1707         (default-page-make-stencil): insert system separators.
1708
1709         * scm/define-markup-commands.scm (hcenter): add
1710         (beam): add.
1711
1712 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1713
1714         * scm/output-ps.scm (ez-ball): reinstate ez notation.
1715
1716 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1717
1718         * lily/main.cc: Spell backend consistently.  Sort options.
1719
1720 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1721
1722         * scripts/lilypond-book.py (Module): revert @include.
1723         
1724 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1725
1726         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
1727         Bugfix: @include .tex (not .texi).  Small cleanups.
1728
1729         * stepmake/bin/add-html-footer.py (i18n): New function.
1730
1731 2005-01-31  Werner Lemberg  <wl@gnu.org>
1732
1733         * mf/feta-nummer.mf: Removed.  Unused.
1734
1735 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1736
1737         * lily/ : 2004 -> 2005 s&r
1738
1739         * scm/file-cache.scm (cached-file-contents): add file. Read each
1740         file only once.
1741
1742         * scm/font.scm (add-pango-fonts): change order. Medium weight is
1743         now default.
1744
1745         * VERSION: release 2.5.10
1746         
1747         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
1748
1749         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
1750
1751         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
1752         that both X and Y extents of bbox are non-nil.
1753
1754 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1755
1756         * scm/chord-name.scm (alteration->text-accidental-markup): change
1757         - to . 
1758
1759         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
1760
1761         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
1762
1763         * Documentation/user/invoking.itely (Invoking lilypond): add note
1764         about EPS backend.
1765
1766         * scm/framework-eps.scm: new file: create per-system/per-page EPS
1767         files for inclusion in lilypond-book document.
1768
1769         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
1770
1771         * input/tutorial/lbook-texi-test.texi: new file.
1772
1773         * scm/safe-lily.scm (safe-objects): add
1774         {begin,end}-of-line-(in)?visible as safe.
1775  
1776 2005-01-30  Graham Percival  <gperlist@shaw.ca>
1777
1778         * Documentation/user/changing-defaults.itely: fixed example
1779         of (dynamics).
1780
1781 2005-01-29  Graham Percival  <gperlist@shaw.ca>
1782
1783         * lily/main.cc: fix info about -o=FILE.
1784
1785 2005-01-29  Werner Lemberg  <wl@gnu.org>
1786
1787         * mf/feta-toevallig.mf ("Natural"): Completely changed the
1788         construction to assure smooth transition from straight to curved
1789         lines.
1790
1791 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1792
1793         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
1794         stencils.
1795
1796         * ps/lilyponddefs.ps: add start-page, start-system doesn't
1797         translate to top of page. Fixes alignment problems of
1798         lilypond-generated EPS files.
1799
1800 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1801
1802         * scm/part-combiner.scm (analyse-spanner-states): trigger on
1803         crescendo-end as well, since Decrescendo maybe ended with Stop
1804         Crescendo.). Fixes: partcombine-diminuendo.ly
1805
1806         * scm/script.scm (default-script-alist): swap portato symbols.
1807
1808         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
1809
1810         * lily/paper-outputter-scheme.cc (LY_DEFINE):
1811         ly:outputter-port. New function.
1812
1813         * scm/framework-ps.scm (output-classic-framework): dump a
1814         -systems.texi too
1815         (output-classic-framework): dump multiple systems on an "infinite"
1816         page EPS including fonts. 
1817
1818         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
1819         .eps files for both texi and tex formats. Use PNG coming from
1820         lilypond.
1821         
1822 2005-01-28  Graham Percival  <gperlist@shaw.ca>
1823
1824         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
1825
1826         * scripts/lilypond-latex.py: fix info about -o=FILE.
1827
1828 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1829
1830         * ly/generate-embedded-cff.ly: write .cff.ps files.
1831
1832         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
1833
1834         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
1835         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
1836
1837 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1838
1839         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
1840
1841 2005-01-28  Werner Lemberg  <wl@gnu.org>
1842
1843         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
1844         macros.
1845         (draw_bulb): Improved.
1846
1847         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
1848         metapost bug.
1849         (draw_pedal_P): Use soft_end_penstroke.
1850         (draw_pedal_d): Use soft_start_penstroke.
1851
1852         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
1853         path.
1854         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
1855         doesn't change the glyph shape.
1856
1857         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
1858         changing the shape) to avoid fontforge warnings.
1859
1860         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
1861         soft_end_penstroke and fix glyph shape.
1862
1863 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1864
1865         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
1866
1867 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1868
1869         * scm/define-markup-commands.scm (line): filter out empty stencils
1870         from line command.
1871
1872         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
1873         amount.
1874
1875 2005-01-27  Graham Percival  <gperlist@shaw.ca>
1876
1877         * Documentation/user/notation.itely: added info about what
1878         \voiceFoo does.  Also rewrote warning about marks at
1879         a line break.
1880
1881         * Documentation/user/changing-defaults.itely: added info
1882         about putting dynamics in parenthesis and brackets.
1883
1884 2005-01-27  Werner Lemberg  <wl@gnu.org>
1885
1886         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
1887
1888 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1889
1890         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
1891         portato-direction.ly
1892
1893         * lily/beam.cc (consider_auto_knees): add beam height to
1894         threshold. Fixes: knee-multiple-beam.ly
1895
1896         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
1897         pedal line spanners. Fixes: instrument-center-pedal.ly
1898
1899         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
1900         if encountering barline. Fixes: auto-beam-repeat.ly
1901
1902 2005-01-26  Werner Lemberg  <wl@gnu.org>
1903
1904         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
1905         overlapping.
1906
1907         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
1908         with inflections for the 1/2 sharp glyph.
1909
1910         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
1911         connection between `t' and `r'.
1912         Unify bulb with the rest of `r' to avoid grazing outlines which
1913         confuses the overlap removal algorithm of fontforge.
1914
1915         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
1916         inflections.
1917         (draw_cross): Fix shape to have uniform thickness in corners.
1918
1919         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
1920         to avoid an uneven number of self-intersections; this confuses
1921         fontforge.
1922         Fix a slight bug in the shape at left bottom (which is visible only
1923         at high magnifications).
1924         `Center' the stem horizontally to avoid overlapping.
1925
1926 2005-01-24  Werner Lemberg  <wl@gnu.org>
1927
1928         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
1929         to `asis'.
1930         (fet_begingroup): Save group name in string `feta_group'.
1931         (fet_endgroup): Updated.
1932         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
1933
1934         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
1935
1936         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
1937         in metapost.
1938
1939 2005-01-24  Graham Percival  <gperlist@shaw.ca>
1940
1941         * Documentation/user/notation.itely: really minor editing.
1942
1943 2005-01-22  Graham Percival  <gperlist@shaw.ca>
1944
1945         * Documentation/user/examples.itely: minor editing.
1946
1947         * Documentation/user/changing-defaults.itely: minor editing.
1948
1949         * Documentation/user/notation.itely: clarified info on polyphony
1950         and \addlyrics.
1951
1952 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1953
1954         * scm/output-gnome.scm: 
1955         * scm/output-svg.scm:
1956         * scm/lily-library.scm (font-name-style): Update font name
1957         kludging for fontconfig use.
1958
1959 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
1960
1961         * scm/define-markup-commands.scm: Document right-align and
1962         larger markup commands. Remove "TODO" from the topmost comment
1963         "each markup function should have a doc string." More consistent
1964         use of new-lines.
1965
1966 2005-01-22  Graham Percival  <gperlist@shaw.ca>
1967
1968         * Documentation/user/changing-defaults: removed info about
1969         copyright symbol, since it's likely to change soon.
1970         Added info about betweensystemspace.
1971
1972         * Documentation/user/notation.itely: minor fixes.
1973
1974         * Documentation/user/lilypond.tely,
1975         Documentation/user/music-glossary.tely: changed copyright
1976         date to 2005 instead of 2004.
1977
1978         * input/test/volta-chord-names.ly: added old example back.
1979
1980 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1981
1982         * mf/feta-beugel.mf: use design size 20 (not 15).
1983
1984         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
1985         change name to aybabtu completely
1986
1987 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1988
1989         * buildscripts/gen-emmentaler-scripts.py (outdir): add
1990         design_size to fontname
1991
1992 2005-01-19  Werner Lemberg  <wl@gnu.org>
1993
1994         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
1995         mf/feta-schrift.mf: s/p/pat/ if a path variable.
1996
1997         * mf/feta-autometric.mf (set_char_box): Add code which emits
1998         specials for mf2pt1 if run with metapost.
1999         (to_bp): New macro for mf2pt1.
2000
2001 2005-01-18  Graham Percival  <gperlist@shaw.ca>
2002
2003         * Documentation/user/changing-defaults: added info on
2004         creating a copyright symbol.
2005
2006 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2007
2008         * VERSION: release 2.5.9
2009         
2010 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
2011
2012         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
2013
2014         * Documentation/user/notation.itely: Document
2015         score-override-auto-beam-setting Fix documentation for
2016         revert-auto-beam-setting.
2017
2018 2005-01-18  Werner Lemberg  <wl@gnu.org>
2019
2020         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
2021         (procset): New function to define a procset resource.
2022         (ps-embed-pfa): New function to define a font resource.
2023         (setup): New function to define a `Setup' environment.
2024         (preamble): Use new functions.
2025
2026         * ps/lilypond.defs (init-lilypond-parameters): New function to
2027         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
2028
2029 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2030
2031         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
2032
2033 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
2034
2035         * scm/define-markup-commands.scm: Change number->markletter-string
2036         to take two arguments (vector number). Add number->mark-alphabet-vector
2037         and markalphabet markup command.
2038
2039         * scm/translation-functions.scm: Add format-mark-box-alphabet,
2040         format-mark-alphabet, format-mark-box-barnumbers and
2041         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
2042
2043 2005-01-17  Graham Percival  <gperlist@shaw.ca>
2044
2045         * Documentation/user/examples.itely: add SATB automatic piano
2046         reduction template.
2047
2048         * Documentation/user/notation.itely: added info about changing
2049         partcombine texts.  Also adds examples of alternate lyrics.
2050
2051         * Documentation/user/changing-defaults.itely: added warning
2052         about \RemoveEmptyStaffContext overriding previous changes.
2053
2054 2005-01-17  Werner Lemberg  <wl@gnu.org>
2055
2056         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
2057         feta-alphabet*.
2058
2059 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2060
2061         * python/lilylib.py (make_ps_images): don't do final showpage for
2062         multi-page documents.
2063         
2064         * VERSION (MY_PATCH_LEVEL): release 2.5.8
2065
2066 2005-01-16  Graham Percival  <gperlist@shaw.ca>
2067
2068         * Documentation/user/lilypond.tely: changed order of appendices;
2069         unified index should be last.
2070
2071         * Documentation/user/notation.itely: add example of key signatures
2072         and info about Staff.printKeyCancellation.
2073
2074 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2075
2076         * lily/include/repeated-music.hh (class Repeated_music): change
2077         into "namespace" class.
2078
2079         * lily/event.cc: remove Key_change_event.
2080
2081         * lily/include/transposed-music.hh (class Transposed_music): remove.
2082
2083         * lily/transposed-music.cc: remove
2084
2085         * lily/include/relative-music.hh: remove.
2086
2087         * lily/include/music-sequence.hh (struct Music_sequence): change
2088         into "namespace" class.
2089
2090         * lily/untransposable-music.cc (Module): remove
2091
2092         * lily/include/un-relativable-music.hh (Module): remove
2093
2094         * lily/include/untransposable-music.hh (Module): remove
2095
2096         * lily/include/music-list.hh (Module): remove file
2097
2098         * lily/un-relativable-music.cc: remove file.
2099
2100 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2101
2102         * lily/parser.yy: Compile fix.
2103
2104 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2105
2106         * lily/include/music.hh (class Music): unvirtualize transpose().
2107
2108         * lily/sequential-music.cc: remove file.
2109
2110         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
2111
2112         * lily/slur-scoring.cc (get_best_curve): only switch on
2113         DEBUG_SLUR_SCORING for non NDEBUG builds.
2114
2115         * lily/include/music.hh (class Music): replace Music::start_mom()
2116         by start-callback property
2117
2118         * lily/include/grace-music.hh: remove file. 
2119
2120         * lily/stem.cc (height): robustness fix.
2121
2122         * lily/time-scaled-music.cc: remove file.
2123
2124         * lily/include/music.hh (class Music): include SCM init argument.
2125         (class Music): replace Music::get_length() virtual by
2126         length-callback property everywhere.
2127
2128         * scripts/convert-ly.py (conv): add  # to \property scalar value.
2129
2130         * mf/GNUmakefile: don't install *list.ly
2131
2132 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2133
2134         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
2135
2136 2005-01-12  Werner Lemberg  <wl@gnu.org>
2137
2138         This patch addresses the following problems in the feta sources
2139         files which contribute to the fetaXX fonts.
2140
2141         . Many fixes for rasterization at low resolutions (consistent use of
2142           `vround' and `hround', integer shift values for paths, applying
2143           `eps' for mirrored paths, use of `define_whole_pixels' and
2144           friends, etc.) -- while this probably looks like a waste of time
2145           it has revealed deficiencies in some glyph shapes.  See comment at
2146           the end of feta-params.mf how vertical symmetry is achieved.
2147
2148         . The `---' operator has been replaced everywhere with `--'; this
2149           both improves and considerably reduces the font size after
2150           conversion with mf2pt1.
2151
2152         These change aren't explicitly mentioned below since virtually all
2153         glyphs are affected.
2154
2155         Other notable differences:
2156
2157         . Glyphs from feta-accordion.mf now have charboxes around the
2158           outline.
2159
2160         . Fixed incorrect charbox for `accDot'.
2161
2162         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
2163
2164         . Fixed position of the bow in the `upprall' glyph and its siblings.
2165
2166         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
2167           dependent on the staff line thickness to avoid touching the middle
2168           staff line at smaller sizes.
2169
2170         . Largely extended output for feta-testXX: Where useful, glyphs
2171         are shown both between and on staff lines.
2172
2173
2174         * mf/feta-params.mf (staff_space_rounded,
2175         stafflinethickness_rounded, linethickness_rounded,
2176         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
2177         Update all code which uses them where appropriate.
2178         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
2179         New variables used to control rasterization at low resolutions.  Set
2180         to zert if feta code is processed with metapost.
2181
2182         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
2183         (draw_rounded_block, draw_square_block): Updated to use `--' only.
2184         (flare_path): Updated.
2185         Make it work with `filldraw' (but only circular pens).
2186         (hfloor, vfloor, hceiling, vceiling): New macros.
2187
2188         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
2189         Use `draw' again in mf mode to have good pixel dropout control.
2190         Fix intersection points of horizontal lines with circle.
2191         ("accDot"): Fix parameters for set_char_box.
2192         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
2193         control.
2194
2195         * mf/feta-banier.mf: Updated.
2196
2197         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
2198         testing.
2199         (undraw_inside_ellipse): Remove `center' argument.  Update all
2200         callers.
2201         (draw_brevis): New macro, called by "Brevis notehead".
2202         (draw_whole_triangle_head): New macro, called by "Whole
2203         trianglehead".
2204         (draw_small_triangle_head): Use `filldraw'.
2205
2206         * mf/feta-eindelijk.mf: Remove useless global group.
2207         Updated.
2208
2209         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
2210         `filldraw'.
2211
2212         * mf/feta-pendaal.mf: Updated.
2213
2214         * mf/feta-puntje.mf: Updated.
2215
2216         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
2217         less points.
2218         ("Flageolet"): Use `draw' again in mf mode to have good pixel
2219         dropout control.
2220         ("Varied Coda"): Use `draw_block'.
2221         (draw_comma): Fix typo.
2222         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
2223         pixel dropout control.
2224
2225         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
2226         position of bow.
2227
2228         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
2229         sizes.
2230
2231         * mf/feta-toevallig.mf (remember_pic): New variable, used for
2232         testing.
2233         (draw_meta_sharp): Much simplified.
2234         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
2235
2236         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
2237
2238 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2239
2240         * Documentation/user/notation.itely (Ancient rests): Fix typo
2241         (thanks Anthony)
2242
2243 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2244
2245         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
2246
2247         * lily/main.cc (setup_paths): Add cff.
2248
2249         * mf/GNUmakefile (foe): Include actual target %.cff.
2250         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
2251
2252 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2253
2254         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
2255         suffix for main_input_b_.
2256
2257         * scm/music-functions.scm (toplevel-music-functions):
2258         precompute music lengths for music expressions.  
2259
2260 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2261
2262         * lily/include/input.hh (class Input): new `end_' slot for end of
2263         input. Renamed defined_str0_ to start_.
2264
2265         * lily/input.cc (Input): Add Input::Input (Input const &) and
2266         remove Input::Input (Source_file*, char const *). Use the new
2267         slots.
2268         (set_location): method used by bison to propagate input
2269         locations (YYLLOC_DEFAULT).
2270         (end_line_number, end_column_number, step_forward): new methods
2271         
2272         * lily/input-scheme.cc (ly:input-both-locations): new function,
2273         similar to ly:input-location, but also return the end line and
2274         column.
2275
2276         * lily/include/includable-lexer.hh: 
2277         * lily/includable-lexer.cc: 
2278         * lily/include/lily-lexer.hh (class Lily_lexer): 
2279         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
2280         Includable_lexer to Lily_lexer, in order to update lexloc (the
2281         yylloc), a new slot of Lily_lexer.
2282         (here_input, LexerError): simplify by using the lexloc slot (aka
2283         yylloc)
2284
2285         * lily/lexer.ll: #define yylloc to use input locations (it may
2286         be useless here?). Fixed the #embedded_scm rule (step the location
2287         forward in order to skip the sharp sign before parsing the scheme
2288         expression)
2289
2290         * lily/include/lily-parser.hh (class Lily_parser): 
2291         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
2292         here_input()
2293         (parser_error): overload for more precise locations of errors.
2294
2295         * lily/parser.yy (YYLTYPE): set location type to Input
2296         (YYLLOC_DEFAULT): use Input::set_location()
2297         (yylex): add the YYLTYPE* location parameter.
2298         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
2299         Give an Input parameter to THIS->parser-error() for more accurate
2300         messages.
2301
2302 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2303
2304         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
2305
2306         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
2307         on BEAMQUANTING for non-NDEBUG builds.
2308
2309         * lily/stem.cc (head_count): performance: avoid String::String()
2310         inside oft called function.
2311
2312 2005-01-09  Graham Percival  <gperlist@shaw.ca>
2313
2314         * Documentation/user/examles.itely: attempted fix for broken
2315         string quartet template.
2316
2317         * Documentation/user/notation.itely: remove unnecessary broken
2318         link.
2319
2320 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2321
2322         * VERSION (PACKAGE_NAME): release 2.5.7
2323
2324 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2325
2326         * config.make.in (METAFONT): Append -progname=mf, fixes use with
2327         mf-nowin for teTeX-3.0.  Backportme.
2328
2329         * scm/output-svg.scm (utf8-string): New function.
2330
2331         * scm/output-gnome.scm (utf8-string): New function.
2332         (otf-name-mangling): Remove.
2333
2334         * lily/pango-font.cc (Pango_font): Use font string iso font
2335         filename for utf8-text.
2336
2337         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
2338         name.
2339
2340 2005-01-08  Graham Percival  <gperlist@shaw.ca>
2341
2342         * Documentation/user/notation.itely: add info about
2343         Staff.extraNatural = ##f in Pitches section.  Also
2344         fixed some minor issues in the Vocal music section.
2345
2346 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2347
2348         * scm/output-ps.scm (white-text): comment out Helvetica font,
2349         which is broken for my GS install.
2350
2351         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
2352         which provides a tighter bbox.
2353
2354         * scm/define-grobs.scm (all-grob-descriptions): remove all
2355         extra-offsets from definitions.
2356
2357 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
2358
2359         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
2360         add tuning for 4-string bass and some common 4/5-string banjo
2361         tunings.  New function (four-string-banjo) turns a 5-string tuning
2362         into a 4-string tuning.  New function
2363         (fret-number-tablature-format-banjo) computes correct fret numbers
2364         on 5-string banjos.
2365
2366         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
2367         Add beam correction to TabVoice.
2368
2369         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
2370         using bold font; makes tabs more readable.
2371
2372 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2373
2374         * lily/font-select.cc (get_font_by_design_size): don't make
2375         Modified_font_metric; this causes trouble, since we don't know the
2376         font magnification from inside Pango_font::text_stencil()
2377
2378         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
2379
2380         * Documentation/user/notation.itely (The Lyrics context): comment out
2381         broken {Small ensembles} link.
2382
2383         * scm/framework-svg.scm (output-framework): change calling convention.
2384
2385         * lily/object-key-dumper-scheme.cc: new file.
2386
2387         * lily/object-key-undumper-scheme.cc: new file.
2388
2389         * lily/tweak-registration-scheme.cc: new file.
2390
2391         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
2392
2393         * Documentation/user/examples.itely (String quartet): uncomment
2394         broken example.
2395
2396         * lily/font-config.cc: new file.
2397
2398 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2399
2400         * scm/output-svg.scm: 
2401         * scm/output-gnome.scm: s/bigcheese/emmentaler.
2402
2403         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
2404
2405 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2406
2407         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
2408         Add headers.
2409
2410         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
2411
2412 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2413
2414         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
2415
2416         * lily/include/main.hh: lose _b hungarian suffixes for global
2417         variables.
2418
2419         * lily/include/lily-guile-macros.hh: new file.
2420
2421         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
2422
2423         * lily/general-scheme.cc: new file. 
2424
2425         * lily/font-select.cc (get_font_by_design_size): retrieve
2426         PangoFont for (designsize . "pango-descr") entries.
2427
2428         * lily/lily-parser-scheme.cc: new file.
2429
2430         * lily/output-def-scheme.cc: new file.
2431
2432         * lily/paper-book-scheme.cc: new file.
2433
2434         * lily/duration-scheme.cc (LY_DEFINE): new file.
2435
2436         * lily/pitch-scheme.cc:  new file.
2437
2438         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
2439
2440 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2441
2442         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
2443
2444 2005-01-06  Graham Percival  <gperlist@shaw.ca>
2445
2446         * Documentation/user/notation.itely: minor editing.
2447
2448         * Documentation/user/changing-defaults: minor editing.
2449
2450         * Documentation/user/examples.itely: add template for
2451         string quartet part extraction; demonstrates tag.
2452
2453 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
2454
2455         * Documentation/user/notation.itely: documents
2456         format-mark-box-letters and format-mark-box-numbers
2457
2458         * scm/define-context-properties.scm: change comment.
2459
2460 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2461
2462         * scm/framework-ps.scm (output-classic-framework): new function:
2463         dump systems as separate .eps files (without fonts) and write a
2464         single collecting .tex file.
2465
2466 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2467
2468         * Documentation/user/notation.itely (Setting simple songs):
2469         Correct several errors in the equivalent formulation of
2470         \addlyrics. 
2471         (The Lyrics context): Corrected link to the SATB example.
2472
2473 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2474
2475         * scm/lily.scm (completize-formats): new function
2476         (postprocess-output): new function
2477
2478         * lily/paper-book.cc (classic_output): change calling
2479         convention. Give basename as first argument. 
2480         remove Paper_book::post_processing().
2481
2482         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
2483
2484 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2485
2486         * lily/paper-outputter.cc (LY_DEFINE): new function
2487         ly:outputter-close.
2488
2489         * lily/main.cc: change --format,-f to --backend,-b
2490
2491         * lily/include/main.hh: rename format to backend.
2492
2493         * scm/translation-functions.scm (format-mark-box-numbers): add.
2494         patch by Erlend Aasland
2495
2496 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2497
2498         * lily/pango-font.cc (text_stencil): dump string as
2499         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
2500
2501 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2502
2503         * configure.in (gui_b): Remove handy developer-only
2504         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
2505         CVS source installations (but break other non-default but correct
2506         PKG_CONFIG_PATH setups), as this is no longer developer-only.
2507
2508         * SConstruct: 
2509         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
2510         compatibility (backportme).
2511
2512         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
2513
2514 2005-01-03  Werner Lemberg  <wl@gnu.org>
2515
2516         Prepare glyph shapes for mf2pt1 conversion.
2517
2518         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
2519         (accDiscant, accFreebase, accStdbase): Replace `draw' with
2520         `penstroke'.
2521         (accDot): Use `drawdot'.
2522         (accBayanbase): Replace `draw' with `draw_gridline'.
2523         (print_penpos): Moved to feta-macros.mf.
2524         (accOldEE): Replace `filldraw' with `penstroke'.
2525         Replace `draw' with `penstroke' and `drawdot'.
2526
2527         * mf/feta-banier.mf: Code clean-up.
2528         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
2529         `fill'.
2530
2531         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
2532
2533         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
2534         paremeter to control drawing of labels.  Update all callers.
2535
2536         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
2537         (new_bulb): Return a bulb as a single path.  To do that, it now
2538         takes some more parameters.  Updated all callers.
2539         (draw_gclef): Major clean-up.  `draw' has been replaced with
2540         `penstroke', unnecessary outlines have been removed.
2541         Remove (unused) gnome-canvas code.
2542
2543         * mf/feta-macros.mf (print_penpos): New macro (from
2544         feta-accordion.mf).
2545         Other minor fixes.
2546
2547         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
2548         ("Pedal dot"): Use `drawdot'.
2549         (draw_pedal_P): Add parameter to control drawing of labels.  Update
2550         all callers.
2551         Fix shape at top.
2552         (draw_pedal_e): Add parameter to control drawing of labels.  Update
2553         all callers.
2554         (draw_pedal_d): Add parameter to control drawing of labels.  Update
2555         all callers.
2556         Revert drawing direction.
2557
2558         * mf/feta-schrift.mf (draw_fermata): Use single path.
2559         (draw_short_fermata): Replace `filldraw' with `fill'.
2560         (draw_long_fermata, draw_very_long_fermata): Replace calls to
2561         `draw_rounded_block' with a single path.
2562         ("Thumb"): Draw full circle instead of mirroring segments.
2563         (draw_accent): New macro.
2564         ("> accent", "espr"): Use it.
2565         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
2566         ("open (unstopped)"): Draw full circle instead of mirroring
2567         segments.
2568         (draw_vee): Removed.
2569         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
2570         ("Downbow"): Replace calls to `draw_rounded_block' with a single
2571         path.
2572         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
2573         partial pieces drawn with `fill' -- these do still overlap with the
2574         stem of the `t' but just once, not multiple times so that fontforge
2575         can handle it gracefully.
2576         Change other parts of the glyph so that fontforge's overlapping
2577         algorithm reliably works.
2578         (draw_heel): Replace `draw' with `fill'.
2579         (draw_toe): Use `draw_accent' instead of `draw_vee'.
2580         ("Flageolet"): Replace `draw' with `penstroke'.
2581         ("Segno"): Replace `filldraw' with `penstroke'.
2582         Replace `draw' with `drawdot'.
2583         ("Coda"): Replace `fill' with `penstroke', using a single path.
2584         ("Varied Coda"): Use less overlapping paths.
2585         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
2586         single path.
2587
2588         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
2589         group to better control the `labels' command.
2590         Rename argument to `offset' and use it actually.  Update all
2591         callers.
2592         Replace `filldraw' with `fill'.
2593         ("mordent", "prallmordent", "upmordent", "downmordent",
2594         "lineprall"): Replace `draw' with `draw_gridline'.
2595         ("upprall", "downprall"): Replace `draw' with `fill'.
2596
2597         * mf/feta-timesig.mf: Formatting.
2598
2599         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
2600         to...
2601         ("Flat"): Here.
2602         (draw_paren): Move code to draw labels to...
2603         ("Right Parenthesis"): Here.
2604
2605 2005-01-02  Graham Percival <gperlist@shaw.ca>
2606
2607         * Documentation/user/notation.itely: add example of \setTextDecresc
2608         and \setTextDim.
2609
2610 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
2611
2612         * scm/define-markup-commands.scm :  fix glyph-strings of
2613         accidentals and \note-by-number
2614
2615 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2616
2617         * VERSION: 2.5.6 released.
2618         
2619         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
2620
2621         * input/regression/new-markup-scheme.ly: oops. font-family=music
2622         -> font-encoding fetaMusic.  
2623
2624         * lily/main.cc: put default to PS.
2625
2626         * lily/tfm.cc: idem.
2627
2628         * lily/afm.cc: idem.
2629
2630         * lily/include/modified-font-metric.hh (struct
2631         Modified_font_metric): remove coding_scheme() method.
2632
2633         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
2634
2635         * scripts/convert-ly.py (conv): crash on encountering \encoding.
2636
2637         * input/les-nereides.ly: convert to utf8
2638
2639         * lily/modified-font-metric.cc (text_dimension): idem.
2640
2641         * lily/parser.yy (TODO): idem.
2642
2643         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
2644
2645         * lily/lexer.ll: remove encoding
2646
2647         * scm/framework-ps.scm (output-variables): separately scale the
2648         page to mm 
2649
2650         * lily/pango-font.cc (Pango_font): fix scaling.
2651
2652         * lily/font-metric.cc (design_size): design_size returns a
2653         dimension now as well.
2654
2655 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2656
2657         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
2658         brace generation. 
2659
2660         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
2661
2662 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2663
2664         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
2665         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
2666
2667 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2668
2669         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
2670         in first run as well.
2671
2672         * scm/paper.scm (layout-set-staff-size): use text-font-size in
2673         dimension less points (ie. 12 = 12 point)
2674
2675         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
2676
2677         * lily/all-font-metrics.cc (find_pango_font): set description_
2678
2679         * lily/pango-font.cc (text_stencil): export size as well.
2680         (text_stencil): fix scaling and extents box.
2681
2682 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2683
2684         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
2685
2686         * Documentation/user/invoking.itely (Invoking lilypond): document
2687         texstr
2688
2689         * scripts/convert-ly.py (conv): add ancient rules.
2690
2691         * scm/clef.scm (c0-pitch-alist): replace - with .
2692
2693         * scripts/lilypond-book.py (process_snippets): add texstr support.
2694
2695         * scm/framework-texstr.scm (header): change extension to .textmetrics
2696
2697         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
2698         -f tex.
2699
2700         * lily/text-metrics.cc: new file.
2701         (try_load_text_metrics): new function
2702
2703         * lily/include/text-metrics.hh: new file.
2704
2705 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2706
2707         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
2708         ly_scheme_function to ly_lily_module_constant.
2709
2710         * lily/modified-font-metric.cc (text_dimension): try
2711         lookup_tex_text_dimension() first.
2712
2713         * lily/tfm.cc: new function ly:load-text-dimensions
2714
2715 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2716
2717         * scm/output-texstr.scm (text): use \lilygetmetrics
2718
2719         * scm/framework-texstr.scm (header): dump in new format.
2720
2721         * tex/lilypond-tex-metrics: new file.
2722         
2723 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2724
2725         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
2726         mapping.
2727         (index_to_charcode): New method.
2728
2729         * scm/output-ps.scm (glyph-string): 
2730         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
2731
2732 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2733
2734         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
2735         implement fully, need FONT to get to charcode.
2736
2737         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
2738
2739         * scm: Cleanups.
2740
2741         * Documentation/user/changing-defaults.itely: Fix internalsrefs
2742         {Tunable context properties},
2743         {All layout objects},
2744         {Music definitions}.
2745
2746 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2747
2748         * VERSION: release 2.5.5
2749         
2750         * lily/main.cc: use TeX as default output format.
2751
2752         * flower/file-path.cc (find): try to open directly as well, so we
2753         find absolute path files. 
2754
2755         * lily/pango-select.cc: new file.
2756
2757         * scm/framework-ps.scm: remove all encoding code. 
2758         load pfb/pfa for PangoFont too.
2759         
2760         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
2761
2762 2004-12-22  Werner Lemberg  <wl@gnu.org>
2763
2764         Prepare glyph shapes for mf2pt1 conversion.
2765
2766         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
2767
2768         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
2769         (define_triangle_shape): Use it to replace `draw' with `fill' and
2770         `unfill'.  Update all callers.
2771         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
2772         (draw_cross): Ditto.
2773         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
2774         Use penrazor for better conversion with mf2pt1.
2775         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
2776         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
2777         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
2778         draw_la_head, draw_ti_head): Replace `filldraw' with
2779         `fill'.  Update all callers.
2780
2781 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2782
2783         * lily/paper-book.cc (output): revert: only allow a single output
2784         format.
2785
2786         * lily/include/pango-font.hh: new file.
2787
2788         * lily/pango-font.cc: new file.
2789
2790         * lily/font-metric.cc (text_stencil): new routine
2791
2792         * lily/all-font-metrics.cc (find_pango_font): new routine.
2793
2794         * lily/include/font-metric.hh (struct Font_metric): add
2795         text_stencil()
2796
2797         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
2798
2799 2004-12-22  Werner Lemberg  <wl@gnu.org>
2800
2801         Prepare glyph shapes for mf2pt1 conversion.
2802
2803         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
2804
2805         * mf/feta-toevallig.mf: Formatting.
2806         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
2807         ("Natural"): Fix paths to allow better postprocessing.
2808         (draw_meta_flat): Use `z3l' as additional point in path to get
2809         better conversion with mf2pt1.
2810         Other minor cleanups.
2811         ("3/4 Flat"): Add auxiliary points and modify path to replace
2812         `draw' with `fill'.
2813         ("Double Sharp"): Mirror path segments instead of picture elements
2814         to get a single outline.
2815         Modify path to replace `filldraw' with `fill'.
2816
2817 2004-12-22  Graham Percival  <gperlist@shaw.ca>
2818
2819         * input/test/unfold-all-repeats.ly: added file back.
2820
2821         * Documentation/user/notation.itely,
2822         Documentation/user/programming-interface.itely
2823         Documentation/user/changing-defaults.itely: fixed misc broken
2824         links to input/test/ files.
2825
2826 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2827
2828         * tex/texinfo.tex: Update.  We should not be distributing this,
2829         but since we do, use latest version.
2830
2831         * Documentation/user/macros.itexi: Comment-out \fetaflat,
2832         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
2833         macros for feta glyphs.
2834
2835 2004-12-22  Graham Percival  <gperlist@shaw.ca>
2836
2837         * Documentation/user/changing-defaults.itely: fix index for set.
2838
2839         * Documentation/user/converters.itely: added convert-ly bugs list
2840         from CVS.
2841
2842 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2843
2844         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
2845         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
2846         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
2847         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
2848
2849         * mf/GNUmakefile (pfa_warning): Use less broken check.
2850
2851         * python/lilylib.py (setup_environment): Remove cruft from
2852         GS_FONTPATH.
2853
2854         * configure.in: Bump mftrace requirement to 1.1.1.
2855
2856 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2857
2858         * scm/output-svg.scm (beam): Use polygon.
2859
2860         * scm/lily-library.scm: Bugfix.
2861
2862         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
2863
2864         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
2865
2866 2004-12-19  Werner Lemberg  <wl@gnu.org>
2867
2868         Prepare glyph shapes for mf2pt1 conversion.
2869
2870         * mf/feta-eindelijk: Some formatting.
2871         (multi_rest_x, multi_beam_height): Removed.  Unused.
2872         ("Quarter rest"): Use `intersectiontimes' to create a single
2873         outline.
2874         (rest_crook): Removed.  Unused.
2875         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
2876         Simplified.
2877         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
2878         "128th rest"): Simplify `pat'.
2879         Create single outline.
2880
2881 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2882
2883         * mf/GNUmakefile (ALL_GEN_FILES):
2884         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
2885
2886         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
2887         function.
2888
2889 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2890
2891         * scm/output-texstr.scm (placebox): add routine
2892
2893         * VERSION (PACKAGE_NAME): release 2.5.4
2894
2895         * scm/framework-texstr.scm (output-framework): new file.  
2896
2897         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
2898         processing.
2899
2900         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
2901
2902         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
2903         rule.
2904
2905         * configure.in (gui_b): bump mftrace requirement to 1.1.0
2906
2907         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
2908
2909         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
2910
2911 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2912
2913         * scm/framework-svg.scm (dump-page): Implement landscape.
2914
2915 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2916
2917         * lily/main.cc (setup_paths): Add svg to search path.
2918
2919         * scm/output-svg.scm:
2920         * scm/framework-svg.scm: Add pageSet.  Update.
2921         (dump-fonts): New function.
2922         (output-framework): Use it.
2923
2924         * mf/GNUmakefile: 
2925         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
2926
2927 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2928
2929         * tex/lilyponddefs.tex: comment out new ifpdf code.
2930
2931 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2932
2933         * GNUmakefile.in: 
2934         * SConstruct (symlink): Replace afm by otf.
2935
2936         * scm/framework-gnome.scm (gnome-main): Remove invocation of
2937         ly:pango-add-afm-decoder.
2938
2939         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
2940
2941 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2942
2943         * scm/output-ps.scm (new-text): don't access t glyph for getting
2944         space dimension.
2945
2946         * ly/init.ly: warn about \version
2947
2948         * lily/lexer.ll: set version-seen?
2949
2950 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2951
2952         * scm/output-svg.scm (string->entities): Update.
2953
2954 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2955
2956         * lily/main.cc (setup_paths): replace afm by otf for path. 
2957
2958         * lily/pangofc-afm-decoder.cc: remove.
2959
2960         * lily/include/pangofc-afm-decoder.hh: remove.
2961
2962         * scm/framework-scm.scm (output-framework): new file.
2963
2964         * mf/GNUmakefile: remove SAUTER_FONTS.
2965         remove SVG/sodipodi hacks.
2966
2967         * scm/lily-library.scm (stderr): move stderr.
2968
2969         * mf/GNUmakefile: remove AFM support.
2970
2971         * buildscripts/mf-to-table.py (base): remove AFM support.
2972
2973         * lily/open-type-font.cc (design_size): use design_size
2974
2975 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
2976
2977         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
2978
2979 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2980
2981         * mf/GNUmakefile: Generate combined aybabtu info.
2982         * mf/aybabtu.pe.in (i): Load it.
2983
2984         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
2985         are not symbols.
2986
2987         * lily/include/open-type-font.hh (count): New method.
2988
2989         * mf/aybabtu.pe.in: Typo.
2990
2991         * Documentation/user/out/lilypond-internals.nexi (Scheme
2992         functions): Typo.
2993
2994         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
2995
2996 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2997
2998         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
2999         subfonts.
3000
3001         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
3002
3003         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
3004         (tex-font-command-raw): new function.
3005
3006         * lily/include/virtual-font-metric.hh (Module): remove file
3007
3008         * lily/virtual-font-metric.cc (Module): remove file.
3009         
3010
3011         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
3012         (get_indexed_char): read bbox from lily table if present.
3013
3014 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3015
3016         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
3017         aybabtu.subfonts
3018
3019         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
3020         global glyphname. Enables more than 64 glyphs in the OTF.
3021
3022 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3023
3024         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
3025         braces.
3026
3027         * lily/open-type-font.cc (design_size): Use 12 as default for
3028         design size.
3029
3030         * mf/aybabtu.pe.in: New file.  Merge all our braces.
3031
3032         * mf/GNUmakefile: Generate aybabtu.
3033
3034         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
3035
3036 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3037
3038         * scm/lily-library.scm (char->unicode-index): Remove.
3039
3040         * scm/output-gnome.scm (text): Bugfix for plain string input.
3041         Updates.
3042
3043         * scm/output-svg.scm (svg-font): Add weight to font selection.
3044
3045 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3046
3047         * Documentation/topdocs/INSTALL.texi (Top): Point to
3048         buildscripts/out/clean-fonts instead of
3049         buildscripts/clean-fonts.sh. 
3050
3051 2004-12-13  Graham Percival  <gperlist@shaw.ca>
3052
3053         * input/regression/figured-bass.ly: attempt to clarify text.
3054
3055         * Documentation/user/notation.tely: add cindex for tag, attempt to
3056         add figured bass example.
3057
3058         * Documentation/user/changing-defaults: basic editing.
3059
3060 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3061
3062         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
3063
3064         * lily/open-type-font.cc (LY_DEFINE): new function
3065         ly:font-sub-fonts
3066
3067         * lily/include/font-metric.hh (struct Font_metric): new method
3068         sub_fonts()
3069
3070         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
3071         . with - in add.stem.
3072         
3073 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3074
3075         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
3076         and fetaDynamic.
3077
3078         * lily/rest.cc (glyph_name): Change - to . .
3079
3080         * scm/output-gnome.scm (text): Hello world, again.
3081
3082         * scm/output-svg.scm (named-glyph): New function.  Hello world!
3083
3084         * lily/modified-font-metric.cc (index_to_charcode): New method.
3085
3086         * lily/include/font-metric.hh (index_to_charcode): New function.
3087
3088         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
3089         new function.
3090         (ly:font-glyph-to-index): Remove.
3091
3092 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3093
3094         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
3095
3096         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
3097
3098         * lily/open-type-font.cc (load_scheme_table): new function
3099
3100         * lily/dots.cc (print): replace - 
3101
3102         * lily/open-type-font.cc (attachment_point): new function.
3103         (load_table): read LILC table
3104
3105         * buildscripts/gen-bigcheese-scripts.py (Module): new
3106         file. Generate FF scripts.
3107
3108         * mf/feta-din10.mf: idem.
3109
3110         * mf/feta-nummer10.mf: remove mf files.
3111
3112         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
3113
3114 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3115
3116         * lily/lily-guile.cc: Use scm_from_locale_stringn.
3117
3118         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
3119         compatibility.
3120
3121 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3122
3123         * lily/open-type-font.cc (get_indexed_char): scale metrics by
3124         design-size and units_per_EM.
3125
3126         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
3127
3128 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3129
3130         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
3131         does not crash fontforge.
3132
3133         * scm/lily-library.scm (char->unicode-index): Hack to map onto
3134         PUA.
3135
3136 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3137
3138         * scm/framework-ps.scm (ps-embed-cff): new function.
3139
3140         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
3141
3142 2004-12-12  Werner Lemberg  <wl@gnu.org>
3143
3144         * mf/bigcheese.pe.in: Add PUA mapping.
3145         Don't create Type 42 but bare CFF font.
3146
3147 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3148
3149         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
3150         within canvas boundaries.
3151
3152         * mf/merge.pe.in: Set font names, version, license GPL.
3153
3154         * make/substitute.make: Add FONTFORGE.
3155
3156         * config.make.in (FONTFORGE): Add.
3157
3158         * configure.in (gui_b): Use PATH_PROG for fontforge.
3159
3160 2004-12-11  Graham Percival  <gperlist@shaw.ca>
3161
3162         * scm/define-markup-commands.scm: add baseline-skip to info
3163         about \column.
3164
3165 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3166
3167         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
3168
3169         * scm/output-gnome.scm (named-glyph): Use it.
3170
3171         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
3172
3173         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
3174         (upper_string, lower_string, reverse_string): Remove.
3175
3176         * configure.in (fontforge): Reinstate version check.
3177
3178         * ly/engraver-init.ly: Fix clef glyph names.
3179
3180         * lily/time-signature.cc (special_time_signature): Fix fraction
3181         glyph names.
3182
3183 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3184
3185         * mf/merge.pe: new file.
3186
3187         * lily/freetype.cc: new file.
3188
3189         * lily/include/open-type-font.hh (class Open_type_font): new file.
3190
3191         * lily/include/freetype.hh: new file.
3192
3193         * lily/open-type-font.cc: new file.
3194
3195         * lily/all-font-metrics.cc (find_otf): new function.
3196
3197 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3198
3199         * lily/time-signature.cc (special_time_signature): Fix.
3200
3201         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
3202         GTK2 before checking for pango.  Fixes -fgnome.
3203
3204         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
3205         Scheme name.
3206
3207         * scm/define-markup-commands.scm:
3208         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
3209
3210         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
3211
3212         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
3213         date versions.  Fixes configure.
3214         (STEPMAKE_CHECK_VERSION): Support optional actual program version
3215         argument.
3216
3217 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3218
3219         * buildscripts/mf-to-table.py (write_ps_encoding): write real
3220         names in .enc
3221
3222         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
3223
3224 2004-12-09  Graham Percival  <gperlist@shaw.ca>
3225
3226         * Documentation/user/changing-defaults.itely: add info about
3227         make-dynamic-script
3228
3229         * Documentation/user/notation.itely: add link in dynamics to
3230         section about make-dynamic-script.
3231
3232 2004-12-09  Christian hitz  <chhitz@gmx.net>
3233
3234         * lily/lily-guile.cc: change MACOS_X to __APPLE__
3235
3236 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3237
3238         * buildscripts/mf-to-table.py (parse_logfile): use . for
3239         concatting name and group.
3240         (parse_logfile): use M for Minus (negative.)
3241
3242         * lily/include/type-swallow-translator.hh
3243         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
3244
3245         * lily/*.cc: cosmetics around = sign.
3246
3247         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
3248         lyric spacing on the penultimate column.
3249
3250 2004-12-05  Christian Hitz  <chhitz@gmx.net>
3251
3252         * configure.in:
3253         * lily/accidental-placement.cc:
3254         * lily/bar-line.cc:
3255         * lily/beam-concave.cc:
3256         * lily/beam-quanting.cc:
3257         * lily/beam.cc:
3258         * lily/bezier-bow.cc:
3259         * lily/bezier.cc:
3260         * lily/break-align-interface.cc:
3261         * lily/custos.cc:
3262         * lily/dimension-cache.cc:
3263         * lily/dot-column.cc:
3264         * lily/font-metric.cc:
3265         * lily/font-select.cc:
3266         * lily/gourlay-breaking.cc:
3267         * lily/grob-property.cc:
3268         * lily/grob.cc:
3269         * lily/lily-guile.cc:
3270         * lily/line-spanner.cc:
3271         * lily/lookup.cc:
3272         * lily/lyric-extender.cc:
3273         * lily/lyric-hyphen.cc:
3274         * lily/mensural-ligature.cc:
3275         * lily/midi-def.cc:
3276         * lily/misc.cc:
3277         * lily/note-collision.cc:
3278         * lily/note-column.cc:
3279         * lily/note-head.cc:
3280         * lily/paper-outputter.cc:
3281         * lily/percent-repeat-item.cc:
3282         * lily/rest-collision.cc:
3283         * lily/side-position-interface.cc:
3284         * lily/simple-spacer.cc:
3285         * lily/slur-configuration.cc:
3286         * lily/slur-scoring.cc:
3287         * lily/slur.cc:
3288         * lily/spaceable-grob.cc:
3289         * lily/spacing-spanner.cc:
3290         * lily/spanner.cc:
3291         * lily/staff-symbol-referencer.cc:
3292         * lily/stem.cc:
3293         * lily/stencil.cc:
3294         * lily/system-start-delimiter.cc:
3295         * lily/system.cc:
3296         * lily/text-item.cc:
3297         * lily/tie.cc:
3298         * lily/tuplet-bracket.cc:
3299         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
3300         <cmath> beacause isinf/isnan is undefined in <cmath>
3301
3302 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3303
3304         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
3305
3306 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3307
3308         * VERSION: release 2.5.3
3309         
3310 2004-11-29  Arno Waschk <arno@arnowaschk.de>
3311
3312         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
3313
3314 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3315
3316         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
3317
3318         * lily/note-head.cc (internal_print): always try the "s" head if
3319         u/d not found.
3320
3321         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
3322
3323 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3324
3325         * mf/parmesan-heads.mf (overdone_heads): typos.
3326
3327 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3328
3329         * lily/parser.yy (markup): in markups, { .. } without command
3330         before are also flattened, ie \line must be explicitely used.
3331
3332         * Documentation/user/changing-defaults.itely:
3333         * Documentation/user/notation.itely: 
3334         * input/wilhelmus.ly: 
3335         * input/regression/instrument-name-markup.ly: 
3336         * input/regression/markup-score.ly: 
3337         * input/regression/new-markup-scheme.ly: 
3338         * input/regression/new-markup-syntax.ly: 
3339         * input/test/coriolan-margin.ly: use \line in markups where
3340         appropriate
3341         
3342 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3343
3344         * scm/new-markup.scm (map-markup-command-list): helper function
3345         used in parser.yy to map markup commands on a markup list.
3346
3347         * lily/parser.yy: get rid off < > in markups by treating { } as
3348         real lists.
3349
3350         * lily/lexer.ll: remove < > from markup lexer mode.
3351
3352         * scripts/convert-ly.py (conv): add rule for converting 
3353         \markup < > to \markup { }
3354
3355         * ly/titling-init.ly: 
3356         * input/test/coriolan-margin.ly: 
3357         * input/regression/new-markup-syntax.ly: 
3358         * input/regression/new-markup-scheme.ly: 
3359         * input/regression/multi-measure-rest-text.ly: 
3360         * input/regression/markup-stack.ly: 
3361         * input/regression/markup-score.ly: 
3362         * input/regression/instrument-name-markup.ly: 
3363         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
3364         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
3365         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
3366         * input/wilhelmus.ly: 
3367         * Documentation/user/notation.itely: 
3368         * Documentation/user/music-glossary.tely: 
3369         * Documentation/user/changing-defaults.itely: change < > to { } in
3370         markups
3371
3372 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3373
3374         * lily/accidental-placement.cc (position_accidentals): shortcut if
3375         no accidentals to place.
3376
3377 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3378
3379         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
3380         typo s/ly:dimension ?/ly:dimension?/
3381
3382         * input/regression/lily-in-scheme.ly: 
3383         * input/regression/music-function.ly: 
3384         * ly/spanners-init.ly (assertBeamSlope): 
3385         * scm/music-functions.scm (def-grace-function): add the paper
3386         argument to music function definitions.
3387
3388 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3389
3390         * lily/moment.cc (LY_DEFINE):
3391         ly:moment-main-{denominator,numberator}, new function.
3392
3393         * lily/score-engraver.cc (typeset_all): assign to column on basis
3394         of axis-group-parent-X setting.
3395
3396         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
3397         add_element() on basis of axis-group-parent-Y setting.
3398
3399         * lily/grob.cc: add axis-group-parent-{XY} properties.
3400
3401         * input/regression/spacing-stick-out.ly: new file.
3402
3403         * lily/simple-spacer.cc (add_columns): use binary search for
3404         setting column rods. Changes O(n^2) to O(n log(n)) for
3405         constructing spacing problem from columns.
3406         (add_columns): read allow-outside-line to make sure no texts stick
3407         out.
3408         (solve): Simple_spacer::is_active() only determines
3409         satisfies_constraints_ for non-ragged typesetting.
3410
3411         * lily/simultaneous-music.cc (to_relative_octave): only set
3412         old_relative_used if return pitch actually changed.
3413
3414         * scm/define-context-properties.scm
3415         (all-user-translation-properties): change to match implementation.
3416
3417         * python/lilylib.py: Replace re.match by re.search and adds "-c
3418         showpage" to the gs command line (Johannes Schindelin)
3419
3420         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
3421         before processing. Prevents crash when inf is in the extent.
3422
3423         * scm/define-markup-commands.scm (note-by-number): add "s" to
3424         "noteheads-" glyphname.
3425  
3426         * lily/parser.yy (Generic_prefix_music): supply parser argument to
3427         music function as well.
3428         
3429 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3430
3431         * VERSION: release 2.5.2
3432
3433         * Documentation/user/changing-defaults.itely (Creating titles):
3434         add breakbefore variable.
3435
3436         * lily/paper-book.cc (set_system_penalty): new function. Set
3437         penalty_ based on breakBefore setting
3438
3439         * lily/context-specced-music-iterator.cc (construct_children):
3440         interpret special context id $uniqueContextId 
3441
3442         * lily/context.cc (create_unique_context): new method. Move
3443         creation of unique (\new) contexts into interpreting phase. This
3444         makes
3445
3446           foo= \new Staff ..
3447           << \foo \foo >>
3448
3449         produce 2 staves.
3450         
3451
3452         * scm/define-music-properties.scm (all-music-properties): add
3453         quoted-voice-direction
3454
3455         * ly/music-functions-init.ly: killCues function.
3456
3457         * scm/music-functions.scm (cue-substitute): move creation of voice
3458         contexts further to the back. 
3459
3460 2004-11-25  Werner Lemberg  <wl@gnu.org>
3461
3462         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
3463         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
3464
3465 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
3466
3467         * buildscripts/guile-gnome.sh: Fixed typo.
3468
3469 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3470
3471         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
3472
3473         * scripts/abc2ly.py (dump_slyrics): add ord(). 
3474
3475         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
3476         to regular engraver. 
3477
3478 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3479
3480         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
3481
3482 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3483
3484         * scm/define-markup-commands.scm (fill-line): Typo.
3485
3486         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
3487         and newer.
3488
3489 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
3490
3491         * ly/dynamic-scripts-init.ly: Fixed typo.
3492
3493 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3494
3495         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
3496         note-head, to have different attachment points for up and down.
3497
3498         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
3499
3500         * mf/feta-generic.mf (else): remove solfa.
3501
3502         * mf/feta-bolletjes.mf (tishape): remove unicode test.
3503
3504         * scm/define-context-properties.scm
3505         (all-user-translation-properties): add shapeNoteStyles property.
3506
3507         * lily/shape-note-heads-engraver.cc (process_music): new file.
3508
3509         * lily/event.cc (transpose): call Event::transpose() for
3510         transposing the tonic.
3511
3512 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3513
3514         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
3515         Unicode/OpenType and AFM.
3516
3517         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
3518
3519 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3520
3521         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
3522
3523         * lily/context.cc (Context): unprotect key from ctor.
3524
3525         * scm/stencil.scm (stack-lines): return empty-stencil if argument
3526         is '()
3527         (stack-stencils): idem.
3528
3529         * Documentation/user/changing-defaults.itely (Creating titles):
3530         document new title layout options.
3531
3532         * lily/parser.yy (lilypond_header_body): copy previous
3533         $globalheader if present.
3534
3535         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
3536         ly:module-copy
3537         
3538         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
3539
3540         * scm/titling.scm: remove old titling functions
3541
3542         * lily/stencil.cc (translate): remove absolute dimension.
3543
3544         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
3545         via markup.
3546
3547         * scm/page-layout.scm (marked-up-headfoot): create header/footer
3548         field from user-supplied markup
3549
3550         * scm/define-markup-commands.scm (on-the-fly): new markup
3551         command. Enter SCM markup procedure directly in Scheme.
3552         (fromproperty): new markup command. Read markup from props argument.
3553
3554         * scm/titling.scm (marked-up-title): create title via
3555         user-specified markup. 
3556
3557         * scm/define-markup-commands.scm (column): remove empty stencils
3558         from column.
3559
3560         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
3561         not have side-effect of creating variable stub.
3562
3563         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
3564
3565 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3566
3567         * scm/encoding.scm (coding-alist): 
3568         * scm/font.scm (add-ec-fonts):
3569         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
3570         Extended-TeX-Font-Encoding---Latin.
3571
3572         * lily/side-position-interface.cc (general_side_position): Add
3573         actual offset to error message (avoid constant error messages).
3574
3575         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
3576         block.
3577
3578         * lily/font-select.cc (select_encoded_font)
3579         (get_font_by_mag_step, get_font_by_design_size): 
3580         * lily/modified-font-metric.cc (Modified_font_metric): 
3581         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
3582
3583         * scm/encoding.scm (coding-alist): Add fetaDynamic.
3584         (read-encoding-file): Bugfix: do not require space after bracket.
3585
3586         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
3587         these do not exist.
3588
3589 2004-11-20  Graham Percival  <gperlist@shaw.ca>
3590
3591         * Documentation/user/notation.itely: added info about typesetting
3592         boxed bar numbers.
3593
3594 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3595
3596         * flower/interval.cc (T_to_string): gcc4 fixes.
3597
3598         * scm/define-markup-commands.scm (fill-line): use
3599         stack-stencils. This fixes problems with putting already centered
3600         stencils in a line.
3601
3602         * VERSION: release 2.5.1
3603
3604         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
3605
3606 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3607
3608         * input/example-[1-3].ly: simplify.
3609
3610         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
3611
3612         * scm/output-ps.scm (new-text): new function. Use glyphshow to
3613         show glyphs.
3614
3615         * scm/encoding.scm (decode-byte-string): new function.
3616
3617         * scripts/convert-ly.py (conv): add warning about
3618         set-global-staff-size.
3619
3620         * Doxyfile: add. 
3621
3622         * scripts/convert-ly.py (conv): add raggedlastbottom rule
3623         (conv): warn for TextSpanner split.
3624         (conv): warn for textheight.
3625
3626 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3627
3628         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
3629         building the documentation, info with images are installed.
3630         (final-install): Fix description.  Mention sourcing of login
3631         scripts (instead of running).
3632
3633 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3634
3635         * Debian lmodern support.  Note that LilyPond will issue warnings
3636         
3637             no such encoding: "FontSpecific"
3638
3639           The font selection mechanism wants to get the encoding from the
3640           font itself, but the idea of lmodern is that it is usable with
3641           different encodings, ie, Lily should get the encoding from the
3642           font tree, rather than the font itself.  This would require some
3643           more work.
3644         
3645         * configure.in: Test for and accept lmodern if EC fonts not found.
3646
3647         * scm/framework-tex.scm (font-load-command): TeX font name
3648         mangling for latin1 encoded cork-lm fonts.
3649         (convert-to-ps): Load lm.map if available.
3650
3651         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
3652         available.
3653
3654         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
3655
3656         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
3657         available.
3658
3659         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
3660         path for absolute file name, that is silly.
3661
3662         * lily/score-engraver.cc (initialize): 
3663
3664         * Documentation/user/GNUmakefile (local-install-info): Invoke
3665         install-info --remove first.
3666
3667         * #include cleanup (Andreas Scherer).
3668
3669 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
3670
3671         * input/test/script-abbreviations.ly: fix typos.
3672
3673 2004-11-17  Werner Lemberg  <wl@gnu.org>
3674
3675         * python/lilylib.py (options_help_str): Support pretty-printing of
3676         newlines in fourth element of option description.
3677
3678         * scripts/lilypond-book.py (option_definitions): Use new lilylib
3679         feature.
3680         Sort options.
3681
3682         * Documentation/user/lilypond-book.itely: Finish update.
3683
3684 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3685
3686         * Documentation/user/macros.itexi: Add comment about \command.
3687
3688         * Documentation/user/lilypond.tely:
3689         * Documentation/user/lilypond-book.itely: Fix names of lilypond
3690         and lilypond-book nodes, so that `info lilypond' visits the manual
3691         at top level, and `info lilypond-book' visits the lilypond-book
3692         section.
3693
3694         * Documentation/user/GNUmakefile (local-install-info): Fix rules
3695         and packager messages.
3696
3697         * lily/pangofc-afm-decoder.cc: Update test.
3698
3699 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3700
3701         * scm/lily-library.scm (char->unicode-index): New function.
3702
3703         * scm/output-gnome.scm: 
3704         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
3705
3706         * Proper naming of file name throughout; s/filename/file[-_]name/.
3707
3708         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
3709
3710         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
3711
3712 2004-11-16  Werner Lemberg  <wl@gnu.org>
3713
3714         * scripts/lilypond-book.py: The Lord has commanded me to use only
3715         tabs for indentation.  Your humble servant obeys.
3716
3717 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3718
3719         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
3720         including font, if LilyPond-feta font is only feta font in path.
3721
3722         * scm/output-gnome.scm (text): Revert to file name of font if font
3723         has no name.  Fixes ec font selection.
3724         (char): Bugfix: do not utf8 twice.  Fixes clefs.
3725
3726         * scm/framework-svg.scm:
3727         * scm/output-svg.scm: New file.  TODO: figure out how to
3728         do character by index in font.
3729
3730         * scm/output-sodipodi.scm: Remove.
3731
3732         * scm/output-ps.scm (stem): Remove.
3733
3734 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3735
3736         * scm/output-gnome.scm (beam): New function.
3737         (slur): Round corners.
3738         (round-filled-box): Round corners.
3739
3740 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3741
3742         * scm/output-gnome.scm (beam): add function.
3743         (draw-line): new routine.
3744         (dashed-line): stub; call draw-line
3745         (polygon): new routine.
3746
3747 2004-11-15  Werner Lemberg  <wl@gnu.org>
3748
3749         * Documentation/user/lilypond-book.itely: Revise section on
3750         lilypond-book options.
3751         Other minor fixes.
3752
3753         * scripts/lilypond-book.py: Change indentation to 4.
3754         Minor formatting.
3755
3756 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3757
3758         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
3759         grobs that have tweaks specced.
3760         
3761 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
3762
3763         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
3764
3765 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3766
3767         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
3768         actual char #, not 0 based index.
3769
3770         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
3771
3772         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
3773         Warning: do make -C mf clean.
3774
3775         * lily/context-property.cc: Compile fix.
3776
3777         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
3778         Grok ec-fonts, braces and dynamics.
3779
3780         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
3781
3782 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3783
3784         * lily/include/tweak-registration.hh: new file.
3785
3786         * lily/tweak-registration.cc: new file.
3787
3788         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
3789         saving tweaks.
3790
3791         * scm/output-gnome.scm (text): comment dribble.
3792
3793 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3794
3795         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
3796
3797         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
3798         path-def before using.  Fixes muchtomany slurs in wrong places
3799         bug.
3800
3801 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3802
3803         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
3804
3805         * lily/include/object-key-undumper.hh (Module): new file.
3806
3807         * lily/object-key-undumper.cc (Module): New file. Deserialize
3808         keys. SCM bindings
3809
3810         * lily/object-key-dumper.cc (Object_key_dumper): idem.
3811         Provide SCM bindings.
3812
3813         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
3814         new file. Serialize object keys.
3815         
3816         * lily/object-key.cc (dump): new function.
3817         (as_scheme): new virtual function
3818         (undump): new function
3819         (undumpers): new table.
3820
3821         * lily/include/global-context.hh (Context): take \score key upon init.
3822
3823         * lily/object-key-dumper.cc (serialize_key): new file.
3824
3825         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
3826
3827         * lily/lily-lexer.cc: remove \quote.
3828
3829         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
3830
3831         * lily/context.cc (Context): take key argument in ctor.
3832         (create_context): new function
3833
3834         * lily/grob.cc (Grob): take key argument in ctor.  
3835
3836         * lily/lilypond-key.cc (do_compare): new file.
3837
3838         * lily/object-key.cc (Object_key): new file.
3839
3840         * lily/include/object-key.hh (class Object_key): new file.
3841
3842         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
3843
3844 2004-11-13  Graham Percival  <gperlist@shaw.ca>
3845
3846         * Documentation/user/lilypond-book.itely: add small warning about
3847         noindent default in lilypond-book.
3848
3849         * Documentation/user/converters.itely: add examples for convert-ly.
3850
3851         * Documentation/user/examples.itely: change version string in templates
3852         to 2.4.0.
3853
3854 2004-11-12  Karl Hammar  <karl@aspodata.se>
3855
3856         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
3857         cmdline, use xargs instead (backportme)
3858
3859 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
3860         
3861         * Documentation/user/: Numerous fixes in the user manual.
3862
3863 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3864
3865         * lily/parser.yy (re_rhythmed_music): search music expression for
3866         context-id, surround by \new Voice if not found. Fixes:
3867         addlyrics-second-staff.ly
3868
3869         * VERSION: 2.5.0 released.
3870         
3871 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3872
3873         * Documentation/index.html.in: Fix url to one big page.  (backportme)
3874
3875         * Documentation/user/GNUmakefile: Separate rules for split and
3876         unsplit html documents.  Remove perl massaging.  (backportme)
3877
3878 2004-11-11  Graham Percival  <gperlist@shaw.ca>
3879
3880         * Documentation/user/lilypond-book.itely: add short warning about
3881         \lilypond{} in LaTeX docs.
3882
3883 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3884
3885         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
3886         found.  (backportme)
3887
3888         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
3889         version requirement.  (backportme)
3890
3891         * configure.in: Be explicit about old versions of
3892         ec-fonts-mtraced.  (backportme)
3893
3894         * lily/context-selector.cc (set_tweaks): New function.
3895         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
3896         web with -DTWEAK.
3897
3898         * Documentation/user/introduction.itely (Automated engraving):
3899         Remove fragment option.  Fixes web.
3900
3901         * lily/context-property.cc (make_item_from_properties):
3902         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
3903         #ifdef.
3904
3905         * scm/define-context-properties.scm
3906         (all-internal-translation-properties): Add tweakRank and tweakCount.
3907
3908         * lily/grob.cc: 
3909         * scm/define-grob-properties.scm (all-internal-grob-properties):
3910         Add tweak-rank and tweak-count.
3911
3912 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3913
3914         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
3915         New function.
3916         (text): Use them.
3917
3918         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
3919         animated/opaque grob dragging tweaks.
3920
3921         * buildscripts/guile-gnome.sh: Update.
3922
3923 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3924
3925         * scm/define-grobs.scm (all-grob-descriptions): Added
3926         line-interface to the LigatureBracket object.
3927
3928 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3929
3930         * scm/framework-gnome.scm (item-event): Support non-animated mouse
3931         dragging tweaks.
3932
3933         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
3934
3935         * lily/context-selector.cc (store_context): New function.
3936
3937         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
3938         (store_grob): New function.
3939         (identify_grob): Add Moment parameter.
3940
3941         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
3942         exists.
3943
3944         * scm/framework-gnome.scm (save-tweaks): Write as alist.
3945
3946 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3947
3948         * scm/framework-gnome.scm (item-event): Print grob id.
3949         (save-tweaks): New function.
3950         (tweak): New funtion.
3951         (item-event): Use it, bound to arrow keys.
3952
3953         * lily/context-property.cc (make_item_from_properties): Register grob.
3954         * lily/context.cc (add_context): Register context.
3955
3956         * lily/include/context-selector.hh:
3957         * lily/include/grob-selector.hh:
3958         * lily/context-selector.cc:
3959         * lily/grob-selector.cc: New file.
3960
3961 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3962
3963         * lily/slur.cc: add 'positions to interface
3964
3965         * lily/main.cc: reinstate PS as standard output format. 
3966
3967         * scm/framework-tex.scm (output-preview-framework): print systems
3968         up to first non title system.
3969
3970         * lily/grace-engraver.cc (start_translation_timestep): split
3971         scm_cadddr
3972         
3973 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3974
3975         * lily/quote-iterator.cc (Module): remove old quote-iterator
3976
3977         * scm/define-music-types.scm (music-descriptions): move
3978         NewQuoteMusic over QuoteMusic
3979
3980         * Documentation/user/notation.itely (Formatting cue notes): use
3981         \cueDuring.
3982
3983         * lily/new-quote-iterator.cc (quote_ok): new function.
3984
3985         * input/regression/quote-cue-during.ly: new file.
3986
3987         * input/regression/quote-grace.ly: new file.
3988
3989         * scm/define-context-properties.scm (Module): change definition of
3990         graceSettings
3991
3992         * lily/context-property.cc (Module): rename from
3993         translator-property.cc
3994
3995         * lily/context.cc (context_name_symbol): new function
3996
3997         * lily/grace-engraver.cc: new file. Set properties for grobs based
3998         on the grace-ness of now_moment().
3999
4000         * scm/music-functions.scm (add-grace-property): use list
4001         iso. vector for graceSettings
4002         remove set-{start,stop}-grace-properties. 
4003
4004         * lily/new-quote-iterator.cc (construct_children): set
4005         quote_outlet_ if no quoted-context-{id,type} specified.
4006
4007         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
4008
4009         * lily/parser.yy (command_element): remove \quote.
4010
4011         * ly/music-functions-init.ly (location): add quoteDuring music
4012         function. 
4013
4014         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
4015         optional semicolon. (backportme)
4016
4017 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4018
4019         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
4020         need to link to GUILE et al.
4021
4022 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4023
4024         * scm/define-music-properties.scm (all-music-properties): add
4025         quoted-context-type, quoted-context-id.
4026
4027         * scm/lily.scm (type-check-list): new function.
4028         
4029         * scm/lily-library.scm: new file. Generic library routines.
4030
4031         * lily/parser.yy (Generic_prefix_music): move typechecking out of
4032         parser.
4033
4034         * ly/music-functions-init.ly: add quoteDuring function.
4035
4036         * lily/include/music-iterator.hh (class Music_iterator): rename
4037         set_translator -> set_context
4038
4039         * lily/parser.yy (Generic_prefix_music_scm): add
4040         MUSIC_FUNCTION_SCM_SCM_MUSIC
4041
4042         * scm/lily.scm (sanitize-command-option): new function. (backportme)
4043
4044         * scm/framework-tex.scm (header): sanitize TeX paper size.
4045         (backportme)
4046
4047 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4048
4049         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
4050
4051         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
4052
4053         * scm/framework-tex.scm (font-load-command): Use T1 if no
4054         font-encoding set.  (backportme)
4055
4056         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
4057         exists before converting.  (backportme)
4058
4059         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
4060         exists before converting.  (backportme)
4061         (convert-to-ps): Remove .ps file if it exists before
4062         converting.  (backportme)
4063
4064         * lily/lexer.ll: Remove extra progress newline, use present tense.
4065
4066         * scm/paper.scm (paper-alist): public.
4067         * scm/framework-tex.scm (convert-to-ps):
4068         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
4069         command line.
4070
4071 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4072
4073         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
4074
4075         * lily/recording-group-engraver.cc (derived_mark): mark
4076         now_events_. (backportme)
4077
4078 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4079
4080         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
4081
4082         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
4083         invoking latex. (backportme.)
4084
4085         * lily/stem.cc (off_callback): center stems for all rest stems.
4086
4087 2004-11-05  Werner Lemberg  <wl@gnu.org>
4088
4089         * Documentation/user/lilypond.tely: Add more guidelines for writing
4090         lilypond texinfo documents.
4091
4092 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
4093
4094         * Documentation/index.html.in: remove <hr>.
4095
4096         * THANKS: change 2.3 to 2.4.
4097
4098 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
4099
4100         * scm/output-gnome.scm: More fontconfig comment.
4101
4102 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
4103
4104         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
4105         <package> directory in $(builddir)/share according with
4106         PACKAGE_NAME defined in the VERSION file.
4107
4108 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4109
4110         * lily/beam.cc (rest_collision_callback): use local beam
4111         multiplicity.
4112
4113         * input/regression/stem-stemlet.ly: new file.
4114
4115         * lily/stem.cc (add_head): store rests as well.
4116
4117         * scm/define-grob-properties.scm (all-user-grob-properties): add
4118         stemlet-length
4119
4120         * lily/stem.cc: store rests as well.
4121         
4122         * input/regression/new-slur.ly: mention forcing.
4123
4124 2004-11-04  Werner Lemberg  <wl@gnu.org>
4125
4126         * Documentation/user/*: A new round of layout fixes and document
4127         structure cleanup.
4128
4129 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
4130
4131         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
4132
4133 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4134
4135         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
4136
4137 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4138
4139         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
4140
4141         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
4142
4143         * lily/main.cc (main): Invoke identify.
4144
4145         * scm/lily.scm (postscript->pdf): Remove progress newline.
4146         Write progress to stderr.
4147
4148         * lily/paper-book.cc (output): Remove progress newline.
4149
4150         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
4151         gettext on user messages, and remove whitespace.
4152
4153         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
4154
4155         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
4156         argv[0] (Thomas Scharkowski).
4157
4158         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
4159         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
4160         for ec-fonts-mtraced.
4161
4162         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
4163         --srcdir build (Bertalan).
4164
4165         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
4166         headers and library too (Laura Conrad).
4167
4168         * Documentation/topdocs/INSTALL.texi (Top): Mention development
4169         package for guile too (Laura Conrad).
4170
4171         * lily/main.cc (usage): Typo.
4172
4173 2004-11-02  Werner Lemberg  <wl@gnu.org>
4174
4175         * Documentation/user/notation.ly: More fixes to improve appearance.
4176
4177         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
4178         better output for multicolumn tables.
4179
4180 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4181
4182         * lily/main.cc (dir_info): Fixed typo in the printouts.
4183
4184 2004-11-01  Werner Lemberg  <wl@gnu.org>
4185
4186         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
4187         of output.
4188         Set `per_line' to 2; replace hard-coded value with it.
4189
4190         * Documentation/user/*: Many fixes to improve appearance of
4191         printed manual.
4192
4193 2004-11-01  Werner Lemberg  <wl@gnu.org>
4194
4195         * Documentation/user/changing-defaults.itely,
4196         Documentation/user/notation.ly,
4197         Documentation/user/programming-interface.itely: Use @/.
4198         Fix formatting of some lilypond snippets and tables.
4199
4200         * scripts/lilypond-book.py (compose_ly): Provide useful default
4201         for LINEWIDTH in `override'.
4202
4203 2004-10-31  Graham Percival  <gperlist@shaw.ca>
4204
4205         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
4206
4207 2004-10-31  Werner Lemberg  <wl@gnu.org>
4208
4209         Resetting @exampleindent to `5' gives ugly results with texinfo's
4210         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
4211         (if not quoting) to change @exampleindent only locally.
4212
4213         * scripts/lilypond-book.py (NOQUOTE): New variable.
4214         (output) [LATEX]: Remove AFTER and BEFORE.
4215         [TEXINFO]: Remove AFTER and BEFORE.
4216         Fix QUOTE and VERBATIM pattern.
4217         Add NOQUOTE pattern.
4218         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
4219         and BEFORE.
4220         [output_texinfo]: Use NOQUOTE.
4221
4222 2004-10-31  Graham Percival  <gperlist@shaw.ca>
4223
4224         * Documentation/user/changing-defaults.itely: clarify paper
4225         size commands with correct info.
4226
4227         * Documentation/user/lilypond-book.itely: add more docs for
4228         filename extensions.
4229
4230 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4231
4232         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
4233         (PATCH_LEVEL): start 2.5.0.
4234
4235 2004-10-30  Graham Percival  <gperlist@shaw.ca>
4236
4237         * Documentation/user/notation.itely: add warning about bar numbers
4238         in multistaff music, add warning about quoting grace notes.
4239
4240         * Documentation/user/changing-defaults.itely: clarify paper size commands,
4241         add missing subsubtitle entry to Creating titles.
4242
4243         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
4244
4245 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4246
4247         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
4248         case.
4249         (conv): add dummy 2.4.0 conversion rule.
4250
4251         * Documentation/user/lilypond.tely: add @finalout.
4252
4253         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
4254         for attaching, fixes slur/stem left attachment of
4255         downslur/downstem.
4256
4257         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
4258         quote problem if for last note of quoted sequence. 
4259
4260         * input/regression/part-combine-text.ly (comm): add expect strings.
4261
4262 2004-10-30  Werner Lemberg  <wl@gnu.org>
4263
4264         * Documentation/user/examples.itely: Improved layout.
4265
4266         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
4267
4268         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
4269
4270         * Documentation/notation.itely: Use `@/'.
4271         Other layout fixes.
4272
4273 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4274
4275         * lily/part-combine-iterator.cc (unisono): examine last_playing_
4276         (not state_), this fixes a2 printing after chord.
4277
4278         * input/regression/no-staff.ly: fix octave, revise syntax.
4279
4280         * input/regression/lyrics-bar.ly (texidoc): fixes.
4281
4282         * input/regression/beam-dir-functions.ly (Module): remove from regtest
4283
4284         * input/regression/accidentals.ly (Module): remove from regtest.
4285
4286         * lily/parser.yy (Prefix_composite_music): 
4287         oops. Chords should be unrelativable, not bass figures untransposable.
4288
4289         * VERSION: 2.3.26 released.
4290         
4291         * lily/completion-note-heads-engraver.cc (try_music): only return
4292         something when is_first_ is true. Fixes lyrics with completion_heads. 
4293
4294         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
4295
4296         * scm/lily.scm (ly:system): new function. Catches uninstalled
4297         ps2png.
4298
4299 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4300
4301         * Documentation/user/notation.itely: remove
4302         @hyphenatedinternalsref.
4303
4304 2004-10-29  Werner Lemberg  <wl@gnu.org>
4305
4306         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
4307
4308         * scripts/lilypond-book.py (no_options): New dictionary.
4309         (simple_options): New list.
4310         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
4311         (compose_ly): Use `no_options' and `simple_options'.
4312         Fix logic of option handling.
4313         Handle `linewidth' option without parameter.
4314
4315 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4316
4317         * lily/lookup.cc (triangle): use (0, interval.length()) for X
4318         extent, since the stencil is translated later on.
4319
4320         * lily/ledger-line-spanner.cc (print): swap linear_combination
4321         arguments, effectively shortens ledger line. 
4322
4323         * Documentation/user/GNUmakefile
4324         ($(outdir)/lilypond/lilypond.html): use find to remove files.
4325
4326         * lily/main.cc: --no-pages option.
4327
4328 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
4329
4330         * Documentation/user/notation.itely (Fret diagrams): add extra
4331         notes to example to avoid collisions between fret diagrams.
4332
4333 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4334
4335         * Documentation/user/notation.itely (Automatic note splitting):
4336         note about lyrics. 
4337
4338         * Documentation/user/converters.itely (Invoking convert-ly): note
4339         about version numbers. 
4340
4341         * scripts/abc2ly.py (dump_score): revise lyric dumping
4342
4343         * scripts/mup2ly.py (pre_processor_commands): always open file.
4344
4345         * scripts/etf2ly.py (Frame.calculate): always close \grace.
4346         (Etf_file.dump): add \version
4347
4348         * VERSION: 2.3.25 released.
4349
4350         * lily/scm-option.cc: add 'resolution to ly:get-option argument
4351         list.
4352
4353 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4354
4355         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
4356
4357 2004-10-28  Werner Lemberg  <wl@gnu.org>
4358
4359         * Documentation/user/music-glossary.tely: More fixes to improve
4360         appearance with DVI output.
4361
4362         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
4363         EXAMPLEINDENT.  This is the maximum value for quotation environments
4364         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
4365
4366 2004-10-27  Werner Lemberg  <wl@gnu.org>
4367
4368         * Documentation/user/music-glossary.tely: Revised.
4369
4370 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
4371
4372         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
4373         improve fret diagram spacing in printed output.
4374
4375         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
4376         from options for the example so fret-diagrams won't overlap
4377         one another.
4378
4379 2004-10-26  Werner Lemberg  <wl@gnu.org>
4380
4381         * scripts/lilypond-book.py: Some additional formatting for
4382         orthogonality.
4383         (ly_options) [*]: Format strings.
4384         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
4385         by `compose_ly'.
4386         (output) [LATEX][OUTPUT]: Format string and simplify.
4387         (PREAMBLE_LY, FRAGMENT_LY): Format string.
4388         (classic_lilypond_book_compatibility): Take key/value pair as
4389         parameter.
4390         Return key/value pair.
4391         (compose_ly): Rewritten, taking the snippet type as third parameter. 
4392         The default values are now set more sensible, and a `linewidth'
4393         option is no longer overwritten under some circumstances.
4394
4395         * Documentation/user/music-glossary.tely: Replace all accented
4396         character macros with latin-1 codes.
4397
4398 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4399
4400         * lily/music-function.cc (ly_make_music_function): when an
4401         argument predicate is markup?, the signature keyword becomes
4402         "markup" iso "scm".
4403
4404         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
4405         tokens, for functions which signatures contain "markup".
4406
4407         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
4408         MUSIC_FUNCTION_*MARKUP* tokens.
4409
4410 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4411
4412         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
4413         Lyrics context.
4414
4415 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4416
4417         * python/lilylib.py (make_ps_images): return list of output files.
4418
4419         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
4420         all springs tight, and still satisfy the constraints.
4421
4422 2004-10-25  Werner Lemberg  <wl@gnu.org>
4423
4424         * scripts/lilypond-book.py: s/option-sep/option_sep/.
4425         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
4426         (snippet_res): Fix regexps and make them ignore whitespace properly.
4427         (compose_ly): Use `re.split' instead of `string.split' to remove
4428         surrounding whitespace.
4429         Some formatting to get more consistency.
4430
4431 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4432
4433         * VERSION: 2.3.24
4434         
4435         * scm/define-context-properties.scm
4436         (all-user-translation-properties): add verticallySpacedContexts.
4437
4438         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
4439         add interface
4440
4441         * scm/define-grob-properties.scm (all-internal-grob-properties):
4442         add spaceable-staves
4443
4444         * scm/define-grobs.scm (all-grob-descriptions): set
4445         vertically-spaceable-interface for VerticalAxisGroup and
4446         RemoveEmptyVerticalGroup
4447
4448         * lily/system.cc (get_line): determine staff_refpoints_
4449         using spaceable-staves.
4450
4451         * lily/score-engraver.cc (acknowledge_grob): ack
4452         vertically-spaceable-interface and verticallySpacedContexts to
4453         set spaceable-staves.
4454
4455         * input/regression/new-slur.ly: add slur under 16th subbeam case.
4456
4457         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
4458
4459 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4460
4461         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
4462         minimumVerticalExtent tweaks. 
4463  
4464         * mf/feta-schrift.mf: include size of thumb appendix in
4465         bbox. Fixes: c-thumb-notehead.ly  
4466
4467         * THANKS: add Meisters to the Development team.
4468
4469         * scm/framework-tex.scm (convert-to-dvi): redirect output to
4470         /dev/null for non-verbose.
4471
4472         * Documentation/user/invoking.itely (Invoking lilypond): add note
4473         about resource usage.
4474
4475         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
4476
4477         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
4478         --enable-encoding
4479
4480         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
4481
4482         * Documentation/user/changing-defaults.itely (Text encoding):
4483         change to latin1.
4484
4485         * Documentation/user/lilypond.tely: add language and encoding.
4486
4487         * scm/define-grobs.scm (all-grob-descriptions): add
4488         line-interface.
4489
4490         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
4491
4492         * input/test/ossia.ly: font sizes for ossia.
4493
4494         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
4495         -> \context Foo = "NOTENAME".
4496
4497         * lily/main.cc (determine_output_options): fix ordering.
4498
4499 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
4500
4501         * THANKS: Added bughunters for 2.3.
4502
4503 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4504
4505         * Documentation/user/macros.itexi: use findex functions/internals
4506         objects.
4507
4508         * scm/documentation-generate.scm (string-append): add syncodeindex
4509
4510         * Documentation/user/tutorial.itely (A lead sheet): use \chords
4511         for tutoring chord names.
4512  
4513         * Documentation/user/lilypond.tely: remove @authors.
4514
4515 2004-10-23  Werner Lemberg  <wl@gnu.org>
4516
4517         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
4518         Remove first two parameters of \lybox.
4519         Don't emit \vbox around \lybox.
4520         (dump-line): Add width to \lybox call.
4521         Remove first two parameters of \lybox.
4522
4523         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
4524         (\lyitem): Updated.
4525         (\lybox): Only take three parameters.
4526         Create box which has zero depth, only height.
4527         Center box vertically along the x-height of current font.
4528
4529 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4530
4531         * VERSION (PACKAGE_NAME): release 2.3.23
4532
4533         * scm/framework-tex.scm (convert-to-ps): add -E if filename
4534         contains .preview.
4535
4536 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4537
4538         * lily/lyric-extender.cc (print): only run to right-bound if
4539         broken. This fixes input/regression/lyric-extender.ly
4540
4541         * input/regression/beamed-chord.ly: removed.
4542
4543         * Documentation/user/macros.itexi: add \global to definitions for
4544         feta macros.
4545
4546         * po/fr.po: updated po file.
4547
4548         * po/de.po: updated po file.
4549
4550 2004-10-22  Werner Lemberg  <wl@gnu.org>
4551
4552         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
4553
4554 2004-10-21  Werner Lemberg  <wl@gnu.org>
4555
4556         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
4557         (\lilypondexperimentalfeatures): Removed.
4558
4559 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
4560
4561         * Documentation/user/notation.itely: fixed 2 typos
4562
4563 2004-10-20  Werner Lemberg  <wl@gnu.org>
4564
4565         * scm/framework-tex.scm (header-end): Don't set \outputscale.
4566         (dump-line): Produce prettier output.
4567
4568         * tex/lilyponddefs.tex: Comment all macros extensively.
4569         (\lilypondstart): Set \outputscale.
4570         Define \lilypondpagebreak and \lilypondnopagebreak here.
4571         Don't test for positive \lilypondpaperlinewidth -- this is always
4572         positive in the normal case (LilyPond produces bad output otherwise
4573         so we can safely ignore negative or zero values).
4574         (\lilypondend): Remove useless test for \lilypondbook.
4575         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
4576         don't input `feta20.tex'.
4577
4578 2004-10-19  Graham Percival  <gperlist@shaw.ca>
4579
4580         * Documentation/user/examples.itely: added texidoc lilypond-book
4581         template.
4582
4583 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4584
4585         * cygwin/lilypond.hint: Update.
4586
4587 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
4588
4589         * Documentation/user/notation.itely (Fret diagrams): Add documentation
4590         for fret diagram markups to user manual
4591
4592         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
4593         documentation for fret-diagram-terse
4594
4595         * Documentation/user/notation.itely: Added section on fret diagrams.
4596
4597 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4598
4599         * scripts/convert-ly.py (usage): Fix --help description.  Apply
4600         range also for --show-rules.
4601
4602 2004-10-18  Werner Lemberg  <wl@gnu.org>
4603
4604         * scripts/lilypond-book.py (Snippet, Include_snippet)
4605         [replacement_text]: Use group `match'.
4606
4607 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4608
4609         * Documentation/user/macros.itexi: Use @ref instead of @inforef
4610         for html.  Apparently, ``you should'' in texinfo documentation is
4611         merely a guideline that can safely be ignored.
4612
4613         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
4614         auto-mode-alist.
4615
4616         * input/test/engraver-example.ily: 
4617         * input/regression/allfontstyle.ily: Rename, update users.
4618
4619 2004-10-16  Graham Percival  <gperlist@shaw.ca>
4620
4621         * Documentation/user/lilypond-book.itely: add more details about
4622         building .lytex files.
4623
4624         * Documentation/user/examples.itely: added piano-lyrics template
4625
4626         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
4627
4628         * input/GNUmakefile: remove "templates" from build subdirs.
4629
4630         * input/template: removed.
4631
4632 2004-10-16  Werner Lemberg  <wl@gnu.org>
4633
4634         * scripts/lilypond-book.py (snippet_res): Define group `match'
4635         everywhere.
4636         Accept more spaces between commands and its arguments and options.
4637         Fix some regexps.
4638         (output): Remove some newlines in string values and suppress spaces
4639         in output.
4640         (output_texinfo): Output `output_print_filename' only if not empty.
4641         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
4642
4643 2004-10-16  Werner Lemberg  <wl@gnu.org>
4644
4645         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
4646         some TeX line ends with `%' to avoid additional horizontal space in
4647         output.
4648
4649         * scripts/lilypond-book.py: Unexpand spaces to tabs.
4650         (snippet_res): Use `x' modifier to represent regular expressions
4651         in a friendlier way.
4652         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
4653         (find_toplevel_snippets): Don't use indices from match group 0,
4654         which is the whole pattern space, but group 1.
4655
4656 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4657
4658         * flower/include/direction.hh (enum Direction): add
4659         DIRECTION_LIMIT
4660
4661 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4662
4663         * po/fr.po: new po file.
4664
4665 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4666
4667         * Documentation/user/macros.itexi: Do not construct external
4668         references using @uref.  That results in broken links.
4669
4670         * lily/slur.cc (outside_slur_callback): Use int in for loop;
4671         avoids g++-3.4.1 enum beature.
4672
4673 2004-10-13  Graham Percival  <gperlist@shaw.ca>
4674
4675         * Documentation/user/examples.itely: added lilypond-book template.
4676
4677         * Documentation/user/lilypond-book.itely: added filename extension
4678         page.
4679
4680 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4681
4682         * debian/rules (binary-indep): Link images for info.
4683
4684         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
4685         feature nicked from jEdit.
4686
4687 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
4688
4689         * Documentation/user/introduction.itely: Minor corrections.
4690
4691         * Documentation/user/notation.itely: Minor corrections.
4692
4693         * Documentation/user/tutorial.itely: Minor corrections.
4694
4695 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4696
4697         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
4698
4699         * scm/*.scm:
4700         * ly/paper-defaults.ly: Use papersizename only.
4701
4702 2004-10-11  Werner Lemberg  <wl@gnu.org>
4703
4704         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
4705         \raise work with positive values.
4706
4707 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4708
4709         * Documentation/user/notation.itely (Multi measure rests): Update
4710         the docs corresponding to the implementation change from 2004-10-08.
4711
4712 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4713
4714         * VERSION (MY_PATCH_LEVEL): release 2.3.22
4715
4716         * scm/part-combiner.scm (determine-split-list): reinstate
4717         playing+resting case. 
4718
4719         * Documentation/user/invoking.itely (Reporting bugs): rename.
4720
4721         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
4722
4723         * lily/parser.yy (Prefix_composite_music): change no-transposition
4724         for mode_changing_head to figures too.
4725
4726         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
4727         with normal slurs too.
4728         
4729         * lily/slur-scoring.cc (move_away_from_staffline): new function.
4730         (get_base_attachments): move away attachment point for breaks
4731         similar to attachment points on slurs (staffline collision, and
4732         half a space of padding)
4733
4734         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
4735         force twice.
4736
4737         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
4738         mode, return #f.        
4739
4740         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
4741         for last page if raggedlast. 
4742
4743         * lily/parser.yy (Prefix_composite_music): untransposable is for
4744         FiguredBass, not ChordNames
4745
4746 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4747
4748         * scm/framework-tex.scm: Merge fix.
4749
4750 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4751
4752         The grand \paper -> \layout, \bookpaper -> \paper renaming.
4753
4754 2004-10-10  Graham Percival  <gperlist@shaw.ca>
4755
4756         * Documentation/user/notation.itely: add raggedright to a whole
4757         bunch of places.
4758
4759 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4760
4761         * scm/paper.scm (set-paper-dimension-variables): new
4762         function. Define dimension-variables explicitly in \paper too.
4763         This allows overriding linewidth inside \score { \paper { } }
4764         blocks
4765  
4766         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
4767         landscape.
4768         (header): add landscape and papersize options.
4769
4770 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4771
4772         * lily/*.cc: use robust_scm2moment() where appropriate.
4773
4774         * lily/moment.cc (robust_scm2moment): new function.
4775
4776         * scm/titling.scm (default-score-title): remove caps for piece.
4777
4778         * VERSION: 2.3.21 released.
4779         
4780         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
4781
4782         * lily/include/slur-configuration.hh (class Slur_configuration):
4783         new file.
4784
4785         * lily/slur-configuration.cc: new file. move scoring functions
4786         into Slur_configuration.
4787
4788         * lily/slur-scoring.cc (Slur_score_state): change static functions
4789         to methods of Slur_score_state.
4790
4791         * lily/bezier-bow.cc (Message): 
4792
4793         * flower/include/interval-set.hh (Message): new file.
4794
4795         * flower/interval-set.cc (Message): new file.
4796
4797 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4798
4799         * lily/multi-measure-rest-engraver.cc (process_music): always
4800         generate MultiMeasureRestNumbers.
4801
4802         * SConstruct (txt_files): switch of make dist
4803
4804         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
4805         make sure that (indent < len / 3). This fixes progerror-max_h.ly
4806
4807         * lily/multi-measure-rest-engraver.cc (process_music): make
4808         MultiMeasureRestNumber too.
4809
4810 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4811
4812         * Documentation/user/notation.itely (Bar lines): Added a note that
4813         defaultBarType is to be changed in the Timing context.
4814
4815 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4816
4817         * lily/include/guile-compatibility.hh: add file.
4818
4819         * scm/framework-tex.scm (convert-to-dvi): use max of current
4820         extra_mem_top and 1M.
4821
4822         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
4823         function.
4824
4825 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4826
4827         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
4828  
4829 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4830
4831         * lily/slur-scoring.cc (struct Slur_score_state): add
4832         has_same_beam_, edge_has_beams_, is_broken_ bools.
4833         (get_base_attachments): simpler Y attachment determination for
4834         broken slurs.
4835
4836 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4837
4838         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
4839         bash without that is quite interesting.  Add xml and some omf
4840         keys.
4841
4842 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4843
4844         * Documentation/user/macros.itexi: Add xml macros.
4845
4846         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
4847
4848         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
4849
4850 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4851
4852         * lily/break-substitution.cc (substitute_mutable_property_alist):
4853         only put property back into value if != SCM_UNDEFINED
4854
4855         * lily/lyric-extender.cc (print): don't take common refpoint of
4856         null object if right_text isn't there.
4857  
4858         * lily/slur-scoring.cc (struct Slur_score_state): new
4859         struct. Collect scoring function arguments.
4860         (struct Slur_score_state): add musical_dy_
4861         (get_extra_encompass_infos): new function. Split off state
4862         computations.
4863
4864         * scm/part-combiner.scm (determine-split-list): remove playing1
4865         and playing2.
4866
4867 2004-10-02  Graham Percival  <gperlist@shaw.ca>
4868
4869         * Documentation/index.html.in: remove link to templates.
4870
4871         * Documentation/user/notation.itely: more small fixes.
4872
4873 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4874
4875         * lily/timing-engraver.cc (process_music): move setting
4876         measure-length. This fixes spacing-whole-rest.ly
4877
4878         * VERSION (PACKAGE_NAME): release 2.3.20
4879         
4880         * input/regression/quote-transposition.ly: update example
4881
4882         * scm/define-music-properties.scm (all-music-properties): change
4883         meaning of instrumentTransposition.  It is now the pitch played
4884         that sounds as middle C. This means that instrumentTransposition
4885         can be \transposed. 
4886         Fixes: transpose-quote.ly
4887
4888         * lily/parser.yy (command_element): reverse setting of
4889         instrumentTransposition
4890
4891         * lily/pitch.cc (pitch_interval): rename.
4892
4893         * lily/recording-group-engraver.cc (stop_translation_timestep):
4894         remove macrameing of accumulator and set_car/cdr.
4895         Fixes: transposition-quote.ly
4896
4897         * lily/music.cc (transpose): fold Event::transpose() in.
4898
4899         * lily/event.cc: remove Transpose. 
4900
4901         * lily/recording-group-engraver.cc: cleanup.
4902
4903         * ly/music-functions-init.ly (displayMusic): add function.
4904
4905         * make/lilypond.fedora.spec.in: rename file.
4906
4907         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
4908         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
4909
4910         * Documentation/user/changing-defaults.itely (Changing context
4911         properties on the fly): typo.
4912
4913         * lily/slur.cc (outside_slur_callback): try three sample points
4914         for determining collisions. This fixes: slur-script.ly.
4915
4916 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4917
4918         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
4919
4920 2004-10-01  Graham Percival  <gperlist@shaw.ca>
4921
4922         * Documentation/user/notation.itely: more small fixes.
4923
4924         * Documentation/user/examples.itely: make new sections.
4925
4926         * input/test/bar-lines.ly: improve output, fix bug.
4927
4928         * Documentation/user/changing-defaults.itely: small fixes.
4929
4930 2004-10-01  Werner Lemberg  <wl@gnu.org>
4931
4932         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
4933         T1 encoding in texinfo mode.
4934         (\lilypondstart): Use it.
4935         (\lilypondloop, \lilyponditerate): Removed.  Unused.
4936
4937 2004-09-30  Werner Lemberg  <wl@gnu.org>
4938
4939         * tex/lilyponddefs.tex (\lilypondstart): Define
4940         \lilypondfontencoding for both texinfo and latex mode.
4941
4942         * scm/framework-tex.scm (font-load-command): Use
4943         \lilypondfontencoding.
4944
4945 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4946
4947         * scm/framework-tex.scm (dump-page): take with-extents?
4948         argument. If true, output Y extents. Used for lilypond-book
4949         documents.
4950
4951         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
4952         \bookpaper.
4953
4954         * lily/slur.cc (outside_slur_callback): epsilon-delta management
4955         for slur edges. Fixes: progerror-no-bezier-intersection.ly
4956  
4957         * scm/framework-tex.scm (dump-page): put stencil height in dumped
4958         page.
4959
4960 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4961
4962         * Documentation/user/notation.itely (Multi measure rests):
4963         Improved example.
4964
4965 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4966
4967         * lily/auto-beam-engraver.cc (test_moment): robustify.
4968
4969 2004-09-28  Werner Lemberg  <wl@gnu.org>
4970
4971         * scm/framework-tex.scm (font-load-command): Define proper font
4972         macro which sets font encoding if available.
4973         (define-fonts): Define \lilypondpaperinputencoding, to be taken
4974         from the \bookpaper block.
4975
4976         * tex/lilyponddefs.tex (\lilypondstart): Use
4977         \lilypondpaperinputencoding for global input encoding.
4978
4979 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4980
4981         * lily/score.cc (Score): oops. Copy error_found_ too.
4982
4983 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4984
4985         * stepmake/stepmake/texinfo-rules.make: 
4986         * Documentation/GNUmakefile: --srcdir build fixes.
4987
4988         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
4989
4990         * Documentation/user/latex-lilypond-example.latex:
4991         * Documentation/user/latex-example.latex: Fix compile errors.
4992         Still buggy, need more love.
4993
4994 2004-09-27  Werner Lemberg  <wl@gnu.org>
4995
4996         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
4997
4998 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
4999
5000         * Documentation/user/examples.itely: removed \midi block to
5001         simplify the example
5002
5003         * Documentation/user/notation.itely: Removed superfluous
5004         TextSpanner tweakings (is already done by engraver-init.ly).
5005         Documented bug: vertical alignment of articulations.
5006
5007         * Documentation/user/notation.itely, ly/engraver-init.ly
5008         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
5009         padding.
5010
5011         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
5012         docu about TextSpanner padding bug from manual to engraver.ly
5013         (since it's workarounded and hence not user-visible any more)
5014
5015 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5016
5017         * VERSION: release 2.3.19
5018
5019 2004-09-26  Graham Percival  <gperlist@shaw.ca>
5020
5021         * ly/property-init.ly: fix bug in displaying ledger lines while
5022         \hideNotes is on.
5023
5024         * Documentation/user/notation.itely: more editing.
5025
5026         * Documentation/user/examples.itely: add piano-dynamics template.
5027
5028         * input/template/piano-dynamics.ly: remove.
5029
5030         * Documentation/user/sound-output.itexi: more editing
5031
5032 2004-09-25  Graham Percival  <gperlist@shaw.ca>
5033
5034         * Documentation/user/notation.itely: more editing.
5035
5036 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5037
5038         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
5039         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
5040
5041 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5042
5043         * lily/hairpin.cc (print): check columns of bounds, not bounds
5044         themselves.
5045         (print): robustify bound-padding lookup.
5046
5047         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
5048
5049         * scripts/lilypond-book.py (Compile_error.process_include): catch
5050         Compile_error exception, and remove output .texi.
5051
5052         * scm/define-music-properties.scm (all-music-properties): add
5053         error-found
5054
5055         * lily/parser.yy (Music_list): add error-found to music with errors.
5056
5057         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
5058
5059         * lily/book.cc (process): ignore books with errors
5060
5061         * lily/include/score.hh (class Score): add error_found_ member.
5062
5063         * lily/drum-note-engraver.cc (try_music): idem.
5064
5065         * lily/note-heads-engraver.cc: remove start-playing-event.
5066
5067         * lily/part-combine-iterator.cc (Part_combine_iterator): use
5068         BusyPlayingEvent to determine which voice was active last.
5069         (unisono): use last active to where to get unisono information
5070         from. This fixes: partcombine-rest.ly (again).
5071
5072         * scm/part-combiner.scm (determine-split-list): cleanups
5073
5074 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5075
5076         * input/regression/lyric-extender.ly: simplify.
5077         complexify.
5078
5079         * lily/lyric-extender.cc (print): use it to determine size of
5080         extender. Remove Lyric_extender::is_visible().
5081
5082         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
5083         next property.
5084
5085         * lily/lyric-engraver.cc: remove get_current_rest().
5086         
5087 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5088
5089         * input/regression/lyric-extender.ly: Fix and add test.
5090
5091         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
5092
5093 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5094
5095         * lily/note-head.cc: remove Note_head::extent.
5096
5097 2004-09-23  Graham Percival  <gperlist@shaw.ca>
5098
5099         * Documentation/user/tutorial.itely: do manual style 2-space
5100         indents in examples
5101
5102         * Documentation/user/notation.itely: more editing.
5103
5104 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5105
5106         * lily/lyric-engraver.cc (get_current_rest): New function.
5107
5108         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
5109         stop at rest.
5110
5111         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
5112
5113         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
5114
5115 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
5116
5117         * Documentation/user/examples.itely (Small ensembles): added
5118         example for transcription of mensural music
5119
5120         * Documentation/user/notation.itely (The Lyrics context): fixed broken
5121         link to SATB vocal score
5122
5123         * Documentation/user/notation.itely (System start delimiters):
5124         fixed typo: GrandStaff->StaffGroup
5125
5126         * Documentation/user/notation.itely (Ancient articulations):
5127         removed obsolete comment on \episem bug
5128
5129 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5130
5131         * scm/framework-tex.scm (output-preview-framework): Fix invocation
5132         of header.
5133
5134 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5135
5136         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
5137         start to note-column.
5138
5139         * lily/hairpin.cc (print): check text-interface, to attach to
5140         dynamic texts.  
5141
5142         * lily/include/text-item.hh (class Text_interface): rename
5143         Text_item -> Text_interface
5144
5145         * lily/piano-pedal-bracket.cc (print): robustify.
5146
5147 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
5148
5149         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
5150
5151         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
5152         true will print the page number in the first page.
5153
5154         * Documentation/user/changing-defaults.itely: Document
5155         printfirstpagenumber.
5156
5157 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5158
5159         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
5160         objects.
5161
5162         * lily/beam-concave.cc (calc_concaveness): take absolute value of
5163         dy for scaling. This fixes various downbeams.
5164         
5165
5166         * lily/beam-quanting.cc (best_quant_score_idx): 
5167
5168 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5169
5170         * scm/framework-tex.scm (header-to-file): Fix.
5171
5172 2004-09-22  Werner Lemberg  <wl@gnu.org>
5173
5174         * lily/parser.yy <score_body>: Fix typo.
5175
5176 2004-09-22  Graham Percival  <gperlist@shaw.ca>
5177
5178         * Documentation/user/tutorial.itely: modified a "future planning"
5179         comment.
5180
5181         * Documentation/user/notation.itely: more editing.
5182
5183 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5184
5185         * scm/define-markup-commands.scm (note-by-number): read font-size
5186         to determine stem length. Fixes: markup-note.ly
5187
5188 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5189
5190         * lily/slur.cc (outside_slur_callback): read #'padding for
5191         slur-padding. Fixes: slur-script.ly
5192
5193         * lily/parser.yy (score_body): disallow \bookpaper in \score.
5194
5195 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5196
5197         * Documentation/user/notation.itely (ancient flags): documented
5198         flags-related known bugs
5199
5200         * lily/include/ligature-engraver.hh: added comment about why and
5201         how of (non-)use of abstract virtual methods
5202
5203         * ly/engraver-init.ly (VaticanaVoice,
5204         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
5205         unset dash-fraction property in order to get solid lines
5206
5207         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
5208
5209 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5210
5211         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
5212
5213 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5214
5215         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
5216         in function.
5217
5218         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
5219         openout_any=p.  Throughout: progress to stderr, translate user
5220         messages.
5221
5222         * scm/output-gnome.scm: Fix font dir description.
5223
5224 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5225
5226         * input/test/mensural-ligatures.ly (voice): move linethickness
5227         settings to bookpaper.
5228
5229         * lily/simple-spacer.cc (Module): use force to stretch to 
5230         line length as force measure for ragged spacing.
5231         
5232         * lily/lily-parser.cc (get_paper): don't set parent for \paper
5233         blocks in the parser. This eliminates ordering dependency for
5234         \bookpaper and \paper
5235
5236         * ly/part-paper-init.ly: remove file.
5237
5238         * lily/includable-lexer.cc (new_input): elucidate message.
5239
5240         * VERSION: 2.3.18 released.
5241         
5242 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5243
5244         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5245         * input/mutopia/R.Schumann/romanze-op28-2.ly:
5246         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
5247         #'Slur.attachment setting.
5248
5249         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
5250         friendlier for point and click.
5251
5252 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5253
5254         * ly/init.ly: reverse collected scores.
5255
5256         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
5257         layout to determine force.
5258         
5259 2004-09-18  Werner Lemberg  <wl@gnu.org>
5260
5261         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
5262         ties.
5263
5264         * ly/declarations-init.ly (escapedBiggerSymbol,
5265         escapedSmallerSymbol): Fix typos.
5266
5267         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
5268
5269 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5270
5271         * input/{input,regression}/*.ly: run convert-ly
5272
5273         * VERSION: release 2.3.17
5274
5275         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
5276         little wider for attachment calculation. This prevents stem and
5277         slur touching.
5278
5279         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
5280         ) 
5281
5282         * input/regression/tie.ly (texidoc): cleanup.
5283
5284         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
5285         and ~
5286
5287         * lily/slur-scoring.cc (score_extra_encompass): check if extra
5288         objects are on boundary column. 
5289
5290         * lily/main.cc (parse_argv): process --tex too.
5291
5292         * ly/music-functions-init.ly (keepWithTag): add music functions
5293         keepWithTag and removeWithTag.
5294
5295         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
5296
5297         * lily/accidental-engraver.cc (recent_enough): interpret laziness
5298         = #t. This fixes no-reset accidental-style.
5299
5300         * input/regression/accidental-piano.ly (Module): new file.
5301
5302         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
5303
5304 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5305
5306         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
5307         extra encompass.
5308         (score_extra_encompass): use Y coordinate of attachment if X
5309         attachment falls in extra encompass X extent.
5310
5311         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
5312         GUILE_LOAD_PATH
5313
5314 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5315
5316         * scm/output-gnome.scm: Small fixes.
5317
5318         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
5319
5320 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
5321
5322         * Documentation/user/notation.itely (Ancient flags): Removed
5323         documentation on adjust-if-on-staffline (this property was removed
5324         by Han-Wen).
5325
5326         * Documentation/user/notation.itely (Ancient notation): Minor
5327         cleanups and fixes.  Renamed "Vaticana style contexts" ->
5328         "Gregorian Chant contexts".  Added section "Mensural contexts".
5329         Added section "Ancient articulations".
5330
5331         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
5332
5333 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5334
5335         * buildscripts/guile-gnome.sh: Add missing bit.
5336
5337 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5338
5339         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
5340
5341         * lily/slur-scoring.cc (get_y_attachment_range): set end point
5342         using base_attachment.
5343
5344         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
5345         page header back.
5346
5347         * scm/documentation-generate.scm (top-node): move version to top
5348         node.
5349
5350         * lily/ledger-line-spanner.cc: add ledgered-interface, with
5351         property no-ledgers.
5352
5353 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5354
5355         * Documentation/user/{changing-defaults,examples,invoking,
5356         tutorial}.itely: Expand 's to is.
5357
5358         * Documentation/user/notation.itely: Capitalize only first letter.
5359
5360         * Documentation/user/programming-interface.itely: Capitalize Scheme.
5361
5362         * Documentation/user/lilypond-book.itely: use @refbugs.
5363
5364         * THANKS: sort.
5365
5366         * input/mutopia/F.Schubert/morgenlied.ly,
5367         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
5368         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
5369         name.
5370
5371 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
5372
5373         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
5374         lneomensural char entry; (ii) fixed mensural/neomensural naming
5375         clash typo; (iii) lneomensural char: fixed stem attachment point.
5376         WARNING: FONT CHANGED!
5377
5378 2004-09-15  Graham Percival  <gperlist@shaw.ca>
5379
5380         * Documentation/user/introduction.itely: update \stemBoth to
5381         \stemNeutral.
5382
5383         * Documentation/user/notation.itely: more editing of the manual.
5384
5385 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5386
5387         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
5388         factor in edge attraction. This reflects that the left edge may
5389         have a larger gap for an ascending up-slur.
5390         (get_base_attachments): copy bound Y from right bound, if there is
5391         only one note-column after the line break.
5392
5393 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5394
5395         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
5396
5397 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5398
5399         * lily/phrasing-slur-engraver.cc (process_music): Create
5400         PhrasingSlur instead of Slur.
5401
5402         * Documentation/user/changing-defaults.itely (Defining new
5403         contexts): Fixed misprinted context name.
5404
5405 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5406
5407         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
5408
5409         * scripts/convert-ly.py (conv): change Both to Neutral in property
5410         settings.
5411
5412         * ly/engraver-init.ly: increase extent of Staff. 
5413
5414 2004-09-13  Graham Percival  <gperlist@shaw.ca>
5415
5416         * scm/script.scm: change behaviour of slur and accent.
5417
5418         * Documentation/user/music-glossary.tely: de-gender a few entires.
5419
5420         * Documentation/user/introduction.itely: de-gender a few sentences.
5421
5422 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5423
5424         * input/regression/rehearsal-mark-number.ly: Reuse the existing
5425         formatting routine when adding boxed numbers. Makes it easier to
5426         extrapolate how to do for boxed letters.
5427
5428 2004-09-12  Graham Percival  <gperlist@shaw.ca>
5429
5430         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
5431
5432         * Documentation/user/invoking.itexi: updated the "reporting bugs"
5433         section.
5434
5435 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5436
5437         * scm/define-grobs.scm (all-grob-descriptions): longer
5438         ideallengths for stems in higher order beams.
5439
5440         * Documentation/user/changing-defaults.itely (Page layout):
5441         document them.
5442
5443         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
5444         to get sane spaces for titles.
5445
5446         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
5447         beforetitlespace, betweentitlespace.
5448
5449         * input/regression/beam-quant-standard.ly (primeSixteenths): add
5450         16th notes.
5451
5452         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
5453         small slope up to smallest quant. This prevents small slopes from
5454         getting rounded to zero.
5455
5456         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
5457         are smaller than the smallest quant.
5458
5459         * input/tutorial/brahms*.ly: remove.
5460
5461         * input/*: update all .ly files.
5462          
5463         * ly/a4-init.ly (vsize): remove papersize init files.
5464
5465         * scripts/convert-ly.py (conv): add conversion.
5466
5467         * lily/parser.yy: change mode changing commands to XXXmode,
5468         eg. drummode.
5469         (mode_changing_head): group mode changes.
5470         (mode_changing_head_with_context): new commands: create context as
5471         well as change mode.
5472
5473         * input/regression/system-overstrike.ly: new file.
5474
5475         * scm/page-layout.scm (ly:optimal-page-breaks): add
5476         betweensystempadding also to fixed distance for the spring.
5477  
5478         * scm/define-grobs.scm (all-grob-descriptions): fix order of
5479         key-cancellation.
5480
5481         * input/regression/beam-concave-damped.ly: new file.
5482
5483         * lily/beam-concave.cc: new file, with new routines for concave
5484         decisions. There are now two types of concaveness: 1. a sharp
5485         logic decision forcing a beam horizontal, and 2. a number that
5486         measures how concave beams are that are not caught by 1.
5487
5488         This fixes: morgenlied.ly and input/regression/beam-concave.ly
5489         
5490         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
5491         property: add-stem-support
5492
5493 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5494
5495         * lily/slur-scoring.cc (get_bound_info): only do
5496         broken trend at the end of the line.
5497
5498         * VERSION (PACKAGE_NAME): release 2.3.16.
5499
5500         * input/regression/phrasing-slur.ly (Module): remove (duplicate
5501         with phrasing-slur-slur-avoid.ly)
5502
5503         * lily/slur-scoring.cc (struct Extra_collision_info): collect
5504         parameters for extra offset.
5505         (get_bezier): add slurs mid-points for curve determination
5506         (score_extra_encompass): add slur end points for scoring.
5507
5508 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
5509
5510         * scm/framework-ps.scm (reencode-font): Handling font scaling
5511         and reencoding differently to work around a bug in gs 8.30 and
5512         earlier.
5513         Update callers.
5514
5515 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5516
5517         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
5518         extent index of other system. Fixes slurs across line breaks.
5519
5520         * lily/tuplet-engraver.cc (start_translation_timestep): use
5521         Tuplet_description::stop_ for determining when to stop producing
5522         tuplet brackets. This fixes: tuplet-overwrite.ly
5523
5524         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
5525         errors with GUILE 1.7 CVS.
5526
5527         * lily/translator.cc (derived_mark): new function.
5528
5529         * lily/slur-scoring.cc (score_encompass): new penalty type:
5530         variance penalty demerits slurs where one head/stem is much
5531         closer to the slur than average.
5532
5533         * lily/tuplet-bracket.cc (print): use robust_relative_extent
5534         iso. extent()
5535         (calc_position_and_height): use robust_relative_extent(). This
5536         fixes a couple of programming_errors
5537
5538         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
5539         file.
5540
5541         * lily/part-combine-iterator.cc (unisono): bugfix for the case
5542         that voice-2 plays solo, and voice-1 has an mmrest that starts
5543         earlier. In that case, we switch to voice-2, so we catch the
5544         mmrest of voice-2. This fixes: partcombine-rest.ly.
5545  
5546 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5547
5548         * scm/define-grob-properties.scm (all-internal-grob-properties):
5549         add adjacent-hairpins property.
5550
5551         * lily/hairpin.cc: lengthen hairpin if space is available.
5552
5553         * input/regression/dynamics-hairpin-length.ly (Module): new file.
5554
5555 2004-09-10  Graham Percival  <gperlist@shaw.ca>
5556
5557         * Documentation/user/notation.itely: small fixes to docs.
5558
5559 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5560         
5561         * VERSION (PACKAGE_NAME): release 2.3.15
5562
5563         * make/lilypond.redhat.spec.in (Requires): bump requirement for
5564         ec-fonts-mftraced
5565
5566         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
5567         the latest ec-fonts-mftraced package.
5568
5569         * scm/define-context-properties.scm
5570         (all-internal-translation-properties): add property. Remove
5571         definition of quotes property.
5572
5573         * Documentation/user/notation.itely (Quoting other voices):
5574         document it
5575
5576         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
5577         property, to determine what events are processed in \quote.
5578
5579 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5580
5581         * (many files): removed most occurrences of underscore ("_")
5582         from font characters; made font character naming more
5583         consistent
5584
5585         * input/test/gregorian-scripts.ly: fixed another victim of grand
5586         replacement operations
5587
5588         * lily/vaticana-ligature-engraver.cc: caught some more "_"
5589         inconsistencies
5590
5591         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
5592
5593 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5594
5595         * Documentation/user/changing-defaults.itely (Paper size): doc
5596         landscape
5597         
5598
5599         * scm/framework-ps.scm (eps-header): bugfixes. 
5600
5601         * scm/titling.scm (default-score-title): remove opus from the
5602         \score title.
5603
5604 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
5605
5606         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
5607
5608         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
5609
5610         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
5611
5612         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
5613
5614         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
5615
5616         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
5617
5618         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
5619
5620         * scripts/ps2png.py (program_name): changed to sys.argv[0]
5621
5622 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5623
5624         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
5625         character position.  Huh?
5626
5627         * scm/output-gnome.scm (placebox): Shield affine-relative.
5628
5629         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
5630         cater for system's pango 1.5.1.
5631
5632         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
5633
5634         * scm/slur.scm: Tweak.
5635
5636 2004-09-08  Graham Percival  <gperlist@shaw.ca>
5637
5638         * Documentation/user/{first couple of chapters}: more editing.
5639
5640 2004-09-07  Graham Percival  <gperlist@shaw.ca>
5641
5642         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
5643         and summary.
5644
5645         * Documentation/user/{first couple of chapters}: the big "Graham's
5646         moved to a new city, his friends haven't arrived, and he has no
5647         internet access" patch.  Numerous editorial and stylistic changes
5648         to the manual.
5649
5650 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5651
5652         * scm/framework-ps.scm (output-framework): handle landscape settings.
5653
5654         * ps/lilyponddefs.ps: cleanup.
5655
5656 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5657
5658         * scm/define-grobs.scm (all-grob-descriptions): unset
5659         threshold. This fixes morgenlied. 
5660
5661         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
5662         rod calculation.
5663
5664         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
5665         spanners into account for staff-extents.
5666
5667         * lily/ottava-bracket.cc (print): take common refpoint of dots
5668         into account as well.
5669
5670 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5671
5672         * lily/lookup.cc (triangle): translate by interval.
5673
5674         * VERSION (PACKAGE_NAME): release 2.3.14
5675
5676         * Documentation/user/changing-defaults.itely (Page layout): add
5677         betweensystempadding
5678
5679         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
5680
5681         * input/regression/quote-cyclic.ly (Module): new file.
5682
5683         * scm/lily.scm (print): add function.
5684
5685         * scm/music-functions.scm (quote-substitute): new
5686         function. Substitute \quote when putting music into \score.
5687
5688         * input/regression/key-signature-cancellation.ly (Module): new file.
5689
5690         * lily/*.cc: more ly_scm2 -> scm_to converions.
5691
5692         * lily/key-signature-interface.cc (print): take position
5693         difference into account when spacing naturals.
5694
5695         * lily/key-engraver.cc (create_key): create KeyCancellation grob
5696         separately, so the cancellation can be put before the staff-bar
5697
5698         * scm/define-grobs.scm (all-grob-descriptions): add a
5699         KeyCancellation grob.
5700
5701         * lily/tuplet-engraver.cc (struct Tuplet_description): new
5702         struct. Use to clean-up Tuplet_engraver
5703
5704 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5705
5706         * lily/*: ly_scm2int -> scm_to_int
5707         ly_scm2double -> scm_to_double
5708
5709         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
5710
5711 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5712
5713         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
5714         0 springs
5715
5716         * lily/system.cc (post_processing): 
5717
5718         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
5719         density for vertical spacing by means of force penalty.
5720         
5721         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
5722         dimension-variables
5723
5724         * Documentation/user/changing-defaults.itely (Page layout): add
5725         betweensystemspace variable.
5726
5727         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
5728
5729         * scm/page-layout.scm (space-systems): new function. Use spring
5730         and rod approach for vertically spacing systems.
5731
5732         * ly/engraver-init.ly: tune down minimumVerticalExtent.
5733
5734         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
5735         vertical alignment.
5736
5737         * lily/slur-engraver.cc (process_music): add warning for slur.
5738
5739 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5740
5741         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
5742
5743         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
5744         export spacing routine to SCM.
5745
5746         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
5747         new class, separate Grobs from interface.
5748
5749 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5750
5751         * lily/include/lily-guile.hh: compatibility glue for 1.6
5752
5753         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
5754
5755         * lily/lily-guile.cc: remove ly_scm2str0.
5756
5757 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5758
5759         * Documentation/user/macros.itexi: Use @inforef iso @uref for
5760         external references.  Fixes HTML cross references with makeinfo 4.7.
5761
5762 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5763
5764         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
5765         expand_only option.
5766
5767 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5768
5769         * lily/system.cc (get_line): add System stencil to exprs. Fixes
5770         system-extents.ly.
5771
5772         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
5773
5774         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
5775         for MultiMeasureRestNumber
5776
5777         * VERSION (PACKAGE_NAME): release 2.3.13
5778
5779 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5780
5781         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
5782         takes two arguments.
5783
5784 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5785
5786         * input/regression/slur-stem-broken.ly: remove.
5787
5788         * lily/slur.cc: add quant-score.
5789
5790         * input/regression/slur-staccato.ly (texidoc): remove
5791
5792         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
5793
5794 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5795
5796         * lily/include/bezier-bow.hh: remove.
5797
5798         * lily/slur-bezier-bow.cc (Module): remove.
5799
5800         * lily/include/slur.hh (Module): remove.
5801
5802         * lily/slur.cc: remove
5803
5804         * input/test/slur-beautiful.ly (Module): remove
5805
5806         * input/test/slur-attachment-override.ly (Module): remove
5807
5808         * lily/slur-quanting.cc (after_line_breaking): only do scoring
5809         when less than 4 control-points.
5810
5811         * lily/key-signature-interface.cc: add style.
5812
5813         * Documentation/user/notation.itely (Automatic staff changes):
5814         document new behavior.
5815
5816         * input/regression/slur-extreme.ly: new file.
5817
5818         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
5819         bass. Obviates \clef bass in the bass staff, when using \autochange 
5820
5821         * lily/auto-change-iterator.cc (construct_children): instantiate
5822         up/down Staff, create Voice on up staff initially. Obviates
5823         explicit instantiation of up/down contexts for \autochange. 
5824
5825         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
5826         slur depending on extents of note heads.
5827         
5828 2004-08-28  Graham Percival  <gperlist@shaw.ca>
5829
5830         * Documentation/user/tutorial.itely: minor editing.
5831
5832         * Documentation/user/examples.itely: tiny editing.
5833
5834 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5835
5836         * lily/slur-quanting.cc (init_score_param): read scoring
5837         parameters from slur-details property
5838
5839         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
5840         Accidental
5841
5842         * Documentation/user/advanced.itely: removed.
5843
5844         * Documentation/user/programming-interface.itely (How markups work
5845         internally): new subsection.
5846
5847         * Documentation/user/converters.itely (Invoking abc2ly): remove
5848         musedata2ly.
5849
5850 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5851
5852         * Documentation/user/point-and-click.texi (Point and click): new file.
5853         put point & click in appendix.
5854         
5855         * Documentation/user/changing-defaults.itely (Vertical spacing):
5856         corrections
5857
5858 2004-08-27  Graham Percival  <gperlist@shaw.ca>
5859
5860         * Documentation/user/introduction.itely: add note about the
5861         "example templates" section of the manual, and remove link to
5862         input/template/
5863
5864 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
5865
5866         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
5867         -> La@TeX
5868
5869         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
5870         missing lneo_mensural head; editorial cleanups
5871
5872         * lily/mensural-ligature.cc: added more comments
5873
5874 2004-08-26  Graham Percival  <gperlist@shaw.ca>
5875
5876         * Documentation/user/examples.itely: second, third, fourth, and fifth
5877         sections added.
5878
5879         * input/template/{various}: removed files included in examples.itely.
5880
5881 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
5882
5883         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
5884         Stem::stem_end_position instead of broken
5885         Staff_symbol_referencer::get_position
5886
5887 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5888
5889         * debian/changelog: debian patch by Anthony Fok.
5890
5891         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
5892
5893         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
5894         get spurious messages with skipTypesetting on.
5895
5896 2004-08-25  Graham Percival   <gperlist@shaw.ca>
5897
5898         * Documentation/user/lilypond-book.itely: slight clean-up.
5899
5900         * Documentation/user/examples.itely: began section.
5901
5902 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5903
5904         * lily/script-interface.cc: add slur property.
5905
5906         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
5907         too.
5908
5909         * input/regression/phrasing-slur-slur-avoid.ly: new file.
5910
5911         * lily/ottava-bracket.cc (print): always start from right edge of
5912         a broken bound. This fixes ottava-clef.ps 
5913
5914 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5915
5916         * input/regression/slur-script-inside.ly: new file.
5917
5918         * lily/new-slur.cc (outside_slur_callback): new function, to make
5919         scripts avoid slurs 
5920
5921         * lily/slur-engraver.cc (finalize): 
5922
5923         * lily/script-interface.cc: add inside-slur property.
5924
5925         * lily/slur-engraver.cc (finalize): read inside-slur property.
5926
5927         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
5928         message.
5929
5930         * ly/property-init.ly (unHideNotes): hide accidentals at staff
5931         level. Fixes: hideNotes-accidental.ly
5932
5933 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
5934
5935         * scm/page-layout.scm (plain-header): fix bug that print page
5936         number in the first page if firstpagenumber was different than 1.
5937
5938 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5939
5940         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
5941         fonts. Fixes triangle markup for chords.
5942
5943         * lily/slur-quanting.cc (score_extra_encompass): make score depend
5944         on distance. This fixes slur-tenuto.ly and slur-tie.ly
5945  
5946         * flower/include/interval.hh (T>): add distance() function
5947
5948         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
5949         octaviation-dot.ly 
5950
5951         * lily/context-scheme.cc: ly_context_grob_definition: new function.
5952
5953         * VERSION (MY_PATCH_LEVEL): release 2.3.12
5954
5955         * lily/new-slur.cc (add_column): remove set_interface()
5956
5957 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5958
5959         * input/regression/slur-double.ly: new file. 
5960
5961         * lily/slur-engraver.cc: add doubleSlurs property
5962
5963         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
5964         symbols.
5965
5966         * Documentation/user/notation.itely (Easy Notation note heads):
5967         revise notation Chapter.
5968
5969         * ly/music-functions-init.ly (makecluster): add makeClusters music
5970         function.
5971
5972         * lily/part-combine-engraver.cc: rename soloADue ->
5973         printPartCombineTexts
5974
5975         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
5976
5977         * lily/horizontal-bracket.cc (print): use
5978         Tuplet_bracket::make_bracket, so it supports bracket-flare,
5979         edge-eight and shorten-pair.
5980
5981 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
5982
5983         * Documentation/user/changing-defaults.itely (Page layout):
5984         description of firstpagenumber. Moved @refbugs about rightmargin
5985         to the end of the section (it was looking like the documentation
5986         after the refbugs was part of the bug comment).
5987
5988         * scm/framework-ps.scm (output-framework): set the first
5989         postscript page number to firstpagenumber
5990
5991         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
5992         page number according to firstpagenumber
5993
5994         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
5995         parameter
5996
5997 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5998
5999         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
6000         nested slurs. 
6001
6002         * scripts/convert-ly.py (lilypond_version_re_str): handle
6003         \version "bar" % "foo"
6004
6005         * lily/completion-note-heads-engraver.cc (process_music): set
6006         duration-log before announcing object.
6007         
6008         * lily/staff-symbol.cc (print): subtract thickness from staff line
6009         length
6010
6011         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
6012         
6013 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
6014
6015         * scm/stencil.scm: remove fontify-text and fontify-text-white
6016
6017 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6018
6019         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
6020
6021         * Documentation/user/sound-output.texi (Sound): new file. Move all
6022         MIDI related information.
6023
6024 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6025
6026         * lily/script-engraver.cc (acknowledge_grob): only take into
6027         account note heads with a music cause. Fixes ambitus-accent.ly
6028
6029         * scm/define-markup-commands.scm (finger): set encoding to
6030         fetaNumber.
6031
6032 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
6033
6034         * scripts/convert-ly.py: typo
6035
6036 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
6037
6038         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
6039         font calls for diagrams based on paper and props
6040
6041 2004-08-19  Graham Percival <gperlist@shaw.ca>
6042
6043         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
6044
6045 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
6046
6047         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
6048         added setHairpinDecresc/Dim
6049
6050 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6051
6052         * lily/include/lily-guile.hh: Cosmetics.
6053
6054 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6055
6056         * input/regression/fermata-rest-position.ly: new file
6057
6058         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
6059
6060         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
6061
6062 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6063
6064         * scm/framework-tex.scm (output-preview-framework) 
6065         (output-classic-framework): 
6066         * scm/framework-ps.scm (output-preview-framework):
6067         s/ly:paper-book-lines/ly:paper-book-systems/g
6068
6069         * scm/fret-diagrams.scm (ss-font-encoding):
6070         s/my-font-encoding/ss-font-encoding
6071
6072 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6073
6074         * scm/music-functions.scm (direction-polyphonic-grobs): Set
6075         direction also on fingerings.
6076
6077         * lily/clef-engraver.cc: Add forceClef to list of read properties.
6078
6079 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6080
6081         * po/nl.po: Some updates.
6082
6083         * scm/lily.scm (_): New function.
6084         (postscript->pdf, postscript->png, lilypond-main)
6085         (postscript->pdf): Use it.  Write messages to stderr.
6086
6087         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
6088
6089         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
6090         xgettext does not recognise scheme yet.  Patch submitted.
6091
6092         * lily/scm-option.cc (LY_DEFINE):
6093         * lily/main.cc: The program is now called lilypond (WAS:
6094         lilypond-bin).
6095
6096         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
6097         messages.
6098
6099         * lily/include/paper-book.hh
6100         * lily/include/paper-system.hh: Finish renaming of paper-line to
6101         system.  Fix users.
6102
6103 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6104
6105         * scm/documentation-generate.scm (string-append): add version.
6106
6107         * scm/define-markup-commands.scm (box): add box-padding and
6108         thickness props for the box command.
6109  
6110         * Documentation/user/changing-defaults.itely (Text encoding):
6111         elucidate use of \encoding for \header strings.
6112
6113         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
6114
6115         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
6116         staff-change.ly
6117
6118         * lily/output-def.cc (assign_context_def): use set_variable().
6119
6120         * lily/text-item.cc (interpret_string): accept string input
6121         encoding too.
6122
6123         * scm/encoding.scm (read-encoding-file): print warning when file
6124         can't be found.
6125
6126         * tex/latin1.enc: remove.
6127
6128         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
6129
6130         * lily/rod.cc (columnize): robustness fix. Don't crash for
6131         nil span points. Fixes: appoggiatura-segfault.ly
6132         (add_to_cols): extra robustness fix.
6133
6134 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6135
6136         * lily/text-item.cc (interpret_string): use lookup_variable() to
6137         fidn inputencoding. Now, \paper inherits inputencoding from
6138         \bookpaper.
6139
6140         * lily/script-engraver.cc (stop_translation_timestep): remove slur
6141         collision kludge.
6142
6143         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
6144         kludge.
6145
6146 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6147
6148         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
6149
6150 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6151
6152         * lily/spanner.cc (spanned_rank_iv): Bugfix.
6153
6154         * lily.scm: Mark un-internationlised user messages (with FIXME).
6155
6156         * lily/include/modified-font-metric.hh (struct
6157         Modified_font_metric): New file.  (WAS: incorrectly named
6158         scaled-font-metric.hh ?)
6159
6160         * lily/include/scaled-font-metric.hh: Remove.
6161
6162         * lily/text-item.cc (interpret_string): Identify and document
6163         input-encoding problem.
6164
6165         * lily/paper-book.cc (pages): Do not use `paper' as variable name
6166         for a Bookpaper.
6167
6168         * tex/latin1.enc: Replace /minus with /hyphen.
6169
6170         * scm/encoding.scm: For latin1 (input-)encoding, use
6171         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
6172
6173         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
6174         inputencoding.
6175
6176 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
6177
6178         * Documentation/topdocs/INSTALL.html: fixes.
6179
6180 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
6181
6182         * buildscripts/builder.py: Fix for scons CVS.
6183
6184 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
6185
6186         * Documentation/user/notation.itely,
6187         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
6188         input/test/ambitus-mixed.ly: fix plurals:
6189         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
6190
6191 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6192
6193         * lily/dynamic-engraver.cc (typeset_all):
6194         * lily/script-engraver.cc (stop_translation_timestep): Handle
6195         collisions with new-slur.
6196
6197 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6198
6199         * scm/define-grobs.scm (all-grob-descriptions): Add
6200         new-slur-interface.
6201
6202 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6203
6204         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
6205         produces .PS
6206
6207 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
6208
6209         * scm/define-grob-properties.scm (all-user-grob-properties): fix
6210         definition of number-type
6211
6212 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
6213
6214         * scm/fret-diagrams.scm : change sans-serif font encoding from 
6215         TeX-text to ec (uses ecss fonts instead of cmss fonts)
6216
6217         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
6218         number-type and label-dir
6219
6220         * scm/define-grob-properties.scm: add number-type and label-dir
6221
6222         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
6223         left or right.  Allow choice of upper-case roman, lower-case roman, or
6224         arabic numerals in fret label
6225
6226 2004-08-04  Werner Lemberg  <wl@gnu.org>
6227
6228         * lily/slur-quanting.cc: Include libc-extension.hh.
6229         s/round/my_round/.
6230         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
6231         s/autobeaming/autoBeaming/.
6232
6233 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6234
6235         * VERSION: 2.3.11 released.
6236
6237         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
6238         renameinput.
6239
6240 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6241
6242         * lily/lookup.cc (round_filled_box): remove warnings about blot
6243         diameter.
6244
6245         * scm/paper.scm (paper-set-staff-size): make linethickness more
6246         easily tunable.
6247
6248         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
6249         \newlyrics -> \addlyrics
6250
6251         * lily/text-spanner.cc (print): use it.
6252
6253         * lily/dynamic-text-spanner.cc (print): use it.
6254
6255         * lily/grob.cc (robust_relative_extent): new function.
6256
6257         * scripts/lilypond-book.py (main): add -f tex as default process.
6258
6259         * lily/text-spanner.cc (print): only take linear_combination of
6260         nonempty interval.
6261         
6262
6263 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
6264
6265         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
6266         isn't specified by the user in \bookpaper center the music in the
6267         page.
6268
6269 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6270
6271         * Fix some problems after the renaming of my-lily -> lily
6272
6273 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6274
6275         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
6276
6277         * lily/slur-quanting.cc (enumerate_attachments): apply center on
6278         stem-X in more cases. 
6279
6280         * lily/stem.cc (dim_callback): solve todo.
6281
6282 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6283
6284         * input/test/README: new file.
6285
6286         * lily/lily-parser.cc: rename my-lily* files.
6287
6288         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
6289         parser.
6290
6291         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
6292
6293         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
6294
6295         * make/mutopia-targets.make (local-WWW): don't make ps.gz
6296         examples. They take a huge amount of space.
6297
6298         * Documentation/user/GNUmakefile: fix symlinks.
6299
6300         * VERSION: 2.3.10 released.
6301         
6302         * input/test/lyrics-skip-notes.ly: remove
6303
6304         * input/test/stem-cross-staff.ly (noFlag): fold into manual
6305
6306         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
6307         remove.
6308
6309 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
6310
6311         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
6312         fixes.
6313
6314 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6315
6316         * input/regression/beam-dir-functions.ly: move from test/
6317
6318         * Documentation/user/notation.itely (Feathered beams): new node.
6319
6320         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6321         new node
6322
6323         * input/regression/lyric-hyphen-retain.ly: move to regression.
6324
6325         * input/regression/harmonic.ly: fold into manual
6326         
6327         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
6328         stem-length,chord-names-no-inversions}.ly: remove
6329         
6330         * input/test/tie-cross-voice.ly: move to regression.
6331
6332         * Documentation/user/notation.itely (Running trills): new node.
6333
6334         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
6335
6336         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
6337
6338         * lily/trill-spanner-engraver.cc: new file.
6339
6340         * input/regression/trill-spanner.ly: new file.
6341
6342         * input/test/timing.ly: fold into manual.
6343
6344         * input/test/time.ly: remove
6345
6346         * input/test/trill.ly: remove
6347         
6348         * input/test/time-signature-double.ly: fold into manual
6349
6350         * input/test/separate-staccato.ly: remove
6351
6352         * input/test/spanner-after-break-tweak.ly: fold into manual.
6353
6354         * input/test/script-priority.ly: fold into manual.
6355
6356         * input/test/scheme-interactions.ly: remove.
6357         
6358         * input/test/unfold-all-repeats.ly (mel),
6359         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
6360         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
6361         fold into manual.
6362
6363         * input/regression/no-staff.ly: move from input/test/
6364
6365         * input/regression/markup-score.ly: move from input/test/
6366
6367         * input/test/lyrics-melisma-faster.ly: fold into manual
6368         
6369         * input/test/lyrics-melisma-variants.ly: fold into manual
6370
6371         * Documentation/user/notation.itely (Popular music): new node. 
6372
6373         * input/test/gourlay.ly: remove
6374         
6375         * input/test/improv.ly: fold into manual.
6376
6377         * input/test/figured-bass-alternate.ly (fl): remove
6378
6379         * lily/dynamic-text-spanner.cc (print): new file.
6380
6381         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
6382
6383         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
6384         keep recursing into children in case a parent context inserts a
6385         grob into a child context.
6386
6387         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
6388         
6389 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6390
6391         * scm/define-markup-commands.scm (postscript): new markup command
6392         \postscript
6393
6394         * Documentation/user/notation.itely (Formatting cue notes): new
6395         section.
6396
6397         * input/test/clef-end-of-line.ly: fold into manual.
6398
6399         * input/test/scales-greek.ly: remove.
6400
6401         * input/test/chords-without-melody.ly: fold into manual.
6402
6403         * input/test/cadenza-skip.ly: remove.
6404
6405         * input/test/clef-8-syntax.ly: remove.
6406
6407         * input/test/clef-manual-control.ly: move into manual.
6408
6409         * Documentation/user/notation.itely (Aligning to cadenzas): fold
6410         in cadenza-skip.ly
6411
6412         * mf/parmesan*.mf: change neo_mensural to neomensural.
6413
6414         * input/test/trills.ly: remove.
6415
6416         * input/test/transposition.ly: remove.
6417
6418         * input/test/to-xml.ly: move to no-notation.
6419
6420         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
6421
6422         * lily/ledger-line-spanner.cc (print): use staff variable, not
6423         me. Fixes ledger lines on differently sized staves.
6424
6425         * input/test/rhythm-excercise.ly: remove file.
6426
6427         * lily/stem.cc (dim_callback): only do something if visible. Fixes
6428         spurious flag not found warning for 128th rest.
6429
6430         * input/regression/rest-dot-position.ly: new file.
6431         
6432         * input/test/rest-dot-positions.ly: remove
6433
6434         * lily/staff-symbol-referencer.cc (get_position): emergency
6435         fallback: use coordinate * 2.
6436
6437         * input/no-notation/midi-scales.ly: move from test/
6438
6439         * scm/define-markup-commands.scm (score): remove debugging code.
6440
6441         * input/test/incipit.ly (violin): remove. 
6442
6443         * lily/system-start-delimiter.cc (print): only draw system
6444         delimiter to staves that reach up to left bound of the delimiter.
6445
6446         * input/no-notation/embedded-scm.ly: move from test/
6447
6448         * input/test/follow-voice.ly: remove
6449
6450         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
6451
6452         * input/test/drarn*: remove
6453         
6454         * input/test/count-systems.ly: remove.
6455
6456         * lily/bar-line.cc (compound_barline): fix : for staff without
6457         lines.
6458
6459         * lily/accidental.cc (print): use music_font_alist_chain(). This
6460         fixes smaller cautionaries.
6461
6462         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
6463         encoding for accidental.
6464
6465         * Documentation/user/notation.itely (Educational use): new section
6466
6467         * input/test/*.ly: clean up directory: move examples into manual
6468         or regtest.
6469         
6470
6471         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
6472         mode as well. This fixes resolution errors.
6473
6474 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6475
6476         * scm/lily.scm (postscript->png): show commands for --verbose.
6477
6478         * flower/include/getopt-long.hh: opps. short option should be
6479         char, not int.
6480
6481         * Documentation/user/GNUmakefile: use symlinks to save space.
6482
6483         * VERSION: 2.3.9 released.
6484
6485         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
6486
6487         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
6488         manual.
6489
6490         * Documentation/user/tutorial.itely (Integrating text and music):
6491         remove \score and \notes from manual.
6492
6493         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
6494         mode in the beginning.
6495
6496 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6497
6498         * Documentation/user/changing-defaults.itely (Horizontal spacing):
6499         Correct the documentation of the spacing parameters. 
6500
6501         * Documentation/user/tutorial.itely (Integrating text and music), 
6502         Documentation/user/lilypond-book.itely (Integrating LaTeX and
6503         music): Document that you need to add the map file ec-mftrace.map
6504         in the dvips command.   
6505
6506 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6507
6508         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
6509         found.
6510
6511         * lily/text-item.cc (interpret_string): insert encoding setting
6512         here
6513
6514         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
6515         encoding kludge.
6516
6517         * Documentation/user/changing-defaults.itely (Text encoding): node
6518         on encoding.
6519
6520         * lily/lyric-engraver.cc (try_music): remove superfluous check.
6521
6522         * lily/book-paper-def.cc (find_scaled_font): remove default
6523         encoding, because it messes up font loading for feta and
6524         parmesan. Encoding should only be specified for running texts.
6525
6526         * lily/modified-font-metric.cc (text_dimension): support coding
6527         scheme ""
6528         
6529 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6530
6531         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
6532         definition, so \override works as expected.
6533
6534         * lily/measure-grouping-engraver.cc: clarify
6535
6536 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6537
6538         * lily/parser.yy (context_def_mod): remove \consistsend
6539
6540         * lily/context-def.cc (instantiate): use Translator::must_be_last
6541         to determine engraver order.
6542
6543         * lily/translator.cc (must_be_last): new function
6544
6545         * scripts/convert-ly.py (conv): rule.
6546
6547         * lily/bar-line.cc (print): return '() for height == 0.0 too.
6548
6549 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6550
6551         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
6552  
6553 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6554
6555         * lily/include/lily-guile.hh (scm_is_int): compat glue.
6556
6557 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
6558
6559         * input/regression/page-layout.ly: new file.
6560
6561         * scm/paper.scm (set-paper-dimensions): Preliminary support for
6562         left and right margins.
6563
6564         * Documentation/user/changing-defaults.itely (Page layout):
6565         Explain the leftmargin option.
6566
6567 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6568
6569         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
6570
6571         * input/test/lyrics-melisma-faster.ly: new file.
6572
6573         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
6574         change of melody by setting associatedVoice.
6575
6576         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
6577
6578         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
6579         file contents, rather \include them, so default linewidth is set.
6580         (ly_options): make BOOKPAPER set of options. Move linewidth
6581         settings there.
6582
6583         * Documentation/user/examples.itely: new file. Templates are to be
6584         moved here.
6585
6586         * Documentation/user/programming-interface.itely: move chapter.
6587
6588         * scm/document-markup.scm (doc-markup-function): add @code
6589
6590         * stepmake/stepmake/texinfo-rules.make: remove chmod.
6591
6592 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6593
6594         * scm/page-layout.scm (plain-header): add printpagenumber boolean
6595         to bookpaper.
6596
6597         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
6598         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
6599
6600         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
6601
6602         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
6603
6604         * scripts/lilypond-latex.py: move from lilypond.py
6605
6606         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
6607         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
6608
6609         * scm/lily.scm (postscript->png): new function
6610         (postscript->pdf): new function
6611
6612         * lily/paper-book.cc (post_processing): call
6613         convert-to-{dvi,ps,png,pdf}
6614
6615         * scripts/ps2png.py (option_definitions): new file.
6616
6617         * lily/paper-book.cc (output): call output-preview-framework
6618         (post_processing): new function. Do PDF/PNG conversion.
6619
6620         * lily/paper-outputter.cc (close): new function.
6621
6622         * scm/framework-ps.scm (convert-to-pdf): new function. Call
6623         ps2pdf.
6624         (output-preview-framework): new function. Generate a preview .ps
6625         
6626
6627 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6628
6629         * VERSION: release 2.3.8
6630         
6631         * lily/note-head.cc: remove ledger line handling.
6632
6633         * lily/ambitus.cc (print): strip away accidental / note head code,
6634         and associated properties.
6635
6636         * lily/ambitus-engraver.cc (create_ambitus): change name to
6637         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
6638         other ambitus parts.
6639         (create_ambitus): group grobs in Ambitus grouping object. 
6640
6641         * lily/include/pitch-interval.hh (Pitch>): new file.
6642
6643         * lily/pitch-interval.cc (add_point): new file.
6644
6645         * lily/ledger-line-engraver.cc: new file.
6646
6647         * lily/ledger-line-spanner.cc (print): new file. Set limits to
6648         ledger line length to avoid clashes.
6649
6650 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6651
6652         * Documentation/user/invoking.itexi (Invoking lilypond): remove
6653         deprecated options
6654
6655 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6656
6657         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
6658         to command line option: fast=1 (default on).
6659
6660         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
6661         This brings SCons run-time on up-to-date tree down from 48s with
6662         only checksums, to 34s without 2day checksums, to 14s (make needs
6663         4 seconds).
6664         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
6665         necessary.
6666
6667 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6668
6669         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
6670         (score_extra_encompass): process scripts at edges too, by checking
6671         control points directly. 
6672
6673 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6674
6675         * po/nl.po: Update.
6676
6677         * lily/main.cc: Fix ly:option-usage help.
6678
6679         * input/regression/slur-script.ly: More collision tests.
6680
6681         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
6682
6683 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6684
6685         * VERSION: release 2.3.7
6686
6687         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
6688         files.
6689
6690         * Documentation/user/notation.itely (Slurs): document ^ and _ for
6691         slurs.
6692
6693         * input/regression/slur-script.ly: new file.
6694
6695         * lily/accidental-engraver.cc (process_acknowledged_grobs):
6696         make accidental appear to come from note head engraver.
6697
6698         * lily/slur-quanting.cc: new file.
6699         (score_extra_encompass): new function. Avoid scripts and
6700         accidentals
6701
6702 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6703
6704         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
6705         This greatly reduces the number of files that get recompiled
6706         after touching config.hh.
6707
6708         * config.hh.in: Remove GUILE_*_VERSION.
6709
6710         * lily/new-slur.cc: Resolve conflicts.
6711
6712         * lily/stem-engraver.cc (make_stem): New method.
6713
6714         * lily/include/script-interface.hh:
6715         * lily/script-interface.cc: New file.
6716
6717         * lily/include/script.hh:
6718         * lily/script.cc: Remove.
6719
6720         * lily/music.cc (duration_log): New method.
6721
6722         * lily/script.cc (struct Skript): Remove.
6723
6724         * lily/new-slur.cc (get_base_attachments): Try at articulations.
6725         Lots of coding cleanups (Stom).
6726
6727 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6728
6729         * lily/new-slur.cc (avoid_staff_line): new function: avoid
6730         collisions with staff lines.
6731
6732         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
6733         global_path
6734
6735         * scm/define-grobs.scm (all-grob-descriptions): set ratio
6736         .25. This flattens short slurs.
6737
6738         * lily/new-slur.cc (enumerate_attachments): move X of attachment
6739         points for tilted slurs.
6740
6741         * input/regression/slur-tilt.ly: new file.
6742
6743         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
6744         stems of 16th graces too.
6745
6746         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
6747         quant penalty dependent on how much the line is in the gap.
6748
6749         * input/regression/grace-stem-length.ly: new file.
6750
6751         * lily/beam-quanting.cc (score_forbidden_quants): remove
6752         interquant check. The penalty of 1000 is much too harsh, and the
6753         inter case should be caught by check-staff-line-in-gap check.
6754
6755         * lily/scm-option.cc: move debug-beam to \paper.
6756
6757         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
6758         .txt files to appease makeinfo.
6759
6760         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
6761         remove texttagline.
6762         
6763         * lily/new-slur.cc: cleanup, split in functions.
6764
6765         * lily/parser.yy (chord_body_element): allow octave-check = inside
6766         chord body. 
6767
6768         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
6769
6770         * lily/stem.cc (height): call Beam::after_line_breaking().
6771
6772         * lily/rest-collision.cc (force_shift_callback): only call shift
6773         for columns containing rests.
6774
6775         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
6776
6777         * input/regression/font-postscript.ly: invoke afm2tfm. 
6778
6779 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6780
6781         * mf/SConscript: Build map files.
6782
6783         * SConstruct: Rename $out to out-www in web.
6784
6785 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6786
6787         * SConstruct (web_kluts): Have make web build in out-www.  Not.
6788
6789 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6790
6791         * Documentation/user/music-glossary.tely (Top): add fragment to
6792         pertinent @lilypond entries.
6793
6794         * scm/define-grobs.scm: switch on new-slur by default.
6795
6796         * lily/scm-option.cc: symbol != string.
6797
6798         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
6799         really work yet.
6800         (set_end_points): make X coord of attachment dependent on  Y.
6801         (score_encompass): add edges too.
6802
6803 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6804
6805         * lily/stem.cc (get_beaming): new function.
6806
6807         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
6808         for fragment snippets. This fixes inclusion of toplevel-music
6809         examples (such as new-slur.ly)
6810  
6811 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6812
6813         * scripts/lilypond-book.py: Remove second import of stat.
6814
6815         * More SCons cleanups.
6816
6817         * Documentation/bibliography/computer-notation.bib (note): Remove
6818         extraneous closing brace.
6819
6820 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6821
6822         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
6823         stat calls.
6824
6825         * Documentation/bibliography/SConscript (bibs): failed try to get
6826         bib2html find html-long.bst.
6827
6828         * buildscripts/bib2html.py (stat): fail if bibtex fails.
6829
6830         * make/stepmake.make: use usescons for using scons. 
6831
6832 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6833
6834         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
6835         for lilypondend.  Import stat (huh?).
6836
6837 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6838
6839         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
6840         bypass dvi. 
6841
6842         * input/regression/font-postscript.ly: new file. 
6843
6844         * scm/framework-ps.scm (load-fonts): load pfb files too.
6845
6846         * lily/pfb.cc (pfb2pfa): new file.
6847
6848 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6849
6850         * scripts/lilypond-book.py (PREAMBLE_LY): set
6851         toplevel-music-handler too.
6852
6853 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6854
6855         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
6856         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
6857
6858         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
6859
6860         * python/SConscript:
6861         * python/vim:
6862         * input/mutopia/*SConscript: New file.
6863
6864         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
6865
6866         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
6867         fixes web build.
6868
6869         * make/stepmake.make (scons): re-route to SCONS if user has been
6870         running scons in this tree.
6871
6872         * SConstruct (config_vars): Add CPPDEFINES.
6873         (env): Set checksums type to "content".
6874         (save_config_cache): Do not exit after configuring when using
6875         checksums (the default) instead of timestamps.
6876
6877 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6878
6879         * SConstruct: Further development.
6880
6881         * input/test/SConscript: 
6882         * input/template/SConscript: 
6883         * input/regression/SConscript: 
6884         * Documentation/bibliography/SConscript:
6885         * Documentation/bibliography/index.html.in: New file.
6886
6887         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
6888         generation.
6889
6890         * buildscripts/builder.py: Add new builders.
6891
6892         * make/stepmake.make: 
6893         * stepmake/stepmake/*.make: 
6894         * configure.in:
6895         * lily/*:
6896         * flower*: Use config.hh (Was config.h).
6897
6898         * scm/encoding.scm (get-coding): Print friendly error message when
6899         no encoding is found, rather than crashing.
6900
6901 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6902
6903         * lily/new-slur.cc (score_slopes): strong sloping score only when
6904         stems point in same dir. 
6905
6906 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6907
6908         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
6909         for beam start.
6910
6911         * lily/parser.yy (context_prop_spec): check grob name for
6912         alphanumericness..
6913
6914         * lily/lyric-engraver.cc: creates LyricText objects
6915
6916 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6917
6918         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
6919
6920 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6921
6922         * SConstruct: Configure only pristine build tree or on user
6923         request.  Cleanups.  Add Documentation/topdocs to subdirs.
6924         Use checksums instead of timestamps.
6925         (CheckYYCurrentBuffer): Return result.
6926
6927         * Documentation/topdocs/SConscript: New file.
6928
6929 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6930
6931         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
6932
6933         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
6934         scm_from_int instead.
6935
6936 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6937
6938         * SConstruct: Updates.  Add targets: tar, dist, release.
6939
6940 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6941
6942         * input/mutopia-header.ly: Generate output.
6943
6944         * SConstruct:
6945         * buildscripts/builder.py:
6946         * Documentation/user/SConscript: SCons fixes.
6947
6948 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6949
6950         * lily/new-slur.cc (class New_slur): new file. Score based slur
6951         computations.
6952
6953 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6954
6955         * mf/SConscript: Remove Builders.
6956
6957         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
6958
6959         * input/SConscript: 
6960         * Documentation/user/SConscript: New file.
6961
6962 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6963
6964         * Documentation/topdocs/NEWS.texi (Top): add note about new
6965         emacs electric-|
6966
6967         * scm/*.scm: adapt ly:warn calls.
6968
6969         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
6970
6971         * lily/repeat-acknowledge-engraver.cc (process_music): look at
6972         main timing, not grace timing. Fixes volta-repeat-grace.
6973
6974         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
6975         remove ly:kpathsea-gulp-file.
6976
6977         * scm/translation-functions.scm (format-metronome-markup): make
6978         note smaller, align to bottom.
6979
6980         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
6981
6982         * lily/metronome-engraver.cc (stop_translation_timestep): attach
6983         metronome to musical column. Don't ack time sigs or bar lines.
6984
6985 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
6986
6987         * THANKS: sort, add David. Kristof contributed code, he is a
6988         contributor.
6989
6990 2004-07-09  David Svoboda      <svoboda@cmu.edu>
6991
6992         * elisp/lilypond-mode.el,
6993         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
6994         count beats between last measure stop | and point in emacs.
6995         
6996 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6997
6998         * tex/GNUmakefile (TEX_FILES): don't dist
6999         music-drawing-routines.ps, latin1.enc 
7000
7001         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
7002         --no-pdf, --pdftex
7003         (copyright): add --latex option
7004         (ic_p.make_include_option): use direct PS as default.
7005
7006         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
7007
7008         * input/regression/beam-concave.ly (rossFourBeams): add cases from
7009         Ross
7010
7011         * scm/script.scm (default-script-alist): marcato should follow
7012         into staff
7013         
7014 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7015
7016         * buildscripts/builder.py:
7017         
7018         * Documentation/SConscript (outdir): New file.  Add *list.ly
7019         dependencies.  Fixes PDF doc build.
7020
7021 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7022
7023         * SConstruct: Add Tar target (incomplete), fix install issues, fix
7024         run from build-dir.
7025
7026         * ly/SConscript:
7027         * scm/SConscript: New file.
7028
7029         * lily/main.cc (dir_info): Print variables in sh format.
7030
7031         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
7032
7033         * mf/SConscript: Update multiple target rules.
7034
7035         * SConstruct (assert_version): Add.
7036
7037 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7038
7039         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
7040
7041 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7042
7043         * buildscripts/mf-to-table.py: Do not try to open ''.
7044
7045         * mf/SConscript: New file.
7046
7047 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
7048
7049         * scm/fret-diagrams.scm : Convert many properties to constants,
7050         reducing the pollution of the property namespace.
7051
7052         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
7053         unnecessary properties for fret-diagram
7054
7055         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
7056         for interface
7057
7058 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7059
7060         * SConstruct: Update.
7061
7062 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7063
7064         * input/regression/beam-quant-standard.ly (seconds): print desired
7065         quants when failing.
7066
7067 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7068
7069         * SConstruct:
7070         * flower/SConscript:
7071         * lily/SConscript: New file.
7072
7073 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
7074
7075         * scm/define-grob-properties.scm (all-user-grob-properties): Add
7076         descriptions for all fret-diagram properties.
7077
7078         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
7079         fret-diagram interface code
7080
7081 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7082
7083         * ly/book-paper-defaults.ly: set default encoding to ec.
7084
7085         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
7086         installed.
7087
7088         * tex/latin1.enc: new file, from a2ps. 
7089
7090 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
7091
7092         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
7093         add a faint, green border line.
7094
7095         * Documentation/index.html.in: drop <table>, add a faint border line.
7096
7097 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7098
7099         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
7100
7101         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
7102
7103 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
7104
7105         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
7106
7107         * scm/output-tex.scm (white-text): Add scale parameter to allow font
7108         scaling
7109
7110         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
7111         properly scale white text
7112
7113         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
7114         position for numbered dots so dot will touch fret.
7115         (various routines): move to font-metric interface, rather than
7116         name, size interface.  Clean up comments.
7117
7118         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
7119         size and offset to better center white text.
7120
7121 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7122
7123         * ChangeLog: Remove pre-2.1 changes.
7124
7125         * Documentation/misc/ChangeLog-2.1: New file.
7126
7127         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
7128         from ChangeLog.
7129
7130 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7131
7132         * input/test/chords-below-volta-bracket.ly,
7133         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
7134
7135 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7136
7137         * VERSION: release 2.3.6
7138
7139         * input/regression/beam-quant-standard.ly: new file: test standard
7140         beam quants.
7141
7142         * scm/beam.scm (check-quant-callbacks): new function
7143         (check-beam-quant): new function: check whether current beam
7144         quants match argument.
7145
7146         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
7147         forbidden quant for sitting (upstem)/hanging (downstem) on outer
7148         staffline line.
7149
7150 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7151
7152         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
7153         functions.
7154
7155         * lily/note-collision.cc (do_shifts): align colliding notes to
7156         their leftmost note.
7157
7158         * input/regression/collision-alignment.ly: new file.
7159
7160         * ly/init.ly: don't print gc stats.
7161
7162         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
7163         extra newline
7164
7165         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
7166         for dimensions. This fixes ottava-remove-empty-staff.ly
7167
7168         * input/regression/lyrics-tenor-clef.ly: new file.
7169
7170         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
7171         cyclic parents when two axis-group-engravers are
7172         present. Fixes: crash-axis-group-engraver.ly. 
7173         
7174         * input/test/volta-chord-names.ly: new file.
7175
7176         * scm/define-context-properties.scm
7177         (all-user-translation-properties): change voltaOnThisStaff
7178         definition. 
7179
7180         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
7181         if necessary.
7182
7183         * lily/volta-bracket.cc (print): handle volta brackets without
7184         bars. 
7185
7186 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7187
7188         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
7189         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
7190
7191 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7192
7193         * scm/output-gnome.scm: updated instructions for running gnome
7194         backend
7195
7196 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
7197
7198         * scm/fret-diagrams.scm (draw-dots): default values for dot size
7199         and dot-position now depend on finger-code value; in-dot makes
7200         dots larger and centered.
7201         (draw-barre): added straight-barre indicator option
7202         (draw-dots): made fontify-text-white work.
7203
7204         * music-drawing-routines.ps: added /draw_white_text
7205
7206         * scm/output-tex.scm:  added white-text
7207
7208         * scm/output-ps.scm:  added white-text
7209
7210         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
7211         list of stencil expressions
7212
7213         * scm/stencil.scm: Added fontify-text-white
7214
7215 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
7216
7217         * input/regression/+.ly: use @unnumbered section.
7218
7219 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7220
7221         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
7222         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
7223
7224 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7225
7226         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
7227
7228 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7229
7230         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
7231         was causing an error. (was not actually commited in 2004-06-20)
7232
7233         * input/regression/lily-in-scheme.ly (withPaddingC): does not
7234         breaks anymore
7235
7236 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7237
7238         * VERSION: 2.3.5 released.
7239         
7240         * lily/my-lily-parser.cc (parse_string): switch module too.
7241
7242 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7243
7244         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
7245         ec-fonts-mftraced to running requirements.
7246
7247 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7248
7249         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
7250         assignments don't reach the original file.
7251
7252         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
7253         exists
7254
7255 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7256
7257         * scm/output-gnome.scm: 
7258         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
7259
7260         * debian/: Apply Debian patch (Anthony Fok).
7261
7262 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
7263
7264         * Documentation/user/music-glossary.tely: fix titling; @top is already
7265         an @unnumbered @chapter.
7266
7267 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7268
7269         * debian/GNUmakefile (EXTRA_DIST_FILES):
7270         (CONF_FILES): update file list.
7271
7272         * lily/stencil.cc (interpret_stencil_expression): bugfix.
7273
7274 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7275
7276         * debian/: Remove cruft (requested Anthony Fok.)
7277
7278         * buildscripts/guile-gnome.sh: Build without gcc libtool version
7279         juggling.
7280
7281         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
7282         Add popup menu with grob properties.
7283
7284         * lily/grob-scheme.cc (ly:grob-properties):
7285         (ly:grob-basic-properties): New function.
7286
7287         * lily/stencil.cc (interpret_stencil_expression): Comment-out
7288         "no-origin" call.  Fixes -fps output.
7289
7290         * scm/output-ps.scm (no-origin): Add dummy implementation.
7291
7292         * scm/output-gnome.scm (define-origin): Remove
7293         (grob-cause): Add.
7294
7295         * scm/output-ps.scm (scm):
7296         * scm/output-tex.scm (scm): Remove define-origin from exports list.
7297         (define-origin): Remove.
7298
7299         * scm/output-gnome.scm (define-origin): 
7300
7301         * scm/lily.scm (ly:all-output-backend-commands): Remove
7302         define-origin.  Add grob-cause.
7303
7304 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
7305
7306         * buildscripts/lilypond-words.py: add ly/portugues.ly.
7307
7308 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
7309
7310         * Documentation/user/GNUmakefile:
7311         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
7312         --include-css=.../texinfo.css; command includes css into the html.
7313
7314         * Documentation/texinfo.css: add file.
7315         define <hr> as black and thin.            
7316
7317 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7318
7319         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
7320         stencil expression. Junk define-origin.
7321
7322         * lily/my-lily-parser.cc (parse_string): init parser variable when
7323         lexer_ is set, ie. in parse_string and parse_file.
7324
7325         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
7326         ly:score-bookify.
7327
7328         * scm/lily.scm (collect-scores-for-book): new function.
7329
7330         * ly/init.ly: print collected scores/musics.
7331
7332         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
7333         scope, not in lily module.
7334
7335         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
7336
7337         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
7338         encapsulate gtk/pango tests.
7339
7340         * po/tr.po: Turkish translation.
7341
7342 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7343
7344         * input/regression/lily-in-scheme.ly: regression test for #{
7345         ... #} syntax
7346
7347         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
7348         was causing an error.
7349
7350         * Documentation/user/programming-interface.itely (Using LilyPond
7351         syntax inside Scheme): documentation for #{ ... #} syntax.
7352
7353 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
7354
7355         * Documentation/index.html.in: use black thin <hr>.
7356
7357         * buildscripts/mutopia-index.py: use thin black <hr>.
7358
7359 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7360
7361         * scm/fret-diagrams.scm: Use UNIX style line endings.
7362         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
7363         typo.  Fixes compile.
7364
7365         * scm/output-ps.scm (white-dot): Remove second incarnation.
7366
7367         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
7368
7369 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7370
7371         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
7372         single file error.
7373
7374         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
7375
7376 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
7377
7378         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
7379         remove size as argument to fret-diagram interface;
7380         improved white-circle dots for fret;
7381         improved top-fret thick line/
7382
7383         * scm/output-ps.scm: added white-dot function
7384
7385         * scm/output-tex.scm: added white-dot function
7386
7387         * tex/music-drawing-routines.ps: added draw_white_dot function
7388
7389         * ps/music-drawing-routines.ps: added draw_white_dot function
7390
7391         * input/test/fret-diagram.ly: examples to show multiple
7392         functions and multiple interfaces
7393
7394 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7395
7396         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
7397         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
7398
7399         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
7400         conflict.  Have I told you lately how much I love autotools?
7401
7402 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7403
7404         * lily/lily-guile.cc: 
7405         * lily/pangofc-afm-decoder.cc:
7406         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
7407         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
7408
7409         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
7410         developers.
7411
7412         * lily/paper-outputter.cc (file): New method.
7413         (dump_string): Use it.
7414
7415         * scm/output-gnome.scm: Update with pango CVS info, lilylib
7416         musing.
7417
7418         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
7419         of them has a comma :-).
7420
7421         * scm/framework-gnome.scm: Add pango decoders.
7422
7423         * lily/include/pangofc-afm-decoder.hh: 
7424         * lily/pangofc-afm-decoder.cc: New file.
7425
7426         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
7427
7428         * configure.in: Check for pango.
7429
7430         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
7431         autoconf).
7432         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
7433
7434         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
7435
7436 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7437
7438         * Documentation/user/tutorial.itely (Integrating text and music):
7439         fix grammar & punctuation.
7440
7441 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7442
7443         * lily/: Stray janitorial cleanups.
7444
7445         * scm/lily.scm (ly:all-stencil-expressions):
7446         * scm/lily.scm (ly:all-output-backend-commands): New function.
7447
7448         * scm/safe-lily.scm (safe-objects): Add them.
7449
7450         * scm/framework-gnome.scm (<gnome-outputter>): New class.
7451
7452         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
7453
7454 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7455
7456         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
7457
7458 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7459
7460         * scm/page-layout.scm (default-page-make-stencil): add
7461         raggedbottom, raggedlastbottom.
7462
7463         * Documentation/user/changing-defaults.itely (Page layout): add doc.
7464
7465         * scm/framework-tex.scm (define-fonts): fix export of
7466         papersize.
7467
7468         * lily/paper-book.cc (classic_output): strip suffixes from
7469         framework functions.
7470
7471         * lily/tuplet-bracket.cc (before_line_breaking): do not return
7472         SCM_UNDEFINED to Scheme.
7473
7474 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7475
7476         * lily/book.cc: remove Book::to_stencil().
7477         (process): whoops. Score::book_rendering returns vector, not list.
7478
7479         * scripts/convert-ly.py (conv): remove \notes.
7480         apply to input examples.
7481
7482         * lily/paper-outputter.cc (output_stencil): don't use
7483         smobify_self() but self_scm()
7484
7485         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
7486         from smobify_self().
7487
7488         * lily/paper-book.cc (output): load framework module
7489         scm_c_resolve_module().
7490
7491         * python/lilylib.py (exit): exit with argument i.
7492
7493 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7494
7495         * scm/framework-gnome.scm (output-framework-gnome): Try loading
7496         gnome modules from non-toplevel.
7497
7498         * lily/ly-module.cc (ly:import-module): Export to ly:.
7499
7500         * lily/paper-score.cc (process): Do not show progress newline.
7501
7502         * lily/paper-book.cc (output, classic_output): Show progess
7503         newline after score.
7504
7505 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
7506
7507         * buildscripts/lilypond-words.py: add ly/vlaams.ly
7508
7509 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7510
7511         * lily/score.cc (ly:run-translator): Do not crash on empty music
7512         list.
7513
7514         * lily/book.cc (process): Do not render score when systems is empty.
7515
7516         * input/simple-song.ly: Down one octave.
7517
7518         * scm/output-gnome.scm: Remove script again; re-add modules fix
7519         (CVS conflict resolve?)
7520
7521         * lily/stencil.cc (ly:interpret-stencil): Was:
7522         interpret_stencil_expression.
7523
7524 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7525
7526         * buildscripts/guile-gnome.sh: New file.
7527
7528         * scm/output-gnome.scm: White background, better window size, sane
7529         canvas size.  Cleanups.
7530
7531 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7532
7533         * VERSION: release 2.3.4
7534
7535         * Documentation/user/invoking.itexi (Invoking the lilypond
7536         binary): document --safe.
7537
7538         * scm/output-gnome.scm: set PATH in script.
7539
7540         * scm/page-layout.scm (default-page-make-stencil): don't stretch
7541         if there is too few systems on a page.
7542
7543         * lily/parser.yy (relative_music): start at middle C without pitch
7544         argument.
7545
7546         * Documentation/user/changing-defaults.itely (Page layout): new node.
7547         (Paper size): rename node
7548         (Page breaking): new node.
7549         (Titling): move from invoking.
7550         (File structure): new node.
7551
7552         * lily/parser.yy (score_body): allow \header and music anywhere in
7553         \score body.
7554
7555 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7556
7557         * scm/lily.scm (ly:load): Remove page-breaking.scm.
7558
7559 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7560
7561         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
7562
7563         * lily/include/paper-line.hh: rename to Paper_system.
7564
7565         * lily/include/paper-book.hh: doc class.
7566
7567         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
7568
7569         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
7570         (plain-header): add instrument-name.
7571         (default-page-make-stencil): bugfixes.
7572
7573         * lily/parser.yy (book_body): allow \header anywhere in \book{}
7574
7575         * lily/paper-book.cc: remove copyright & tagline. Remove
7576         interactions with Page
7577
7578         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
7579         here, 
7580         (default-page-make-stencil): new function
7581         (default-page-music-height): new function
7582         (page-headfoot): new function
7583         (ly:optimal-page-breaks): generate stencils directly from here
7584
7585         * scm/titling.scm: new file, group titling functions
7586
7587 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7588
7589         * scm/output-gnome.scm: Handle multiple pages.
7590
7591         * scm/framework-gnome.scm: Do not load output-gnome.
7592         (framework-gnome): Invoke output-gnome::header and
7593         output-gnome::end-output as faked stencils.  Fixes experimental
7594         gnome output.
7595
7596 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7597
7598         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
7599         octavation compatibility fixes. Backportme. 
7600
7601         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
7602         pages.
7603         (ly:optimal-page-breaks): combine-penalties: no shortcut for
7604         negative. Now we handle negative penalties (ie. \pageBreak)
7605         correctly.
7606
7607         * lily/system.cc (get_line): extract page-penalty from the left
7608         bound.
7609
7610         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
7611
7612 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7613
7614         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
7615
7616 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7617
7618         * scm/output-gnome.scm: Update script.  Move development to
7619         lilypond_2_3_2 branch for now.
7620
7621 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7622
7623         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
7624         negative penalties.
7625         cleanups.
7626
7627         * Documentation/user/changing-defaults.itely (Creating contexts):
7628         index entries
7629
7630         * scm/page-breaking.scm (ly:optimal-page-breaks): new
7631         file. Rewrite function. 
7632
7633         * lily/paper-book.cc (pages): new interface: page-breaking returns
7634         list of line-list.
7635
7636         * lily/page.cc (Page): take lines argument.
7637
7638         * scm/document-translation.scm (all-engravers-doc): link to user man
7639
7640         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
7641         iso. score.
7642
7643         * Documentation/user/notation.itely (Relative octaves): typo.
7644
7645         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
7646
7647 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7648
7649         * scm/output-gnome.scm: Update build script.
7650
7651 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7652
7653         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
7654         gnome backend.
7655
7656         * scm/framework-gnome.scm: New file.
7657
7658         * scm/lily.scm: Use it.
7659
7660         * lily/paper-outputter.cc: Janitorial cleanups.
7661         (ly:outputter-dump-string): Remove unreachable statement.
7662
7663         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
7664         (ice-9): Bugfix: Add srfi-1.
7665
7666         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
7667
7668 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7669
7670         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
7671         in do_quit()
7672
7673 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7674
7675         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
7676
7677 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7678
7679         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7680         override of Beam::position-callbacks. Why would grace beams not be
7681         quantized? Fixes: weird-stem-size-grace. 
7682
7683         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
7684         warning only once. Backportme.
7685
7686         * lily/accidental-engraver.cc (number_accidentals_from_sig):
7687         bugfix, 2nd try. Backportme.
7688
7689         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
7690
7691 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7692
7693         * Documentation/user/notation.itely (Instrument transpositions):
7694         Correct the name of the instrumentTransposition property.
7695
7696 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7697
7698         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
7699
7700 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7701
7702         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
7703         and postLilyPondExample are called when defined.
7704
7705 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7706
7707         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
7708         This fixes setting notenames with `\include "nederlands.ly" '
7709
7710         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
7711         new function.
7712
7713 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7714
7715         * scm/page-layout.scm: don't do piece, it should be in score-title
7716         only.
7717
7718         * lily/lexer.ll: lex \score separately.
7719
7720         * lily/paper-book.cc: junk stencil2line.
7721
7722         * lily/paper-line.cc (Paper_line): construct from Stencil
7723         directly. No futzing with the dimensions.
7724
7725         * lily/include/paper-line.hh (class Paper_line): 
7726
7727         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
7728         takes arbitrary number of arguments.
7729
7730         * input/test/markup-score.ly (tuning): simplify example. 
7731
7732 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7733
7734         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
7735
7736         * scm/define-markup-commands.scm (score): define score-markup
7737
7738         * lily/parser.yy (markup): use score-markup.
7739
7740         * lily/score.cc: add ly:score? 
7741
7742 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
7743
7744         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
7745         fret-parse-string so it prepares for calls to fret-diagram-verbose
7746         Changed display constants to props so they are available for
7747         \override.
7748
7749 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7750
7751         * VERSION: release 2.3.3
7752
7753         * stepmake/stepmake/generic-vars.make: unset LANG.
7754
7755         * input/regression/tuplet-nest.ly: bugfix.
7756
7757         * lily/tie-performer.cc (stop_translation_timestep): reset
7758         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
7759
7760         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
7761         clear repeat_ directly after setting stem_tremolo_. Fixes:
7762         tremolo-repeat.ly
7763
7764         * input/regression/span-bar-break.ly: new file.
7765
7766         * scm/define-grobs.scm (all-grob-descriptions): remove
7767         break-visibility from SpanBar. Fixes: piano-repeat.ly
7768
7769 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7770
7771         * python/lilylib.py (make_ps_images): only compute bbox when needed.
7772
7773         * scripts/lilypond-book.py (process_snippets): use lily -f ps
7774         files for generating pngs. (failed experiment)
7775
7776         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
7777         file with PFA fonts included.
7778
7779         * lily/score.cc (default_rendering): put header in too.
7780
7781         * lily/paper-line.cc (LY_DEFINE): change function to
7782         ly:paper-line-extent
7783
7784         * scm/page-layout.scm (default-book-title): only add lines for
7785         non-nil fields.
7786         (default-score-title): idem.
7787
7788         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
7789
7790         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
7791
7792         * lily/include/paper-book.hh (class Paper_book): remove height_
7793         member.
7794
7795         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
7796
7797         * lily/ly-module.cc (LY_DEFINE): bugfix.
7798
7799         * lily/paper-book.cc (book_title): separate function for the book
7800         title.
7801
7802         * scm/page-layout.scm (default-book-title): only account for
7803         markup fields.
7804
7805         * scm/framework-ps.scm: new file. Move high level interface from
7806         output-ps.scm
7807
7808         * scm/music-functions.scm (def-grace-function): move macros from
7809         ly/music-functions-init.ly
7810
7811         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
7812         framework-tex.scm
7813
7814         * scm/framework-tex.scm (dump-line): new file. High level
7815         interface for output (pages, systems, header). 
7816
7817         * lily/include/page.hh (class Page): add is_last_ field.
7818
7819         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
7820
7821         * lily/paper-book.cc (split_string): new function
7822         (output): output multiple formats, i.e. --format=ps,tex
7823
7824         * scm/output-ps.scm (output-scopes): dump variables directly.
7825         (define-fonts): rewrite for new interface
7826
7827         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
7828
7829         * lily/paper-outputter.cc (Paper_outputter): take format argument.
7830
7831         * lily/main.cc (parse_argv): don't set extension for output.
7832
7833         * lily/clef-engraver.cc (create_clef): remove
7834         Staff_symbol_referencer::set_position() call. 
7835
7836 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7837
7838         * ly/music-functions-init.ly (addlyrics): set the 'origin property
7839         with the location argument in music function definitions.
7840
7841 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7842
7843         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
7844         staffsymbol dependency.
7845
7846         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
7847         cleanups.
7848
7849         * lily/book.cc (process): return Paper_book
7850         (to_stencil): use Book::process().
7851
7852         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
7853         header_ field. Store in $globalheader
7854
7855         * lily/parser.yy (book_body): book header is initted to
7856         $globalheader.
7857
7858
7859 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7860
7861         * input/test/fill-a4.ly: removed.
7862
7863         * lily/parser.yy (output_def): push scope of parent_ Output_def
7864         too.
7865
7866 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7867
7868         * scm/output-gnome.scm: Update info.
7869
7870 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7871
7872         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
7873
7874         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
7875         than 1 module.
7876
7877         * lily/include/ly-module.hh (ly_use_module): rename is_module to
7878         ly_c_module_p.
7879
7880         * scm/page-layout.scm (default-book-title): move Scheme titling
7881         functions to here.
7882
7883         * lily/parser.yy (book_paper_block): remove scope too.
7884
7885         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
7886
7887         * lily/rest.cc: add direction to rest properties.
7888
7889         * lily/include/output-def.hh: new file, move from
7890         music-output-def.hh
7891
7892 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7893
7894         * scm/output-gnome.scm: Describe feta-cork hack.
7895
7896 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7897
7898         * lily/include/book-paper-def.hh: derive from Output_def 
7899
7900         * lily/include/paper-def.hh: move all functionality out of class.
7901         Junk header.
7902
7903         * lily/include/music-output-def.hh: rename Music_output_def to
7904         Output_def.
7905
7906         * input/wilhelmus.ly: only set space for Paper formatting. 
7907
7908         * lily/include/midi-def.hh: remove file, remove class.
7909         Move functions to Music-output-def.
7910
7911         * lily/music-output-def.cc (Music_output_def): remove separate
7912         translator table. Lookup translators in scope directly. This
7913         obviates Context suffix for context identifiers, i.e.
7914
7915         \context {
7916           \Staff
7917           .. 
7918           }
7919
7920
7921         will work.
7922
7923
7924         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
7925
7926         * Documentation/user/changing-defaults.itely (Horizontal spacing):
7927         document spacing override hack.
7928
7929 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7930
7931         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
7932         installation info.  Support point-and-click.  Add +/- zoom
7933         keybindings.
7934
7935 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7936
7937         * VERSION: 2.3.2 released
7938
7939         * lily/parser.yy (book_body): set default bookpaper.
7940
7941         * scm/output-tex.scm (header): kludge: hard code linewidth. 
7942
7943         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
7944
7945 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7946
7947         * lily/score.cc (default_rendering): scale outputdef before
7948         starting.
7949
7950 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7951
7952         * scm/fret-diagrams.scm: Add header.
7953
7954         * scm/output-gnome.scm: Hello world :-)
7955
7956 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7957
7958         * scripts/lilypond.py (run_dvips): only add papersize if present.
7959
7960         * lily/accidental-engraver.cc (update_local_key_signature): new
7961         function, fold code from initialize() and process_music().
7962         (update_local_key_signature): use deep copy. This fixes one
7963         problem from custom-key-signatures.ly.
7964         (number_accidentals_from_sig): tighter check for
7965         accidental-too-old.
7966
7967         * ly/engraver-init.ly: remove localKeySignature
7968         definition from ChoirStaff, StaffGroup, Score.
7969
7970         * lily/percent-repeat-engraver.cc (try_music): add moments for
7971         barlines too. Fixes: skipbars-percent-repeat.ly.
7972
7973 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7974
7975         * lily/context-def.cc (filter_performers): don't go to cdrloc if
7976         skipping last pair. Fixes: crash-bar-number.
7977
7978         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
7979         D. Sorensen)
7980
7981         * input/test/fret-diagram.ly: new file.
7982
7983         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
7984         (scale-paper): divide by scale.
7985
7986 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7987
7988         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
7989         case.
7990
7991 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7992
7993         * scm/stencil.scm (fontify-text): reinstate function
7994
7995         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
7996
7997         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
7998
7999         * lily/parser.yy (book_paper_head): \bookpaper {} 
8000
8001         * python/midi.c: remove config.h
8002
8003 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8004
8005         * scm/output-gnome.scm: Update.
8006
8007 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8008
8009         * scm/output-gnome.scm: New file.
8010
8011         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
8012
8013 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8014
8015         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
8016         (find_scaled_font): move from Paper_def
8017
8018 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8019
8020         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
8021         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
8022
8023         * po/fr.po: update po.
8024
8025         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
8026
8027         * lily/book-paper-def.cc (print_smob): new file.
8028
8029 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
8030
8031         * buildscripts/lilypond-words.py: search words also from
8032         music-functions-init.ly.
8033
8034 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8035
8036         * ly/music-functions-init.ly (def-music-function): new helper
8037         macro for defining music functions. \addlyrics \appoggiatura
8038         \acciaccatura \grace \partcombine \autochange \applycontext
8039         \applyoutput and \breathe are now defined here thanks to it.
8040
8041         * lily/parser.yy: 
8042         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
8043         \grace \partcombine \autochange \applycontext \applyoutput and
8044         \breathe keywords removed from the parser.
8045
8046         * lily/parser.yy: 
8047         * lily/music-function.cc (ly_make_music_function): 
8048         * lily/lexer.ll (music_function_type): added a case for 0-arg
8049         music functions.
8050
8051 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8052
8053         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
8054         refering to a music expression can be used in lily-inside-scheme:
8055         #{ $music #}
8056
8057         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
8058         and ly:parser-define, and change ly:parser-parse-string in order
8059         to make #{ $music #} work.
8060
8061         * scm/new-markup.scm (compile-markup-expression): when an argument
8062         is a string, use `make-simple-markup'.
8063
8064 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8065
8066         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
8067
8068 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8069
8070         * scripts/convert-ly.py (FatalConversionError.func): handle + in
8071         font-size. (backportme)
8072
8073 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8074
8075         * lily/paper-outputter.cc (output_stencil): dump font definitions
8076         before each stencil.
8077
8078         * lily/include/paper-book.hh (struct Score_lines): new
8079         struct. Collect info per Paper-score.
8080
8081         * lily/include/page.hh (class Page): to_stencil() returns Stencil
8082         everywhere.
8083
8084         * lily/stencil.cc (find_expression_fonts): new function
8085
8086         * lily/paper-outputter.cc (output_stencil): use
8087         interpret_stencil_expr
8088
8089         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
8090         (interpret_stencil_expr): new function. Generic stencil
8091         interpretation.
8092
8093         * lily/paper-def.cc (find_scaled_font): divide lookup
8094         magnification by outpuscale for non-virtual fontmetrics. This
8095         fixes ludicrously long font definitions for text
8096         fonts. (backportme)
8097
8098         * lily/score-engraver.cc: remove
8099         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
8100
8101 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8102
8103         * input/test/markup-score.ly: Remove \notes.
8104
8105         * lily/parser.yy (book_body): Grok Composite_music and \header.
8106         (markup): Push NOTES mode before score_block.
8107
8108         * VERSION: release 2.3.1
8109
8110         * mf/feta-klef.mf: 
8111         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
8112
8113         * Documentation/user/programming-interface.itely: Use @emph (was:
8114         @em).
8115
8116         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
8117
8118 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8119
8120         * scm/output-tex.scm (output-tex-string): tighten safe security.
8121
8122         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
8123
8124         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
8125         allowed ly functions.
8126
8127         * lily/ly-module.cc (ly_module_define): only define variable if
8128         bound.
8129         (ly_make_anonymous_module): take safe option.
8130
8131 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8132
8133         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
8134
8135 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8136
8137         * input/regression/newaddlyrics.ly: Fix.
8138
8139         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
8140         \score \notes.
8141
8142 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
8143
8144         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
8145
8146 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8147
8148         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
8149
8150         * lily/paper-line.cc (Paper_line): don't store list of stencils,
8151         but convert to single Stencil immediately.
8152
8153         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
8154
8155 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8156
8157         * scm/output-sodipodi.scm: Resurrect sodipodi output.
8158
8159 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
8160
8161         * elisp/lilypond-mode.el: Changed the way defaults are created for
8162         LilyPond-command-master.  LilyPond-mode will now check the
8163         timestamps of the files to see which command has to run next.
8164
8165 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8166
8167         * scm/bass-figure.scm (format-bass-figure): don't set
8168         number-markup for strings. This fixes string in bass
8169         figure. (backportme)
8170
8171         * lily/parser.yy (bass_number): insert number-markup into figure
8172         definition.
8173
8174         * scm/define-music-properties.scm (all-music-properties): make
8175         'figure a markup.
8176
8177         * scripts/convert-ly.py (conv): \apply -> \applymusic
8178
8179 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
8180
8181         * elisp/lilypond-mode.el: changed the order of some commands
8182         ("Midi" after "2Midi"), use the user-defined
8183         LilyPond-command-default as default instead of "LilyPond"
8184
8185         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
8186         to set the master file for the next command.
8187
8188         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
8189         with font-lock-reference-face.
8190
8191 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
8192
8193         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
8194
8195         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
8196
8197 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8198
8199         * ly/music-functions-init.ly (TODO): new file.
8200
8201         * lily/parser.yy (Generic_prefix_music_scm): add more
8202         music_function symbols.
8203         (Prefix_composite_music): change \apply to music-function   
8204
8205         * lily/include/music-function.hh: rename to music-function
8206
8207 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8208
8209         * lily/music-head.cc (LY_DEFINE): change order of args.
8210
8211         * input/regression/music-head.ly (texidoc): new file.
8212
8213         * lily/parser.yy (Generic_prefix_music): allow generic
8214         music-transformation functions. 
8215
8216         * lily/include/music-head.hh (is_music_head): new file.
8217
8218         * lily/music-head.cc (get_music_head_transform): new file.
8219
8220 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8221
8222         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
8223         empty extent. This fixes ottava brackets on rests. (backportme)
8224
8225         * make/lilypond.redhat.spec.in (Group): ln png files for info.
8226
8227         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
8228
8229         * cygwin/lily-wins.py: update for the lily-wins.py script.
8230
8231 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8232
8233         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
8234         code. This will obviate typeset_grob () in the future.  The effect
8235         of this is that improperly written spanner handling will result in
8236         invalid spanner bounds.
8237         (announce_grob): add to elems_ from here
8238         (typeset_grob): comment out.  
8239
8240         * lily/include/engraver.hh (make_spanner): new calling interface
8241         for make_{item,spanner}. This obviates most calls to
8242         announce_grob().
8243
8244         * scm/music-functions.scm (set-accidental-style): use GrandStaff
8245         iso. PianoStaff for piano styles.
8246
8247 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
8248
8249         * Documentation/user/music-glossary.tely: add segno after d.s.
8250
8251 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8252
8253         * lily/include/audio-column.hh: remove unused variables.
8254         (patch by Michael Welsh Duggan)
8255
8256         * flower/include/axes.hh (other_axis): inline Axes function
8257         (thanks to David Brandon).
8258
8259 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8260
8261         * cygwin/mknetrel: Install image links (backportme).
8262
8263         * Documentation/user/GNUmakefile (local-install-info): Activate
8264         actual installing of image links (backportme).
8265
8266 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8267
8268         * Documentation/user/notation.itely (Measure repeats): Removed
8269         unnecessary (and confusing) \context Voice{.
8270
8271 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8272
8273         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
8274
8275         * lily/page.cc (Page): Do not use ly_scheme_function for
8276         volatile/configurable variables (FIXME: better name).
8277
8278         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
8279         get_scmvar).
8280
8281 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8282
8283         * scripts/convert-ly.py (FatalConversionError.subst): use
8284         \transposition.
8285
8286 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8287
8288         * lily/include/page.hh (class Page): Declare left_margin ().
8289
8290         * lily/page.cc: Remove paper var caching.
8291
8292 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8293
8294         * Documentation/user/music-glossary.tely: Add name to @top node.
8295         Remove comment from @table definitions (workaround for makinfo
8296         bug).
8297
8298         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
8299         ly:stencil-get-expr).  Update callers.
8300         (ly:stencil-align-to!):  Return stencil too.
8301
8302         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
8303         stencil.  Remove looped line-based page output.
8304         (output_line): Use line stencil.  Remove looped stencil-based line
8305         output.
8306
8307         * lily/page.cc (ly:page-paper-lines): New function.
8308
8309         * input/test/markup-score.ly: New file.
8310
8311         * scm/define-markup-commands.scm (stencil): New markup.
8312
8313         * lily/book.cc (to_stencil): New method.
8314
8315         * lily/parser.yy (markup): Use it to grok \score.
8316
8317 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8318
8319         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
8320
8321         * lily/paper-book.cc (pages): Change signature.  Update callers.
8322
8323         * lily/include/page.hh:
8324         * lily/page.cc: New file.
8325
8326         * lily/paper-line.cc (to_stencil): New method.
8327
8328         * lily/paper-outputter.cc (output_stencil): New method.
8329
8330         * lily/paper-outputter.cc (output_line): Use them.
8331
8332         * lily/warn.cc: Remove.
8333
8334         * lily/my-lily-parser.cc (distill_inname): Remove.
8335
8336         * flower/include/file-name.hh: 
8337         * flower/file-name.cc: New file.  Update users.
8338
8339         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
8340         (find): New method of same name.
8341
8342         * lily/my-lily-parser.cc (ly:parse-file): Use it.
8343
8344         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
8345         constant error message.
8346
8347 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
8348
8349         * input/test/{blank-notes.ly,staff-container.ly}: typos.
8350
8351 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8352
8353         * Documentation/user/music-glossary.tely: @table @strong' replaced
8354         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
8355         (backportme).
8356
8357 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8358
8359         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
8360
8361         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
8362         #{ lily music expression #} that returns an equivalent scheme
8363         music expression by parsing the string.
8364
8365 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8366
8367         * lily/my-lily-parser.cc:
8368         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
8369         SCM string (foo.ly/toto.scm support).
8370
8371 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8372
8373         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
8374
8375 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8376
8377         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
8378
8379         * scripts/lilypond-book.py: LY code that includes \header is
8380         not assumed to be a fragment.
8381
8382 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8383
8384         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
8385         tremolo beams up.
8386
8387         * lily/stem.cc (chord_start_y): Return 0 if no heads.
8388         (get_default_stem_end_position): No tremolo head juggling if no
8389         heads.  Fixes tremolo crash on rests (backportme).
8390
8391         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
8392
8393 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8394
8395         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
8396         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
8397
8398         * lily/lexer.ll: Allow \encoding in NOTES mode.
8399
8400         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
8401         for lyrics, not for commands.
8402
8403         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
8404         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
8405
8406         * input/regression/newaddlyrics.ly: New file.
8407
8408         * Documentation/topdocs/NEWS.texi: Update.
8409
8410         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
8411         (Music_list): Allow embedded scm.
8412
8413         * lily/score.cc (ly:score-bookify): New function.
8414
8415         * lily/music.cc (ly:music-scorify): Idem.
8416
8417         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
8418         (ly:parser-print-score): Idem.
8419
8420         * scm/lily.scm (default-toplevel-book-handler): Idem.
8421         (default-toplevel-music-handler): Idem.
8422         (default-toplevel-score-handler): Idem.
8423
8424         * ly/declarations-init.ly: Set default toplevel handlers.
8425
8426         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
8427
8428         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
8429         printer for score at toplevel.
8430
8431 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8432
8433         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
8434         Fix for simple case: input/simple-song.ly, more complex stuff
8435         does not work yet.
8436
8437 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8438
8439         * lily/parser.yy (Prefix_composite_music): split Composite_music
8440         in Prefix_composite_music and Grouped_music_list.
8441         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
8442
8443 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8444
8445         * scm/lily.scm (toplevel-expression): New define.
8446
8447         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
8448
8449         * lily/parser.yy (toplevel_expression): Use it.
8450
8451         * lily/include/my-lily-parser.hh: Smobbify.
8452
8453         * lily/my-lily-parser.cc (parse_string): New method.
8454
8455         * lily/my-lily-parser.cc (ly:parse-string): New function.
8456
8457         * Documentation/user/lilypond.tely: Add comment and workaround for
8458         gs-8.01 crash.  Fixes make web.
8459
8460         Simplification of toplevel music.
8461
8462         * lily/lexer.ll, lily/parser.yy:
8463
8464         * In LYRICS mode, return LYRICS_STRING.  This fixes one
8465         shift/reduce problem.
8466
8467         * Use NOTES mode at start of maininput.
8468
8469         * Grok toplevel composite music expression, put in score and book.
8470
8471         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
8472
8473         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
8474
8475         * input/simple.ly: New file.
8476
8477         * input/simple-song.ly: Idem.
8478
8479 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8480
8481         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
8482         Sandberg.
8483
8484 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8485
8486         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
8487
8488 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
8489
8490         * input/regression/accidental-octave.ly: doc automatic showing
8491         of note names.
8492
8493 2004-04-16  Heikki Junes <janneke@gnu.org>
8494
8495         * po/fi.po: do "make po && make -C po po-update" at top-level,
8496         then "cp po/out/fi.po po/fi.po" and update fields.
8497
8498         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
8499
8500 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8501
8502         * Documentation/user/introduction.itely (About this manual): Fix
8503         templates and regression urls (backportme).
8504
8505 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8506
8507         * ly/engraver-init.ly (Score:graceSettings): Increase
8508         beamed-lengths, especially for 32nd notes.
8509
8510         * Documentation/user/notation.itely (Grace notes): Correct the
8511         syntax for add-grace-property example.
8512
8513 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8514
8515         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
8516         `Generated' tag.
8517
8518         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
8519         Severely broken (the Debian package, at least).
8520
8521 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8522
8523         * lily/context.cc (find_create_context): assign to lvalue.
8524
8525 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8526
8527         * lily/include/translator.hh (class Translator): rename
8528         get_parent_context() to context () to avoid confusion.
8529
8530         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
8531
8532         * lily/lexer.ll: change is_string -> ly_c_string_p 
8533
8534         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
8535
8536         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
8537
8538 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8539
8540         * VERSION: release 2.3.0
8541
8542         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
8543
8544         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
8545         if nonempty.
8546
8547         * lily/include/context.hh (class Context): make members protected.
8548         (children_contexts): new accessor function.
8549
8550         * lily/include/translator.hh (class Translator): make
8551         daddy_context_ protected.
8552         (class Translator): clean up. 
8553
8554         * lily/include/context.hh (class Context): make daddy_context_
8555         private.
8556
8557         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
8558         higher for finding Voice. (backportme)  
8559
8560         * lily/include/context.hh (class Context): remove
8561         find_context_below() as a method.
8562
8563         * Documentation/user/notation.itely (The Lyrics context): add note
8564         about manual durations
8565
8566         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
8567         encoding.
8568
8569         * scm/output-tex.scm (text): dump \inputencoding{} for text.
8570
8571 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8572
8573         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
8574         \usepackage{inputenc}
8575
8576         * lily/paper-book.cc (classic_output): don't advance Offset for
8577         TeX output.
8578
8579         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
8580         ec-sauter.map in rules
8581
8582         * mf/ecb.mf (font_identifier): new file, based on ecbx
8583
8584         * mf/ecb10.mf (gensize): new file.
8585
8586         * Documentation/topdocs/NEWS.texi (Top): document some more new
8587         features.
8588
8589         * ly/declarations-init.ly: run convert-ly
8590
8591         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
8592         from input-file-results. Remove input-file-results.* 
8593
8594 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8595
8596         * scm/output-ps.scm (font-command): Fix, again.
8597
8598         * input/test/title-markup.ly: Add \noPagebreak test.
8599
8600         * lily/score-engraver.cc (try_music): Bugfix.
8601
8602 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8603
8604         * lily/main.cc (main_with_guile): excise dependency options -M and
8605         --dep-prefix
8606
8607         * lily/input-file-results.cc: excise Makefile dependency code
8608
8609         * Documentation/user/invoking.itexi (Invoking the lilypond
8610         binary): remove dep doco
8611
8612         * lily/main.cc (main_with_guile): call lilypond-main
8613
8614         * scm/lily.scm (lilypond-main): new function: handle multiple files.
8615
8616         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
8617         exception.
8618
8619         * lily/my-lily-parser.cc: remove paper_description function
8620
8621         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
8622         new function.
8623
8624         * lily/main.cc: remove global_score_count.
8625
8626         * lily/book.cc (process): don't take header from global_input_file.
8627
8628         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
8629
8630         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
8631
8632         * lily/music-output-def.cc (LY_DEFINE): new function
8633         ly_output_description. This function does the bulk for  setting,
8634         parsing and breaking down of an input file.
8635
8636         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
8637         anonymous modules globally. Let's hope they get GCd
8638
8639         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
8640
8641 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8642
8643         * scm/output-ps.scm (header): Papersize from paper.
8644
8645         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
8646         for classic output.
8647
8648         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
8649         lilypondclassic is defined.
8650         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
8651
8652         * input/regression/between-systems.ly: Remove.
8653
8654         * python/lilylib.py (get_bbox): Fix regular expression
8655         for bounding box.
8656
8657         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
8658
8659         * scm/output-tex.scm (stop-page): Use it.
8660
8661         * scm/output-ps.scm (define-fonts): Bugfix.
8662
8663         * lily/grob.cc: Add penalty to interface.
8664
8665         * lily/include/paper-line.hh (class Paper_line): New member
8666         var penalty_.
8667
8668         * lily/system.cc (get_line): Initialise Paper_line with
8669         page-penalty's from original grobs.
8670
8671         * scm/define-music-properties.scm (all-music-properties): Add
8672         page-penalty.
8673
8674         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
8675
8676         * lily/score-engraver.cc (try_music): Handle page-penalty.
8677
8678         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
8679
8680 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8681
8682         * ly/declarations-init.ly (melismaEnd): typo
8683
8684         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
8685
8686         * scm/output-ps.scm (text): split string into spaces, use moveto
8687         for setting space. 
8688
8689 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8690
8691         * po/nl.po: Update.
8692
8693         * scm/font.scm (add-cmr-fonts): Typo.
8694
8695 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8696
8697         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
8698         font-encoding.
8699
8700         * scm/define-grobs.scm (all-grob-descriptions): idem.
8701
8702         * lily/time-signature.cc (numbered_time_signature): idem.
8703
8704         * scm/font.scm (add-cmr-fonts): use real encoding names for
8705         font-encoding.
8706
8707 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8708
8709         * lily/paper-book.cc (classic_output): 
8710         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
8711         Fixes classic output.
8712         (lilypondstart):
8713         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
8714         kludge.
8715
8716         * scripts/old-lilypond-book.py: Remove.
8717
8718         Page layout for SCOREs enclosed in a BOOK:
8719
8720         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
8721         layout tweaking.
8722
8723         * input/les-nereides.ly (theScore): Add \book.
8724
8725         * input/test/title-markup.ly: Add \book.
8726
8727         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
8728         only if 'verbose.
8729
8730         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
8731
8732         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
8733
8734         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
8735         * scm/output-tex.scm (start-system): Update for page layout by
8736         LilyPond.
8737
8738         * scm/output-ps.scm (start-system): Previously (new-start-system).
8739
8740         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
8741         passed to define-fonts.
8742
8743         * lily/paper-column.cc: 
8744         * lily/system.cc (get_line):
8745         * ly/property-init.ly (newpage): 
8746         * scm/define-grob-properties.scm:
8747         * scm/output-ps.scm: 
8748         * scm/output-tex.scm: Remove between-system-string kludge.
8749
8750         * scm/output-ps.scm (define-fonts, font-command,
8751         font-load-encoding): Handle ENCODING = #f.
8752
8753         * scm/output-tex.scm (output-scopes): Check if variable is bound.
8754
8755         * scm/define-markup-commands.scm (fill-line): Use
8756         make-simple-markup (WAS: unexisting make-word-markup).
8757
8758         * lily/text-item.cc (interpret_markup): Bugfix, transpose
8759         ENCODING, MARKUP parameters for interpret_string.
8760
8761         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
8762
8763         * lily/score.cc (book_rendering): New method.
8764         (default_rendering): Create Paper_book helper locally, dump
8765         output.
8766
8767         * lily/my-lily-lexer.cc (the_key_tab): Add book.
8768
8769         * lily/parser.yy: Handle \book.
8770
8771         * lily/include/book.hh: 
8772         * lily/book.cc: New file.
8773
8774 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8775
8776         * lily/text-item.cc (interpret_string): new file, select font with
8777         encoding.
8778
8779         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
8780
8781         * scm/define-markup-commands.scm (encoded-simple): new markup command.
8782
8783         * lily/parser.yy (markup): take encoding from lexer.
8784
8785 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8786
8787         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
8788
8789         * scm/output-ps.scm: Remove some cruft.
8790
8791 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8792
8793         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
8794
8795         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
8796
8797 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8798
8799         * scm/font.scm (add-century-schoolbook-fonts):
8800         (make-century-schoolbook-tree): New function.
8801
8802         * input/test/title-markup.ly: Use Century Schoolbook font.
8803
8804 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8805
8806         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
8807         to Erik Sandberg) 
8808
8809         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
8810
8811         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
8812
8813         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
8814
8815         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
8816
8817 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8818
8819         * scm/part-combiner.scm (determine-split-list): bugfix: if no
8820         solo-state (at end of solo), we can set the solo status
8821         too. (backportme.)
8822
8823         * input/regression/part-combine-solo-end.ly: new file.
8824
8825 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8826
8827         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
8828         flavour abc files.  Really ignore unknown keys (backportme).
8829
8830 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8831
8832         * lily/scaled-font-metric.cc (text_dimension): only multiply with
8833         magnification_ when looking up in orig_.
8834
8835         * scm/output-tex.scm (text): switch off char-mapping.
8836
8837         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
8838         because AFM's encoding field cannot have spaces.
8839
8840 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8841
8842         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
8843
8844 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8845
8846         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
8847
8848         * mf/cmr.enc: new file, without hi-bit ascii info. 
8849
8850         * lily/bezier-bow.cc (slur_shape): make indent dependent on
8851         width. This removes the 'hook' at the end of a long slur.
8852
8853         * buildscripts/mf-to-table.py (parse_logfile): don't append
8854         encoding to fontname.
8855
8856 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8857
8858         * scm/output-ps.scm (define-fonts): Load .enc only once.
8859
8860         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
8861         too.
8862
8863 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8864
8865         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
8866         encoding field.
8867
8868         * lily/stencil-scheme.cc: remove ly:fontify-atom 
8869
8870         * ly/portuges.ly (pitchnames): new file.
8871
8872         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
8873         Michael Welsh Duggan
8874
8875         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
8876
8877         * ly/nederlands.ly: add comment about digits.
8878
8879         * lily/scaled-font-metric.cc (derived_mark): idem.
8880
8881         * scm/encoding.scm (make-encoding-mapping): change permutation to
8882         mapping.
8883
8884         * lily/scaled-font-metric.cc (derived_mark): is a const method.
8885         (Modified_font_metric): make alist for coding_description_
8886         (LY_DEFINE): remove coding-name.
8887
8888         * scm/output-tex.scm (text): remove debugging code.
8889
8890         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
8891
8892         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
8893         from infile.
8894
8895         * mf/feta-generic.mf: move fet_beginfont into generic code.
8896         use fetaMusic (without space) as encoding
8897
8898         * mf/feta-autometric.mf: take encoding argument
8899
8900         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
8901
8902         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
8903         use.
8904
8905         * scm/encoding.scm (read-encoding-file): use symbol for glyph
8906         name.
8907
8908 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8909
8910         * input/test/title-markup.ly: Set inputencoding.
8911
8912         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
8913
8914         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
8915
8916         * scm/encoding.scm (get-coding-filename, get-coding-command): New
8917         function.
8918         (coding-alist): Also hold filename, command.
8919         (read-encoding-file): Return symbols.
8920
8921 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8922
8923         * scm/output-tex.scm: remove fontify; text and char take a font
8924         argument.
8925
8926         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
8927
8928         * lily/scaled-font-metric.cc (text_dimension): init
8929         coding_{permutation,table}_ too 
8930         (LY_DEFINE): ly:font-encoding, new function return
8931
8932         * lily/paper-def.cc (find_scaled_font): take input coding from
8933         inputcoding paper var.
8934
8935         * lily/performance.cc (output): remap modulo 16.
8936
8937         * lily/text-item.cc (interpret_markup): whoops, variable
8938         shadowing fixed.
8939
8940 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
8941
8942         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
8943         symbols, not symbols to strings.
8944
8945         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
8946         symbols, not symbols to strings.
8947
8948 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8949
8950         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
8951         (ly:kpathsea-gulp-file): New function.
8952
8953         * scm/encoding.scm (read-encoding-file): Use it.
8954
8955 2004-04-06  Werner Lemberg  <wl@gnu.org>
8956
8957         * scm/encoding.scm (coding-alist): Fix typo.
8958
8959 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8960
8961         * lily/scaled-font-metric.cc (text_dimension): move function from
8962         Font_metric
8963         (make_scaled_font_metric): init coding_scheme_ to TeX
8964         (text_dimension): use get-coding-vector for non TeX coding_scheme_
8965
8966         * lily/include/scaled-font-metric.hh (struct
8967         Modified_font_metric): rename from Scaled_font_metric
8968
8969         * scm/encoding.scm (read-encoding-file): split up large function,
8970         leave caching to (delay)
8971
8972         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
8973
8974 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8975
8976         * lily/my-lily-lexer.cc (set_encoding): New method.
8977
8978         * lily/lexer.ll: Grok \encoding.
8979
8980         * lily/font-metric.cc (get_encoded_index): New function.
8981
8982         * lily/include/font-metric.hh (coding_scheme): New method.
8983
8984         * scm/encoding.scm: New file.
8985
8986         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
8987
8988 2004-04-05  Werner Lemberg  <wl@gnu.org>
8989
8990         * Documentation/user/tutorial.itely: Revised (finished).
8991
8992         * Documentation/user/macros.itexi (@separate): Removed.
8993
8994 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8995
8996         * scm/output-ps.scm (define-fonts): fix scaling.
8997
8998         * lily/scaled-font-metric.cc (design_size): add function.
8999
9000         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
9001         partial cut&paste of ly:font-magnification.
9002
9003 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9004
9005         * scm/output-ps.scm (define-fonts):
9006         (fontify): Update.
9007
9008 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9009
9010         * po/fr.po: update. (backportme).
9011
9012         * po/nl.po: update. (backportme). 
9013
9014         * mf/feta-beugel.mf: document why design size is not fixed.
9015
9016         * mf/feta-braces-a.mf: rename to stress that it's not design size.
9017
9018 2004-04-04  Werner Lemberg  <wl@gnu.org>
9019
9020         * Documentation/user/tutorial.itely: Revised (continued).
9021
9022 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9023
9024         * po/nl.po: Update (backportme).
9025
9026 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9027
9028         * po/de.po: update. (backportme).
9029
9030         * scm/output-tex.scm (font-command): use ly: functions to
9031         construct name.
9032         (define-fonts): don't use alist, just dump \font definitions.
9033         (font-load-command): calculate proper scaling by taking
9034         outputscale from paper argument.
9035
9036         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
9037         expression.
9038
9039         * lily/paper-outputter.cc (output_header): pass paper arg to
9040         define-fonts
9041
9042         * lily/paper-def.cc (font_descriptions): dump list of
9043         Scaled_font_metrics
9044         (find_scaled_font): take Font_metric argument, store
9045         Scaled_font_metrics in hash-table containing (size ->
9046         Scaled_font_metrics) alist.
9047         (get_dimension): rename from get_realvar
9048
9049         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
9050         ly:font-magnification, ly:font-name: new functions
9051
9052 2004-04-03  Werner Lemberg  <wl@gnu.org>
9053
9054         * Documentation/user/dedication.itely,
9055         Documentation/user/preface.itely,
9056         Documentation/user/introduction.itely,
9057         Documentation/user/tutorial.itely: Revised.
9058         Removing leading spaces which distorts output if info files are read
9059         with stand-alone info.
9060         Removing superfluous inter-word spaces which also distorts output
9061         for stand-alone info.
9062         Using ` and ' instead of `` and '' everywhere to improve
9063         legilibility with stand-alone info
9064         Using @samp for single-letter input items and data which contains
9065         spaces, @code for other things.
9066
9067         * lily/grob-interface.cc: Adding copyright.
9068         (check_interfaces_for_property): Improve format of warning message.
9069
9070 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9071
9072         * lily/include/font-metric.hh (struct Font_metric): add
9073         design_size () method.
9074
9075         * buildscripts/mf-to-table.py (base): add DesignSize comment.
9076
9077         * lily/afm.cc (read_afm_file): read design size.
9078
9079         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
9080
9081         * scm/music-functions.scm (unfold-repeats): handle dots too.
9082
9083 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9084
9085         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
9086         (backportme)
9087
9088 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9089
9090         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
9091         lyric indent.  Revert melismaBusyProperties using \unset.
9092
9093 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9094
9095         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
9096
9097         * lily/parser.yy (command_element): allow redefinition of |
9098         meaning.
9099
9100         * lily/break-align-engraver.cc (acknowledge_grob): construct
9101         LeftEdge where the first cause for alignment is coming from.
9102         This makes \override Staff.LeftEdge work as expected.
9103
9104         * lily/slur-performer.cc (Slur_performer): add inits
9105
9106         * lily/beam-performer.cc (Beam_performer): add inits
9107
9108 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9109
9110         * VERSION (PACKAGE_NAME): release 2.2.0