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