]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
37c119fe692b0f4cc57b8961743c0bafc7f32542
[lilypond.git] / ChangeLog
1 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * flower/include/array.icc (vector_sort): Bugfix.
4
5 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6
7         * lily/parser.yy (output_def_head_with_mode_switch): new
8         production. Result: dashes and underscores may be used in the
9         \paper block.
10
11         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
12
13         * python/convertrules.py (conv): oops. One slash too much.
14
15 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
16
17         * flower/include/std-vector.hh (sort): Remove, replace by
18         ::vector_sort.  Update callers.
19
20         * flower/include/std-vector.hh (slice): Remove.  Update callers.
21         (sort): Bugfix.
22
23         * flower/test-std.cc (vector_sort): New test.
24
25 2006-02-01  Graham Percival  <gpermus@gmail.com>
26
27         * Documentation/user/putting.itely: fixes from Erik.
28
29 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
30
31         * flower/test-std.cc: Add simple unit test for vector migration.
32
33         * stepmake/stepmake/test*: Unit test support.
34
35         * flower/include/std-vector.hh (del): Remove.  Use erase (),
36         update callers.
37
38         * flower/include/array.hh (begin, end): Add.
39         (del, get): Remove.
40
41 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
42
43         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
44         std::string not String. 
45
46         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
47         iso UINT_MAX.
48
49         * lily/prob.cc (Prob): copy type_ too.
50
51         * lily/lily-guile.cc (mangle_cxx_identifier): new
52         function. Class_bla::foo_bar_[px] ->
53         ly:class-bla::foo-bar[?!]. Changes throughout
54
55 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
56
57         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
58
59         * lily/beam.cc (calc_direction): take dir from visible stem in
60         degenerate case.
61
62 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
63
64         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
65         Fix -1, >=0 boundary checks for unsigned vsize.
66
67         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
68         loop for unsigned vsize.
69
70         * configure.in (--enable-std-vector): New option.
71         (--enable-std-string): On by default.
72
73         * flower/include/std-vector.hh: New file.  Enable switch to
74         std::vector, update client code.
75
76 2006-01-30  Graham Percival  <gpermus@gmail.com>
77
78         * scm/document-translation.scm: clarify "this context is also
79         known as".  Thanks, Werner!
80
81         * Documentation/user/putting.itely: small fixes from Don Blaheta.
82
83         * Documentation/user/invoking.itely: small fix from Don.
84
85 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
86
87         * scm/lily.scm (define-scheme-options): rename option
88         preview-include-book-title to book-title-preview
89         (define-scheme-options): move force-eps-font-include (from paper
90         block) to eps-font-include -d option.
91
92         * VERSION (PATCH_LEVEL): release 2.7.30
93
94         * input/bach-schenker.ly (staffPiano): new file.
95
96         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
97
98         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
99         credits to Nicolas.
100
101         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
102
103         * ps/lilyponddefs.ps: remove start-system, stop-system,
104         start-page fluff. This saves putting { } code on the stack, fixing
105         stack overflows when including EPS files.
106
107 2006-01-29  Graham Percival  <gpermus@gmail.com>
108
109         * Documentation/user/putting.itely: minor fixes (comments on -devel).
110
111 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
112
113         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
114
115 2006-01-28  Graham Percival  <gpermus@gmail.com>
116
117         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
118
119 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
120
121         * input/mutopia/claop.py: Update.
122
123 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
124
125         * input/regression/completion-heads.ly (texidoc): fix.
126
127         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
128
129         * lily/tie-formatting-problem.cc
130         (set_ties_config_standard_directions): use abs iso fabs for ints.
131
132         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
133
134         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
135         little less than noteheight, to prevent overlaps in chords.
136
137         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
138         head, and fudge stem-attachment.
139
140         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
141
142         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
143
144 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
145
146         * lily/main.cc (main): Debugging aid: catch exceptions.
147
148         * flower/std-string.cc (to_string): Robustification.  Fixes midi
149         output with std::string.
150
151 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
152
153         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
154
155 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
156
157         * Fix -DSTRING_UTILS_INLINED.
158
159 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
160
161         * VERSION (PATCH_LEVEL): release 2.7.29
162
163         * lily/relocate.cc (setup_paths): mingw uses std string too.
164
165         * lily/*.cc: various fixes for substr(ARG).
166
167         * lily/sustain-pedal.cc (print): 
168
169         * flower/file-name.cc (slashify): use std strings.
170
171         * flower/string-convert.cc: remove publib.h
172
173         * scm/define-markup-commands.scm (verbatim-file): new markup
174         command \verbatim-file
175
176         * Documentation/topdocs/NEWS.tely: fixup URLs
177
178         * input/regression/alignment-vertical-manual-setting.ly (Module):
179         new file.
180
181         * lily/align-interface.cc (align_elements_to_extents): overwrite
182         translations with numbers in alignment-offsets from left bound
183
184         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
185         (page-translate-systems): new function: take into account Y-offset.
186
187         * Documentation/topdocs/NEWS.tely (Top): document new features.
188
189         * input/regression/page-layout-manual-position.ly (Module): new
190         file.
191
192 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
193
194         * flower/file-path.cc (path::parse_path): Oops.
195
196         * Finish std::string interface.  For now, use std:: marker
197         throughout for easy s/r.
198
199 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
200
201         * Documentation/user/putting.itely (Score is a single musical
202         expression): typo.
203         (Score is a single musical expression): more typos.
204
205         * scm/page.scm (annotate-space-left): thinko.
206         (annotate-page): more thinkos.
207
208 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
209
210         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
211         for different \score blocks separately.
212         (post-process-pages): put write-page-layout into paper block.
213
214         * lily/output-def.cc (get_parser): new file.
215
216         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
217         file.
218
219         * lily/include/output-def.hh (class Output_def): add parser_ member.
220
221         * input/regression/page-layout-twopass.ly (Module): new file.
222
223         * scm/lily.scm: remove cpp hack.
224
225         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
226
227 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
228
229         * GNUmakefile.in (c-clean): New target.
230
231         * flower/include/std-string.hh: String/std::string compatibility:
232         Use NPOS for `not found' (iso -1), use ssize for length () and pos
233         type.
234
235         * flower/rational.cc: 
236         * flower/include/rational.hh: 
237
238         * flower/offset.cc: 
239         * flower/include/offset.hh: 
240
241         * flower/interval.cc: 
242         * flower/include/interval.hh: 
243
244         * flower/string-convert.cc: 
245         * flower/include/string-convert.hh: Use std::string [interface].
246         Update callers.
247
248 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
249
250         * Documentation/index.html.in: clean up.
251
252 2006-01-25  Graham Percival  <gpermus@gmail.com>
253
254         * Documentation/user/putting.itely: another new untested doc section.
255
256 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
257
258         * scm/layout-page-layout.scm (write-page-breaks): write
259         \spacingTweaks #ALIST. Handle grace timing.
260
261         * scm/: more imports.
262
263         * scm/page.scm (make-page): add footer/header.
264         (annotate-space-left): revise: only take page argument.
265         (layout->page-init): new function.
266
267         * scm/layout-page-layout.scm (write-page-breaks): preliminary
268         version of the system/spacing/linebreak hack writing to the output
269
270         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
271         ly:make-prob.
272
273         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
274         ly:spanner-bound
275
276 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
277
278         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
279
280         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
281
282         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
283         handling to page.scm
284
285         * lily/prob-scheme.cc (LY_DEFINE): new file.
286         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
287
288         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
289         prob functions.
290
291         * lily/music.cc (derived_mark): derive Music from Prob.
292
293         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
294
295         * lily/prob.cc (Module): Implement Prob (Property Object), object
296         with shared and r/w property alists.  
297
298         * lily/include/prob.hh (Module): new file. Declare Prob.
299
300         * flower/string.cc: remove is_empty().
301
302         * flower/include/string.hh (class String): remove String:: qualifier.
303
304         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
305         substitute appropriate functions.
306
307         * flower/include/string.hh (class String): remove to_str0 and
308         is_empty(). S&R everywhere.
309
310 2006-01-23  Graham Percival  <gpermus@gmail.com>
311
312         * Documentation/user/basic-notation.itely: add hairpin
313         after-linebreak tweak to commonprop.
314
315         * Documentation/user/putting.itely: added two new sections.
316
317 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
318
319         * flower/international.cc: 
320         * flower/include/international.hh: 
321
322         * flower/getopt-long.cc: 
323         * flower/include/getopt-long.hh: Use std::string [interface].
324         Update callers.
325
326         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
327
328         * stepmake/stepmake/executable-rules.make: Add dependency on
329         module libraries.
330
331 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
332
333         * flower/file-path.cc: 
334         * flower/include/file-path.hh: Use std::string [interface].
335         Update callers.
336
337         * flower/direction.cc: 
338         * flower/axis.cc: Unused.  Remove.
339
340         * configure.in (--enable-std-string): New option.
341
342         * flower/std-string.cc: 
343         * flower/include/std-string.hh: New file.
344
345         * flower/file-name.cc[STD_STRING]:
346         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
347
348 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
349
350         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
351
352         * scm/define-markup-commands.scm (with-dimensions):
353         with-dimensions markup command.
354
355         * input/test/font-table.ly: use it.
356
357         * lily/open-type-font.cc (glyph_list): new function.
358
359         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
360
361         * lily/ttf.cc: remove ly:font-glyph-list scheme function
362
363 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
364
365         * ly/music-functions-init.ly (parallelMusic): new music function
366         for parallel music entry.
367
368         * scm/define-music-properties.scm (all-music-properties): new
369         'void music property
370
371         * scm/music-functions.scm (ly:music-message): make public, to be
372         used in music function definitions
373
374         * scm/lily-library.scm (collect-music-for-book): discard music
375         when the 'void property is set.
376
377 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
378
379         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
380
381         * mf/GNUmakefile: idem.
382
383         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
384
385         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
386
387         * Documentation/user/notation-appendices.itely (The Feta font):
388         use it.
389
390         * input/test/font-table.ly: new file. Generate font table within lily.
391
392         * Documentation/user/notation-appendices.itely (The Feta font):
393         use new font-table.ly file. 
394
395         * stepmake/stepmake/install-out-targets.make
396         (local-install-outfiles): only create directory if
397         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
398
399 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
400
401         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
402
403         * VERSION (PACKAGE_NAME): release 2.7.28
404
405         * scm/framework-ps.scm (write-preamble): use it to pick exactly
406         the right font from a Mac dfont.
407         (write-preamble): don't forget directory, only look at files.
408
409         This fixes problems with TTF files in dfonts that don't match
410         their PostScript names.
411          
412         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
413         PS name from TTF font.
414
415         * input/regression/tie-manual.ly: document new feature.
416
417         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
418
419         * VERSION (MY_PATCH_LEVEL): bump to .28
420
421         * Documentation/user/basic-notation.itely (Ties): add tie examples
422         refs.
423
424         * lily/tie-formatting-problem.cc (score_ties_configuration):
425         symmetry penalties for outer ties.
426
427 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
428
429         * lily/tie-formatting-problem.cc (generate_configuration) 
430         (set_manual_tie_configuration): skip non-pair manual
431         tie-configuration, so you can set individual ties as
432
433           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
434
435         * input/regression/tie-chord.ly: use generateTiePattern to
436         simplify file.
437
438         * lily/tie-formatting-problem.cc (peak_around): new function.
439         (score_configuration): use sliding criterion for staff line collisions. 
440         (score_configuration): idem for dot collisions.
441         (generate_configuration): use separate stem_gap for gap to stem.
442
443         * lily/include/tie-formatting-problem.hh (struct Tie_details):
444         separate penalty factors for x and y distance.
445         (struct Tie_details): separate penalties for tip and center line collisions.
446
447 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
448
449         * lily/tie-formatting-problem.cc (generate_configuration): make
450         large ties avoid stafflines in the horizontal section.
451         (score_configuration): use softcoded penalties
452         (score_aptitude): idem.
453
454         * lily/tie-helper.cc (from_grob): softcode tie details
455
456         * lily/staff-symbol-referencer.cc (on_staff_line): new function
457
458         * lily/staff-symbol-referencer.cc (on_line): rename from
459         on_staffline 
460
461 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
462
463         * ly/music-functions-init.ly: remove duplicate tag.
464
465         * lily/include/*.hh: GCC 4.1 fixes.
466
467 006-01-16  Erlend Aasland  <erlenda@gmail.com>
468
469         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
470
471         * scm/define-music-types.scm: fix bug in desc. string
472         for OverrideProperty
473
474 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
475
476         * scripts/lilypond-book.py: bugfix
477
478         * scm/define-music-types.scm: fix typos.
479
480 2006-01-14  Graham Percival  <gpermus@gmail.com>
481
482         * Documentation/user/ basic-notation.itely, global.itely,
483         advanced-notation.itely, instrument-notation.itely: small
484         additions (bugs and commonly tweaked properties).
485
486 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
487
488         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
489         detection of mingw build.
490         (MINGW_BUILD): opps.
491
492 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
493
494         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
495         i686-mingw32.
496
497 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
498
499         * scm/music-functions.scm (skip->rest): add skip->rest
500
501 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
502
503         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
504         explicitly.
505
506         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
507         config dirs. Aids debugging. 
508         (display_config): also display config files.
509
510 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
511
512         * VERSION: release 2.7.27
513
514         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
515         for determining bar size.
516
517         * lily/staff-symbol.cc (print): place lines at distance line-positions
518
519         * scm/define-grob-properties.scm (all-user-grob-properties): add
520         line-positions.
521
522         * lily/staff-symbol.cc (height): new function.
523
524         * input/regression/staff-line-positions.ly:  new file.
525
526 2006-01-06  Graham Percival  <gpermus@gmail.com>
527
528         * input/test/add-staccato.ly: remove reference to old file.
529
530 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
531
532         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
533         lilypond binary too.
534
535 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
536
537         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
538
539 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
540
541         * scripts/midi2ly.py: Bugfix: Declare datadir.
542
543         * make/ly-rules.make:
544         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
545         that seems to be gone). Fixes make web.
546
547         * The grand 2005-2006 replace.
548
549         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
550
551 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
552
553         * make/lilypond-vars.make: set LILYPOND_BINARY variable
554         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
555         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
556         like -dgs-font-load.
557
558         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
559         remove absolute path to lilypond binary.
560         
561 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
562
563         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
564
565 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
566
567         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
568
569         * mf/GNUmakefile: remove broken dvips map symlink.
570
571 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
572
573         * lily/main.cc: 
574         * configure.in: Cosmetic fixes.
575
576 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
577
578         * Documentation/user/music-glossary.tely (Pitch names): Added
579         Spanish pitch names and durations, thanks to Ernesto Gancedo
580
581 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
582
583         * scm/lily.scm (define-scheme-options): use quasi-quote for option
584         init. Fixes verbose printing of .scm files.
585
586         * stepmake/aclocal.m4: add spaces before - options.
587         
588 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
589
590         * lily/relocate.cc (setup_paths): Bugfix: do not store result
591         of path search in local block variable.
592
593 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
594
595         * configure.in (NCSB_DIR): --enable-ncsb-dir
596         (LINK_GXX_STATICALLY): denko.
597
598         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
599
600         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
601         use locate to find c059033l.pfb. 
602         
603 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
604
605         * lily/tie-formatting-problem.cc
606         (problem::generate_base_chord_configuration): Use my_round (was
607         round).
608
609         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
610         do not invoke mbrtowc.
611
612         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
613
614 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
615
616         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
617
618 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
619
620         * Documentation/user/invoking.itely (svg): revise.
621
622 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
623
624         * lily/lexer.ll: use sourcefilename iso. renameinput.
625
626 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
627
628         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
629         <PostScriptName>.ttf instead of c059XXXttf.
630
631         * lily/program-option.cc (LY_DEFINE): special support for
632         --verbose, so it works before option init too.
633  
634         * mf/GNUmakefile (local-install): oops.
635
636         * lily/lyric-hyphen.cc (print): oops.
637
638         * buildscripts/pfx2ttf.fontforge: new file.
639         
640         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
641         ($(outdir)/%.ttf): new rule. 
642
643         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
644         to LyricHyphen.
645
646         * lily/lyric-hyphen.cc (print): multiply hyphen height by
647         font-size
648
649 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
650
651         * VERSION: release 2.7.26
652         
653         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
654
655 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
656
657         * lily/font-config.cc (init_fontconfig): verbosity.
658
659         * THANKS: add Muziekacademie Lede. 
660
661         * scripts/musicxml2ly.py (print_voice_definitions): new function 
662         (print_score_setup): new function
663         (convert): read part definition to output staves properly.
664
665         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
666         Music_xml notes.
667
668         * python/musicexp.py (Output_printer.__init__): use _ in data
669         members.
670         (Output_printer.unformatted_output): new function: no formatting,
671         but count braces.
672         (Duration.get_length): remove isinstance() checks for
673         Output_printer everywhere.
674
675         * input/regression/lyrics-bar.ly (texidoc): add
676         Separating_line_group_engraver.
677
678 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
679
680         * lily/relocate.cc (framework_relocation): New function,
681         factored from set_relocation ().
682         (prefix_relocation): Rename from set_relocation ().
683         (setup_paths): Use it.
684
685 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
686
687         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
688         numbers. Patch by Erlend Aasland.
689
690 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
691
692         * lily/font-config.cc (init_fontconfig): print warning if cache
693         file is not existant.
694
695         * lily/main.cc: don't use #ifdef but #if
696
697 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
698
699         * lily/grob-property.cc (internal_set_property): don't abort on
700         calculation-in-progress.
701
702         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
703
704         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
705         connect-to-neighbor property not connect-to-other
706
707         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
708         (LY_DEFINE): oops. don't forget protection.
709
710         * flower/parse-afm.cc (Module): strip AFM handling completely.
711
712         * lily/stencil-expression.cc: idem.
713
714         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
715
716         * lily/function-documentation.cc (ly_add_function_documentation):
717         use static member iso. Protected_scm
718
719         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
720
721         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
722
723 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
724
725         * lily/relocate.cc (set_env_dir): New function.
726         (set_relocation): Use it to fix setting PANGO_PREFIX.
727
728 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
729
730         * input/regression/stem-direction-context.ly: remove rest.
731
732         * lily/melody-engraver.cc (process_music): restart for bar lines.
733         (acknowledge_slur): restart for slurs.
734
735 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
736
737         * Documentation/user/invoking.itely: describe how to view SVG 
738         output using Inkscape which replace embedded fonts with OTF fonts.
739
740 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
741
742         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
743
744 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
745
746         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
747         comment.
748
749 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
750
751         * VERSION (PACKAGE_NAME): release 2.7.25
752
753         * Documentation/topdocs/NEWS.tely (Top): document new feature.
754
755         * input/regression/stem-direction-context.ly: new file.
756
757         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
758
759         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
760         on rest.
761
762         * ly/engraver-init.ly: add Melody_engraver
763
764         * lily/beam.cc (calc_direction): use default-direction
765         iso. get_default_direction()
766
767         * scm/define-grob-properties.scm (all-user-grob-properties): add
768         default-direction property.
769
770         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
771
772         * lily/stem.cc (calc_default_direction): remove
773         Stem::get_default_direction, use default-direction with callback
774         instead.
775
776         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
777
778         * lily/melody-engraver.cc: new file. Acknowledge stems for
779         interpolated stem directions. 
780
781         * lily/melody-spanner.cc: new file. Interpolate stem directions.
782
783         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
784
785         * lily/slur-configuration.cc (fit_factor): more robust check for
786         point in curve X-extent.
787
788         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
789         (outside_slur_callback): check for 'outside avoidance.
790
791         * lily/slur-configuration.cc (score_extra_encompass): don't use
792         bound->column() == avoid->column() for checking extents, as this
793         doesn't work for accidentals. 
794
795         * lily/slur-engraver.cc (acknowledge_extra_object): remove
796         DynamicText hardcoding.
797
798         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
799         crash if bound stem is NULL
800
801         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
802         pedals.
803
804 2005-12-22  Graham Percival  <gpermus@gmail.com>
805
806         * scm/define-markup-commands.scm: typo.  @code{\raise}
807         => @code{\\raise}.
808
809         * darwin.patch: now used again, includes a
810         required patch from fink.
811
812 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
813
814         * po/TODO: mention gtranslator along with kbabel.
815         * po/fi.po: update translations.
816
817 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
818
819         * lily/relocate.cc (setup_paths): Bugfix.
820
821 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
822
823         * lily/slur-configuration.cc (score_extra_encompass): don't use
824         "avoid" choice for avoid-slur.
825
826         * stepmake/bin/install.py (dest): don't create existing dir.
827
828 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
829
830         * stepmake/bin/install.py: Remove file before copying.
831
832         * config.make.in: 
833         * stepmake/aclocal.m4: Do not substitute INSTALL.
834
835 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
836
837         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
838         depend on link-tree.
839
840         * lily/relocate.cc (setup_paths): only check path for non-absolute
841         dir without directory part.
842
843         * flower/file-name.cc (is_absolute):  new method.
844         (is_absolute): check root_ too.
845
846 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
847
848         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
849         relocation code.  Oops, don't comment out too much.
850
851         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
852         iso itself.
853
854         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
855         compile.
856
857 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
858
859         * .cvsignore: Add install-sh.
860
861         * autogen.sh (srcdir): Typo.
862
863 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
864
865         * autogen.sh (srcdir): urg. Touch install-sh.
866
867         * stepmake/bin/install-sh (Module): remove.
868
869         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
870
871         * lily/include/relocate.hh: new file.
872
873         * lily/relocate.cc: new file. Contain relocation logic.
874
875         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
876         (main): read LILYPOND_VERBOSE as the first thing.
877
878         * stepmake/aclocal.m4: remove INSTALL variable.
879
880         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
881         separate target for making font symlinks.
882         (documentation-dir): use $(if $(findstring )) for switching off
883         Documentation.
884
885         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
886         something if DOCUMENTATION is no.
887
888 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
889
890         * VERSION: release 2.7.24
891
892         * lily/script-column-engraver.cc (stop_translation_timestep):
893         delay adding to script-column.
894
895         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
896
897         * python/convertrules.py (conv): rule for number-visibility
898
899         * lily/slur-configuration.cc (score_extra_encompass): different
900         distance measure for avoid and inside avoidance.
901         (score_extra_encompass): use 1/(distance+eps) as penalty.
902
903         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
904         encompass objects for generating slur curves.
905
906         * lily/slur.cc: use details iso. slur-details property.
907
908         * input/regression/slur-tuplet.ly: new file.
909
910         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
911
912         * flower/include/offset.hh (class Offset): new operator /=
913
914         * lily/tuplet-number.cc (print): new file, new interface.
915
916         * scm/define-grob-properties.scm (all-user-grob-properties):
917         remove number-visibility property.
918
919         * lily/tuplet-bracket.cc (calc_control_points): new function
920         (calc_connect_to_neighbors): new function.
921         (print): remove text handling for tuplet numberdef.
922
923         * lily/tuplet-engraver.cc (struct Tuplet_description): create
924         TupletNumbers too. 
925
926         * lily/lily-guile.cc (robust_scm2booldrul): new function
927
928         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
929
930         * lily/tuplet-bracket.cc (calc_position_and_height): use
931         staff-padding to control whether tuplet brackets are over staves.
932
933         * lily/grob.cc (suicide): clear dim_caches_.
934
935         * lily/dimension-cache.cc (clear): new function.
936
937         * lily/grob.cc (extent): swap order of min-extent and extent
938         calculations. This fixes hara kiri staves. 
939
940 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
941
942         * lily/main.cc: Nitpick: relocation is not based on path, but on
943         directory (location).
944
945 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
946
947         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
948
949         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
950
951         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
952
953         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
954
955         * stepmake/stepmake/generic-vars.make (Module): idem.
956
957         * stepmake/stepmake/executable-targets.make (default): use it.
958
959         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
960
961         * make/GNUmakefile: don't install make rules.
962
963         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
964         slashes.
965         (prepend_env_path): more verbosity.
966
967 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
968
969         * GNUmakefile.in: add dir argument for find command.
970
971         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
972         fixes weird line numbers for point & click.
973
974         * lily/source-file.cc (get_counts): init line/column/char counts.
975
976 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
977
978         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
979
980 2005-12-16  Graham Percival  <gpermus@gmail.com>
981
982         * Documentation/user/basic-notation.itely, advanced-notation.itely:
983         minor fixes from Fredric.  Thanks!
984
985 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
986
987         * ly/music-functions-init.ly: add \bar and \clef music function 
988
989         * lily/lily-lexer.cc: idem.
990
991         * lily/parser.yy (FIXME): remove BAR and CLEF.
992
993 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
994
995         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
996
997         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
998         function arguments too
999
1000         * lily/main.cc (set_relocation): new function.
1001
1002         * scripts/musicxml2ly.py (convert): add \version
1003
1004         * lily/tie.cc: remove get_default_attachments()
1005
1006         * VERSION (PACKAGE_NAME): release 2.7.23
1007         
1008         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
1009         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
1010
1011         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1012
1013         * lily/tie-formatting-problem.cc (score_ties): new function
1014         (get_variations): new function. Try flipping dirs for collisions.
1015         (generate_optimal_chord_configuration): new function. 1-opt search
1016         for better configuration.
1017
1018         * lily/tie-configuration.cc: new file.
1019
1020         * lily/tie.cc: junk Tie::get_configuration()
1021
1022         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
1023         (score_ties_configuration): new function.
1024         (generate_ties_configuration): new function.
1025         (generate_base_chord_configuration): new function.
1026         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
1027         (set_manual_tie_configuration): Move body from tie-column-format.cc 
1028
1029         * input/regression/tie-dot.ly: new file.
1030
1031         * lily/tie-formatting-problem.cc (score_configuration): score
1032         tie/dot collisions.
1033
1034         * lily/tie-helper.cc (get_transformed_bezier): new function
1035
1036         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
1037
1038         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
1039         -undefined suppress iso. -framework Python 
1040
1041         * scm/define-grobs.scm (all-grob-descriptions): set
1042         springs-and-rods (thanks Joe Neeman!)
1043
1044 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1045
1046         * input/no-notation/display-lily-tests.ly (test): 
1047         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
1048         changed from \tag #'(a b) to \tag #'a \tag #'b
1049
1050 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1051
1052         * Documentation/topdocs/NEWS.tely: strip out-www.
1053
1054         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
1055
1056         * config.make.in (AR): add AR and RANLIB
1057
1058         * flower/libc-extension.cc: include cassert
1059
1060         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
1061         darwin check.
1062
1063 2005-12-11  Graham Percival  <gpermus@gmail.com>
1064
1065         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
1066
1067         * stepmake/stepmake/python-modules-vars.make: define
1068         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
1069
1070         * THANKS: added Johannes Schindelin.
1071
1072 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1073
1074         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
1075
1076         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1077         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
1078
1079         * lily/parser.yy: reorganize file layout.
1080
1081         * ly/music-functions-init.ly: add tweak music function.
1082
1083         * lily/grob-info.cc (ultimate_music_cause): new function:
1084         recursively lookup causes. 
1085
1086         * lily/parser.yy (chord_body_element): allow music functions for
1087         post-events, allow music functions for chord elements. 
1088  
1089         * lily/font-config-scheme.cc (display_fontset): add cast.
1090
1091         * python/convertrules.py (FatalConversionError.sub_syms): \tag
1092         #'(a b) -> \tag #'a \tag #'b rule.
1093
1094         * python/musicexp.py (Output_printer.dump_version): new function
1095
1096 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1097
1098         * lily/parser.yy (FIXME): remove \tag
1099         (FIXME): remove tag_music() function.
1100
1101         * lily/lily-lexer.cc: remove \tag
1102
1103         * ly/music-functions-init.ly: define music-function "tag"
1104
1105         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
1106
1107 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1108
1109         * VERSION (PATCH_LEVEL): release 2.7.22
1110
1111         * input/regression/lyric-hyphen-retain.ly: renew.
1112
1113         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
1114         grob
1115
1116         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
1117         iso. minimum-length property for rods.
1118
1119         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
1120         LyricSpace item to keep lyrics spaced apart.
1121
1122         * ly/engraver-init.ly: remove Separating_line_group_engraver
1123
1124         * Documentation/user/music-glossary.tely: do setfilename before
1125         music-glossary.
1126
1127 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
1128
1129         * Documentation/user/lilypond-book.itely: use `,´ after xref:
1130         See xref documentation, for example.
1131
1132 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1133
1134         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
1135         pending_skip iso. ly_voice[-1]
1136         (main): add if __main__ for debugging.
1137
1138         * python/musicxml.py (Accidental.__init__): new class.
1139
1140         * scripts/musicxml2ly.py (progress): new function
1141         (musicxml_key_to_lily): don't barf on modeless keys.
1142         (create_skip_music): new function.
1143         (musicxml_spanner_to_lily_event): new function. Handle beams too.
1144         (musicxml_note_to_lily_main_event): new function.
1145
1146         * python/musicexp.py (Music.__init__): add comment field.
1147         (NestedMusic.append): new routine.
1148         (SequentialMusic.print_ly): print comment.
1149         (ArpeggioEvent.ly_expression): new class
1150         (BeamEvent.ly_expression): new class
1151         (NoteEvent.__init__): support for cautionary/forced accs.
1152
1153         * lily/lookup.cc (slur): normal order for array loop.
1154
1155         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
1156         to 0.0.
1157
1158         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
1159         collapsed.
1160
1161 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
1162
1163         * scm/music-functions.scm: Make phrasing slurs follow voice direction
1164
1165         * scripts/lilypond-book.py: Introduce option
1166         --preserve-line-breaks, for usage with srcltx
1167
1168 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1169
1170         * scm/output-lib.scm (print-circled-text-callback): draw circle
1171         around text using make-circle-markup.
1172
1173         * Documentation/user/*: strip out-www from file names.
1174
1175 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
1176
1177         * Documentation/user/lilypond.tely (direntry): remove empty lines;
1178         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
1179
1180 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1181
1182         * Documentation/user/GNUmakefile: idem.
1183
1184         * Documentation/user/macros.itexi: strip out-www
1185
1186         * python/rational.py: python 2.3 compat.
1187
1188         * VERSION (PATCH_LEVEL): release 2.7.21
1189
1190         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
1191         option formatting, lilypond style.
1192
1193         * python/musicexp.py: grab from Ikebana: a library for composing
1194         ly music expressions. 
1195         (Output_printer): class for advanced .ly printing.
1196         (eg. tupletting) 
1197
1198         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
1199         convert to pythonesque structure.
1200
1201         * python/rational.py: PD rational number class.
1202
1203         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
1204
1205 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
1206
1207         * lily/part-combine-iterator.cc: Minor bugfix
1208         
1209         * THANKS: Update bughunters
1210
1211 2005-12-02  Werner Lemberg  <wl@gnu.org>
1212
1213         * mf/README: Document process for proper mf2pt1 conversion.
1214
1215         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
1216         overlapping.
1217
1218         * mf/feta-harmonica.mf: Removed.  Unused.
1219
1220 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1221
1222         * scripts/lilypond-book.py (do_file): fix thinkos.
1223
1224 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1225
1226         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
1227         ($(outdir)/parser.cc): 
1228         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
1229
1230 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
1231
1232         * ly/titling-init.ly (tagline): it should be a space between
1233         "Music engraving by LilyPond" and the version number.
1234
1235 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1236
1237         * VERSION (PACKAGE_NAME): release 2.7.20
1238
1239 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1240
1241         * scm/define-markup-commands.scm (pad-to-box): new markup command.
1242
1243         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
1244         1.0.
1245         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
1246
1247 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1248
1249         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
1250
1251         * kpath-guile/: remove directory
1252
1253         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
1254         file. Encapsulate kpathsea using commandline tools.
1255
1256         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
1257         kpathsea) module.
1258
1259 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1260
1261         * Documentation/user/advanced-notation.itely (Setting automatic
1262         beam behavior): Correct a few typos. Thanks to David Bobroff.
1263
1264         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
1265         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
1266
1267 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1268
1269         * scripts/*.py: gmane address for bugs.
1270
1271 2005-11-28 Pal Benko <benkop@freestart.hu>
1272         
1273         * make/ly-rules.make: add -f switch to mv
1274
1275         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
1276
1277         * lily/bar-line.cc: interpret it
1278
1279 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1280
1281         * configure.in (--disable-documentation): New switch.
1282
1283         * GNUmakefile.in: Use it.
1284
1285         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
1286
1287 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1288
1289         * scripts/lilypond-book.py (do_file): search chunks for
1290         \\begin{document}
1291
1292         * GNUmakefile.in: add copy step in between so we can lose the
1293         out-www directories.
1294
1295 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1296
1297         * lily/pango-font.cc (pango_item_string_stencil): put
1298         geometry.width into glyph-string too.
1299
1300 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1301
1302         * scm/define-music-display-methods.scm (RevertProperty):
1303         (OverrideProperty): Use grob-property-path property, a list of
1304         symbols, instead of grob-property, which used to be a single
1305         symbol.
1306         (BassFigureEvent): a figure can be a plain number, not necessarily a
1307         markup.
1308
1309 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1310
1311         * VERSION: release 2.7.19
1312         
1313         * lily/figured-bass-engraver.cc (process_music): check
1314         figuredBassCenterContinuations first.
1315
1316         * scm/translation-functions.scm (format-bass-figure): make double
1317         sharp larger. 
1318
1319         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
1320         determine X-parent.
1321
1322         * lily/system-start-delimiter-engraver.cc: move from
1323         Nested_system_start_delimiter_engraver, rename
1324         Nested_system_start_delimiter_engraver ->
1325         System_start_delimiter_engraver.
1326
1327         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
1328         bracket type from hierarchy.
1329
1330 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1331
1332         * lily/rest.cc (y_offset_callback): read staff-position.
1333
1334         * scm/define-grob-properties.scm (all-user-grob-properties): don't
1335         mark after-line-breaking-callback as internal.
1336
1337         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
1338
1339 2005-11-25  Werner Lemberg  <wl@gnu.org>
1340
1341         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
1342
1343 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1344
1345         * stepmake/bin/add-html-footer.py (do_file): add google
1346
1347         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
1348         staff if first_start_ is true.
1349
1350 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1351
1352         * scripts/midi2ly.py (split_track): add __repr__ members.
1353         (track_first_item): only return Item if not None. This fixes a
1354         problem when dumping a track that starts with an empty channel.
1355
1356         * python/midi.c: doc module.
1357
1358 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1359
1360         * Documentation/user/global.itely (Creating MIDI files): Fix
1361         compilation problem.
1362
1363 2005-11-22  Graham Percival  <gpermus@gmail.com>
1364
1365         * Documentation/user/basic-notation.itely: clarify dynamic
1366         padding text.
1367
1368         * Documentation/user/advanced-notation.itely: add unicode
1369         escape control example, whatever that is.  :)
1370
1371         * Documentation/user/global.itely: added "removing dynamics
1372         from MIDI" code.
1373
1374 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1375
1376         * VERSION (PATCH_LEVEL): release 2.7.18
1377
1378         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
1379         System_start_delimiter_engraver by
1380         Nested_system_start_delimiter_engraver.
1381
1382         * lily/nested-system-start-delimiter-engraver.cc (struct
1383         Bracket_nesting_node): new class.
1384         (struct Bracket_nesting_group): new class
1385         (struct Bracket_nesting_staff): new class.
1386         (process_music): create hierarchy of grobs. This allows separate
1387         tuning of different SSDs. 
1388
1389         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
1390         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
1391
1392 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1393
1394         * lily/side-position-interface.cc (aligned_side): multiply
1395         staff_radius by 2.
1396
1397         * lily/script-engraver.cc (make_script_from_event): allow setting
1398         values to '()
1399
1400 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1401
1402         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
1403
1404         * scm/define-grobs.scm (all-grob-descriptions): new grob
1405         NestedSystemStartDelimiter.
1406
1407         * input/regression/system-start-heavy-bar.ly: new file.
1408
1409         * lily/nested-system-start-delimiter-engraver.cc: new file.
1410
1411         * lily/nested-system-start-delimiter.cc: new file.
1412
1413         * input/regression/system-start-nesting.ly: new file.
1414
1415         * scm/define-grobs.scm (all-grob-descriptions): use X side
1416         positioning for positioning braces for nested contexts.
1417
1418         * lily/system-start-delimiter.cc (print): don't divide extent by
1419         staff_space.
1420         (print): use style iso. glyph.
1421         (staff_bracket): translate glyph inside routine already.
1422
1423 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
1424
1425         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
1426         names.
1427
1428 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1429
1430         * scm/define-context-properties.scm
1431         (all-user-translation-properties): rename figuredBassFormatter
1432         from newFiguredBassFormatter.
1433
1434         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
1435
1436         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
1437
1438         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
1439
1440         * lily/beam.cc (calc_beaming): new function.
1441         (calc_shorten): new function.
1442
1443         * THANKS: add Edward Neeman.
1444
1445         * input/regression/accidental-clef-change.ly: new file.
1446
1447         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
1448
1449         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
1450
1451         * lily/clef-engraver.cc (inspect_clef_properties): reset
1452         localKeySignature for clef changes.
1453
1454 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1455
1456         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
1457         add dummy definition that works in Linux and add information in
1458         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
1459
1460         * Documentation/user/changing-defaults.itely (Modifying context
1461         plug-ins): Add index for \with.
1462
1463         * Documentation/user/music-glossary.tely (dal segno): Updated
1464         example to version >=2.6.
1465
1466 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1467
1468         * Documentation/user/instrument-notation.itely (Printing chord
1469         names): Reorder \chordmode and \repeat in one example.
1470
1471 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1472
1473         * VERSION: release 2.7.17
1474         
1475         * Documentation/topdocs/NEWS.tely (Top): add note about
1476         refactoring.
1477
1478         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
1479         new function. Search region of 3 positions for best tie.
1480         (score_configuration): new function.
1481         (score_aptitude): new function.
1482         (generate_configuration): new function.
1483         (get_configuration): new function.
1484         (Tie_formatting_problem): new function
1485
1486         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
1487
1488         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
1489
1490         * THANKS: add Eduardo Vieira & Ralph Little
1491
1492         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
1493         narrower.
1494
1495         * lily/include/tie-formatting-problem.hh (class
1496         Tie_formatting_problem): add Tie_details to
1497         Tie_formatting_problem. Update calling conventions.
1498
1499         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
1500         config.make.
1501
1502         * Documentation/user/lilypond.tely: remove musedata2ly entry.
1503
1504 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
1505
1506         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
1507         scm/define-context-properties.scm: Maintenance bugfix: make
1508         ligature brackets work again by removing obsolete ligature
1509         primitive callback push/pop.
1510
1511         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
1512         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
1513         value.
1514
1515 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1516
1517         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
1518         used and do not call it a path.
1519         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
1520
1521 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1522
1523         * lily/include/tie-formatting-problem.hh (class
1524         Tie_formatting_problem): new file.
1525
1526         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
1527
1528         * Documentation/misc/ChangeLog-2.3:  new file.
1529
1530         * lily/audio-staff.cc (output): degarianize.
1531
1532 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1533
1534         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
1535         Unset PYTHONOPTIMIZE.  Fixes install if set.
1536
1537 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1538
1539         * python/convertrules.py (conv): add warning about drums. 
1540
1541         * make/stepmake.make: include toplevel-version.make after config.make.
1542
1543         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
1544         also allow python2.4
1545
1546         * config.make.in (configure-srcdir): remove GXX GCC vars.
1547
1548         * stepmake/aclocal.m4: don't do non-srcdir build with
1549         symlinks. Use inclusion, so the src directory name can be changed.
1550
1551 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1552
1553         * make/mutopia-vars.make:
1554         * make/ly-vars.make: Use src-wildcard iso wildcard for source
1555         files.
1556
1557 2005-11-13  Werner Lemberg  <wl@gnu.org>
1558
1559         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
1560         but the affected path.  This ensures that the (overlapping) outlines
1561         have the same direction, which is a necessary prerequisite for
1562         FontForge's algorithm to remove overlaps.
1563         Formatting.
1564
1565         * mf/feta-haak.mf: Formatting.
1566         (draw_bracket): Slightly modify outline to avoid an unnecessary
1567         corner.
1568         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
1569         them from the affected paths.
1570
1571 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1572
1573         * mf/README: remove xpm / accordion notes.
1574
1575         * lily/tie-column-format.cc (set_chord_outline): add dots into
1576         skyline extents. This fixes tie formatting if the left head has dots.
1577
1578         * lily/tie.cc (get_configuration): only shift tie by a whole staff
1579         space inside the staff.
1580         (get_configuration): shift another position if necessary in case
1581         of left head tie  
1582
1583 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1584
1585         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
1586         buildscript-dir iso. $(depth)/buildscripts.
1587
1588         * tex/GNUmakefile (local-uninstall): remove
1589         music-drawing-routines.ps juggling.
1590
1591         * stepmake/stepmake/install-targets.make (local-install-files):
1592         prepend src-dir to install targets.
1593
1594         * lily/system-start-delimiter-engraver.cc
1595         (acknowledge_system_start_delimiter): use
1596         add_offset_callback(). This fixes translation of nested
1597         staffgroups.
1598
1599         * lily/grob-closure.cc (add_offset_callback): only encaps in
1600         simple_closure if it's a procedure.
1601         
1602         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
1603         from bar-line.
1604
1605         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
1606         remove-empty where pertinent.
1607
1608 2005-11-12  Graham Percival  <gpermus@gmail.com>
1609
1610         * Documentation/user/instrument-notation.itely: added
1611         Cameron Horsburgh's multiple stanzas docs.  Thanks!
1612
1613 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1614
1615         * lily/GNUmakefile
1616         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
1617         make picture in builddir, not srcdir.
1618
1619 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1620
1621         * VERSION: release 2.7.16
1622         
1623         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
1624         shell arguments. 
1625
1626 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1627
1628         * Documentation/user/examples.itely (Piano templates): Minor
1629         modification to the Piano centered lyrics example.
1630
1631 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1632
1633         * scripts/lilypond-invoke-editor.scm (run-browser): look at
1634         $BROWSER.
1635
1636         * Documentation/user/point-and-click.itely: simplify p&c
1637         instruction: don't configure firefox. Put lilypond-invoke-editor
1638         in front of the browser.
1639
1640         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
1641         (run-browser): new function.
1642
1643         * lily/parser.yy (Lily_lexer): recognize Book
1644
1645         * lily/book.cc (clone): new function
1646
1647         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
1648
1649 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
1650
1651         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
1652         Maintenance bugfix: reduce number of font related warnings by
1653         updating naming conventions for glyph-name.
1654
1655 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1656
1657         * scm/define-grobs.scm (all-grob-descriptions): add
1658         rhythmic-grob-interface to TabNoteHead.
1659
1660         * scm/layout-beam.scm (check-quant-callbacks): remove
1661         set_stem_lengths()
1662
1663 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
1664
1665         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
1666         alignment of centered divisiones.
1667
1668         * scm/scripts.scm (articulations): Maintenance bugfix:
1669         follow-into-staff -> quantize-position.
1670
1671         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
1672         plica head in porrectus deminutus.
1673
1674 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1675
1676         * make/lilypond.fedora.spec.in (Group): add %clean section.
1677
1678         * lily/tuplet-bracket.cc (print): change check: remove bracket if
1679         less then 1/5th of total length.  
1680         (print): use gap too.  Fixes tupletUp-single-bracket.ly
1681
1682         * scm/music-functions.scm (glue-mm-rest-texts): also put other
1683         events into EventChord. This fixes textspanners on mm rests. Fixes
1684         spanner-rest.ly
1685
1686         * lily/side-position-interface.cc (get_axis): read side-axis
1687         (set_axis): set side-axis.
1688
1689         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
1690         properties everywhere.
1691
1692         * lily/spacing-spanner.cc (breakable_column_spacing): add
1693         average-spacing-wishes. Take maximum if not set.
1694         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
1695
1696         * scm/define-grobs.scm (all-grob-descriptions): add
1697         average-spacing-wishes.
1698
1699         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
1700         offset callbacks. This fixes alignment for Fingering objects.
1701
1702         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
1703         space for key - timesig combination. 
1704
1705         * input/regression/script-stem-tremolo.ly (Module): new file.
1706
1707         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
1708         to key sig.
1709
1710         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
1711         Fixes: c-tremolo-script.ly.
1712         
1713         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
1714
1715         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
1716         
1717         * scm/define-grobs.scm (all-grob-descriptions): remove
1718         self-X-offset. Fixes alignment of octavate-8.
1719
1720         * scripts/lilypond-book.py (datadir): look in
1721         LILYPONDPREFIX/share/lilypond/current/
1722
1723         * GNUmakefile.in: symlink current to <VERSION>. 
1724
1725 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
1726
1727         * lily/main.cc: eps listed as a backend.
1728
1729 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1730
1731         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
1732
1733 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1734
1735         * lily/include/score.hh (class Score): remove texts_ member.
1736
1737         * lily/beam.cc (set_stem_lengths): force direction callback.
1738         (print): read quantized-positions, so we can force
1739         Beam::set_stem_lengths to occur.
1740         (rest_collision_callback): use common X parent. 
1741
1742 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1743
1744         * flower/file-path.cc (find): Bugfix: Return name of file found.
1745
1746         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
1747         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
1748         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
1749
1750 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1751
1752         * flower/offset.cc: idem.
1753
1754         * mf/*.mf: update email address.
1755
1756         * lily/font-config-scheme.cc:  new file.
1757
1758         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
1759
1760         * lily/*:  cs.uu.nl -> xs4all.nl
1761
1762         * VERSION (PATCH_LEVEL): release 2.7.15
1763
1764         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
1765         spec files.
1766
1767         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
1768
1769 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1770
1771         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
1772
1773         * lily/staff-performer.cc (process_music): add audio
1774         elements. This makes MIDI instrument changes work once again.
1775
1776         * lily/main.cc (LY_DEFINE): add gmane address.
1777
1778         * lily/beam.cc: remove calc_positions()
1779
1780         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
1781         original_ in private scope.
1782         (class Grob): drop pscore_ pointer, change to output_def pointer.
1783         (class Grob): cleanup class definition.
1784
1785         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
1786
1787 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1788
1789         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
1790         absolute.  Better diagnostics.
1791
1792         * GNUmakefile.in: Add bin/ to tree and populate with some links.
1793         This makes lilypond run from the build directory using argv0
1794         relocation (without any --prefix or LILYPONDPREFIX setting).
1795
1796 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1797
1798         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
1799
1800         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
1801         with simple-closure.
1802
1803         * lily/self-aligment-interface.cc (set_align_self): new function
1804         (set_center_parent): new function.
1805
1806         * lily/side-position-interface.cc (set_axis): new function.
1807
1808         * lily/new-fingering-engraver.cc (position_scripts): use drul for
1809         generic code. 
1810
1811         * scm/define-grob-properties.scm (all-user-grob-properties):
1812         remove [XY]-offset-callbacks add [YX]-offset
1813         
1814 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1815
1816         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
1817         entry for time signatures after breathing signs. Bug report by
1818         Scott Russell.
1819
1820 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1821
1822         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
1823         not absolute, make it absolute using PATH.
1824
1825 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1826
1827         * python/midi.c (initmidi): Fix type for mingw.
1828
1829 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1830
1831         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
1832
1833         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
1834         cross compiling.
1835
1836         * stepmake/aclocal.m4: Support python cross compiling.
1837
1838         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
1839         Add mingw section.
1840
1841 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1842
1843         * scm/output-lib.scm (chain-grob-member-functions): replace
1844         chained-callback.cc
1845
1846         * lily/chained-callback.cc (Module): remove file.
1847
1848         * lily/rest-collision.cc (force_shift_callback_rest): change to
1849         chained callback.
1850
1851         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
1852
1853         * lily/grob.cc (y_parent_positioning): remove axis argument from
1854         parent_positioning callbacks.
1855         (Grob): junk init code
1856         (get_offset): use generic property callbacks for
1857         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
1858         (axis_parent_positioning): new function
1859         (axis_offset_symbol): new function
1860         (chain_offset_callback): new function
1861         (add_offset_callback): new function
1862
1863         * lily/beam.cc (rest_collision_callback): change signature; this
1864         is now a chained callback.
1865
1866         * lily/include/dimension-cache.hh (class Dimension_cache): remove
1867         callback administration.
1868
1869         * lily/simple-closure.cc: new file. Smob type that allows "grob
1870         member functions",
1871
1872             (ly:make-simple-closure FUNC A B)
1873
1874         is evaluated as (FUNC grob A B). This allows chaining of callbacks
1875         in various ways.
1876
1877         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
1878         callbacks.
1879
1880         * lily/slur.cc (outside_slur_callback): take 2 arguments.
1881
1882         * lily/rest.cc (polyphonic_offset_callback): remove.
1883
1884         * lily/script-engraver.cc (try_music): remove bool* argument.
1885
1886         * scm/script.scm (default-script-alist): set quantize-position
1887         appropriately.
1888
1889         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
1890
1891         * lily/side-position-interface.cc (aligned_side): move staff
1892         position quantization from
1893         Side_position_interface::quantised_position().
1894         (quantised_position): remove
1895         
1896 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1897
1898         * input/regression/beam-quant-standard.ly: reindent, set
1899         debug-beam-quanting to #t.
1900
1901         * lily/beam-concave.cc (calc_concaveness): set concaveness to
1902         10000 if this is a "hard" concave beam.
1903
1904         * lily/beam.cc (calc_least_squares_positions): change from
1905         calc_least_squares_dy
1906         (set_stem_lengths): this is now a chained callback.
1907
1908         * lily/context-property.cc (execute_general_pushpop_property):
1909         bugfix override with procedure should have effect.
1910
1911         * scm/define-grob-properties.scm (all-internal-grob-properties):
1912         remove position-callbacks.
1913
1914         * scm/define-grobs.scm (all-grob-descriptions): use
1915         ly:make-callback-chain for positions property.
1916
1917         * scm/layout-beam.scm (check-quant-callbacks): return list of
1918         chained callbacks.
1919
1920         * scm/lily.scm (type-p-name-alist): add callback-chain
1921
1922         * lily/lily-guile.cc (type_check_assignment): type check failure
1923         is warning not message.
1924
1925         * lily/grob-property.cc (try_callback): walk callback chain if
1926         appropriate.
1927
1928         * lily/chained-callback.cc: new file. new smob type.
1929
1930         * lily/lily-guile.cc (procedure_arity): new function.
1931
1932 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1933
1934         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
1935
1936 2005-10-25  John Mandereau  <john.mandereau@free.fr>
1937  
1938         * Documentation/user/instrument-notation.itely (Figured bass):
1939         describe new features
1940
1941 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1942
1943         * lily/beam.cc (calc_least_squares_dy): use property callback.
1944
1945         * lily/beam-concave.cc (calc_concaveness): use property callback.
1946
1947         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
1948
1949 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1950
1951         * HACKING: Update.
1952
1953 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1954
1955         * scm/layout-page-layout.scm (page-headfoot): annotate
1956         pagetopspace too.
1957
1958         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
1959
1960         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
1961         doesn't take y-space.
1962
1963         * scm/paper.scm (paper-alist): fix A7 dimensions. 
1964
1965 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1966
1967         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
1968         src-wildcard, remove $(wildcard).
1969
1970         * po/GNUmakefile (PO_FILES): 
1971         * ps/GNUmakefile (PS_FILES): 
1972         * tex/GNUmakefile (TEX_FILES): 
1973         * cygwin/GNUmakefile (POSTINSTALLS):
1974         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
1975         some wildcard calls.
1976
1977 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1978
1979         * THANKS: add Thomas Bushnell.
1980
1981 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1982
1983         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
1984         (lilypond-main): Redirect to gui-main if 'gui is set.
1985         Backportme.
1986
1987         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
1988         for alternative installations kludging s/share/lib/g
1989         LILYPONDPREFIX. Backportme.
1990
1991         * SConstruct (libdir_package_version): Define.
1992
1993         * python/SConscript: 
1994         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
1995         module in libdir.  Backportme.
1996
1997 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1998
1999         * lily/main.cc: clarify --safe.
2000
2001 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2002
2003         * VERSION: release 2.7.14
2004         
2005         * Documentation/user/*.itely: remove minimumVerticalExtent.
2006
2007         * scm/define-grobs.scm (all-grob-descriptions): remove
2008         RemoveEmptyVerticalGroup
2009
2010         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
2011
2012         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
2013         compile on MOSX
2014
2015         * python/convertrules.py (conv): add rules.
2016
2017         * lily/grob.cc: remove is_empty()
2018
2019         * lily/grob-property.cc: remove add_to_list_property().
2020
2021         * scripts/convert-ly.py (datadir): add prefix switching hack to
2022         .py too.
2023
2024         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
2025         space-function tweak.
2026
2027         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
2028
2029         * scm/define-grob-properties.scm (all-user-grob-properties):
2030         remove callback property.
2031
2032         * lily/include/grob.hh (class Grob): remove property_callbacks_
2033         member. Properties of procedure type are assumed to be callbacks.
2034
2035         * lily/ligature-engraver.cc (override_stencil_callback):
2036         rewrite. Use noteHeadLigaturePrimitive as source.
2037
2038         * scm/define-grob-properties.scm (all-internal-grob-properties):
2039         remove ligature-primitive-callback
2040
2041         * lily/include/dimension-cache.hh (class Dimension_cache): make
2042         class, with Grob as friend.
2043
2044         * lily/grob.cc: remove set_extent_callback(), set_extent() and
2045         has_extent_callback()
2046
2047         * scm/translation-functions.scm (format-new-bass-figure): read
2048         figuredBassPlusDirection
2049
2050         * scm/define-context-properties.scm
2051         (all-user-translation-properties): add figuredBassPlusDirection.
2052
2053         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
2054
2055         * lily/align-interface.cc (set_ordered): new function.
2056
2057         * lily/grob.cc (flush_extent_cache): rewrite.
2058
2059         * lily/dimension-cache.cc (Dimension_cache): cache extent as
2060         Interval pointer directly.
2061
2062         * lily/main.cc (setup_paths): insert extra / .
2063         (setup_paths): junk cff entry.
2064
2065         * lily/font-config.cc (init_fontconfig): only add type1 / otf
2066         directories.
2067
2068         * lily/axis-group-engraver.cc (finalize): remove
2069         extraVerticalExtent, minimumVerticalExtent verticalExtent.
2070
2071         * lily/grob.cc (Grob): don't set extent from ctor.
2072         (extent): use property callbacks. 
2073
2074         * lily/axis-group-interface.cc: remove set_axes() function.
2075
2076         * lily/grob-property.cc (del_property): new function.
2077
2078 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2079
2080         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
2081         
2082 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2083
2084         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
2085
2086 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2087
2088         * mf/SConscript: Updates.
2089
2090         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
2091
2092         * stepmake/stepmake/*:
2093         * */GNUmakefile:
2094         * config.make.in:
2095         * GNUmakefile.in:
2096         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
2097         from any directory in build-dir.  Cleanups.
2098
2099         * make/srcdir.make.in: Remove.
2100
2101         * lily/main.cc (setup_paths): Fix and document build-dir hack.
2102
2103         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
2104         main).
2105
2106         * lily/SConscript: Remove ttftools.
2107
2108         * SConstruct: Resurrect.
2109
2110 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2111
2112         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
2113         Y coordinate. 
2114
2115         * lily/paper-book.cc (add_score_title): put Paper_score title into
2116         systems_ list.
2117
2118         * scm/translation-functions.scm (format-new-bass-figure): also
2119         allow plus in combination with _
2120
2121 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2122
2123         * VERSION: 2.7.13 released.
2124
2125         * lily/note-collision.cc (check_meshing_chords): don't wipe
2126         stencil, merely set transparent.
2127
2128         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
2129         (Top): document #'callbacks.
2130         (Top): document nested \override.
2131
2132         * input/regression/figured-bass.ly: update for slash and pluses.
2133
2134         * input/regression/figured-bass-continuation-forbid.ly (Module):
2135         new file.
2136
2137         * scm/translation-functions.scm (format-new-bass-figure): use
2138         slashed-digit if diminished is set.
2139         (format-new-bass-figure): add + if 'augmented is set.
2140
2141         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
2142
2143         * input/test/piano-staff-distance.ly: remove file.
2144
2145         * Documentation/user/advanced-notation.itely (Formatting cue
2146         notes): use length-fraction for making stems/beams smaller.
2147
2148         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
2149         modifications.
2150
2151         * lily/new-figured-bass-engraver.cc: new property
2152         centerFiguredBassContinuations
2153
2154         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2155         use callbacks.
2156
2157         * lily/context-property.cc (execute_general_pushpop_property):
2158         robustness checks.
2159
2160         * input/regression/override-nest.ly: new file.
2161
2162         * python/convertrules.py (FatalConversionError.subber): conversion
2163         rule for #'callbacks
2164
2165         * input/regression/override-nest.ly: new function.
2166
2167         * lily/parser.yy (music_property_def): allow \override #'a #'b =
2168         #c too. 
2169
2170         * lily/context-property.cc (lookup_nested_property): new function.
2171         (evict_from_alist): new function.
2172         (general_pushpop_property): new function.
2173         (execute_general_pushpop_property): rewrite. Support nested
2174         properties too.
2175
2176 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2177
2178         * lily/beam.cc: use length-fraction too.
2179
2180         * scm/define-grob-properties.scm (all-user-grob-properties):
2181         remove property flag-width-function
2182         (all-user-grob-properties): remove space-function.
2183
2184         * scm/layout-beam.scm: remove flag-width-function.
2185
2186         * lily/beam.cc: remove flag-width-function
2187
2188         * scm/layout-beam.scm: remove beam dir functions.
2189
2190         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
2191
2192         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
2193         for easier grace tweaks.
2194
2195         * lily/beam.cc: remove dir-function.
2196
2197         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
2198
2199         * lily/grob.cc: remove spacing-procedure.
2200
2201         * lily/note-head.cc (calc_stem_attachment): new function.
2202         (internal_print): use callback to get glyph-name.
2203
2204         * lily/grob-property.cc (get_interfaces): new function.
2205
2206         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
2207
2208         * lily/stem.cc (calc_stem_end_position): new function.
2209         (calc_length): new function.
2210         document details for stem.
2211         remove Stem::get_direction()
2212
2213         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
2214
2215         * lily/grob-property.cc (set_callback): new function.
2216
2217         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
2218
2219         * lily/item-scheme.cc: new file.
2220
2221         * lily/bar-line.cc (before_line_breaking): remove function.
2222         remove bar-size-procedure, break-glyph-function
2223
2224         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
2225
2226         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
2227
2228         * lily/system-start-delimiter.cc (print): suicide from
2229         here. Remove after_line_breaking_callback.
2230
2231         * lily/script-interface.cc (calc_direction): use callback for direction.
2232
2233         * lily/side-position-interface.cc (aligned_side): don't use
2234         Side_position_interface::get_direction directly. Use callback. 
2235
2236         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
2237         calculate stencil.
2238         (get_print_stencil): rename from get_stencil: create stencil with
2239         transparency, color and cause. 
2240
2241         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
2242
2243         * python/convertrules.py (conv): insert temporary warning rule.
2244
2245         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
2246
2247         * lily/grob-property.cc (try_callback): remove marker if applicable.
2248
2249         * lily/grob.cc: elucidate doc about after/before-line-breaking
2250
2251         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
2252
2253         * lily/stem.cc (height): idem.
2254
2255         * lily/stem-tremolo.cc: idem.
2256
2257         * lily/slur.cc (height): don't use get_uncached_stencil()
2258
2259         * lily/rest.cc (y_offset_callback): use offset callback
2260         iso. after-line-breaking callback.
2261
2262         * lily/grob.cc: change after/before-line-breaking-callback to
2263         after/before-line-breaking dummy properties.
2264
2265         * lily/include/grob.hh: remove Grob_status.
2266
2267         * scm/define-context-properties.scm
2268         (all-user-translation-properties): remove verticalAlignmentChildCallback
2269
2270         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
2271         (calc_direction): use callback
2272         (calc_positions): use callback.
2273
2274         * lily/tie.cc (calc_direction): use callback. Only call parent
2275         positioning for more than one tie.
2276
2277         * lily/tie-column.cc (calc_positioning_done): use callback
2278
2279         * lily/slur-scoring.cc (calc_control_points): use callback
2280
2281         * lily/slur.cc (calc_direction): use callback.
2282
2283         * lily/note-collision.cc (force_shift_callback): remove.
2284
2285         * lily/dot-column.cc (force_shift_callback): remove. Use
2286         other_axis_parent_positioning.
2287
2288         * lily/grob.cc (other_axis_parent_positioning): new function.
2289         (same_axis_parent_positioning): new function
2290
2291         * lily/align-interface.cc (alignment_callback): remove function.
2292
2293         * lily/note-collision.cc (calc_positioning_done): use callback.
2294
2295         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
2296         (calc_direction): idem.
2297         remove print function.
2298
2299         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
2300
2301         * lily/dot-column.cc (calc_positioning_done): use callback.
2302
2303         * lily/break-align-interface.cc (calc_positioning_done): use callback.
2304
2305         * lily/beam.cc (calc_direction): use pseudo-property for beam
2306         direction callback.
2307         (calc_positions): use callback 
2308
2309         * lily/align-interface.cc (calc_positioning_done): use
2310         callback. Fold fixed  distance and normal alignment in one function.
2311
2312         * lily/stem.cc (calc_stem_end_position): use callback.
2313         (calc_positioning_done): idem.
2314         (calc_direction): idem.
2315         (calc_stem_end_position): idem
2316         (calc_stem_info): idem.
2317
2318         * lily/grob-property.cc (get_property_data): new function: 
2319         (try_callback): new function.
2320
2321         * scm/define-grob-properties.scm (all-user-grob-properties): doc
2322         callbacks property.
2323
2324         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
2325
2326 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2327
2328         * lily/tie.cc (get_position): robustness fix. Don't crash if a
2329         tie
2330         has no heads.
2331         
2332         * lily/include/*.hh (Module): compile fixes.
2333
2334 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
2335
2336         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
2337         as an argument for char-syntax: use (char-syntax (or nil 0)) 
2338         instead of (char-syntax nil), thanks to Milan Zamazal.
2339
2340 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2341
2342         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
2343         dist.
2344
2345         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
2346         themselves.
2347
2348 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2349
2350         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
2351         add class_name() method.
2352
2353         * lily/music-scheme.cc: remove ly:music-name.
2354
2355 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2356
2357         * cygwin/postinstall-lilypond.sh: Remove cruft.
2358
2359         * cygwin/postremove-lilypond.sh: Remove.
2360
2361         * cygwin/GNUmakefile (default): Remove postremove rules.
2362
2363 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2364
2365         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
2366         even header too.
2367         
2368         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
2369         MacOS 9 users.
2370
2371         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
2372         consider break index for broken spanner.
2373
2374         * scm/define-markup-commands.scm (wordwrap-string): remove \r
2375         characters from string before splitting.
2376
2377 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2378
2379         * scm/framework-ps.scm (output-preview-framework): use
2380         is-book-title to determine whether to chop off the booktitle.
2381
2382         * lily/paper-book.cc (systems): init from book-title-properties
2383         (add_score_title): init score-title-properties.
2384
2385         * ly/paper-defaults.ly: add {score,book}-title-properties.
2386
2387         * scm/document-backend.scm (lookup-interface): error message if
2388         using unknown interface.
2389
2390         * lily/volta-bracket.cc (after_line_breaking): new function. Set
2391         edge-height.
2392
2393         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
2394         make_bracket.
2395         (make_bracket): new function.
2396
2397         * scm/lily.scm (define-scheme-options): add paper-size option.
2398
2399         * ly/declarations-init.ly (laissezVibrer): get paper size from
2400         -dpaper-size
2401
2402         * scm/translation-functions.scm: use \fontsize for changing the
2403         fontsize.
2404
2405         * scm/define-grobs.scm (all-grob-descriptions): set
2406         between-length-limit to 1.0
2407
2408         * lily/tie-helper.cc: add between_length_limit_ detail property.
2409
2410         * mf/feta-bolletjes.mf: typos.
2411
2412         * lily/note-head.cc (internal_print): don't shadow idx
2413         parameter. This fixes wrong attachment for do shape heads.
2414
2415 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2416
2417         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
2418
2419         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
2420
2421         * scm/layout-slur.scm: rename from slur.scm
2422
2423         * scm/layout-page-layout.scm: rename from page-layout.scm
2424
2425         * scm/layout-beam.scm: rename from beam.scm
2426
2427         * scm/define-grob-interfaces.scm (bass-figure-interface): add
2428         bass-figure-interface
2429
2430         * lily/new-figured-bass-engraver.cc (process_music): add
2431         implicitBassFigures property.
2432         
2433         * scm/define-markup-commands.scm (pad-x): new markup.
2434
2435         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
2436         minimumVerticalExtent on FiguredBass context.
2437
2438         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
2439         case the continuation crosses a line break.
2440
2441 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2442
2443         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
2444         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
2445         absolute file name bug.  Backportme.
2446
2447 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2448
2449         * VERSION (PACKAGE_NAME): release 2.7.12
2450
2451         * input/regression/figured-bass-continuation-center.ly: new file.
2452
2453         * input/regression/beam-outside-beamlets.ly: new file.
2454
2455         * lily/beam.cc (set_beaming): don't clip edges.
2456         (connect_beams): don't clip edges.
2457
2458         * lily/beaming-info.cc (clip_edges): new function.
2459
2460         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
2461
2462         * Documentation/user/instrument-notation.itely (Figured bass):
2463         demonstrate extenders, update seealso links.
2464
2465         * scm/titling.scm (marked-up-headfoot): change tagline
2466         handling. tagline = ##f will blank the tagline as well.
2467
2468 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2469
2470         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
2471
2472         * lily/new-figured-bass-engraver.cc (struct
2473         New_figured_bass_engraver): add new_music_found_ member.
2474
2475         * lily/lilypond-version.cc (Lilypond_version): deal with
2476         incorrectly formatted version strings. 
2477
2478         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
2479         New_figured_bass_engraver by default.
2480
2481         * lily/ttf.cc (print_trailer): only define glyph names when
2482         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
2483
2484 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2485
2486         * lily/horizontal-bracket.cc (make_bracket): new function.
2487
2488         * scm/define-grobs.scm (all-grob-descriptions): new grobs
2489         NewBassFigure, BassFigureBracket, BassFigureContinuation,
2490         BassFigureLine, BassFigureAlignment
2491
2492         * lily/new-figured-bass-engraver.cc (process_music): new file.
2493
2494         * lily/figured-bass-continuation.cc: new file.
2495
2496         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
2497         new file.
2498
2499 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2500
2501         * scripts/lilypond-book.py: Bug fix, put the quote around the
2502         actual score for LaTeX documents.
2503
2504         * scm/define-grobs.scm (all-grob-descriptions): Change
2505         collapse-height of the SystemStartBracket grob to 5.0, 
2506         so the bracket disappears for single stave score lines (similarly
2507         to SystemStartBraces). 
2508
2509         * Documentation/user/advanced-notation.itely (Polymetric
2510         notation): Clarify the use of compressMusic.
2511
2512         * Documentation/user/basic-notation.itely (Grace notes): Clarify
2513         that the grace spacer note in other staves need the same duration
2514         and document the stroke-style property.
2515
2516 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2517
2518         * Documentation/user/global.itely (Vertical spacing): document
2519         alignment-extra-space and fixed-alignment-extra-space.
2520
2521         * Documentation/topdocs/NEWS.tely (Top): add entry.
2522
2523         * input/regression/alignment-vertical-spacing.ly: new file.
2524
2525         * python/convertrules.py (conv): add rule.
2526
2527         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
2528
2529         * lily/align-interface.cc (stretch_after_break): new
2530         function. Read fixed-alignment-extra-space property.
2531         (align_elements_to_extents): read alignment-extra-space property.
2532
2533         * lily/lily-guile.cc (robust_scm2dir): new function.
2534
2535         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
2536         (annotate-space-left): new function. Annotate space left on page. 
2537         (annotate-y-interval): new function.
2538         (paper-system-annotate-last): new function. Annotate bottom-space.
2539
2540         * mf/feta-beugel.mf (y): 
2541
2542 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2543
2544         * VERSION (PACKAGE_NAME):  release 2.7.11
2545
2546         * scm/lily-library.scm (interval-translate): new function
2547         (interval-center): new function. 
2548
2549         * scm/page-layout.scm (paper-system-annotate): new function. Add
2550         arrows for dimensions.
2551  
2552         * scm/stencil.scm (dimension-arrows): new function.
2553
2554         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
2555
2556         * input/regression/page-spacing.ly: add annotatespacing
2557
2558         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
2559         (LY_DEFINE): new function ly:paper-system-set-property!
2560
2561         * Documentation/user/global.itely (Paper size): explain how to add
2562         sizes.
2563
2564         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
2565         correspond to GS's definition.
2566
2567         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
2568         tuplet bracket.
2569         (print): only connect to next bracket if the next one is alive.
2570         (print): set padding to 0.0 if the bound is a breakable
2571         column. This makes tupletFullLength brackets reach up to the staff
2572         line if it doesn't connect to the next line.
2573
2574 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2575
2576         * lily/bar-number-engraver.cc: correct docs.
2577
2578         * scm/output-lib.scm (first-bar-number-invisible): rename from
2579         default-bar-number-visibility
2580
2581 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2582
2583         * scm/define-music-properties.scm (all-music-properties): remove
2584         predicate property.
2585
2586 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
2587
2588         * po/fi.po: refresh.
2589
2590 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2591
2592         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
2593         superfluous s1.
2594         (disappear): bugfix.
2595
2596         * lily/stem-tremolo.cc (raw_stencil): read slope property.
2597
2598         * lily/include/paper-system.hh (class Paper_system): remove
2599         staff_extents_ member.
2600
2601         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
2602
2603         * lily/include/paper-system.hh (class Paper_system): remove
2604         number_ variable. Remove is_title_. Remove break_before_penalty_
2605
2606         * lily/paper-book.cc (systems): use 'number property iso. number_
2607         member.
2608
2609         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
2610         remove ly:paper-system-number.
2611
2612         * scm/lily-library.scm (paper-system-title?): new function.
2613
2614         * lily/book.cc (process): bugfix: flip ?: cases. 
2615
2616         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2617         add outputProperty.
2618
2619         * ly/music-functions-init.ly: add outputProperty music function.
2620
2621         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
2622
2623         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
2624         and next-padding.
2625         (optimal-page-breaks): rename from ly:optimal-page-breaks.
2626
2627         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
2628
2629         * lily/paper-system.cc (internal_get_property): new function.
2630
2631         * Documentation/user/global.itely (Vertical spacing): refer to
2632         page-spacing.ly
2633
2634         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
2635         pagetopspace
2636
2637         * input/regression/page-spacing.ly: new file.
2638
2639         * input/regression/page-top-space.ly: new file.
2640
2641         * lily/spacing-spanner.cc: cmath -> math.h
2642
2643         * lily/paper-system.cc (read_left_bound): new function. Read
2644         line-break-system-details from left bound to determine extents.
2645  
2646         * Documentation/user/programming-interface.itely (Using LilyPond
2647         syntax inside Scheme): change applyxxx -> applyXxx.
2648
2649         * ly/music-functions-init.ly: add outputProperty music function.
2650
2651         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
2652
2653         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
2654
2655         * python/convertrules.py (conv): rule
2656
2657         * ly/music-functions-init.ly: applyxxx -> applyXxx
2658
2659         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
2660         TabVoice to Voice.
2661
2662 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2663
2664         * flower/include/real.hh: include <math.h> iso. <cmath>
2665
2666         * flower/include/offset.hh: include real.hh
2667
2668 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2669
2670         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2671         fix example, now that 'interfaces is no longer directly available.
2672
2673         * lily/book.cc (process): don't crash if paper == NULL.
2674
2675         * po/fr.po: update.
2676
2677 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2678
2679         * scm/define-music-types.scm (music-descriptions): set length and
2680         start-callback for QuoteMusic
2681
2682 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2683
2684         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
2685         arguments. Fixes compilation error with gcc 3.3.
2686
2687 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2688
2689         * VERSION: release 2.7.10
2690
2691         * stepmake/stepmake/python-module-rules.make
2692         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
2693
2694         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
2695         real.hh
2696
2697 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2698
2699         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
2700         -Werror. Otherwise GCC barfs over various optimizations.
2701
2702         * scm/define-grob-properties.scm (all-internal-grob-properties):
2703         add note-head property
2704
2705         * Documentation/user/instrument-notation.itely (Laissez vibrer
2706         ties): new node.
2707
2708         * input/regression/laissez-vibrer-ties.ly: new file.
2709
2710         * lily/laissez-vibrer-engraver.cc: new file.    
2711
2712         * lily/include/tie-column-format.hh: new file.
2713
2714         * lily/tie-column-format.cc: new file. 
2715
2716         * lily/tie-column.cc (set_manual_tie_configuration): new function.
2717
2718         * lily/laissez-vibrer-tie.cc: new file.
2719
2720         * lily/include/laissez-vibrer-tie.hh: new file.
2721
2722         * ly/engraver-init.ly: add Laissez_vibrer_engraver
2723
2724         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
2725
2726         * scm/define-grobs.scm (all-grob-descriptions): add
2727         LaissezVibrerTie, LaissezVibrerTieColumn
2728
2729         * lily/tie-column.cc (set_tie_config_directions): new function
2730         (final_shape_adjustment): new function.
2731         (shift_small_ties): new function.
2732
2733         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
2734
2735         * lily/include/tie.hh (struct Tie_details): add x_gap_
2736         (struct Tie_configuration): add head_position_
2737
2738         * lily/tie-column.cc (set_chord_outline): new function.
2739
2740         * mf/cmr.enc.in:  remove file.
2741
2742 2005-09-11  Graham Percival  <gpermus@gmail.com>
2743
2744         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
2745
2746 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2747
2748         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
2749         reduce aliasing effects.
2750
2751         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
2752         box in skyline.
2753
2754 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2755
2756         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
2757
2758         * flower/include/real.hh: std::fabs too.
2759
2760 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2761
2762         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
2763
2764         * lily, flower: Include C++ iso C headers.  Import namespace std
2765         throughout.
2766
2767         * lily/side-position-interface.cc: 
2768         * lily/scm-hash.cc: 
2769         * lily/note-head.cc: 
2770         * lily/include/includable-lexer.hh: 
2771         * flower/include/string-data.icc: Remove using std::*.
2772
2773         * lily, flower: Include C++ iso C headers.  Import namespace std
2774         throughout.
2775
2776         * lily/side-position-interface.cc: 
2777         * lily/scm-hash.cc: 
2778         * lily/note-head.cc: 
2779         * lily/include/includable-lexer.hh: 
2780         * flower/include/string-data.icc: Remove using std::*.
2781
2782         * Documentation/user/instrument-notation.itely (Entering lyrics):
2783         Multiple latin-1->utf-8 conversion fix.
2784
2785         * Documentation/user/*tely: Update Emacs cookie to utf-8.
2786
2787 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2788
2789         * lily/tie.cc (get_configuration): also avoid dots for non-space
2790         situations.
2791
2792 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2793
2794         * Documentation/user/instrument-notation.itely: Bugfix.
2795
2796 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2797
2798         * tex/GNUmakefile: don't install texinfo.tex
2799
2800         * tex/ : cleanup: remove unused files.
2801
2802         * lily/general-scheme.cc: remove my_{isinf,isnan}.
2803
2804         * flower/include/real.hh: using std::{isnan,isinf}
2805         
2806         * VERSION (PATCH_LEVEL): release 2.7.9
2807
2808 2005-09-05  Graham Percival  <gpermus@gmail.com>
2809
2810         * Documentation/user/ instrument-notation.itely,
2811         advanced-notation.itely: minor tweaks.
2812
2813         * input/test/script-chart.ly: add item padding.
2814
2815 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2816
2817         * flower/offset.cc: use math.h iso. <cmath>
2818
2819         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
2820         of IE users.
2821
2822         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
2823         (widen-left-stencil-edges): new function. Fix alignment problems
2824         with LaTeX includegraphics.
2825
2826         * lily/text-interface.cc (interpret_markup): use abort().
2827
2828 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2829
2830         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
2831
2832         * lily/tie.cc (get_configuration): update bezier shape as we
2833         change Y positions.
2834         (get_configuration): don't move large ties if we're outside of the
2835         staff.
2836
2837 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2838
2839         * scm/define-markup-commands.scm (strut): swap X and Y dims.
2840         
2841 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2842
2843         * .cvsignore: Add auto-generated configure files and then some.
2844
2845 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2846
2847         * scm/define-grobs.scm (DynamicLineSpanner): Add
2848         X-extent-callback.  Fixes hairpin-slur collision.
2849
2850 2005-08-31  Graham Percival  <gpermus@gmail.com>
2851
2852         * Documentation/user/advanced-notation.itely,
2853         basic-notation.itely: minor changes.
2854
2855 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2856
2857         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
2858         \linebreak between each .eps file if \betweenLilyPondSystem is
2859         undefined. 
2860
2861         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2862         music): Document the \linebreak
2863
2864         * Documentation/user/lilypond-book.itely,
2865         input/tutorial/lbook-latex-test.tex,
2866         Documentation/user/examples.itely: Remove \usepackage{graphics}
2867
2868 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2869
2870         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
2871
2872         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
2873         compat bugfix.
2874
2875         * scripts/lilypond-book.py (PREAMBLE_LY): define
2876         inside-lilypond-book
2877         (modify_preamble): new function. Insert \RequirePackage{graphics}
2878         when no {graphics found in preamble.  
2879
2880 2005-08030  Graham Percival  <gpermus@gmail.com>
2881
2882         * Documentation/user/basic-notation.itely, global.itely,
2883         tutorial.itely: misc small changes.
2884
2885 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2886
2887         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
2888         VERSION.
2889
2890 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2891
2892         * lily/tie-column.cc (new_directions): put Tie down on center
2893         staff line. 
2894
2895         * lily/script-interface.cc (before_line_breaking): use
2896         Grob::programming_error
2897
2898         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
2899
2900         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
2901         of splitext.
2902
2903 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2904
2905         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
2906
2907 2005-08-29  Werner Lemberg  <wl@gnu.org>
2908
2909         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
2910         the `*.scale.pfa' files to avoid warnings.
2911
2912 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2913
2914         * lily/tempo-performer.cc (process_music): idem.
2915
2916         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
2917
2918 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2919
2920         * Documentation/user/advanced-notation.itely (Text markup): not a
2921         fragment.
2922
2923         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
2924
2925         * lily/staff-performer.cc (initialize): add tempo/name to
2926         audio_staff_
2927
2928
2929 2005-08-26  Graham Percival  <gpermus@gmail.com>
2930
2931         * Documentation/user/advanced.itely: add text-only example.
2932
2933         * Documentation/user/invoking.itely: add index entries for
2934         convert-ly.
2935
2936         * Documentation/user/ tutorial.itely, basic-notation.itely:
2937         small fixes suggested by Steve D.  Thanks!
2938
2939 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2940
2941         * input/regression/markup-bidi-pango.ly: new file.
2942
2943         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
2944         standard. Remove #ifdef. Remove memleak.
2945         (text_stencil): use text_dir to decide how to composite items.
2946         (text_stencil): determine uniform text direction for the entire
2947         string.
2948
2949         * scripts/lilypond-book.py (output_name): remove
2950         latex_filter_cmd. Non-portable to non-Unix systems. 
2951         (get_latex_textwidth): use File.write and os.unlink() instead.
2952
2953         * THANKS: add Vicente & Trevor.
2954
2955         * lily/grob.cc (discretionary_processing): look up origin for
2956         programming_error too. 
2957
2958         * input/regression/tie-broken.ly: new file.
2959
2960         * lily/tie-column.cc (set_chord_outlines): set outline for line
2961         break case too.
2962         
2963 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2964
2965         * lily/pango-font.cc (text_stencil): don't translate glyphs in
2966         unscaled transform, just translate stencils.
2967
2968         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
2969         MIDI.
2970
2971         * scm/define-markup-commands.scm (wordwrap-string): use
2972         text-direction
2973         (wordwrap-stencils): idem.
2974         (line): idem.
2975         (fill-line): idem.
2976         (wordwrap-stencils): translate last line to right for
2977         text-direction = LEFT.
2978
2979         * scm/define-grob-properties.scm (all-user-grob-properties): add
2980         text-direction.
2981
2982 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2983
2984         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
2985         when copying a Lily_parser object.
2986
2987 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2988
2989         * scm/define-markup-commands.scm (null): add null markup.
2990
2991 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2992
2993         * lily/item.cc: Add documentation of center-invisible
2994
2995 2005-08-24  Graham Percival  <gpermus@gmail.com>
2996
2997         * Documentation/user/advanced-notation.itely: add info about
2998         raising text.
2999
3000         * Documentation/user/programming-interface.itely: fix example
3001         involving raised text.
3002
3003 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3004
3005         * lily/beam.cc (print): fix X start/end points of isolated
3006         beamlets.
3007
3008         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
3009
3010         * lily/multi-measure-rest.cc (set_text_rods): new function.
3011
3012         * lily/vertical-align-engraver.cc (process_music): call
3013         Align_interface::set_axis(). This forces #'elements to be ordered,
3014         preventing random vertical reordering of staves.
3015
3016         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
3017         add avoid-slur property. 
3018
3019         * Documentation/user/basic-notation.itely (Measure repeats): add
3020         countPercentRepeats example.
3021
3022         * Documentation/user/advanced-notation.itely (Other text markup
3023         issues): remove remark about normal-font.  We have \normal-text
3024
3025         * input/regression/tie-chord.ly: add note about remaining bugs.
3026
3027         * lily/tie.cc (print): try Tie_column::set_directions () if
3028         control-points not yet defined.
3029
3030 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3031
3032         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
3033         extent. This fixes braces falling out of the EPS bbox.
3034
3035         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
3036         exactly to bbox.
3037
3038 2005-08-23  Graham Percival  <gpermus@gmail.com>
3039
3040         * {various} : change #up->#UP and #down->#DOWN.
3041
3042         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
3043
3044         * Documentation/user/advanced-notation.itely: clarify
3045         what objects handles text on a multimeasure rest.
3046
3047 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3048
3049         * VERSION (PATCH_LEVEL): release 2.7.7
3050
3051 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3052
3053         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
3054
3055         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
3056
3057         * input/regression/*.ly: formatting clean-up. Default layout
3058         before music expression.
3059
3060         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
3061         romanze28-2 example.
3062
3063         * scm/ps-to-png.scm: remove dir-re function.
3064         (make-ps-images): generate page names, instead of globbing them.
3065         This brings down LilyPond memory usage for make web by a factor
3066         10. (backportme?) 
3067
3068         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
3069         don't use glob. With 3000 files, globbing
3070         Documentation/user/out-www/ can take too much time. (backportme?)
3071         
3072         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
3073
3074         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
3075
3076         * input/regression/tie-manual.ly: new file
3077
3078         * input/regression/tie-chord.ly: update.
3079
3080         * flower/include/interval.hh (struct Interval_t): 
3081
3082         * lily/tie.cc (distance): new function 
3083         (height): new function.
3084         (init): new function
3085         (Tie_details): new struct.
3086
3087         * lily/skyline.cc (skyline_height): new function.
3088
3089         * lily/tie-column.cc (set_chord_outlines): new function.
3090         (new_directions): read tie-configuration
3091
3092         * lily/skyline.cc: fix ASCII art.
3093         
3094 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3095
3096         * python/convertrules.py (string_or_scheme): Fix spelling error
3097
3098 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3099         
3100         * lily/tie-column.cc (set_directions): set directions only once.
3101         (add_configuration): new function.
3102
3103         * lily/tie.cc (set_control_points): new function
3104
3105         * lily/tie-column.cc (new_directions): new function.
3106
3107         * ly/music-functions-init.ly: set 'pitch property
3108         iso. trill-pitch. This makes \relative work with \pitchedTrill
3109
3110         * lily/tie.cc (get_configuration): new function. Don't generate
3111         control points, rather, generate configuration.
3112         remove head-pair property.
3113
3114         * lily/include/tie.hh (struct Tie_configuration): new struct.
3115
3116 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
3117
3118         * Documentation/topdocs/NEWS.tely: clarify.
3119
3120 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3121
3122         * lily/tie.cc: remove minimum-length
3123
3124         * scm/define-grob-properties.scm (all-user-grob-properties):
3125         remove staffline-clearance, y-offset 
3126
3127         * input/regression/tie-dots.ly (Module): remove.
3128
3129         * lily/tie.cc (get_control_points): rewrite. Put short ties in
3130         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
3131
3132         * input/regression/tie-single.ly: new file.
3133
3134 2005-08-21  Graham Percival  <gpermus@gmail.com>
3135
3136         * ly/bagpipe.ly: fix compile problem.
3137
3138 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3139
3140         * lily/midi-item.cc (name): new method.
3141
3142         * lily/staff-performer.cc (acknowledge_audio_element): use
3143         signature of baseclass.
3144
3145         * lily/engraver-group.cc (do_announces): move recursion call out
3146         of while loop. 
3147
3148         * lily/drum-note-performer.cc (class Drum_note_performer): use
3149         process_music everywhere.
3150
3151         * ly/performer-init.ly: add default children everywhere.
3152
3153         * lily/paper-book.cc (output): call paper-book-write-midis
3154         directly: always write MIDI, even if no \layout {} block. 
3155
3156 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3157
3158         * VERSION (PACKAGE_NAME): release 2.7.6
3159
3160         * lily/percent-repeat-engraver.cc (try_music): don't print warning
3161         about not being able to handle repeat.
3162
3163 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3164
3165         * Documentation/user/examples.itely (Piano templates):
3166         * lily/include/performer-group.hh: Remove last traces of
3167         Performer_group_performer.  Fixes make web.
3168
3169 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3170
3171         * Documentation/user/examples.itely (Piano templates): change
3172         Engraver_group_engraver -> Engraver_group
3173
3174         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
3175         scm_stand_in_procs is not weak_any.
3176
3177         * lily/volta-bracket.cc (print): don't use strcmp().
3178
3179         * lily/volta-engraver.cc (process_music): use
3180         Text_interface::is_markup() for setting the 'text property of the
3181         volta bracket.
3182
3183         * input/mutopia/claop.py (accents): update syntax to 2.6
3184
3185         * scm/define-context-properties.scm
3186         (all-user-translation-properties): add countPercentRepeats.
3187
3188         * Documentation/user/basic-notation.itely (Measure repeats): add
3189         isolated percent example.
3190
3191 2005-08-18  Graham Percival  <gpermus@gmail.com>
3192
3193         * input/ {various}: change direction #1, #-1 to
3194         #up/#down or \fooUp, \fooDown.
3195
3196         * Documentation/user/music-glossary.tely: #-1 to #down.
3197
3198         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
3199         to #up, #-1 to #down.
3200
3201 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3202
3203         * lily/include/engraver-group.hh: rename.
3204
3205         * lily/include/performer-group.hh: rename.
3206
3207 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3208
3209         * input/test/script-abbreviations.ly: Removed some old LaTeX
3210         left overs.
3211
3212 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3213
3214         * python/convertrules.py (conv): inside-slur -> avoid-slur.
3215         Remove functions.  Remove if 1: constructs, reindent.
3216
3217         * scripts/convert-ly.py (add_version): Add functions from
3218         convertrules.py
3219
3220         * scm/script.scm (default-script-alist):
3221         s/priority/script-priority.  Fixes script stacking.  Backportme.
3222         (Fermata): Very low priority.
3223
3224 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3225
3226         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
3227
3228         * input/regression/slur-script.ly: remove padding tweaks. Add
3229         comment strings.
3230
3231         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
3232         time sigs and related stuff.
3233
3234         * scm/define-grob-properties.scm (all-user-grob-properties): add
3235         @code{} tags to property description.
3236
3237         * lily/include/line-group-group-engraver.hh (Module): remove file.
3238
3239         * python/convertrules.py (conv): add rule for
3240         Engraver_group_engraver -> Engraver_group.
3241
3242         * lily/include/performer-group-performer.hh: analogous.
3243
3244         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
3245
3246         * lily/context-def.cc (instantiate): check for
3247         Engraver_group_engraver and Performer_group_performer not
3248         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
3249  
3250 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3251
3252         * input/les-nereides.ly: Remove three fingering tweaks, update
3253         remaining one.
3254
3255         * input/regression/slur-script-inside.ly: Update, fix doc.
3256
3257         * scm/script.scm: Update to avoid-slur.
3258
3259         * scm/define-grob-properties.scm (avoid-slur): New property.
3260
3261         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
3262         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
3263         outside_slur_callback if avoid-slur != #'inside.
3264
3265         * scm/define-grobs.scm (Fingering, Textscript): No
3266         inside-slur/outside-slur preference.
3267         (DynamicLineSpanner): Always outside slur.
3268
3269         * input/regression/slur-script.ly: More tests.
3270
3271 2005-08-17  Graham Percival  <gpermus@gmail.com>
3272
3273         * Documentation/user/lilypond-book: fix notime entry.
3274
3275         * Documentation/user/advanced-notation.itely: add info on
3276         getting an I rehearsal mark.
3277
3278         * Documentation/user/putting.itely: reinstate "I", re-enforce
3279         the fact that \override numbers are the result of
3280         experimentation and personal taste.
3281
3282         * Documentation/user/invoking.itely: update convert-ly bugs.
3283
3284 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3285
3286         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
3287         to #t.
3288
3289         * lily/timing-translator.cc (initialize): don't initialize timing.
3290
3291         * input/regression/stem-spacing.ly (Module): remove file.
3292
3293         * input/regression/spacing-stick-out.ly: specify Score context for
3294         \override
3295
3296         * input/regression/clefs.ly: remove spurious {}s 
3297
3298 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
3299
3300         * Documentation/topdocs/NEWS.tely,
3301         input/regression/repeat-percent-count.ly: clarify a bit.
3302
3303 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3304
3305         * input/no-notation/display-lily-tests.ly: delete
3306         display-lily-init call.
3307
3308         * ly/music-functions-init.ly (displayLilyMusic): move
3309         display-lily-init call at top level, so that the user should not
3310         have to call it.
3311
3312         * scm/define-music-display-methods.scm (note-name->lily-string):
3313         retrieve note names directly from pitchnames using new function `rassoc'.
3314         (display-lily-init): note names list construction removed.
3315
3316 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3317
3318         * THANKS: spello.
3319
3320         * lily/lily-parser.cc (get_header): copy module, instead of
3321         returning it.
3322
3323         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
3324         counters.
3325
3326         * Documentation/user/basic-notation.itely (Measure repeats): add
3327         links to Counter grobs.
3328
3329         * scm/define-grobs.scm (all-grob-descriptions): add
3330         DoublePercentRepeatCounter
3331         (all-grob-descriptions): add PercentRepeatCounter
3332
3333         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
3334         also create counter grobs.
3335
3336         * lily/separation-item.cc (extremal_break_aligned_grob): don't
3337         return grob without space-alist.
3338
3339         * input/proportional.ly: tune staff-padding.
3340
3341         * input/regression/repeat-percent-count.ly: new file. 
3342
3343 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3344
3345         * input/no-notation/display-lily-tests.ly: moved from
3346         input/regression/ to input/no-notation. Be sure to call
3347         `display-lily-init' before trying to use the display function.
3348
3349 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3350
3351         * scripts/lilypond-book.py (option_definitions): Don't localize
3352         the empty string. Fixes bug when --psfonts was used with
3353         non-English locale.
3354
3355 2005-08-15  Graham Percival  <gpermus@gmail.com>
3356
3357         * lily/tuplet-bracket.cc: simple build fix.
3358
3359         * Documentation/user/putting.itely: use "we" instead of "I".
3360
3361         * Documentation/user/basic-notation.itely: cautionary accidentals
3362         work with naturals, too.
3363
3364 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3365
3366         * lily/tuplet-bracket.cc (calc_position_and_height): add
3367         staff-padding support.
3368
3369         * input/proportional.ly: set staff-padding.
3370         
3371         * VERSION (PATCH_LEVEL): release 2.7.5
3372
3373         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
3374         fixes. Remove tweaks.
3375
3376         * input/regression/tuplet-slope.ly: add a test case.
3377
3378         * lily/tuplet-bracket.cc (calc_position_and_height): revert
3379         erroneous fix. Add spanner bounds to offset array with relative X
3380         positions.
3381
3382         * ly/engraver-init.ly: add Rest_engraver only once.
3383
3384         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
3385         (*parser*) lookup if (*parser*) != #f.
3386
3387 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3388
3389         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
3390         Cut-and paste update.
3391
3392         * input/regression/slur-script.ly: Add example of reverting
3393         inside-slur for fingering.
3394
3395         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
3396         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
3397
3398         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
3399         outside_slur_callback if inside-slur == #f (as opposed to unset).
3400
3401 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3402
3403         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
3404         encoding files are already removed.
3405
3406 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3407
3408         * Documentation/user/advanced-notation.itely (Instrument names):
3409         Document a workaround for instrument names that collide with
3410         system start braces/brackets.
3411
3412 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3413
3414         * lily/rest-collision.cc (do_shift): spello.
3415
3416         * input/proportional.ly: use #'used property. Set break-overshoot
3417         property.
3418
3419         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
3420
3421         * lily/paper-column.cc: add #'used property
3422
3423         * lily/mark-engraver.cc (stop_translation_timestep): set grob
3424         array for staves found.
3425
3426         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
3427         array for stavesFound.
3428
3429         * lily/staff-spacing.cc (next_note_correction): add fixed and
3430         space to calling convention. This fixes spacing of accidentals
3431         after barlines.
3432
3433         * input/regression/spacing-accidental-stretch.ly: add barline -
3434         accidental case.
3435
3436         * scm/framework-ps.scm (page-header): add version number to
3437         creator
3438         (eps-header): idem.
3439
3440         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
3441         
3442 2005-08-13  Graham Percival  <gpermus@gmail.com>
3443
3444         * Documentation/user/global.itely: add "fit as much as
3445         possible onto this page" example (Vertical spacing).
3446
3447 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3448
3449         * *: Nitpick run.
3450
3451         * buildscripts/fixcc.py: Fixes.
3452
3453 2005-08-12  Graham Percival  <gpermus@gmail.com>
3454
3455         * Documentation/user/advanced-notation.itely: add markup
3456         example to Text spanners.
3457
3458 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3459
3460         * Documentation/user/basic-notation.itely (Ties): Add example of
3461         tying a tremolo to a chord. Thanks to Steve Doonan. 
3462
3463         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
3464         properties and move tieMelismaBusy to the list of written
3465         properties. 
3466
3467 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
3468
3469         * po/TODO: suggest to use a dedicated tool like kbabel.
3470
3471         * po/fi.po: update using kbabel.
3472
3473 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3474
3475         * *: Remove obsolete files.  Nitpick run.
3476
3477         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
3478
3479 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3480
3481         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
3482         too.
3483
3484         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
3485
3486         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
3487         whitespace as symbol separator.
3488
3489         * lily/side-position-interface.cc: Add slur-padding.
3490
3491         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
3492         quite a large fix, and it never worked in a stable release; so not
3493         really a regression.
3494
3495         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
3496         Update cut and paste code from Slur_engraver.
3497
3498         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
3499         Add.
3500
3501         * scm/define-grobs.scm (DynamicLineSpanner): Add
3502         dynamic-line-spanner-interface.
3503         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
3504
3505 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3506
3507         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
3508         to_boolean () so that non-set 'inside-slur means false.
3509
3510         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
3511         slur has control-points.  Skip script without direction.  Always
3512         do_shift if script inside slur, even if slur not contained in
3513         script y-extent.  Increment k in loop.
3514
3515 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3516
3517         * scm/define-markup-commands.scm: Improved regexp to search for
3518         EPS bounding boxes and corrected call to ly:warning.
3519
3520 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3521
3522         * Documentation/user/programming-interface.itely (Displaying music
3523         expressions): doc for \displayLilyMusic. Also some precisions in
3524         "Markup construction in Scheme"
3525
3526 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3527
3528         * scm/define-markup-commands.scm (normal-text): Added 2 new
3529         markup commands, \normal-text and \medium (the latter thanks to
3530         Bruce Fairchild). 
3531
3532 2005-08-08  Graham Percival  <gpermus@gmail.com>
3533
3534         * Documentation/user/programming-interface.itely: fix @{ @}.
3535
3536         * scm/define-markup-commands.scm: add linewidth info to
3537         \justify and \wordwrap, add "upright is the opposite of italic".
3538
3539         * Documentation/user/advanced-notation.itely: shaped->shape,
3540         add (cons (markup "foo")) type of example to text markup,
3541         reword multi-measure rests section.
3542
3543         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
3544         comment.  No actual code was touched.
3545
3546         * Documentation/user/invoking.itely: add more info about
3547         \include.  Thanks, Bruce!
3548
3549         * THANKS: add Bruce Fairchild, alphabetise.
3550
3551         * Documentation/user/global.itely: document \score{\header{}}
3552         behavior.
3553
3554         * Documentation/user/basic-notation.itely: reword multi-measure
3555         rest discussion in Rests.
3556
3557 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3558
3559         * Documentation/user/programming-interface.itely (Markup
3560         construction in Scheme): Corrected example and tried to clarify
3561         the implicit \line in the table.
3562
3563 2005-08-07  Graham Percival  <gpermus@gmail.com>
3564
3565         * Documentation/user/instrument-notation.itely: moved
3566         some bagpipe info back into the bagpipe section.  Somehow
3567         it ended up in the "other vocal issues" section?!  :o_O
3568
3569 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3570
3571         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
3572         directories, not paths).
3573
3574 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3575
3576         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
3577         plain emmentaler/aybabtu.  Backportme.
3578
3579         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
3580         missing dir correction.
3581
3582 2005-08-05  Graham Percival  <gperlist@shaw.ca>
3583
3584         * scm/define-markup-commands: fix reversed justify/wordwrap
3585         doc strings.
3586
3587 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
3588
3589         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
3590         lily/gregorian-ligature-engaver.cc,
3591         lily/include/ligature-engraver.hh,
3592         lily/include/coherent-ligature-engraver.hh,
3593         lily/include/gregorian-ligature-engraver.hh: make these classes
3594         truely abstract.  This should fix some internal oddities such as
3595         duplicate as well as dead translator/property declarations, and
3596         also some dead code.
3597
3598         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
3599         bugfix: avoid message "junking empty ligature" on ligature
3600         brackets by collecting dummy grobs.
3601
3602 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3603
3604         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
3605
3606         * input/proportional.ly (staffKind): bugfix.
3607         (staffKind): updates by Trevor Baca.
3608
3609         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
3610         default layout. 
3611
3612         * lily/tuplet-bracket.cc (print): check whether edge-text is a
3613         pair.
3614
3615         * lily/beam.cc (rest_collision_callback): call position_beam() if
3616         necessary.
3617
3618         * VERSION: release 2.7.4
3619
3620         * input/regression/spacing-uniform-stretching.ly: new file.
3621
3622         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
3623
3624         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
3625         contributor.
3626
3627         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
3628
3629         * input/proportional.ly: new file.
3630
3631         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
3632         columns is empty
3633
3634         * lily/tuplet-engraver.cc (finalize): new function. Reset right
3635         bounds to currentCommandColumn for the last step.
3636         (start_translation_timestep): if tupletFullLength is set, set
3637         bound to Paper Column
3638
3639         * input/regression/tuplet-full-length.ly (indent): new file.
3640
3641         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
3642         clique of loose columns, eg. a set of grace notes in strict
3643         notespacing.
3644
3645         * input/regression/spacing-strict-spacing-grace.ly: new file.
3646
3647         * lily/key-signature-interface.cc: change property name to
3648         alteration-alist
3649
3650         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
3651         keyAccidentalOrder
3652
3653         * python/convertrules.py (conv): keyAccidentalOrder ->
3654         keyAlterationOrder
3655
3656         * lily/key-engraver.cc (create_key): always print a cancellation
3657         for going to C-major/A-minor, regardless of printKeyCancellation.
3658         (create_key): remove typecheck for visibility. This fixes key
3659         signature not being printed.
3660
3661         * lily/spacing-determine-loose-columns.cc: new file.
3662
3663         * input/regression/spacing-strict-notespacing.ly: new file.
3664
3665         * lily/spacing-spanner.cc (generate_springs): rename from
3666         do_measure. 
3667         (generate_pair_spacing): new function.
3668         (init, generate_pair_spacing): set between-cols for floating
3669         nonmusical columns.
3670
3671         * lily/spaceable-grob.cc (get_spring): new function. 
3672
3673         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
3674         relative to the right edge of the prefatory matter.
3675
3676         * lily/beam.cc (print): read break-overshoot to determine where to
3677         stop/start broken beams.
3678
3679         * input/regression/spanner-break-overshoot.ly: new file.
3680
3681 2005-08-04  Graham Percival  <gperlist@shaw.ca>
3682
3683         * ly/bagpipe.ly: updated.
3684
3685         * Documentat/user/instrument.itely: un-comment out bagpipe example.
3686
3687 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3688
3689         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
3690         support: now (de)crescs avoid slurs as well.
3691
3692         * Documentation/user/instrument-notation.itely (Bagpipe example):
3693         comment out non-functioning bagpipe example.
3694         (Bagpipe definitions): idem.
3695
3696         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
3697         (Top): add proportionalNotationDuration example.
3698
3699         * input/regression/spacing-proportional.ly: new file.
3700
3701         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
3702         synched to a beam.
3703
3704         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
3705         fixes beams with a single stem (eg. beams across linebreaks.)
3706
3707         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
3708
3709         * flower/rational.cc (operator +): prevent overflow. This fixes
3710         heavily nested tuplets.
3711
3712         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
3713         have to protect even those unlikely to be corrupted data members.  
3714
3715 2005-08-04  Graham Percival  <gperlist@shaw.ca>
3716
3717         * ly/bagpipe.ly: new file.
3718
3719         * THANKS: added Sven Axelsson.
3720
3721 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3722
3723         * lily/spacing-engraver.cc (stop_translation_timestep): directly
3724         copy proportionalNotationDuration into currentMusicalColumn if
3725         set.
3726
3727         * lily/spacing-spanner.cc (musical_column_spacing): if
3728         uniform-stretching set, fixed space is 0.0
3729
3730         * input/regression/spacing-multi-tuplet.ly: show
3731         uniform-stretching property.
3732
3733         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
3734
3735         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
3736         (struct Spacing_options): new struct.
3737
3738         * lily/spacing-basic.cc: new file.
3739
3740         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
3741         delta_t doesn't have to be smaller than shortest_playing_len
3742
3743 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3744
3745         * input/regression/markup-arrows.ly:  new file.
3746
3747         * lily/tuplet-bracket.cc: document new behavior.
3748
3749         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
3750         with line breaks.
3751
3752         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
3753
3754         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
3755         default 
3756
3757         * lily/tuplet-bracket.cc: add edge-text property.
3758         add break-overshoot.
3759         (print): read break-overshoot.
3760         (print): read edge-text, add stencils.
3761
3762         * mf/feta-arrow.mf: new file.
3763
3764         * mf/feta-generic.mf: add feta-arrow.
3765
3766 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3767
3768         * Documentation/user/lilypond-book.itely (An example of a
3769         musicological document): Added flag -o to dvips for people who use
3770         the default setting in teTeX where output is sent to the printer. 
3771
3772         * Documentation/user/global.itely (Vertical spacing): Added
3773         reference to the Axis_group_engraver which documents the *Extent
3774         properties.
3775
3776 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3777
3778         * Documentation/user/basic-notation.itely (Tuplets): add note
3779         about nested tuplets. Remove BUG. 
3780
3781         * input/regression/tuplet-nest.ly: update: remove manual hack. 
3782
3783         * lily/tuplet-bracket.cc (print): use robust_scm2drul
3784         (print): manually call print() for subtuplets.
3785         (calc_position_and_height): add subtuplets to the
3786         support. Vertically shift outer tuplet 
3787
3788         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
3789         remove-first for Lyrics, ChordNames and FiguredBass
3790
3791         * scm/define-grob-properties.scm (all-internal-grob-properties):
3792         use ly:grob-array? iso. grob-list?
3793         (all-internal-grob-properties): add tuplets grob-array.
3794
3795         * lily/tuplet-bracket.cc (add_tuplet_bracket):
3796         new function
3797
3798 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3799
3800         * input/test/time-signature-staff.ly: new file.
3801
3802         * ly/declarations-init.ly (center): escape to Scheme. Fixes
3803         spurious #<Music FingerEvent> errors. Backportme.
3804
3805 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3806
3807         * Documentation/user/programming-interface.itely (Markup
3808         construction in Scheme): Corrected markup syntax in the
3809         translation table.
3810
3811 2005-08-03  Graham Percival  <gperlist@shaw.ca>
3812
3813         * Documentation/user/instrument-notation.itely: small update
3814         to bagpipe notation docs; thanks Sven!
3815
3816         * Documentation/user/basic-notation.itely: add link about trills.
3817
3818 2005-08-02  Graham Percival  <gperlist@shaw.ca>
3819
3820         * Documentation/user/music-glossary: remove accidentally committed
3821         fink patch.
3822
3823 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
3824
3825         * lily/lily-parser.cc (get_header): new function. Enable multiple
3826         \header definitions.
3827
3828         * lily/parser.yy (lilypond_header_body): use get_header.
3829
3830         * ly/init.ly:
3831         * scm/lily-library.scm (print-score-with-defaults): renamed
3832         $globalheader to $defaultheader
3833         
3834         * Documentation/user/global.itely (Creating titles): added short
3835         explanation that multiple headers are useable.
3836
3837
3838 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3839
3840         * lily/module-scheme.cc (LY_DEFINE): new file. 
3841
3842         * Documentation/user/advanced-notation.itely (Font selection): add
3843         doco for make-pango-font-tree.
3844
3845 2005-07-31  Graham Percival  <gperlist@shaw.ca>
3846
3847         * Documentation/user/music-glossary: more languages
3848         for tenuto.
3849
3850         * Docuemntation/user/instrument-notation.itely: minor
3851         update for bagpipe example.
3852
3853 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3854
3855         * input/regression/+.ly (TODO): add some text.
3856
3857 2005-07-28  Graham Percival  <gperlist@shaw.ca>
3858
3859         * Documentation/user/invoking.itely: \score begins with music.
3860
3861         * Documentation/user/ basic-notation.itely,
3862         instrument-notation.itely: minor changes.
3863
3864         * Documentation/user/music-glossary.itely: began tenuto entry.
3865
3866 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3867
3868         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
3869
3870         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
3871
3872 2005-07-27  Graham Percival  <gperlist@shaw.ca>
3873
3874         * Documentation/user/examples.itely: remove bagpipe template.
3875
3876         * Documentation/user/instrument-notation.itely: add bagpipe
3877         section, maybe fix quotes in lyrics.  I hate text encoding.
3878         Clarify chord durations, more bagpipe stuff.
3879
3880 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3881  
3882         * lily/accidental-engraver.cc: formatting fixes.
3883
3884         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
3885         grob-array.
3886
3887         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
3888
3889         * lily/note-column.cc (arpeggio): new function.
3890
3891         * lily/note-spacing.cc (get_spacing): also take arpeggio into
3892         account for spacing.
3893
3894 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3895
3896         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
3897         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
3898         mingw build.
3899         
3900 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3901
3902         * scm/lily.scm (lilypond-all): clear anonymous modules after
3903         processing files.
3904
3905 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3906
3907         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
3908         SCM_I_CONSP
3909
3910         * VERSION: 2.7.3 released
3911
3912         * Documentation/user/invoking.itely (Invoking lilypond): add
3913         LILYPOND_GC_YIELD documentation.
3914
3915         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
3916         scm_from_real / scm_make_real.
3917
3918         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
3919         higher. This increases memory footprint, but provides overall
3920         speedup of 15 to 20%. 
3921
3922         * lily/include/translator.hh (class Translator): remove
3923         PRECOMPUTED_VIRTUAL everywhere.
3924
3925         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
3926
3927         * lily/context.cc (now_mom): non-recursive now_mom() 
3928
3929         * lily/include/profile.hh: new file.
3930
3931         * lily/profile.cc: new file.
3932
3933         * lily/grob.cc (Grob::Grob): look properties up directly.
3934
3935         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
3936         lookups.
3937
3938         * lily/include/box.hh (class Box): smob Box type.
3939
3940         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
3941
3942         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
3943         protect() and unprotect(). Use throughout.
3944
3945 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3946
3947         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
3948
3949         * scm/define-music-display-methods.scm (markup->lily-string):
3950         markup elements can also be strings (without simple-markup
3951         appended)
3952
3953 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3954
3955         * lily/context.cc (where_defined): also assign value in
3956         where_defined().
3957
3958         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
3959         (curve_coordinate): new function
3960
3961         * lily/simple-spacer.cc (add_columns): only add rods between
3962         column i and begin/end if keep-inside-line is set (this repleces
3963         allow-outside-line as default)
3964
3965 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3966
3967         * lily/tuplet-engraver.cc (start_translation_timestep): only read
3968         tupletSpannerDuration if applicable.
3969
3970         * lily/font-size-engraver.cc (process_music): read fontSize only
3971         once per timestep.
3972
3973         * lily/engraver*cc: use throughout.
3974         
3975         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
3976
3977         * lily/translator.cc (add_acknowledger): new file. Directly jump
3978         into an Engraver::acknowledge_xxx () method based on a grobs
3979         interface-list.
3980
3981         * lily/include/translator-dispatch-list.hh (class
3982         Engraver_dispatch_list): new struct, new file.
3983
3984         * scm/define-context-properties.scm
3985         (all-internal-translation-properties): remove acceptHashTable,
3986         acknowledgeHashTable
3987
3988         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
3989
3990         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
3991         change acknowledgeHashTable to C++ member. 
3992
3993         * lily/rest-collision.cc (do_shift): use extract_grob_set().
3994
3995 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3996
3997         * scm/display-lily.scm: new file. Define a `display-lily-music'
3998         function, that displays the music expression given as an argument,
3999         using LilyPond notation.
4000
4001         * scm/define-music-display-methods.scm: new file. Implementation
4002         of display methods for each music type.
4003
4004         * ly/music-functions-init.ly (displayLilyMusic): new function for
4005         displaying music with LilyPond notation.
4006
4007         * input/regression/display-lily-tests.ly: new regression test file
4008         for `display-lily-music'.
4009
4010         * scm/markup.scm: remove obsolete debugging code (for printing
4011         markups with LilyPond notation).
4012
4013         * scm/define-music-types.scm (music-name-to-property-table):
4014         * scm/clef.scm (supported-clefs): export, in order to be accessible
4015         from the (scm display-lily) module.
4016
4017 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4018
4019         * Documentation/topdocs/NEWS.tely (Top): Typo.
4020
4021 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
4022
4023         * Documentation/index.html.in, Documentation/texinfo.css,
4024           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
4025           Documentation/bibliography/index.html.in,
4026           Documentation/bibliography/html-long.bst: revert css-width patch,
4027           it does not work with IE6.
4028
4029 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4030
4031         * Documentation/texinfo.css: revert 760px hack. 
4032
4033         * VERSION: release 2.7.2
4034
4035         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
4036
4037         * Documentation/user/basic-notation.itely (Barnumber check): add
4038         section.
4039
4040         * scm/music-functions.scm (skip-to-last): new function. Show only
4041         last showLastLength part of the \score.
4042
4043         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
4044
4045         * python/convertrules.py (conv): add ly:x-moment rule
4046
4047         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
4048
4049         * Documentation/topdocs/NEWS.tely (Top): add new feature.
4050
4051         * Documentation/user/instrument-notation.itely (Flexibility in
4052         alignment): options in subsections.
4053
4054         * lily/lyric-engraver.cc (process_music): don't typeset text for _
4055         syllable text. Instead, assume that the previous lyric text is a
4056         melismated text.
4057
4058         * Documentation/index.html.in: revert 800x600 change.
4059
4060 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4061
4062         * lily/main.cc (main): Remove invalid handle kludge.
4063
4064         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
4065         (lambda): add gui define.
4066
4067 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4068
4069         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
4070
4071         * Documentation/user/instrument-notation.itely (Musica ficta
4072         accidentals): add section Musica ficta accidentals
4073
4074         * lily/accidental-engraver.cc (make_suggested_accidental): new
4075         function.
4076         (make_standard_accidental): move into new function.
4077         (create_accidental): new function.
4078
4079         * scm/define-grobs.scm (all-grob-descriptions): new Grob
4080         AccidentalSuggestion
4081
4082         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
4083
4084         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
4085         undefined.
4086
4087         * Documentation/user/global.itely (Page formatting): document
4088         horizontalshift.
4089
4090         * scm/page-layout.scm (default-page-music-height):
4091         horizontalshift: new variable, shift all systems by
4092         horizontalshift to the right, to make space for instrument names.
4093
4094         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
4095
4096         * lily/input-scheme.cc (LY_DEFINE): take format commands.
4097
4098 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4099
4100         * lily/note-column.cc (dir): idem.
4101
4102         * lily/spacing-spanner.cc (Module): idem.
4103
4104         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
4105
4106         * lily/include/paper-column.hh (class Paper_column): add
4107         non-static get_rank() member.
4108
4109         * VERSION: release 2.7.1
4110         
4111         * scm/framework-null.scm: new file, used for benchmarking.
4112
4113 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
4114
4115         * Documentation/topdocs/INSTALL.texi, configure.in: fix
4116         version dependencies for fontforge and gs.
4117
4118         * Documentation/index.html.in, Documentation/texinfo.css,
4119         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
4120         Documentation/bibliography/index.html.in, 
4121         Documentation/bibliography/html-long.bst: optimize width of
4122         html for a 800x600 screen (width:760), increases printability
4123         when 'fit to page' is not set and readability in wide screens.
4124
4125         * stepmake/bin/add-html-footer.py: add missing </p>.
4126
4127 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4128
4129         * scm/define-markup-commands.scm (beam): use polygon in beam
4130         command.
4131
4132         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
4133         all acknowledged grobs, and do potentially expensive merge and
4134         write in one go.
4135
4136         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
4137
4138         * configure.in (reloc_b): add --enable-static-gxx to statically
4139         link to libstdc++
4140
4141         * lily/GNUmakefile (static-gxx-libs): new target
4142         static-gxx-libs. Create symlink to libstdc++.a
4143
4144         * lily/new-lyric-combine-music-iterator.cc: rename to
4145         Lyric_combine_music_iterator
4146
4147         * lily/lyric-combine-music-iterator.cc
4148         (Old_lyric_combine_music_iterator): rename to
4149         Old_lyric_combine_music_iterator
4150
4151         * lily/*-engraver.cc (various): remove double use of
4152         PRECOMPUTED_VIRTUAL function: only use
4153         start_translation_timestep() and stop_translation_timestep(), not
4154         both.
4155
4156         * lily/break-substitution.cc (fast_substitute_grob_array): do
4157         fast_substitute_grob_array for all unordered grob_arrays.
4158         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
4159         (substitute_grob_array): optimize.
4160
4161         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
4162
4163         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
4164
4165         * lily/parser.yy: revert $globalheader patch.
4166         
4167         * lily/include/translator.icc
4168         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
4169         Translator methods, without _static helper.
4170  
4171         * lily/grob-smob.cc (derived_mark): rename from
4172         do_derived_mark(). Return void.
4173
4174         * scm/define-context-properties.scm
4175         (all-internal-translation-properties): remove tweakCount/tweakRank.
4176
4177         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
4178         predefined break-visibilities.
4179
4180         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
4181         booleans for break-visibility.
4182
4183         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
4184
4185         * python/convertrules.py (conv): rule for Timing_translator. 
4186
4187         * lily/include/translator.icc: new file. 
4188
4189         * lily/paper-column-engraver.cc (process_music): new
4190         file. Separate Paper_column factory from Score_engraver.
4191
4192         * lily/vertically-spaced-context-engraver.cc: administer
4193         spaceable-staves property of System.
4194
4195         * lily/translator-group-ctors.cc: new file.
4196
4197         * lily/context-property.cc (make_grob_from_properties): construct
4198         the right Grob class programmatically, looking at the class entry
4199         for the meta property.
4200
4201         * lily/break-align-engraver.cc (stop_translation_timestep): call
4202         Break_align_interface::add_element() directly.
4203
4204         * lily/context.cc (measure_position): measure_position() is now a
4205         normal function.
4206
4207         * lily/include/translator.hh (class Translator): rename
4208         process_acknowledged_grobs() to process_acknowledged() and move to
4209         Translator.
4210
4211         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
4212         field for each grob description.
4213
4214         * lily/include/translator-group.hh (class Translator_group):
4215         change to base class. Separate class from Translator. This gets
4216         rid of virtual inheritance for Engravers/Performers.
4217
4218         * lily/staff-performer.cc (class Staff_performer): derive
4219         Staff_performer from Performer, not Performer_group_performer 
4220
4221         * Lily/translator-group.cc (precomputed_recurse_over_translators):
4222         new function.
4223         (precompute_method_bindings): new function. Precompute lists of
4224         Translators, so we only call methods (process_music,
4225         start_translation_timestep, etc.) for Translators needing
4226         it. Also: dispose of pointer-to-member-function calls.
4227
4228         * lily/engraver-group-engraver.cc: remove engraver_each,
4229         recurse_down_engravers ()
4230
4231         * lily/note-head.cc (internal_print): only call
4232         glyph-name-procedure if style != default. 
4233
4234 2005-07-16  Graham Percival  <gperlist@shaw.ca>
4235
4236         * ly/titling-init.ly: add printallheaders option.
4237
4238         * Documentation/user/global.itely: document printallheaders.
4239
4240 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4241
4242         * lily/system.cc (do_derived_mark): don't mark from object_alist_
4243         anymore, but do it centrally.  
4244
4245         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4246         hammer hack.
4247
4248         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
4249
4250         * scm/output-lib.scm: remove hammer-print-function.
4251
4252         * lily/include/pointer-group-interface.hh (extract_grob_set): new
4253         macro. Declare a Link_array<Grob> and fill it from a grob.
4254         (extract_item_set): idem for item.
4255
4256         * lily/break-substitution.cc: add header.
4257         (fast_substitute_grob_array): rewrite for Grob_arrays.
4258         (substitute_grob_array): idem.
4259
4260         * lily/group-interface.cc (add_thing): remove file.
4261
4262         * flower/include/parray.hh (class Link_array): slice() is const.
4263
4264         * lily/include/grob-array.hh: new file.
4265
4266         * lily/grob-array.cc (spanner): new file.
4267
4268         * lily/beam-quanting.cc (fill): read details property from beam.
4269
4270         * lily/beam.cc: support details property.
4271
4272         * total speedups below: approx 10%.
4273
4274         * lily/include/beam.hh: new struct, softcode beam quanting parameters
4275
4276         * lily/include/grob.hh (class Grob): add interfaces_ member.
4277
4278         * lily/bezier.cc (init_polynomial_cache): new function: cache
4279         binom(3,j) t^j (1-t)^{3-j}
4280         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
4281
4282         * lily/*.cc: substitution throughout.
4283
4284         * lily/grob-property.cc (internal_get_object): new routine.
4285         (internal_set_object): idem. Store grob refrences in separate
4286         alist. This saves processing time, since properties aren't
4287         break-substituted, and the per grob namespace is smaller, both for
4288         grobs and non-grob properties.
4289
4290         * scm/define-grob-properties.scm (all-internal-grob-properties):
4291         remove center-element.
4292
4293         * lily/grob.cc: remove tweak-count, tweak-rank.
4294
4295 2005-07-15  Graham Percival  <gperlist@shaw.ca>
4296
4297         * Documentation/user/lilypond-book.itely: fixes example.
4298
4299 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4300
4301         * Documentation/user/global.itely (Creating titles):    
4302         * Documentation/user/examples.itely (All headers): change the
4303         place of \header in \score blocks (after music block) to make
4304         examples compile (cf. changes on parser.yy on 2005-07-10)
4305
4306 2005-07-13  Graham Percival  <gperlist@shaw.ca>
4307
4308         * python/convertrules.py: add exc -> ecc rule.
4309
4310         * scripts/convert-ly.py: add location of convertrules.py
4311         in a comment.
4312
4313         * Documentation/user/changing-defaults.itely: fix language.
4314
4315 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4316
4317         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
4318
4319 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4320
4321         * scm/output-socket.scm (grob-bbox): don't use inf? 
4322
4323         * flower/include/rational.hh: add operator bool() 
4324
4325         * scm/define-music-types.scm (music-descriptions): remove
4326         internal-class-name properties.
4327
4328         * lily/include/event.hh: remove file.
4329
4330         * lily/include/music-constructor.hh: remove file.
4331
4332         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
4333         in 'types property.
4334
4335         * lily/music.cc (duration_length_callback): new function.
4336
4337         * lily/event.cc: remove file.
4338
4339         * lily/music-constructor.cc: remove file.
4340
4341         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
4342
4343         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
4344         (get_context_key): idem.
4345
4346         * scm/lily.scm (lambda): new option object-keys (default to #f)
4347
4348         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
4349
4350         * scm/output-gnome.scm: remove beam routine.
4351
4352         * scm/output-ps.scm (scm): idem.
4353
4354         * scm/output-svg.scm: remove beam.
4355
4356         * ps/music-drawing-routines.ps: remove draw_beam.
4357
4358         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
4359
4360         * flower/include/guile-compatibility.hh (scm_from_locale_string):
4361         add scm_from_locale_string compatibility glue. 
4362
4363 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
4364
4365         * scripts/lilypond-book.py: Prevent occuring error when
4366         'lilypond-book --output=foo/ somefile.ly' is executed multiple
4367         times and target file shoud be overwritten.  (Error message said
4368         'input file and output file is same'.)
4369
4370 2005-07-13  Graham Percival  <gperlist@shaw.ca>
4371
4372         * input/regression/slur-extreme.ly,
4373         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
4374         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
4375         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
4376         "excentricity" to "eccentricity".
4377
4378         * Documentation/user/converters.itely: fix URL for Noteedit and
4379         Rosegarden.
4380
4381         * THANKS: added Yoshinobu Ishizaki.
4382
4383 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4384
4385         * scm/define-markup-commands.scm (justify-field): add. 
4386
4387         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
4388
4389 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4390
4391         * lily/lookup.cc (filled_box): express filled_box with
4392         round_filled_box
4393
4394         * scm/midi.scm (paper-book-write-midis): new function. Write all
4395         performances in numbered MIDI files.
4396
4397         * lily/performance-scheme.cc (LY_DEFINE): new file.
4398         (LY_DEFINE): new function ly:performance-write.
4399
4400         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
4401         new function.
4402         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
4403
4404         * scm/framework-*.scm: use port arguments throughout.
4405
4406         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
4407
4408         * lily/paper-outputter.cc (Paper_outputter): take port argument.
4409
4410         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
4411
4412         * scm/framework-texstr.scm (output-framework): 
4413
4414         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
4415
4416         * scm/output-lib.scm (tablature-stem-attachment-function):
4417         tablature stem attachment fix. 
4418
4419 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4420
4421         * lily/bezier.cc: hardcode binomial coefficients of order 3.
4422
4423         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
4424
4425         * scm/define-music-types.scm (music-descriptions): don't use
4426         Music_wrapper type.
4427
4428         * lily/paper-column.cc (print): print moment too.
4429
4430         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
4431         remove compatibility cruft.
4432
4433         * lily/parser.yy (score_body): \score can only begin with Music. 
4434
4435         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
4436         make-score. Take music argument only. Move parser interaction to
4437         Scheme.
4438
4439         * scm/lily-library.scm (scorify-music): new function.
4440
4441         * python/lilylib.py (datadir): remove 2.1 compat kludge.
4442         (datadir): remove resource import.
4443         (print_environment): remove get_bbox()
4444         (cp_to_dir): remove pre 1.5.2 compat glue.
4445
4446 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4447
4448         * lily/include/simple-spacer.hh (Module): idem.
4449
4450         * lily/include/spring.hh (struct Spring): store inverse
4451         strength. This prevents division by zero.
4452
4453         * VERSION: release 2.7.0
4454         
4455         * lily/include/music.hh (class Music): remove Music::duration_log()
4456
4457         * lily/stem-engraver.cc (make_stem): take duration log from event.
4458
4459         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
4460
4461 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4462
4463         * scm/lily.scm (ly:load): load autochange.scm
4464
4465         * Documentation/user/tutorial.itely (Running LilyPond for the
4466         first time): remove reference to DVI/TeX
4467
4468         * scm/define-markup-commands.scm (text): add \text markup command.
4469
4470         * configure.in (reloc_b): bump requirement to Python 2.2.
4471
4472         * lily/include/dots.hh (class Dots): make has_interface() static.
4473
4474         * python/convertrules.py (conv): add rule for ly:grob-default-font
4475
4476         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
4477         alphabetical order.
4478
4479         * input/regression/trill-spanner-pitched.ly: new file.
4480
4481         * lily/font-interface-scheme.cc (LY_DEFINE): function
4482         ly:grob-default-font (changed from get-default-font).
4483
4484         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
4485
4486         * lily/note-head.cc (internal_print): if style is not a symbol,
4487         set style to 'default. 
4488         (internal_print): no style suffix if glyph-name-procedure not
4489         set. Default to quarter head.
4490
4491         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
4492
4493         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
4494
4495         * ly/music-functions-init.ly: \pitchedTrill
4496
4497         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
4498
4499         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
4500
4501         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
4502
4503         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
4504
4505         * po/fr.po: update
4506
4507         * po/de.po: update.
4508
4509 2005-07-06  Graham Percival  <gperlist@shaw.ca>
4510
4511         * Documentation/user/changing-defaults.itely: add link
4512         to grob-iterface.
4513
4514         * Documentation/user/advanced-notation.itely: add material
4515         to Setting automatic beam behaviour.  Thanks, Joe!
4516
4517         * Documentation/user/lilypond.itely: change encoding to utf-8.
4518
4519 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4520
4521         * Documentation/user/advanced-notation.itely (Setting automatic
4522         beam behavior): Correct the documentation of
4523         revert-auto-beam-setting (backportme)
4524
4525 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4526
4527         * lily/ly-module.cc (ly_make_anonymous_module): define
4528         %module-public-interface of module. 
4529
4530         * lily/lily-parser.cc (print_smob): allow printing of parser smob
4531         without lexer.
4532
4533 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4534
4535         * input/regression/fret-diagrams.ly: stretch example.
4536
4537 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4538
4539         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
4540         Fodor).
4541
4542 2005-06-30  Graham Percival  <gperlist@shaw.ca>
4543
4544         * Documentation/topdocs/AUTHORS.texi: update personal web address.
4545
4546         * Documentation/user/examples.itely, lilypond-book.itely:
4547         change \RequirePackage to \usepackage.
4548
4549         * Documentation/user/global.itely: document copyright and tagline.
4550
4551 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4552
4553         * Documentation/user/basic-notation.itely (Transpose): remove link
4554         to nonexistent UntransposableMusic.
4555
4556         * scm/output-svg.scm: remove old definitions.
4557
4558         * scripts/lilypond-book.py (do_file): search for kpsewhich before
4559         invoking.
4560
4561         * python/lilylib.py (search_exe_path): new function.
4562
4563 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4564
4565         * python/lilylib.py (mkdir_p): remove setup_environment()
4566         (backportme)
4567
4568         * buildscripts/mutopia-index.py (headertext): trim text.
4569
4570         * Documentation/topdocs/NEWS.tely (Top): refresh.
4571
4572         * scm/define-markup-commands.scm (wordwrap-string): new function:
4573         split string in paras and words.
4574         (wordwrap-markups): new function.
4575         (wordwrap-stencils): new function. 
4576         (justify): use it.
4577         (wordwrap): use it.
4578         (wordwrap-string): use it
4579         (justify-string): use it.
4580
4581         * scm/lily-library.scm (regexp-split): new function.
4582
4583         * scm/define-markup-commands.scm: remove encoded-simple. 
4584         remove font-markup.
4585         (fontsize): remove old version  of fontsize.
4586         (wordwrap): new markup function. Wrap into paragraphs.
4587
4588         * VERSION: Branch lilypond_2_6
4589         (MINOR_VERSION): go to 2.7.0
4590
4591 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4592
4593         * po/zh_TW.po: update from translation project.
4594
4595 2005-06-28  Graham Percival  <gperlist@shaw.ca>
4596
4597         * scm/midi.scm: compile fix.
4598
4599 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4600
4601         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
4602         patch. Now, the tempfile module is loaded too, not only used.
4603
4604 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
4605
4606         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
4607         0.05 - 1.00 to 0.25 - 1.00
4608
4609         * scm/midi.scm: moved the default-instrument-equalizer procedure
4610         to just under the insturment-equalizer-alist it takes as an
4611         argument.
4612
4613 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4614
4615         * Documentation/user/advanced-notation.itely (Font selection):
4616         remove CMR note.
4617
4618         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
4619
4620 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4621
4622         * THANKS: Add UTF-8 marker.
4623
4624         * Documentation/user/point-and-click.itely (http): Update: use
4625         lilypond-invoke-editor.  Fix: instruct to use user.js.
4626
4627 2005-06-27  Graham Percival  <gperlist@shaw.ca>
4628
4629         * ly/titling-init.ly: implements printpagenumber, increases
4630         space between dedication and title (to avoid collisions with
4631         "g" and "q" in dedication), and nicer logic about copyright
4632         and instrument fields being printed on the first page.
4633         Thanks Vincent!
4634
4635         * Documentation/user/global.itely: document printpagenumber.
4636
4637 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4638
4639         * Documentation/topdocs/NEWS.tely: Update to 2.6.
4640
4641 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4642
4643         * THANKS: update to 2.6
4644
4645         * VERSION: 2.6.0 released.
4646
4647 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4648
4649         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
4650         rule, errorneously removed probably because of misleading comment.
4651
4652 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4653
4654         * python/lilylib.py (datadir): py2exe comments.
4655
4656         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
4657
4658         * configure.in (reloc_b): make fontconfig REQUIRED.
4659
4660 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
4661
4662         * po/fi.po: add latest translations.
4663
4664 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4665
4666         * ChangeLog: recode utf-8
4667
4668         * Documentation/pictures/lilypond.xpm (Module): edited photo as
4669         logo.
4670
4671         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
4672
4673         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
4674
4675         * python/convertrules.py (do_conversion): don't print program_name
4676         from within a module
4677
4678         * configure.in (reloc_b): bump fontforge requirement to 20050624.
4679
4680         * python/convertrules.py (conv): add 2.6.0 dummy rule.
4681
4682 2005-06-23  Graham Percival  <gperlist@shaw.ca>
4683
4684         * Documentation/user/lilypond-book.itely,
4685         Documentation/user/examples.itely: add \RequirePackage{graphics}.
4686
4687         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
4688         fixes baseline-skip.  Thanks Vincent!
4689
4690         * Documentation/user/advanced-notation.itely, global.itely:
4691         moved "Selecting font sizes" to global, since it deals with
4692         notation font size, not text fonts.
4693
4694 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4695
4696         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
4697         to fonts.
4698
4699 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4700
4701         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
4702         workaround since /dev/stdin doesn't work on Cygwin. Using a
4703         temporary file in the current directory since latex doesn't
4704         understand the path name to the default TMP in Cygwin (at least on
4705         win XP).
4706         
4707         * Documentation/user/global.itely (Creating titles): Correct
4708         misprint in example. Thanks to Rob Vlasaty.
4709
4710 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4711
4712         * VERSION (PATCH_LEVEL): release 2.5.32
4713
4714         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
4715         variable in lily module
4716
4717         * scm/framework-ps.scm (output-classic-framework): error message
4718         regarding the classic framework.
4719
4720         * Documentation/user/henle-flat-gray.png (Module): new file.
4721
4722         * Documentation/user/baer-flat-gray.png (Module): new file.
4723
4724         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
4725         whiteout for markups.
4726
4727         * buildscripts/substitute-encoding.py (note_glyph): include _ in
4728         regex too. This fixes change clef appearance in PDF. 
4729
4730         * ttftool/include/*: remove.
4731
4732         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
4733
4734         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
4735
4736         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
4737
4738         * ttftool/*: remove ttftool subdirectory.
4739
4740         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
4741
4742         * lily/ttf.cc (print_header): new file. Convert to type42, using
4743         FreeType to parse the TTF. 
4744
4745         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
4746         and post table may differ. Pass around post_nglyphs as well.
4747
4748 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4749
4750         * ly/music-functions-init.ly (musicMap): new music function
4751         musicMap. 
4752         
4753 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4754
4755         * make/mutopia-rules.make: anti-alias-factor = 2
4756
4757         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
4758         page switch.
4759
4760         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
4761         anti-alias-factor for lilypond-book runs.
4762
4763         * scm/ps-to-png.scm (scale-down-image): new function.
4764         (my-system): new function.
4765         (make-ps-images): blow up GS resolution by anti-alias-factor,
4766         scale down image by anti-alias-factor.  This improves appearance
4767         of bitmaps
4768         (make-ps-images): remove showpage. Fixes spurious empty png at
4769         end.
4770
4771         * scm/framework-ps.scm (write-preamble): downcase filename before
4772         string-matching. Should fix .TTF files (as opposed to ttf files)  
4773
4774         * Documentation/user/tutorial.itely (Running LilyPond for the
4775         first time): separate subsections for windows, macos and unix.  
4776
4777         * Documentation/user/invoking.itely (Updating files with
4778         convert-ly): add MacOS X note.
4779
4780 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4781
4782         * Documentation/user/introduction.itely (Engraving): don't include
4783         file optical-spacing, add directly.
4784
4785         * lily/paper-outputter.cc (file): open file in binary mode. This
4786         fixes OTF embedding on windows.
4787
4788 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4789
4790         * scm/framework-ps.scm (write-preamble): remove debugging output.
4791
4792         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
4793
4794         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
4795         outdir.
4796         (install-fc-cache): install font cache in installation directories.
4797
4798 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4799
4800         * scm/editor.scm (editor-command-template-alist): Use char iso
4801         column, except for Emacs.
4802         (get-editor-command): Substitute char too (Bertalan Fodor).
4803
4804 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4805
4806         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
4807         quoted ~s.  This should fix PNG output on Windows; single quotes
4808         are regular characters on Windows.
4809
4810 2005-06-16  Graham Percival  <gperlist@shaw.ca>
4811
4812         * Documentation/user/basic-notation.itely: include ChoirStaff
4813         in System start delimiters.
4814
4815         * Documentation/user/putting.itely: new doc section on
4816         fixing overlapping notation.
4817
4818 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4819
4820         * Documentation/user/global.itely (Paper size): \paper is in
4821         \book, not \score.
4822
4823         * make/mutopia-rules.make: -ddelete-intermediate-files
4824
4825         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
4826
4827 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4828
4829         * ChangeLog: Recode utf-8.
4830
4831         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
4832         datadir with .py modules.
4833
4834 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
4835
4836         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
4837
4838 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4839
4840         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
4841         
4842         * scm/framework-ps.scm (write-preamble): remove status check.
4843
4844         * Documentation/user/invoking.itely (Updating files with
4845         convert-ly): remove -o option.
4846
4847         * VERSION (PACKAGE_NAME): release 2.5.31
4848
4849         * scm/framework-ps.scm (write-preamble): use ly:system.
4850         (write-preamble): verbosity.
4851
4852         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
4853
4854         * python/convertrules.py: new file. Store conversion rules
4855         separately.
4856
4857 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4858
4859         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
4860
4861 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4862
4863         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
4864         \musicDisplay 
4865
4866         * Documentation/user/instrument-notation.itely (More stanzas): Add
4867         reference to StanzaNumber.
4868
4869 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4870
4871         * THANKS: separate section for website translators.
4872
4873 2005-06-14  Graham Percival  <gperlist@shaw.ca>
4874
4875         * Documentation/topdocs/INSTALL.texi: update vim info;
4876         thanks Simon Bailey!
4877
4878         * Documentation/user/advanced-notation.itely: included
4879         color names.
4880
4881         * Documentation/user/advanced-notation.itely,
4882         Documentation/usr/notation-appendices.itely: moved
4883         color names into an appendix.
4884
4885 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4886         
4887         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
4888
4889         * scm/lily.scm (lambda): initialize program options from here.
4890
4891         * scm/framework-*.scm: add header info.
4892
4893         * lily/main.cc (parse_argv): only set output format to pdf if no
4894         other format specified.
4895
4896         * scm/backend-library.scm (postprocess-output): process
4897         'delete-intermediate-files after running convert-to-*. This fixes
4898         PNG generation when 'delete-intermediate-files is set.
4899         
4900 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4901
4902         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
4903         links on website. 
4904
4905 2005-06-13  Graham Percival  <gperlist@shaw.ca>
4906
4907         * Documentation/topdocs/INSTALL.texi,
4908         Documentation/user/lilypond-book.itely: typos.
4909
4910 2005-06-12  Pal Benko  <benkop@freestart.hu>
4911
4912         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
4913         added between program name and switch; -b changed to -f not
4914         to generate pdf
4915
4916 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4917
4918         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
4919         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
4920
4921         * input/sakura-sakura.ly: add \midi.
4922
4923         * buildscripts/mutopia-index.py (find): use /usr/bin/find
4924         iso. python find. 
4925
4926         * ttftool/test.c (main): cosmetics.
4927
4928         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
4929
4930         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
4931         create a ttf2ps binary.
4932
4933         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
4934
4935         * scm/backend-library.scm (postscript->png): set rename-page-1 to
4936         true.
4937
4938 2005-06-11  Graham Percival <gperlist@shaw.ca>
4939
4940         * Documentation/user/lilypond-book.itely: add warning about
4941         the font warnings in dvips.
4942
4943 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4944
4945         * THANKS: typo
4946
4947         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
4948
4949         * GNUmakefile.in: remove links for .map, .enc
4950         don't fail if out/ doesn't exist yet.
4951
4952 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4953
4954         * ttftool/util.c (surely_read): return nbytes
4955
4956         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
4957
4958         * VERSION (PACKAGE_NAME): release 2.5.30
4959
4960         * flower/string-convert.cc (precision_string): >? fix.
4961
4962         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
4963         (make-ps-images): add verbose -q too.
4964
4965         * lily/default-actions.cc (Module): new file. default
4966         {book,score}-print functions.
4967
4968         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
4969         pass results via parseStringResult, lookup via ly:parser-lookup.  
4970
4971         * lily/lily-parser.cc (Lily_parser): only clone lexer in
4972         constructors.
4973         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
4974         (parse_string): idem.
4975
4976         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
4977
4978         * lily/main.cc (main_with_guile): copy be_verbose_global into
4979         ly_set_option()
4980
4981 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4982
4983         * scm/backend-library.scm (postscript->pdf):
4984         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
4985         verbose mode.  Search for several names of gs executable.
4986
4987 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4988
4989         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
4990         directly. This fixes a massive memory leak, provided you use CVS
4991         GUILE.
4992
4993 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
4994
4995         * ly/property-init.ly: Added tieDashed.
4996
4997         * THANKS: Added some bughunters for 2.5.
4998
4999 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5000
5001         * lily/program-option.cc: add debug-gc option.
5002
5003         * lily/include/lily-guile-macros.hh: don't protect exported module
5004         objects.
5005
5006         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
5007
5008         * scm/backend-library.scm (postscript->pdf): use
5009         delete-intermediate-files iso. running-from-gui? 
5010
5011         * ttftool/util.c (surely_read): robustness. Allow read() to return
5012         less bytes than requested, as per posix standards.
5013
5014         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
5015         program option.
5016
5017         * ttftool/include/ttftool.h ("C"): rename verbosity to
5018         ttf_verbosity. Add to public interface.
5019
5020         * scm/music-functions.scm (unfold-repeats): remove debugging display.
5021
5022         * lily/program-option.cc: rename from scm-option.cc
5023
5024         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
5025         (get_help_string): Print pretty help string.
5026
5027         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
5028         to snippet preamble.
5029
5030         * lily/scm-option.cc: remove command-line-settings option. Fold
5031         all command-line options plus default settings in a generic
5032         interface. 
5033
5034         * flower/getopt-long.cc (table_string): indent 2nd lines of help
5035         texts too.
5036
5037 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5038
5039         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
5040         or EXT_ components non-empty.
5041
5042 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5043
5044         * scm/lily.scm (running-from-gui?): Export.
5045
5046         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
5047         output in .ly source directory.
5048
5049 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5050
5051         * ttftool/util.c (surely_lseek): more verbosity.
5052
5053         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
5054         compile.
5055
5056         * lily/parser.yy (Repeated_music): remove >? 
5057
5058         * scm/backend-library.scm (postscript->pdf): Support for
5059         -dgs-font-load=1
5060
5061         * scm/framework-ps.scm (write-preamble): make font loading
5062         switchable to GS via --define-default gs-font-load=1
5063
5064 2005-06-09  Graham Percival  <gperlist@shaw.ca>
5065
5066         * Documentation/user/global.itely: added \layout docs.
5067
5068 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5069
5070         * lily/lily-parser-scheme.cc: add unistd.h
5071
5072 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5073
5074         * scm/editor.scm: add char argument.
5075
5076         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
5077
5078         * ttftool/util.c (syserror): use errno for better error reporting.
5079
5080         * lily/source-file.cc (get_counts): new function. Calc column,
5081         line and char count in one go.
5082
5083         * lily/binary-source-file.cc (quote_input): rename to quote_input
5084
5085         * lily/input.cc (set): new function.
5086
5087 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5088
5089         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
5090         directory part of file name to search directory.
5091
5092         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
5093         search path and chdir to DIR if --outname=DIR used.
5094
5095         * lily/main.cc (prepend_env_path): Bugfix: Check directory
5096         existence before appending original path.
5097
5098 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5099
5100         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
5101         file" massage.
5102
5103         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
5104         texinfo.tex is always used.
5105         
5106 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5107
5108         * flower/include/axis.hh: rename from axes.hh
5109
5110         * lily/include/text-interface.hh (Module): rename from text-item.hh
5111
5112         * VERSION (PATCH_LEVEL): release 2.5.29
5113
5114         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
5115
5116         * scm/framework-ps.scm (font-file-as-ps-string): new function.
5117         (handle-macfont): new function. Call fondu for Native mac fonts.
5118
5119         * scm/define-markup-commands.scm (fill-line): handle text-widths =
5120         '() case.
5121
5122 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5123
5124         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
5125         multi-page.  Fix .eps regular expression.
5126
5127 2005-06-07  Graham Percival  <gperlist@shaw.ca>
5128
5129         * Documentation/user/putting.itely: add info on modifying templates.
5130
5131         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
5132         misc small changes.
5133
5134 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5135
5136         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
5137
5138         * scripts/lilypond-ps2png.scm
5139
5140         * VERSION (PACKAGE_NAME): release 2.5.28
5141
5142 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5143
5144         * lily/main.cc (prepend_env_path): Do not append /, that does not
5145         work.  Localedir lives in datadir, not in prefix.
5146
5147         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
5148         hack for windows.
5149
5150         * flower/include/file-cookie.hh: Compile fix.
5151
5152 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5153
5154         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
5155
5156         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
5157         system primitives.
5158         (gulp-port): using read-string!/partial. We don't want to read an
5159         entire PS file  (GUILE 1.6 limits strings to 16M) 
5160
5161         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
5162         properties. Add font-interface. 
5163
5164         * scm/define-grob-properties.scm (all-user-grob-properties):
5165         remove old bracket properties.
5166
5167         * scm/x11-color.scm: reformat. 
5168
5169         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
5170         LedgerLineSpanner if new StaffSymbol is found. 
5171
5172         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
5173         staff-symbol for finishing staff. 
5174
5175         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
5176
5177         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
5178         change black to currentColor everywhere. This fixes color support
5179         in SVG.
5180
5181 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
5182
5183         * input/regression/fret-diagrams.ly: new file to test fret diagram
5184         capability
5185
5186         * scm/output-tex.scm: remove white-dot and white-text
5187
5188         * scm/output-ps.scm: remove white-dot and white-text
5189
5190         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
5191         using ly:stencil-in-color instead
5192         (draw-dots) : remove call to white-dot
5193
5194 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5195
5196         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
5197         support.
5198
5199         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
5200
5201         * flower/include/file-cookie.hh: new file. lily_cookie extension 
5202
5203         * flower/file-cookie.cc: new file. lily_cookie extension.
5204         
5205 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5206
5207         * scm/editor.scm (editor-command-template-alist): Add syn
5208         editor (Jaap [de Vos]).
5209
5210 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5211
5212         * scripts/lilypond-ps2png.scm:
5213         * scm/ps-to-png.scm: New file.
5214
5215         * scm/backend-library.scm (postscript->png): Use it.
5216
5217         * scripts/lilypond-ps-to-png.py: Remove file.
5218
5219         * python/lilylib.py (get_bbox, make_ps_images): Remove.
5220
5221 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5222
5223         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
5224
5225         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
5226         start on grace moment. Fixes autobeam-grace.ly.
5227
5228         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
5229         process anything unless we're at the end of a pending beam. Fixes
5230         syncopated 8ths beamed across a beat.
5231
5232 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5233
5234         * scm/editor.scm (editor-command-template-alist): Start emacs if
5235         emacslient fails.
5236
5237         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
5238
5239         * flower/file-path.cc (is_file, is_dir): Export.
5240
5241         * lily/main.cc (prepend_env_path, set_env_file): Use them.
5242
5243 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5244
5245         * lily/easy-notation.cc: Added include cctype to correct
5246         compilation error.
5247
5248 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5249
5250         * scm/backend-library.scm (postscript->pdf): set resolution to
5251         1200, so bitmap fonts aren't that ugly. 
5252
5253         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
5254
5255         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
5256         parent if we have a notehead. Fixes incorrect offsets when
5257         Paper_column is very wide in the X direction.
5258
5259         * input/regression/font-family-override.ly (Module): new file.
5260
5261         * scm/font.scm (make-pango-font-tree): new function.
5262
5263         * lily/beam.cc (before_line_breaking): remove warning about less
5264         than 2 visible stems. We still get a warning when there is only
5265         one stem.
5266
5267 2005-06-01  Werner Lemberg  <wl@gnu.org>
5268
5269         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
5270         correctly.
5271
5272 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5273
5274         * lily/slur-scoring.cc (generate_avoid_offsets): new
5275         function. Generate avoid offsets once per slur.
5276
5277         * lily/slur.cc (add_extra_encompass): add dependency to
5278         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
5279
5280         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
5281         too. Fixes inf error with added bass notes.
5282
5283         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
5284         argument anymore.
5285
5286         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
5287
5288         * input/tutorial/lbook-latex-test.tex: add line length test.
5289
5290         * scripts/lilypond-book.py (set_default_options): new
5291         function. Call this before dissecting snippets, so linewidth
5292         settings reach the snippets.
5293
5294 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5295
5296         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
5297
5298 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5299
5300         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
5301
5302 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5303
5304         * stepmake/aclocal.m4: More autopackage friendliness.
5305
5306 2005-05-31  Graham Percival  <gperlist@shaw.ca>
5307
5308         * Documentation/index.html.in: remove link to LSR.
5309
5310         * Documentation/user/global.itely: remove duplicate
5311         "dedication" \header{} section.
5312
5313 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5314
5315         * VERSION (PACKAGE_NAME): release 2.5.27.
5316
5317         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
5318         too. Plugs memory leak.
5319
5320         * make/lilypond.fedora.spec.in (Group): remove
5321         lilypond-pdfpc-helper.
5322
5323         * scripts/GNUmakefile (SEXECUTABLES): remove
5324         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
5325
5326         * scm/font.scm (make-century-schoolbook-tree): add Mono as
5327         'typewriter family.
5328
5329         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
5330         memory leak.
5331
5332         * lily/parser.yy (score_body): don't clone Score, that's done in
5333         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
5334
5335         * lily/score-engraver.cc (derived_mark): new function.
5336         (initialize): unprotect Paper_score. This fixes a memory leak.
5337
5338         * lily/score-performer.cc (derived_mark): new function.
5339
5340         * lily/score-translator.cc (get_output): use SCM for get_output() call.
5341
5342         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
5343         spurious warning.
5344
5345         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
5346         serif.
5347
5348 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5349
5350         * configure.in (reloc_b): Add --enable-relocation.
5351
5352 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5353
5354         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
5355
5356         * input/regression/alignment-order.ly: add Staff example.
5357
5358 2005-05-31  John Mandereau   <john.mandereau@free.fr>
5359
5360         * po/fr.po: update.
5361
5362 2005-05-31  Graham Percival  <gperlist@shaw.ca>
5363
5364         * Documentation/index.html.in: add link to LSR.
5365
5366 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5367
5368         * scm/define-stencil-commands.scm (Module): new file. Register all
5369         allowed stencil expression heads in a central place.
5370
5371         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
5372         ly:make-stencil
5373
5374         * lily/stencil-expression.cc (all_stencil_heads): registering
5375         stencil expressions.
5376
5377         * lily/stencil-interpret.cc: new file. Stencil expression
5378         interpreting.
5379
5380         * input/xiao-haizi-guai-guai.ly: move file back.
5381
5382 2005-05-30  Graham Percival  <gperlist@shaw.ca>
5383
5384         * Documentation/user/advanced.itely, converters.itely,
5385         instrument-notation.itely, lilypond-book.itely: misc small
5386         changes.
5387
5388 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5389
5390         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
5391
5392         * make/lilypond.fedora.spec.in: Fix source url.
5393
5394         * cygwin: Update from mingw patches.
5395
5396         * scm/editor.scm (editor-command-template-alist): Use jedit
5397         -reuseview (Bertalan), add uedit (Patrick Huberts).
5398
5399         * input/xiao-hai-zi-guai-guai.ly: Rename from
5400         xiao-haizi-guai-guai.ly.
5401
5402         * input/*: Reindent, do not use TAB.
5403
5404         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
5405         white background.
5406
5407 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5408
5409         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
5410         numerical overflow error.
5411
5412 2005-05-29 Laura Conrad <lconrad@laymusic.org>
5413         
5414         * abc2ly.py: fix to syntax error in multi-part output.
5415
5416 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5417
5418         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
5419         with disappearing span bars when alignAboveContext is active
5420
5421         * lily/property-iterator.cc (check_grob): use is-grob?
5422         object-property. Fixes crash-key-sig-font-size.ly. 
5423
5424 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5425
5426         * lily/bar-line.cc (print): don't round barlines; this produces
5427         odd aliasing effects in Acroread.
5428
5429         * lily/timing-engraver.cc (process_music): robustness fix.
5430
5431         * lily/context-def.cc (filter_engravers): bugfix.
5432
5433 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5434
5435         * lily/lilypond.rc.in: Add ly-icon.
5436
5437         * lily/GNUmakefile: 
5438         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
5439         rules.
5440
5441 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5442
5443         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
5444
5445         * ps/music-drawing-routines.ps: 
5446
5447         * scm/output-ps.scm: remove draw ez_ball.
5448
5449         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
5450         EasyNotation context definition.
5451
5452         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
5453         Text_interface and color for making easy note heads.
5454
5455         * lily/stencil.cc (with_color): new function.
5456
5457         * ps/music-drawing-routines.ps: remove draw_zigzag_line
5458
5459         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
5460         output routine. Zigzag now works in SVG too.
5461
5462         * scm/output-tex.scm (filledbox): idem.
5463
5464         * scm/output-svg.scm (filledbox): idem.
5465
5466         * scm/output-ps.scm (lily-def): remove horizontal-line. 
5467
5468         * lily/lookup.cc (horizontal_line): use draw-line. 
5469
5470         * lily/system-start-delimiter.cc: remove old staff bracket code.
5471
5472         * mf/feta-haak.mf: further tweaks.
5473
5474         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
5475
5476         * mf/feta-generic.mf: include feta-haak.
5477
5478         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
5479
5480         * scm/framework-ps.scm (write-preamble): only load fonts if their
5481         filename is a string. 
5482
5483 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5484
5485         * scm/output-svg.scm (circle): support circle.
5486         (bracket): stub for bracket.
5487
5488         * scripts/lilypond-book.py (main): make sure --psfonts warning is
5489         correct.
5490
5491 2005-05-26  Graham Percival  <gperlist@shaw.ca>
5492
5493         * Documentation/user/lilypond.tely, advanced-notation.itely,
5494         basic-notation.itely, instrument-notation.itely, global.itely,
5495         introduction.itely, tutorial.itely: rearranging, editing,
5496         clean-up.
5497
5498         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
5499         for compiling on FreeBSD.
5500
5501 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5502
5503         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
5504         otf files.
5505
5506         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
5507         bugfixes.
5508
5509         * VERSION: 2.5.26 released.
5510
5511         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
5512
5513 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
5514
5515         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
5516         if printpagenumber is false.
5517
5518 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5519
5520         * lily/font-config.cc (init_fontconfig): comment out FontConfig
5521         cache warning.
5522
5523         * lily/tie.cc (print): support dotted ties.
5524         
5525 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5526
5527         * scm/define-grobs.scm (all-grob-descriptions): switch off
5528         debugging
5529         (all-grob-descriptions): Arpeggio has Y-extent.
5530
5531         * scm/define-music-properties.scm (all-music-properties): document
5532         length-callback and start-callback as "read-only".
5533
5534         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
5535         length-callback after creation. 
5536
5537         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
5538         compressmusic -> compressMusic.
5539
5540         * ly/music-functions-init.ly (oldaddlyrics): idem.
5541
5542         * lily/parser.yy: NewLyricCombineMusic ->
5543         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
5544
5545 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
5546
5547         * ly/Welcome_to_LilyPond.ly: typo.
5548
5549 2005-05-24  Graham Percival  <gperlist@shaw.ca>
5550
5551         * Documentation/user/lilypond.tely: move changing-defaults to be
5552         before global issues.
5553
5554         * Documentation/user/basic-notation.itely: move Transpose section
5555         here from advanced/Other.
5556
5557         * Documentation/user/changing-defaults.itely,
5558         advanced-notation.itely: move Fonts to advanced, edit.
5559
5560 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5561
5562         * lily/parser.yy (bare_int): remove rule.  From now on, we require
5563         # before negative integers.
5564
5565 2005-05-23  Graham Percival  <gperlist@shaw.ca>
5566
5567         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
5568
5569         * Documentation/user/lilypond.tely: change Unified index to
5570         LilyPond index.
5571
5572         * Documentation/user/advanced-notation.itely,
5573         instrument-notation.itely: editing.
5574
5575 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5576
5577         * scm/lily.scm (lilypond-all): Bugfix: return failed.
5578
5579         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
5580
5581 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5582
5583         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
5584         ly:port-move.  Needs to be stderr-specific on mingw.
5585         Run fixcc.
5586
5587 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5588
5589         * lily/general-scheme.cc (ly:port-move): Remove.
5590
5591         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
5592         windows.
5593
5594         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
5595         variables.  This eliminates the need for a gs.bat wrapper, which
5596         opens a console.
5597
5598         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
5599         * scm/lily.scm (running-from-gui?): 
5600         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
5601         artifact of not compiling with -mwindows.
5602
5603         * scm/editor.scm: Define PLATFORM.
5604
5605 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5606
5607         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
5608         can start to cut & paste lilypond-book fragments.  
5609
5610         * scm/define-music-types.scm (music-descriptions): remove
5611         UntransposableMusic
5612
5613 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5614
5615         * scm/output-ps.scm (glyph-string): remove / before CIDs.
5616
5617 2005-05-20  Graham Percival  <gperlist@shaw.ca>
5618
5619         * Documentation/user/instrument-notation.itely: remove *Engraver.
5620
5621         * Documentation/user/advanced-notation.itely: edit, rearrange.
5622
5623 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5624
5625         * scm/output-ps.scm (glyph-string): take cid? argument. Use
5626         findresource iso. findfont for CID CFF fonts.
5627
5628         * VERSION (PACKAGE_NAME): release 2.5.25
5629
5630         * ly/Welcome_to_LilyPond.ly: add  \version
5631
5632 2005-05-20  Graham Percival  <gperlist@shaw.ca>
5633
5634         * Documentation/user/programming-interface.itely: move
5635         \displayMusic into its own section.
5636
5637         * Documentation/user/basic-notation.itely: finish editing.
5638
5639 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5640
5641         * flower/file-path.cc (find): don't throw away file_name.dir, but
5642         append to it. Fixes \include with directories.
5643
5644         * flower/include/file-path.hh (class File_path): don't derive from
5645         Array<String>.
5646
5647         * flower/include/file-name.hh (class File_name): remove to_str0()
5648
5649         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
5650         Hara_kiri_engraver in separate file.
5651
5652         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
5653         translation went wrong. Fixes vertically translated slurs.
5654
5655 2005-05-19  Graham Percival  <gperlist@shaw.ca>
5656
5657         * Documentation/user/basic-notaton.itely: editing.
5658
5659 2005-05-18  Graham Percival  <gperlist@shaw.ca>
5660
5661         * Documentation/user/macros.itexi, basic-notation.itely:
5662         add @commonprop (commonly used properties) macro.
5663
5664 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5665
5666         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
5667
5668         * scripts/lilypond-book.py (invokes_lilypond): new function
5669         (main): only run fontextract if invokes_lilypond() is true.
5670
5671         * lily/function-documentation.cc (ly_add_function_documentation):
5672         duh, use !=
5673
5674         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
5675
5676         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
5677
5678         * scm/lily.scm (running-from-gui?): lowercase Darwin.
5679
5680         * lily/function-documentation.cc (ly_add_function_documentation):
5681         use scm_hash_table_p() for checking.
5682
5683 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5684
5685         * Documentation/user/advanced-notation.itely (Text scripts):
5686         Change nonexisting @internalsref{Text markup} to @ref{Text
5687         markup}.  Change @internalsref{Text script} to
5688         @internalsref{TextScript}.
5689
5690         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
5691
5692 2005-05-17  Graham Percival  <gperlist@shaw.ca>
5693
5694         * Documentation/user/tutorial.itely, basic-notation.itely,
5695         changing-defaults.itely: remove duplicate cindex entries
5696         that appear on the same page.
5697
5698         * scm/define-grobs.scm: change default padding for TextSpanner.
5699
5700         * Documentation/topdocs/AUTHORS.texi: update email address.
5701
5702         * Documentation/user/global.itely: add info about \include.
5703
5704 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5705
5706         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
5707         when running-from-gui.
5708
5709         * scm/editor.scm (get-editor): Add platform defaults.
5710
5711         * scm/backend-library.scm (postscript->pdf): Typo.
5712
5713 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5714
5715         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
5716
5717         * lily/font-config.cc (init_fontconfig): add warning about cache.
5718
5719 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5720
5721         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
5722
5723 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5724
5725         * lily/horizontal-bracket.cc (print): Take care of the direction
5726         property so brackets above the stave point downwards. 
5727
5728         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
5729         for HorizontalBracket so it doesn't end up within the stave.
5730
5731 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5732
5733         * lily/GNUmakefile (default): Typo.
5734
5735         * scm/lily.scm (PLATFORM): Export.
5736
5737         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
5738         load-font-via-GS, ttftool or fopencookie is broken on windows.
5739         
5740         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
5741         -dSAFER, that is broken on windows.
5742
5743 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5744
5745         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
5746         for FlexLexer.h
5747
5748         * scripts/lilypond-invoke-editor.scm: remove stray -
5749
5750 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5751
5752         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
5753         Fixes deprecation warning.
5754
5755         * flower/include/string.icc (to_string): Only inline if
5756         -DSTRING_UTILS_INLINED.
5757
5758         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
5759         name.  Remove windows comment.
5760
5761         * scm/editor.scm (slashify): New function.
5762         (get-editor-command): Use it.
5763         (get-command-template): Do not alter editor command if
5764         environment value includes `%(file)s' magic.
5765
5766         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
5767         (dissect-uri): Use it.
5768         (unquote-uri): Bugfix.
5769
5770 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5771
5772         * scm/framework-ps.scm (write-preamble): add TTF rule.
5773
5774         * Documentation/topdocs/README.texi (Top): remove note about
5775         xdelta.
5776
5777         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
5778         requirement.
5779
5780         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
5781         function. Figure out where FlexLexer.h lives
5782
5783         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
5784         
5785 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5786
5787         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
5788         with Windows root in file name.
5789
5790         * scm/backend-library.scm (ly:system): Only redirect output (using
5791         system and shell, ugh) if /dev/null is writable.
5792
5793         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
5794         windows icon.
5795
5796         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
5797         on Mingw.
5798
5799         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
5800         click.
5801
5802         * flower/file-path.cc (is_dir, is_file): New function.  Actually
5803         use result of stat when available.
5804
5805         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
5806         absolute file name and root.
5807
5808         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
5809
5810         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
5811
5812         * flower/file-name.cc (slashify): Bugfix, do substitute if no
5813         slashes in file name.
5814
5815 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5816
5817         * Documentation/user/preface.itely (Preface): Run
5818         texinfo-all-menus-update.
5819
5820         * scm/editor.scm (get-editor-command): Bugfix: allow full
5821         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
5822
5823         * Documentation/pictures/lilypond-48.xpm: New file.
5824
5825         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
5826
5827         * ly/Welcome_to_LilyPond.ly: New file.
5828
5829         * lily/main.cc (main): Only identify if we have a terminal.
5830
5831         * scm/backend-library.scm (postscript->png)
5832         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
5833         non-/bin/sh).
5834
5835 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
5836
5837         * Documentation/topdocs/AUTHORS.texi: polish, update.
5838
5839 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5840
5841         * Documentation/user/preface.itely (Notes for version 2.6): new
5842         notes for 2.6
5843
5844         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
5845         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
5846         is not fully contained" warnings.
5847
5848         * lily/slur-scoring.cc (get_bound_info): remove warning.
5849
5850         * lily/staff-symbol-engraver.cc (process_music): start initial
5851         spanner in process_music(). This fixes overrides of StaffSymbol
5852         properties.
5853
5854         * scm/framework-pdf.scm (Module): remove.
5855
5856         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
5857
5858         * lily/ambitus-engraver.cc: formatting cleanups.
5859
5860         * mf/feta-solfa.mf (Module): remove.
5861
5862         * ChangeLog: more details about contributions.
5863
5864 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5865
5866         * lily/align-interface.cc (align_elements_to_extents): warn if
5867         called too early. Fixes: disappearing-staff-lines.ly
5868
5869         * VERSION (PACKAGE_NAME): release 2.5.24
5870
5871 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5872
5873         * stepmake/aclocal.m4: Typo.
5874
5875         * flower/string.cc (substitute): Take two strings or two
5876         characters.  Update callers.
5877
5878 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5879
5880         * flower/file-name.cc (File_name): Slashify.
5881
5882         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
5883
5884         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
5885
5886         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
5887
5888         * configure.in (gui_b): Use it.
5889
5890         * lily/lilypond.rc.in: New file.
5891
5892         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
5893
5894 2005-05-12  Graham Percival  <gperlist@shaw.ca>
5895
5896         * Documentation/user/advanced-notation.itely: edit of Text
5897         section; clarify text scripts vs. text markup.
5898
5899 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5900
5901         * lily/multi-measure-rest-engraver.cc
5902         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
5903         separation items on start. Fixes mm rests in start of score.
5904
5905         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
5906         don't access StaffSymbol if not there.
5907         Fixes: crash-staff-symbol-engraver.ly.
5908
5909         * lily/instrument-name-engraver.cc (class
5910         Instrument_name_engraver): data member first_. Create
5911         InstrumentName on start. 
5912
5913 2005-05-12  Graham Percival  <gperlist@shaw.ca>
5914
5915         * Documentation/user/instrument-notation.itely: add guitar
5916         position.
5917
5918         * Documentation/user/introduction.itely,
5919         Documentation/user/lilypond.tely,
5920         Documentation/user/tutorial.itely: begin pruning
5921         unused (duplicated) cindex entries and misc cleanup.
5922
5923 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5924
5925         * input/test/volta-chord-names.ly: Bring the explanation up to
5926         date.
5927
5928 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
5929
5930         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
5931         Specify `@documentencoding utf-8' for html, ignore warnings.
5932
5933 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
5934
5935         * THANKS: Added bughunters.
5936
5937 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
5938
5939         * lily/main.cc: update help string for `lilypond -H'.
5940
5941         * po/fi.po: update.
5942         
5943 2005-05-10  Graham Percival  <gperlist@shaw.ca>
5944
5945         * Documentation/user/advanced-notation.itely: minor fixes.
5946
5947 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5948
5949         * scm/editor.scm: New module.
5950
5951         * scm/lily.scm (gui-main): Use it.
5952
5953         * scm/framework-gnome.scm (spawn-editor): Use it.
5954
5955         * scripts/lilypond-invoke-editor.scm: Use it in new script.
5956
5957 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5958
5959         * scm/framework-ps.scm (load-font-via-GS):  new function.
5960
5961         * lily/pango-font.cc (pango_item_string_stencil): add support for
5962         CID keyed font.
5963
5964         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
5965
5966 2005-05-10  Graham Percival  <gperlist@shaw.ca>
5967
5968         * Documentation/user/basic-notation.itely: add @ref.
5969
5970         * Documentation/user/advanced-notation.itely: add example
5971         of 5/8 beaming.
5972
5973 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5974
5975         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
5976
5977         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
5978         going through ps2pdf wrappers.
5979
5980 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
5981
5982         * Documentation/user/instrument-notation.itely: petrucci note
5983         heads: updated docu
5984
5985         * input/regression/note-head-style.ly: updated regression test;
5986         indentation fixes
5987
5988         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
5989         heads as default
5990
5991         * mf/parmesan-heads.mf: minor editing; use musicological names
5992         (rather than optical description) as note head names
5993
5994         * scm/output-lib.scm: complete petrucci heads
5995
5996 2005-05-09  Pal Benko  <benkop@freestart.hu>
5997
5998         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
5999         heads, but bigger)
6000
6001 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6002
6003         * lily/main.cc (main_with_guile): Remove no files check.
6004
6005         * lily/main.cc (ly:usage): Export to Scheme.
6006
6007         * scm/lily.scm (no-files-handler): New function.
6008
6009         * scm/lily.scm (lilypond-main): Use it.
6010
6011         * configure.in (gui_b): Add mbrtowc checking.
6012         Resurrect [utf8/]wchar.h checking.
6013
6014 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6015
6016         * Documentation/user/advanced-notation.itely (Metronome marks):
6017         Add link to the program reference for MetronomeMark
6018
6019         * Documentation/user/lilypond-book.itely (An example of a
6020         musicological document): Correct the example using psfonts 
6021
6022 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
6023
6024         * po/fi.po: update after a lesson how to update entries against
6025         source.
6026         
6027         * po/TODO: document the lesson.
6028
6029 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6030
6031         * configure.in (gui_b): remove wcrtomb checking.
6032
6033         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
6034         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
6035
6036 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6037
6038         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
6039         keep Scheme expressions and strings unmodified when doing the
6040         conversion to postfix notation for slurs and beams. Should
6041         hopefully solve most related conversion problems. 
6042
6043         * Documentation/user/lilypond-book.itely : Clarify and correct how
6044         to call dvips with -h psfonts.
6045
6046 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6047
6048         * Documentation/user/instrument-notation.itely (Entering lyrics):
6049         Typo.  Fixes build.
6050
6051 2005-05-09  Graham Percival  <gperlist@shaw.ca>
6052
6053         * Documentation/user/lilypond-book.itely: document PSFONTS file.
6054
6055         * Documentation/user/lilypond.tely, lilypond-book.itely,
6056         tutorial.itely: change references to 2.5.x to 2.6.x.
6057
6058         * Documentation/user/instrument-notation.itely: clarified \addlyrics
6059         vs \lyricmode.
6060
6061         * Documentation/user/invoking.itely: remove old info about
6062         lilypond-profile.
6063
6064         * Documentation/topdocs/INSTALL.texi: remove old info about
6065         lilypond-profile, add warning about needing international fonts
6066         to build docs.
6067
6068 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6069
6070         * lily/include/grob-info.hh (class Grob_info): make data member
6071         private. Changes throughout.
6072
6073         * input/regression/alignment-order.ly: new file. 
6074
6075         * lily/vertical-align-engraver.cc (acknowledge_grob): read
6076         alignAboveContext and alignBelowContext
6077
6078 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6079
6080         * lily/pfb.cc (LY_DEFINE): add cast.
6081
6082         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
6083         matches .otf
6084         (write-preamble): warn about unknown fonts.
6085
6086         * lily/pfb.cc (Module): new function ly:otf->cff
6087
6088         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
6089         (get_otf_table): new function.
6090
6091 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6092
6093         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
6094         iso. ps2png.
6095
6096 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
6097
6098         * po/fi.po: apply second round of update.
6099
6100 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6101
6102         * scm/x11-color.scm (make-x11-color-handler): don't use
6103         #\sp. Apparently doesn't work on all platforms. 
6104
6105 2005-05-06  Graham Percival  <gperlist@shaw.ca>
6106
6107         * Documentation/user/advanced-notation.itely, putting.itely,
6108         tutorial.itely, global.itely, introduction.itely: really minor fixes.
6109
6110 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6111
6112         * VERSION (PACKAGE_NAME): release 2.5.23
6113
6114 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6115
6116         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
6117         convert to utf-8.
6118
6119         * THANKS: Add translators for this release, convert to utf-8.
6120
6121         * mf/GNUmakefile (MFTRACE_FLAGS):
6122         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
6123         outdir as option (WAS: hardcoded).
6124
6125 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6126
6127         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
6128         finished_span_
6129
6130         * THANKS: add Hans Forbrich.
6131
6132         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6133
6134         * Documentation/user/basic-notation.itely (Staff symbol): document
6135         start/stop staff. Reference to ossia.ly
6136
6137         * input/test/ossia.ly: new example using stop and startStaff.
6138
6139         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
6140         in other words, don't create "|" barline at start of the score.
6141         (start_translation_timestep): don't set whichBar for start of score.
6142
6143         * input/regression/staff-halfway.ly: use new functionality.
6144
6145         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
6146         start and stop staff based on events.
6147
6148         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
6149
6150         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
6151
6152 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6153
6154         * Documentation/user/programming-interface.itely (How markups work
6155         internally ): remove \encoding reference.
6156
6157 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6158
6159         * scripts/convert-ly.py: Attempt to do a smarter update of 
6160         text markups from versions < 1.9.0 with arbitrary nesting.
6161
6162 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
6163
6164         * po/fi.po: convert to utf-8, and update.
6165
6166 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6167
6168         * make/lilypond.suse.spec.in: update from suse 2.4 package.
6169
6170         * lily/*.cc: more <? >? to min/max changes
6171
6172         * lily/include/interpretation-context-handle.hh: rename
6173         Interpretation_context_handle to Context_handle.
6174
6175 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
6176
6177         * input/regression/GNUmakefile (local_delete): use `find` together 
6178         with `xargs` to avoid too long argument-lists in cmd line.
6179
6180 2005-05-04  Graham Percival  <gperlist@shaw.ca>
6181
6182         * Documentation/user/introduction.itely: updates "About this manual".
6183
6184         * Documentation/user/advanced-notation.itely,
6185         invoking.itely: minor fixes.
6186
6187 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6188
6189         * COPYING: add font exception. Update FSF address. 
6190
6191         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
6192         should be taken without child context.
6193
6194         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
6195
6196         * scm/define-markup-commands.scm (triangle): new command, as
6197         robust replacement for unicode Delta/Triangle.
6198
6199 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6200
6201         * ps/music-drawing-routines.ps: add fillp argument.
6202
6203         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
6204
6205         * lily/font-config.cc (init_fontconfig): don't add cff/
6206
6207         * VERSION (PACKAGE_NAME): release 2.5.22
6208
6209         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
6210
6211         * lily/grace-engraver.cc (consider_change_grace_settings): use
6212         is_alias(). Fixes problem with CueVoice grace notes. 
6213
6214         * lily/simultaneous-music-iterator.cc (construct_children): call
6215         Music_iterator::quit() for iterators that start out invalid. This
6216         fixes indefinitely continuing contexts.
6217
6218         * buildscripts/substitute-encoding.py: new file
6219
6220         * Documentation/user/basic-notation.itely (Basic polyphony): fix
6221         missing @end 
6222
6223         * scripts/lilypond-book.py (write_if_updated): print file name.
6224
6225         * Documentation/user/basic-notation.itely (Explicitly
6226         instantiating voices): idem.
6227
6228         * Documentation/user/advanced-notation.itely (Text spanners):
6229         remove stray { } 
6230
6231         * lily/context.cc (default_child_context_name): the default child
6232         is now first in accepts_list_.
6233
6234         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
6235         \defaultchild to all relevant contexts.  This fixes:
6236         drums-pitch.ly.
6237
6238         (Probably also fixes similar problems with ancient
6239         transcriptions getting CueVoices instead of the desired voices.)
6240  
6241         * lily/context-def.cc (get_default_child): new function.
6242         (get_accepted): place default child in front of list.
6243
6244         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
6245
6246         * lily/include/context-def.hh (struct Context_def): add
6247         default_accept_
6248
6249 2005-05-03  Graham Percival  <gperlist@shaw.ca>
6250
6251         * scm/define-grobs.scm: remove "remove-first" line, since
6252         the absent property is set to #f anyway.
6253
6254         * Documentation/user/basic-notation.itely,
6255         advanced-notation.itely, instrument-notation.itely: minor
6256         fixes.
6257
6258         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
6259
6260         * Documentation/user/advanced-notation.itely,
6261         changing-defaults.itely: consolidate Text stuff in
6262         advanced notation.
6263
6264         * Documentation/user/global.itely: better docs for \header.
6265
6266         * Documentation/user/putting.itely: new chapter; placeholder
6267         for future expansion.
6268
6269         * Documentation/user/examples.itely: moved "suggestions for
6270         writing LP files" section into putting.itely.
6271
6272         * Documentation/user/lilypond.itely: added new chapter,
6273         fixed the short table of contents.
6274
6275 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6276
6277         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
6278         infinity for unfeasible beams.
6279
6280         * make/lilypond.fedora.spec.in (Group): idem.
6281
6282         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
6283
6284         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
6285
6286         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
6287         fonts directly.
6288
6289         * buildscripts/gen-emmentaler-scripts.py (i): idem.
6290
6291         * mf/GNUmakefile: remove all CFF rules.
6292
6293         * scm/framework-ps.scm (ps-embed-cff): reinstate.
6294
6295         * lily/open-type-font-scheme.cc (LY_DEFINE):
6296         new function ly:otf-font-table-data.
6297         (LY_DEFINE): new function otf-font?
6298
6299 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6300
6301         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
6302         ($(outdir)/Fontmap.lily): idem.
6303
6304         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
6305         for PFAEmmentaler-XXX.pfa. 
6306
6307         * Documentation/user/music-glossary.tely (accidental): NL
6308         translation of accidental.
6309
6310 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6311
6312         * flower/include/international.hh: Bugfix: include "string.hh".
6313
6314         * lily/include/mingw-compatibility.hh: New file.
6315
6316         * flower/include/libc-extension.hh (memrev): Rename from strrev.
6317
6318         * configure.in: Search for mingw wcrtomb library.
6319
6320 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6321
6322         * scripts/convert-ly.py: Bug fix
6323
6324         * Documentation/user/changing-defaults.itely (Common tweaks):
6325         Added example where the context has to be specified explicitly
6326         (MetronomeMark). 
6327
6328 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6329
6330         * scripts/lilypond-book.py (ly_options): set timing to #f for
6331         notime option.
6332
6333         * scripts/convert-ly.py (conv): typo.
6334
6335         * flower/*.cc: remove <? and >?
6336         
6337         * lily/*.cc: remove <? and >?
6338
6339         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
6340         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
6341         editor.
6342
6343 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6344
6345         * lily/part-combine-engraver.cc: add space to variable list.
6346
6347 2005-04-30  Graham Percival  <gperlist@shaw.ca>
6348
6349         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
6350         remove-first to false (matches docs)
6351
6352         * Documentation/user/advanced-notation.itely: corrected docs
6353         concerning remove-first.
6354
6355 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6356
6357         * lily/part-combine-engraver.cc: make sure that the relevant
6358         properties are included in the documentation.
6359
6360 2005-04-28  Graham Percival  <gperlist@shaw.ca>
6361
6362         * Documentation/user/lilypond-book.itely: Bernard's docs
6363         for \betweenLilyPondSystem.
6364
6365 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6366
6367         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
6368         remarks.
6369
6370 2005-04-28  Pal Benko  <benkop@freestart.hu>
6371
6372         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
6373         only on vertical lines of flexa shape, and use a constant
6374         thickness value for horizontal lines (patch slightly modified by
6375         Jürgen Reuter)
6376
6377         * lily/include/mensural-ligature.hh: make 2 comments clearer
6378
6379 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
6380
6381         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
6382         to need_extra_horizontal_space; bugfix: use class scope to avoid
6383         global namespace pollution
6384
6385         * Documentation/user/instrument-notation.itely (ligatures): added
6386         comment on possible future syntax change and how to work around
6387
6388         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
6389         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
6390         intervals (fixes agnus dei example)
6391
6392         * Documentation/user/instrument-notation.itely (white mensural
6393         ligatures): selected a more illustrative example
6394
6395 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
6396
6397         * Documentation/index.html.in: specify utf-8 charset in meta content.
6398
6399 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6400
6401         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
6402         empty 2nd page for single page.
6403
6404         * scm/lily.scm: remove p&c definitions.
6405
6406         * po/zh_TW.po (Module): new translation.
6407
6408         * lily/lily-guile.cc (ly_chain_assoc): remove.
6409
6410         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
6411         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
6412
6413 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6414
6415         * lily/beaming-info.cc: remove infinity_i
6416
6417         * scripts/abc2ly.py (out_filename): fix thinko with \version.
6418
6419 2005-04-26  Graham Percival  <gperlist@shaw.ca>
6420
6421         * Documentation/user/basic-notation.itely,
6422         instrument-notation.itely, advanced-notation.itely,
6423         changing-defaults.itely: minor fixes.  Added docs
6424         for colors to advanced-notation.itely.
6425
6426         * Documentation/user/advanced-notation.itely: fixed compile
6427         problem and added Bernard's x11-color doc patch.
6428
6429 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6430
6431         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
6432         alright this time round.
6433
6434 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6435
6436         * Documentation/topdocs/INSTALL.texi (Top): idem.
6437
6438         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
6439
6440         * VERSION (MAJOR_VERSION): release 2.5.21
6441
6442         * scm/output-ps.scm (grob-cause): bugfix.
6443
6444 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6445
6446         * cygwin/*: Update.
6447
6448         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
6449         stuff.
6450
6451         * scm/output-ps.scm (grob-cause): Bugfix.
6452
6453         * scm/lily.scm (ly:load): Remove x11-color.
6454
6455         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
6456         quote executable, fixes getting version from program --with
6457         --options.
6458         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
6459         $ac_exeect.
6460
6461         * Documentation/user/GNUmakefile: Only build music-glossary with
6462         rendered lilypond snippets during web.
6463
6464 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6465
6466         * po/de.po: update.
6467
6468         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
6469
6470 2005-04-22  Laura Conrad <lconrad@laymusic.org>
6471  
6472         * scripts/abc2ly:
6473         second title line append with punctuation dash character;
6474         encode abc2ly python strings in utf-8
6475        
6476 2005-04-21  Laura Conrad <lconrad@laymusic.org>
6477
6478         * scripts/abc2ly fix chords (again)
6479  
6480 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
6481
6482         * scm/x11-color.scm: new file
6483         All x11 color names can be accessed with:
6484         #(x11-color 'ColorName),
6485         #(x11-color "ColorName") or:
6486         #(x11-color "color name")
6487         If the x11 color name is not recognised then it defaults
6488         to black
6489
6490         * scm/lily.scm: amended to call scm/x11-color.scm
6491
6492 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6493
6494         * Documentation/user/invoking.itely (Reporting bugs): comment out
6495         reference to online PNG bug repository.
6496
6497 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6498
6499         * lily/translator-scheme.cc (ly:translator-property): Remove.
6500         Update callers.
6501
6502         * lily/context-scheme.cc (ly:context-now): Move from translator.
6503         Update callers.
6504
6505 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6506
6507         * input/regression/grid-lines.ly (skips): refine example.
6508
6509         * scm/define-context-properties.scm
6510         (all-user-translation-properties): doc autoBeamCheck
6511
6512         * input/regression/grid-lines.ly (Module): new file.
6513
6514         * lily/grid-point-engraver.cc (Module): new file.
6515
6516         * lily/grid-line.cc (Module): new file.
6517
6518         * lily/grid-line-span-engraver.cc (Module): new file.
6519
6520         * lily/grid-line-interface.cc (Module): new file.
6521
6522 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6523
6524         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
6525         missing parameter, actualy cdr through list.  Actually return a
6526         list with ENTRY removed (was '()).
6527
6528         * scripts/convert-ly.py: Update.  Print warning if file cannot be
6529         opened.
6530         (do_conversion): Fix printing of continuation comma.
6531
6532         * Documentation/user/advanced-notation.itely (Beam formatting):
6533         Remove refbugs about compound time and mixed duration.
6534
6535         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
6536         modulo moments explicitely.
6537
6538         * lily/moment.cc (operator %): New function.
6539
6540         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
6541
6542         * lily/translator-scheme.cc (ly:translator-now,
6543         ly:translator-property): New function.
6544
6545         * scm/auto-beam.scm (default-auto-beam-check): New function.
6546
6547         * lily/auto-beam-engraver.cc (test_moment): Use it.
6548
6549         * flower/rational.cc (operator %): Bugfix.
6550
6551 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
6552
6553         * scripts/abc2ly: Bugfix
6554
6555 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6556
6557         * python/fontextract.py (write_extracted_fonts): bugfix, too many
6558         %'s on EndFont comment.
6559
6560         * lily/ledger-line-spanner.cc: some more words of explanation.
6561
6562 2005-04-20  John Williams <williams@tni.com>  
6563         
6564         * scripts/lilypond-book.py: htmlquote bugfix.
6565         Allow snippets to be given distinct filenames.
6566         Allow the default alt text to be overridden.
6567
6568 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
6569
6570         * ly/performer-init.ly: Bugfix
6571
6572         * THANKS: Added bughunters.
6573
6574 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6575
6576         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
6577
6578         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
6579         position (was: use modulo measure length).
6580
6581         * configure.in (no gui_b): Remove optional gtk+ requirement.
6582
6583 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6584
6585         * Documentation/user/basic-notation.itely (Pitches): add
6586         LedgerLineSpanner.
6587
6588         * lily/dynamic-engraver.cc (process_music): set right bound to
6589         script if present. Else, do not set.
6590         (acknowledge_grob): only set right bound of finished spanner to
6591         note column if no other bound is set.
6592
6593         * python/lilylib.py (make_ps_images): switch back to png16m.
6594         
6595 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6596
6597         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
6598         writing up to date file.  Add dvips usage suggestion.
6599
6600         * scripts/convert-ly.py: Fix error message.
6601         Print usage if no files on command line.
6602         (usage): Add example usage.
6603
6604         * input/test/compound-time.ly: New file.
6605
6606         * input/test/circle.ly: New file.
6607
6608         * Documentation/topdocs/NEWS.tely: Use them.
6609
6610         * input/test/boxed-stencil.ly: Remove \score.
6611
6612         * buildscripts/mf-to-table.py (base): Add .log dependency.
6613
6614         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
6615         pfa's.  Add .log dependency
6616
6617         * scm/define-markup-commands.scm (lower): New command.
6618
6619         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
6620         make it default.
6621
6622 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6623
6624         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
6625         also to finished cresc as right bound. This fixes:
6626         skip-string-decresc.ly
6627
6628         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
6629         relative_coordinate if extent is empty.
6630
6631         * lily/stem.cc (width_callback): determine correct extent if flag
6632         is not there. This fixes slur-no-flag.ly
6633
6634         * lily/grace-engraver.cc (consider_change_grace_settings): new
6635         function.
6636         (initialize): also consider_change_grace_settings() on
6637         initialization. Fixes large grace notes at start of score.
6638
6639         * lily/break-align-interface.cc (do_alignment): don't translate if
6640         total_extent is empty.
6641
6642         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
6643
6644 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6645
6646         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
6647         with slash.
6648
6649 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6650
6651         * stepmake/aclocal.m4: Remove tfm_path.
6652
6653 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6654
6655         * scm/music-functions.scm (markup-expression->make-markup): fix
6656         bug with cons arguments of markup commands.
6657         (music->make-music): fix music expression property list building
6658
6659 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6660
6661         * aclocal.m4: Massage package names.
6662
6663         * SCons updates.
6664
6665 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6666
6667         * VERSION (PACKAGE_NAME): release 2.5.20
6668
6669         * lily/stem.cc (calc_stem_info): add minimum Y extent of
6670         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
6671
6672         * lily/percent-repeat-engraver.cc (try_music): add measure before
6673         next_moment to future processing moment. Fixes:
6674         percent-repeat-mm-rest.ly
6675         (process_music): don't add moment for 2nd time.
6676
6677         * input/regression/repeat-percent.ly: add mmrests as extra test.
6678
6679         * lily/axis-group-engraver.cc (acknowledge_grob): read
6680         keepAliveInterfaces to decide what to kill.
6681
6682         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
6683         percent-repeat-interface to keepAliveInterfaces. This fixes
6684         percent-repeat-harakiri.
6685
6686 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6687
6688         * SCons updates.
6689
6690 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6691
6692         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
6693
6694         * aclocal.m4: remove --enable-tfm-path configure option
6695
6696         * input/test/ancient-font.ly (lowerStaff): clef name errors.
6697
6698         * scm/backend-library.scm (postscript->png): newline after
6699         finishing command.
6700
6701         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
6702         (LY_DEFINE): ly:paper-score-paper-systems: new function 
6703
6704         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
6705
6706         * lily/score.cc (default_rendering): use Music_output too.
6707
6708         * input/test/chord-names-languages.ly (Module): rename file.
6709
6710         * lily/text-spanner.cc: add bound-padding.
6711
6712         * lily/paper-book.cc (systems): accept Paper_score
6713         iso. Paper_system vector. 
6714
6715         * input/regression/line-arrows.ly: new file.
6716
6717         * lily/paper-score.cc (process): run get_paper_systems() only once.
6718
6719         * lily/line-spanner.cc (line_stencil): add arrows.
6720
6721 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
6722
6723         * lily/line-interface.cc (make_arrow): new function. 
6724         (arrows): idem.
6725
6726 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
6727
6728         * input/test/chord-names-german.ly: update for italian/french
6729         chords.
6730         
6731         * Documentation/user/instrument-notation.itely (Printing chord
6732         names): update.
6733
6734 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6735
6736         * lily/include/paper-score.hh (class Paper_score): remove unused
6737         prototypes.
6738
6739         * lily/book.cc (process): add -COUNT to midi output.
6740
6741         * lily/score.cc (book_rendering): remove outname argument
6742         (book_rendering): return list of Music_outputs. 
6743
6744         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
6745
6746         * lily/book.cc (process): loop over Music_outputs returned from
6747         Score::book_rendering().
6748
6749         * lily/*.cc (width_callback): remove spurious "unused" warnings
6750         for assert (axis==[XY]_AXIS); 
6751
6752         * lily/include/music-output.hh (class Music_output): smobify class.
6753
6754         * lily/include/paper-score.hh (class Paper_score): make members
6755         private.
6756
6757         * lily/performance.cc (process): return #f iso. #<undefined>. This
6758         prevents #<undefined> leaking into GUILE-userspace.
6759
6760 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6761
6762         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
6763
6764 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
6765
6766         * scm/chord-name.scm : support for italian and french
6767         chords names.
6768
6769         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
6770         a space defined by chordPrefixSpacer when the root name is
6771         direclty followed by a prefix.
6772
6773         * ly/engraver-init.ly : chordPrefixSpacer       
6774         * scm/define-context-properties.scm : chordPrefixSpacer
6775         * ly/property-init.ly : italianChords, frenchChords 
6776
6777 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6778
6779         * mf/feta-din.mf: Remove.
6780
6781         * mf/GNUmakefile (fontdir): Bugfix.
6782
6783         * mf/SConstruct: Some updates.
6784
6785         * SConstruct: Require pkg-config.
6786         (test_program): Bugfix for double digit version compares, use
6787         integer (not string-) compare.
6788         Optionally require gs 8.14.
6789
6790         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
6791
6792         * lily/*: s/ifdef HAVE_*/if have/.
6793
6794         * SConstruct (test_lib): New function.  Update pkg-config and some
6795         other requirements.
6796
6797         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
6798         freetype, pangof2t.
6799
6800 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6801
6802         * po/lilypond.pot, ...: Update using bison-CVS.
6803
6804         * python/lilylib.py (make_ps_images): Fixo.
6805
6806 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6807
6808         * python/lilylib.py (make_ps_images): typo.
6809
6810         * configure.in (gui_b): make bison optional.
6811
6812         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
6813
6814 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
6815
6816         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
6817         with one parameter can be defined in a LaTeX file when processed
6818         by lilypond-book this will be evaluated between the systems of
6819         a multi-system score. The parameter is the number of systems processed.
6820
6821 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6822
6823         * python/lilylib.py (make_ps_images): Escape newline.
6824
6825         * Documentation/user/music-glossary.tely: Run
6826         texinfo-all-menus-update.
6827
6828 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6829
6830         * scm/lily-library.scm (old-relative-not-used-message)
6831         (version-not-seen-message): Add input-file-name-location to message.
6832
6833         * lily/parser.yy (lilypond): Add token aliases.
6834
6835         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
6836         not confuse with alteration.
6837         (alteration): Add.
6838
6839 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6840
6841         * python/lilylib.py (make_ps_images): use -dEPSCrop
6842
6843         * VERSION (PACKAGE_NAME): release 2.5.19 
6844
6845         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6846         only put xrefs in info documentation.
6847
6848         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
6849         .pdf rule to tex-rules.make.
6850
6851         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
6852         from -systems.* output.
6853
6854         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
6855         directly, remove -$(PAGESIZE) target.
6856
6857         * input/test/embedded-postscript.ly: update.
6858
6859 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6860
6861         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
6862
6863         * Documentation/user/changing-defaults.itely (Font selection):
6864         document font-name.
6865
6866         * input/regression/font-name.ly: show Pango fonts for
6867         font-name. Update example. 
6868
6869         * lily/pango-select.cc (properties_to_pango_description): don't
6870         convert symbol font-size to number, but use to lookup.
6871
6872         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
6873
6874         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
6875         (NAME . FILE-NAME) tuples for font descriptions. 
6876         (write-preamble): display BeginFont DSC comments.
6877
6878         * python/fontextract.py (write_extracted_fonts): new file. Extract
6879         font resources from a PS file.
6880
6881         * scripts/lilypond-book.py (option_definitions): --psfonts option.
6882         (Compile_error.process_include): do_file returns chunks.
6883
6884         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
6885
6886         * make/lysdoc-targets.make: .texi is .PRECIOUS
6887
6888         * scripts/lilypond-book.py (write_if_updated): new function.
6889
6890 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6891
6892         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
6893
6894 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6895
6896         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
6897
6898         * input/regression/markup-syntax.ly: remove \score.
6899
6900         * scm/define-markup-commands.scm (draw-circle): add fill argument
6901
6902         * scm/stencil.scm (make-circle-stencil): add fill argument
6903
6904         * ps/music-drawing-routines.ps: add fill argument.
6905
6906         * ly/performer-init.ly: add CueVoice to MIDI too.
6907
6908         * ps/music-drawing-routines.ps: new routine BeginEPSF /
6909         EndEPSF.
6910
6911         * input/regression/markup-eps.ly: new file.
6912
6913         * scm/framework-ps.scm (write-preamble): change order: vars should
6914         be inited before procedures.
6915
6916         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
6917         for EPS files.
6918
6919         * scm/define-markup-commands.scm (epsfile): add epsfile command.
6920
6921 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6922
6923         * configure.in (gui_b): add check for ghostscript 8.15
6924
6925 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6926
6927         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
6928         start of line. Fixes cresc-after-newline.ly
6929
6930         * lily/source-file.cc (file_line_column_string): use get_column().
6931
6932 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6933
6934         * lily/source-file.cc (get_column): utf-8 support for column numbers.
6935
6936 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6937
6938         * lily/*: use message () iso progress_indication () for messages.
6939         Revise/uniformise user messages.
6940
6941         * flower/warn.cc (progress_indication): New function.
6942         (message): Use it.  Fixes newline problems.
6943
6944         * config.make.in (webdir): Sort out install dirs.
6945
6946         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
6947
6948         * python/lilylib.py (command_name): Bugfix.
6949         (make_ps_images):
6950
6951 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
6952
6953         * lily/main.cc: --help says what types of backends are availabe
6954
6955 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6956
6957         Fix ./VERSION dependency, and without need to reconfigure.
6958
6959         * lily/main.cc (setup_paths): Update.
6960
6961         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
6962
6963         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
6964
6965         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
6966         Add \line for some simplistic cases.
6967
6968         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
6969
6970 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6971
6972         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
6973         to compile LY files (useful for adding eg. "-I" args)
6974         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
6975         2Gnome command for gnome backend.
6976         (LilyPond-command-formatgnome): call the 2Gnome command. key
6977         binding: C-c C-g
6978
6979 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6980
6981         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
6982         depend on all PNG images.
6983
6984 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6985
6986         * GNUmakefile.in: Bugfix: also link .map files.
6987
6988 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6989
6990         * scm/music-functions.scm (music->make-music): generate 
6991         a (make-music ...) sexpr from a music expression.
6992         (display-scheme-music): use guile pretty printer to display the
6993         make-music sexpr.
6994
6995 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6996
6997         * ly/engraver-init.ly: reindent.
6998         Add CueVoice.
6999
7000         * scm/music-functions.scm (music-pretty-string): handle moments
7001         too.
7002         (music-pretty-string): only print non-empty lists.
7003         (cue-substitute): create CueVoice context, which has smaller type.
7004
7005         * lily/moment-scheme.cc (LY_DEFINE): new methods
7006         ly:moment-grace-{numerator,denominator}
7007
7008         * lily/context-handle.cc: remove quit() method. 
7009
7010         * lily/font-config.cc (init_fontconfig): be verbose about font path.
7011         (init_fontconfig): success is 0, not !0
7012
7013 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7014
7015         * mf/feta-nummer-code.mf (code): add plus glyph.
7016
7017         * lily/tie.cc (print): idem.
7018
7019         * lily/slur.cc (print): don't use thickness property for
7020         slur shape-thickness.
7021
7022         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
7023         while adding stencils.
7024
7025         * scm/define-markup-commands.scm (with-color): with-color markup
7026         command.
7027         (whiteout): new markup command 
7028         (filled-box): new markup command
7029
7030 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7031
7032         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
7033         test for PDF docs.
7034
7035         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
7036         PFAAybabtu-Regular.  Fixes feta font in PDFs.
7037         
7038         Notes for tetex-3.0 make web:
7039            psclean.map: s/uhv8a/uhvr8a/
7040            config.ps add:
7041                 p +psfonts_t1.map
7042                 p +psclean.map
7043                 p +typeface.map
7044
7045 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7046
7047         * scm/music-functions.scm (music-pretty-string): fix bug with
7048         string argument.
7049
7050 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
7051
7052         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
7053
7054 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7055
7056         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
7057         only process options if they're there.
7058         (write_file_map): add version-seen? to snippet-map.ly
7059
7060 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
7061
7062         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
7063         formatting cleanups.
7064
7065         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
7066         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
7067
7068 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7069
7070         * scm/framework-ps.scm (ps-font-command): don't hash, just use
7071         name directly.
7072
7073         * lily/main.cc (setup_paths): either add mf/out to search path or 
7074         fonts/{otf,type1,etc}
7075         
7076         * lily/font-config.cc (init_fontconfig): either add mf/out to
7077         FontConfig or fonts/{otf,type1,etc}
7078
7079         * GNUmakefile.in: don't put mf/ link in share/ dir.
7080
7081         * lily/staff-spacing.cc: move same-direction-correction to
7082         note-spacing-interface
7083
7084         * scm/lily.scm (lilypond-main): use variable argument count for
7085         exception handler.
7086
7087         * lily/font-config.cc (init_fontconfig): add operator pacification
7088         message.
7089
7090         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
7091
7092         * buildscripts/gen-emmentaler-scripts.py (i): generate
7093         PFAEmmentaler as well.
7094
7095         * scm/framework-ps.scm (munge-lily-font-name): new function
7096         (write-preamble): hack: insert PFA equivalent of CFF into
7097         .PS. This makes LilyPond output printable on normal PS printers
7098         again.
7099
7100         * buildscripts/gen-emmentaler-scripts.py (i): generate
7101         PFAEmmentaler.pfa aswell.
7102
7103 2005-04-06  John Williams <williams@tni.com>  
7104         
7105         * scripts/lilypond-book.py: refactor the compose_ly procedure.
7106         
7107 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7108
7109         * scm/page-layout.scm (default-page-make-stencil): always combine
7110         the header stencil, even if empty. This prevents the body text to
7111         reach up to the margins.
7112
7113         * po/rw.po (Module): new file, for Kinyarwanda.
7114
7115         * input/test/spacing-optical.ly (Module): new file.
7116
7117         * lily/staff-spacing.cc: add same-direction-correction
7118
7119 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7120
7121         * Documentation/user/introduction.itely (Engraving): Comment-out
7122         non-existent file.
7123
7124 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7125
7126         * scm/define-grob-properties.scm (all-user-grob-properties): add
7127         same-direction-correction
7128
7129         * VERSION: release 2.5.18
7130
7131 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7132
7133         * lily/grob.cc (mark_smob): Check pscore->layout_ before
7134         dereferencing.  Fixes make web.
7135
7136         * lily/midi-stream.cc: Handle unwritable midi file.  Include
7137         errno.h.
7138
7139         * Documentation/user/: Fix links.
7140
7141 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7142
7143         * lily/text-interface.cc (Module): rename from text-item.cc
7144
7145         * input/regression/apply-output.ly (texidoc): function naming fix.
7146
7147         * lily/time-signature-performer.cc (derived_mark): new function.
7148
7149         * lily/lily-parser-scheme.cc:  print mapped file name for progress
7150
7151         * scripts/lilypond-book.py (find_linestarts): new function.
7152         (find_toplevel_snippets): keep track of line numbers.
7153
7154         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
7155         all key changes.
7156
7157         * ly/declarations-init.ly (partCombineListener): use
7158         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
7159
7160         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
7161
7162 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7163
7164         * lily/text-item.cc: Fix link.
7165
7166         * Documentation/user/changing-defaults.itely (Changing defaults):
7167         Fix programs reference links.
7168
7169         * Documentation/user/music-glossary.tely: Convert to utf-8.
7170
7171 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7172
7173         * make/lilypond-vars.make: remove TEXMF from variables.
7174         remove DEB_BUILD pk font variables.
7175         remove GUILE_LOAD_PATH
7176         remove TeX memory vars.
7177
7178 2005-04-04  Werner Lemberg  <wl@gnu.org>
7179
7180         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
7181
7182 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7183
7184         * ps/lilyponddefs.ps: remove reencode-font
7185
7186         * lily/simple-spacer.cc (add_columns): also compare
7187         directly. Column rank doesn't distinguish between broken and
7188         unbroken columns. This fixes large spaces before time sig changes.
7189
7190         * Documentation/user/point-and-click.itely: document ly:set-option.
7191
7192         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
7193         point_and_click_global is set.
7194
7195         * lily/scm-option.cc (LY_DEFINE): add point-and-click
7196         ly:set-option argument.
7197
7198 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7199
7200         * GNUmakefile.in: Include symlinks in webball.
7201
7202         * Documentation/user/GNUmakefile (source-links): Add symlinks to
7203         source dir for split and non-split manuals.
7204
7205         * Documentation/user/*y: Fix @uref/@inputfile links for
7206         split/non-split HTML documents.
7207
7208         * Documentation/user/GNUmakefile (local-WWW): Do not generate
7209         .ps.gz.
7210         
7211 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7212
7213         * GNUmakefile.in: Add newline.
7214
7215 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
7216
7217         * tex/lilyponddefs.tex: use color instead of xcolor
7218         * scm/output-tex.scm: minor editing
7219
7220 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7221
7222         * scm/music-functions.scm (display-scheme-music): pretty printer
7223         for music expressions.
7224
7225 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7226
7227         * buildscripts/install-info-html.sh (index_file): Fix link.
7228
7229 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7230
7231         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
7232
7233         * Documentation/index.html.in: Add size estimates with some big pages.
7234
7235         * Documentation/user/tutorial.itely (Running LilyPond for the
7236         first time): Add/replace some @rglos links.  TODO: add more
7237         @rglos links in tutorial, test non-intrusiveness (.css).
7238
7239         * stepmake/bin/add-html-footer.py (do_file): Remove info's
7240         annoying's indication of referencing external document.
7241
7242         * Documentation/user/GNUmakefile: Split version of glossary too.
7243         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
7244         links, not only for html.
7245
7246         * Documentation/user/introduction.itely: Fix some links for other
7247         than html, do not use `here' as link name.
7248
7249 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7250
7251         * scm/documentation-generate.scm (string-append): Fix @usermanref,
7252         @glossaryref.
7253
7254 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7255
7256         * scm/page-layout.scm (default-page-make-stencil): only add header
7257         if existing and not empty. Fixes spurious programming error.
7258
7259         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
7260
7261 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
7262
7263         * scm/output-tex.scm: implement {re,}setcolor
7264         * tex/lilyponddefs.tex: use color package
7265
7266 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7267
7268         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
7269         additions to website.
7270
7271         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
7272
7273         * Documentation/user/macros.itexi: Fix @usermanref html links in
7274         split documents: use @inforef.
7275
7276 2005-03-30  Graham Percival  <gperlist@shaw.ca>
7277
7278         * Documentation/user/programming-interface.itely: minor fix.
7279
7280         * Documentation/user/advanced-notation.itely: added info to
7281         Metronome markings.
7282
7283 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7284
7285         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
7286         use box-stencil.  Remove y-padding argument.
7287         (make-stencil-circler): New function.
7288
7289         * buildscripts/lilypond-words.py (F): 
7290         * elisp/SConscript (a): 
7291         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
7292         * vim/SConscript (a): 
7293         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
7294
7295         * lily/general-scheme.cc: Build fix.
7296
7297         * scm/markup.scm:
7298         * input/regression/markup-scheme.ly: 
7299         * input/regression/markup-syntax.ly: Drop 'new-' from name.
7300
7301         * scm/stencil.scm (make-circle-stencil): New function.
7302
7303         * scm/define-markup-commands.scm (draw-circle): Use it.  New
7304         name (was cicle).  Update callers.
7305         (circle): New markup command, similar to box.
7306
7307         * scm/stencil.scm (circle-stencil): New function.
7308
7309 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
7310
7311         * configure.in: Detect libutf8/wchar.h variant.
7312
7313         * stepmake/aclocal.m4: Modify shared size test.
7314
7315 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7316
7317         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
7318
7319 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7320
7321         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
7322         
7323         * VERSION (PACKAGE_NAME):  release 2.5.17
7324
7325 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7326
7327         * scm/backend-library.scm (postscript->png): Fix comment and png
7328         message.
7329
7330         * GNUmakefile.in (link-tree): Fix locales.
7331
7332 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7333
7334         * lily/stencil-scheme.cc (LY_DEFINE): change to
7335         ly:stencil-aligned-to, non mutating.
7336
7337         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
7338
7339         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
7340
7341         * lily/quote-iterator.cc (derived_mark): call
7342         Music_wrapper_iterator::derived_mark() too.
7343
7344         * lily/grace-engraver.cc (derived_mark): change signature, add
7345         const.
7346
7347 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7348
7349         * SConstruct (symlink): 
7350         * GNUmakefile.in (link-tree): Add scripts to prefix.
7351
7352         * lily/general-scheme.cc (ly:effective-prefix): New function.
7353
7354         * scm/backend-library.scm (postscript->png): Use it.
7355
7356 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7357
7358         * lily/paper-score.cc (process): don't delete grobs after
7359         producing stencils. 
7360
7361         * scm/part-combiner.scm (determine-split-list): switch off
7362         debugging info.
7363
7364         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
7365         if available.
7366
7367         * scm/define-context-properties.scm
7368         (all-user-translation-properties): add stringNumberOrientations.
7369
7370         * lily/new-fingering-engraver.cc (position_scripts): make generic,
7371         so fingering and string-numbers are separately controlled.
7372
7373 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7374
7375         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
7376         not use debugging.
7377
7378 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7379
7380         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
7381
7382         * config.hh.in: add HAVE_FONTCONFIG.
7383
7384         * Documentation/user/instrument-notation.itely (String number
7385         indications): new node.
7386
7387         * input/regression/new-markup-syntax.ly (texidoc): add circle.
7388
7389         * lily/new-fingering-engraver.cc (add_string): new function. 
7390         (acknowledge_grob): accept string-number-event as well.
7391
7392         * scm/define-markup-commands.scm (circle): new markup command.
7393
7394         * scm/output-lib.scm (print-circled-text-callback): new function.
7395
7396         * lily/GNUmakefile: move ifeq after include stepmake.make.
7397
7398 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7399
7400         * config.make.in (HAVE_LIBKPATHSEA_SO):
7401         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
7402
7403         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
7404         add KPATHSEA_LIBS.
7405
7406         * debian/watch: 
7407         * debian/control: Update.
7408
7409 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7410
7411         * input/test/title-markup.ly (spaceTest): remove.
7412
7413         * input/test/embedded-tex.ly (Module): remove.
7414
7415         * input/test/music-box.ly: use 'name property, not ly:music-name.
7416
7417         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
7418
7419         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
7420
7421 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7422
7423         * Documentation/topdocs/INSTALL.texi (Top): Remove information
7424         about xdeltas.  Add information about CVS.
7425
7426         * scm/lily.scm (lilypond-main): Fix invocation of handler,
7427         gracefully handle failed files.
7428
7429         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
7430
7431         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
7432         small fixes.
7433
7434         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
7435         No unnecessarily specific i18n messages.  Remove stray `1'.
7436
7437 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7438
7439         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
7440         documentencoding
7441
7442         * scm/documentation-lib.scm (texi-file-head): set utf-8
7443         documentencoding.
7444
7445         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
7446         Delta, not the Symbol one. 
7447
7448         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
7449         for the .map file.
7450
7451         * Documentation/topdocs/INSTALL.texi (Top): add running
7452         requirement as compilation requirement.
7453
7454 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7455
7456         * buildscripts/mutopia-index.py (headertext): add h1 header and
7457         utf-8 charset meta field.
7458
7459         * input/GNUmakefile: prune example list.
7460
7461         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
7462         options.
7463
7464         * lily/slur-scoring.cc (get_base_attachments): only look at stem
7465         extent for visible stems.
7466
7467         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
7468
7469 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7470
7471         * Documentation/topdocs/INSTALL.texi (Top): Updates.
7472
7473         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
7474
7475 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7476
7477         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
7478         pass inf/nan into slur scoring.
7479
7480         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
7481         page.
7482
7483         * scripts/abc2ly.py (dump_voices): use alphabet().
7484
7485 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
7486         
7487         * mf/GNUmakefile (depth): use $(FONTFORGE). 
7488
7489 2005-03-27 Matthias Neeracher <neeracher@mac.com>
7490         
7491         * flower/include/virtual-methods.hh: simplify. Patch by
7492
7493 2005-03-25  John Williams <williams@tni.com>  
7494
7495         * scripts/lilypond-book.py (main): add png for HTML too, guess
7496         only if necessary. 
7497
7498 2005-03-25  Graham Percival  <gperlist@shaw.ca>
7499
7500         * Documentation/topdocs/INSTALL.texi: now recommends
7501         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
7502
7503         * Documentation/user/basic-notation.itely,
7504         Documentation/user/tutoria.itely: warn about
7505         only one (phrasing) slur at once.
7506
7507 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
7508
7509         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
7510
7511 2005-03-23  Graham Percival  <gperlist@shaw.ca>
7512
7513         * Documentation/user/basic-notation.itely: fixed info about
7514         ending a (de)cresc.
7515
7516         * Documentation/user/lilypond-book.itely: fixed
7517         lilypond-book filter example and warned about not doing
7518         --filter and --process at the same time.
7519
7520 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7521
7522         * lily/parser.yy (bass_number),
7523         Documentation/user/instrument-notation.itely (Figured bass): 
7524         Add the possibility to use text markup in figured bass. 
7525
7526 2005-03-19  Graham Percival  <gperlist@shaw.ca>
7527
7528         * Documentation/user/global.itely: added info about naming
7529         identifiers and breakbefore.
7530
7531         * Documentation/user/invoking.itely: added info about batch
7532         processing files with convert-ly, removed references to TeX
7533         in the jail section.
7534
7535         * Documentation/user/examples.itely: possibly fixed piano
7536         dynamics.
7537
7538         * Documentation/user/advanced-notation.itely: added info
7539         about removing other types of Staff.
7540
7541         * Documentation/user/instrument-notation.itely: possibly
7542         fixed piano staff line switch.
7543
7544         * Documentation/user/changing-defaults.itely: added info
7545         about using normal font in titles.
7546
7547 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7548
7549         * VERSION (PATCH_LEVEL): release 2.5.16
7550
7551         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
7552         explicitly.
7553
7554 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7555
7556         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
7557         whitespace.
7558
7559         * python/lilylib.py (make_ps_images):
7560         * scm/backend-library.scm (postscript->pdf, postscript->png):
7561         Quote file name.  Use format rather than string-append juggling.
7562
7563 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7564
7565         * python/lilylib.py (make_ps_images): add x to -g argument. 
7566
7567         * lily/key-performer.cc (create_audio_elements): don't use
7568         scm_eval_string. Check for minor 3rd directly.
7569   
7570         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7571         (sarabandeCelloGlobal): key is D minor, not F major.
7572
7573 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7574
7575         Fix truncated --png output (Peter Danenberg).
7576         
7577         * python/lilylib.py (make_ps_images):
7578         * scripts/ps2png.py (copyright): Grok --papersize option.
7579
7580         * scm/backend-library.scm (postscript->png): Add parameter
7581         PAPERSIZE.  Update callers.
7582
7583         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
7584         Fixes symbol placement.
7585
7586         * lily/spanner.cc: 
7587         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
7588         <libc-extension.hh>).
7589
7590 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7591
7592         * Nitpick run.
7593
7594         * buildscripts/fixcc.py: Update.
7595
7596         Builddir run fixes.
7597
7598         * HACKING (datadir): Add VERSION.
7599
7600         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
7601         higher up.
7602
7603 2005-03-15  Werner Lemberg  <wl@gnu.org>
7604
7605         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
7606         diagonal stem doesn't become thinner.
7607
7608 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7609
7610         * buildscripts/fixcc.py: Fixes (Werner).
7611
7612 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7613
7614         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
7615         Emmentaler/Aybabtu.
7616
7617         * GNUmakefile.in: fix lilypond-words path.
7618
7619         * po/tr.po: update to 2.3.21
7620
7621         * lily/new-fingering-engraver.cc (position_scripts): take priority
7622         from head position.
7623
7624         * input/regression/finger-chords-order.ly (texidoc): new file.
7625
7626 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7627
7628         * make/ly-rules.make: 
7629         * stepmake/aclocal.m4: 
7630         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
7631
7632         * buildscripts/fixcc.py (rules): Leave space after operator.
7633
7634 2005-03-14  Werner Lemberg  <wl@gnu.org>
7635
7636         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
7637         top of the glyph with smooth curve.
7638
7639 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7640
7641         * Documentation/user/global.itely (Page layout): remove
7642         printpagenumber.
7643
7644 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
7645
7646         * input/regression/mensural-ligatures.ly: new file (with examples
7647         compiled by Pal Benko).
7648
7649         * Documentation/user/instrument-notation.itely: Bugfix: yet some
7650         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
7651         musicglyph access.  Many small beautifications in ancient
7652         examples.
7653
7654         * input/test/divisiones.ly: fixed indentation; small
7655         beautifications
7656
7657         * ly/engraver-init.ly: added FIXME comment
7658
7659         * scripts/lilypond-book.py,
7660         Documentation/user/lilypond-book.itely: added music fragment
7661         option "packed" to lilypond-book
7662
7663         * Documentation/user/instrument-notation.itely: Bugfix: added
7664         missing LedgerLineSpanner color setting in several places.  Added
7665         music fragment option "packed" to VaticanaContext example.
7666
7667 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7668
7669         * scm/define-grobs.scm (all-grob-descriptions): switch off
7670         Hyphen_spanner::set_spacing_rods 
7671
7672         * lily/lyric-hyphen.cc (print): add padding between syllable and
7673         hyphen.
7674         (print): shorten hyphen in tight situations (determine using
7675         minimum-length)
7676
7677         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
7678         0.4pt.
7679
7680 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7681
7682         * ly/titling-init.ly (bookTitleMarkup): Refinements.
7683
7684         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
7685         header/footer markings for regression-test.
7686
7687         * scm/backend-library.scm (output-scopes, header-to-file): Move
7688         from framework-tex.scm.
7689
7690         * scm/framework-ps.scm (output-framework)
7691         (output-preview-framework):
7692         * scm/framework-eps.scm (output-classic-framework)
7693         (output-framework): Use it.  Fixes collated files.
7694
7695 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7696
7697         * input/sakura-sakura.ly: 
7698         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
7699
7700         * buildscripts/guile-gnome.sh: Update.
7701
7702         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
7703
7704         * mf/aybabtu.pe.in: Capitalize Aybabtu.
7705
7706 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7707
7708         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
7709         culprit: always exit the loop if we find a rod, even if it has
7710         distance < 0. 
7711
7712         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
7713         algorithm.
7714
7715         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
7716         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
7717
7718         * scm/output-svg.scm (dashed-line): new  function body.
7719         
7720         * GNUmakefile.in: create .htaccess.
7721
7722 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7723
7724         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
7725
7726 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7727
7728         * VERSION (PACKAGE_NAME): release 2.5.15
7729
7730         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
7731
7732         * scm/framework-svg.scm (output-framework): put scaling in
7733         document header. Apply scaling only once.
7734         (output-framework): dump page size in px, not mm. 
7735
7736         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
7737         from font-size.
7738
7739         * lily/paper-outputter-scheme.cc (LY_DEFINE):
7740         ly:outputter-output-scheme, new function.
7741
7742         * scm/output-svg.scm (pango-description-to-svg-font): new function
7743
7744 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7745
7746         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
7747         target.
7748
7749         * input/typography-demo.ly: new file.
7750
7751 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7752
7753         * Documentation/user/global.itely (File structure): Add markup blocks
7754         to toplevel expressions.
7755         (Multiple movements, Creating titles): Add markup blocks.
7756
7757         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
7758         <libc-extension.hh>).
7759
7760         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
7761
7762         * flower
7763         * lily
7764         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
7765
7766 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7767
7768         * lily/accidental.cc: special bboxes for natural. 
7769
7770         * mf/feta-toevallig.mf: make stems heavier.
7771
7772         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
7773         texts as well.
7774
7775         * mf/feta-klef.mf: revise. 
7776
7777         * mf/feta-schrift.mf: make thinning of accent less pronounced.
7778
7779         * mf/feta-klef.mf: add rounded curve at top. 
7780         make thinnib a little heavier.
7781
7782 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7783
7784         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
7785
7786         * buildscripts/fixcc.py: New file.
7787
7788         * input/regression/utf8.ly: Update Debian font description.
7789
7790 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7791
7792         * stepmake/aclocal.m4: Fix test.
7793
7794 2005-03-09  Graham Percival  <gperlist@shaw.ca>
7795
7796         * Documentation/user/invoking.itely: added Sebastino Vigna's
7797         docs for the --jail option.
7798
7799 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7800
7801         * lily/stem.cc (print): only produce stemlets if there are no
7802         noteheads on this stem.
7803
7804         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
7805         don't crash on stemlet (visible stem without heads).
7806
7807         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
7808         unbroken situations. 
7809
7810         * scm/output-lib.scm (center-invisible): new function.
7811
7812         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
7813         wishes to determine loose column space.
7814
7815         * lily/font-config.cc (init_fontconfig): add
7816         fonts/{otf,type1,cff}  to path.
7817
7818         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
7819
7820         * mf/GNUmakefile (Module): install all fonts under otf/
7821
7822         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
7823         replace /fonts/otf/ by /ps/ 
7824
7825         
7826 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7827
7828         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
7829
7830         * lily/book.cc (process): Oops, add score_.header_.
7831
7832         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
7833
7834         * lily/parser.yy: Handle toplevel and book texts as score.
7835
7836         * scm/page-layout.scm (default-page-make-stencil):
7837         Bugfix: (page-properties rename.
7838
7839         * scm/backend-library.scm (ly:system): Typo.
7840
7841 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7842
7843         * stepmake/stepmake/executable-targets.make (installexe): don't
7844         strip installed executables
7845
7846         * lily/font-select.cc (get_font_by_design_size): revert
7847         pango_description_string as well.
7848
7849         * lily/system.cc (set_loose_columns): put loose column just left
7850         of next column.
7851
7852         * lily/include/group-interface.hh (extract_grob_array): rename
7853         from Pointer_group_interface__extract_grobs
7854
7855         * input/regression/ledger-line-minimum.ly (texidoc): new file.
7856
7857         * lily/ledger-line-spanner.cc (set_spacing_rods): new
7858         function. Keep ledgered note heads at a minimum distance.
7859         Introduce minimum-length-fraction
7860         (print): introduce length-fraction property.
7861
7862 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7863
7864         * tex/GNUmakefile: remove latin1.enc rules.
7865
7866 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7867
7868         * scm/titling.scm: Typo.
7869
7870         * input/regression/score-text.ly: Really add.
7871
7872         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
7873
7874 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7875
7876         * lily/open-type-font-scheme.cc:  new file.
7877
7878 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7879
7880         * scm/titling.scm (layout-extract-page-properties): Rename from
7881         page-properties.  Update callers.
7882
7883         * lily/lexer.ll (Lily_lexer):
7884         * lily/parser.yy: Junk lyric_markup state.
7885
7886         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
7887
7888         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
7889         Add texts parameter.
7890
7891 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7892
7893         * lily/lexer.ll (lyric_markup): New mode.
7894         (Lily_lexer::push_lyric_markup_state): New method.
7895         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
7896
7897         * lily/parser.yy (book_body):
7898         (toplevel_expression): Grok \markup texts.
7899
7900         * lily/score-scheme.cc (ly:music-scorify): 
7901         * scm/lily-library.scm (collect-music-for-book): Take texts
7902         parameter.
7903
7904         * lily/score.cc (texts_): New member.
7905
7906         * lily/paper-book.cc (systems): Format score texts.
7907
7908         * score-text.ly: New file.
7909
7910         * ttftool/SConscript:
7911         * kpath-guile/SConscript: New file.
7912
7913         * lily/SConscript:
7914         * SConstruct: Update.
7915
7916 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7917
7918         * VERSION (PACKAGE_NAME): release 2.5.14
7919
7920 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7921
7922         * lily/main.cc: Add dummy xgettext markers.
7923
7924 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7925
7926         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
7927         requirements
7928
7929         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
7930         executable is < 40k
7931
7932         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
7933         hack.
7934
7935 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7936
7937         * flower/libc-extension.cc:
7938         * flower/include/libc-extension.hh: [Open]BSD simply cast
7939         cookie/funopen declarations.
7940
7941         * stepmake/aclocal.m4: Check for libkpathsea.so.
7942
7943         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
7944         dl_kpse_find_file.
7945
7946 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7947
7948         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
7949         (open_library): alternative for static library.
7950
7951 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7952
7953         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
7954
7955         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
7956
7957         Drop run-time dependency on teTeX.
7958
7959         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
7960
7961         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
7962         KPATHSEA_LIBS in LIBS.
7963         (STEPMAKE_DLOPEN): New function.
7964
7965         * lily/font-config.cc (init_fontconfig): Use dir for directory,
7966         not path.
7967
7968         * flower/file-path.cc (directories): Rename from paths, as this
7969         return an array of directories (a single path).
7970
7971 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7972
7973         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
7974
7975         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
7976         new ly:kpathsea-find-file
7977
7978         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
7979
7980         * kpath-guile/GNUmakefile: new file
7981
7982         * buildscripts/gen-emmentaler-scripts.py (i): generate
7983         emmentaler-X.fontname as well.
7984
7985         * buildscripts/ps-embed-cff.py: new script
7986
7987         * scm/lily-library.scm: remove ps-embed-cff.
7988
7989         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
7990         font loading. 
7991
7992         * scm/font.scm (add-music-fonts): load dynamics/numbers through
7993         fontconfig as well.
7994
7995         * lily/font-config.cc (init_fontconfig): add cff/ too.
7996
7997         * ly/generate-embedded-cff.ly: capitalize.
7998
7999         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
8000         so as to register the pango font.
8001
8002         * lily/font-config.cc (init_fontconfig): add
8003         prefix/{otf,type1,mf/out} to fontconfig path.
8004
8005         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
8006         overrides all. 
8007
8008         * configure.in (gui_b): remove ec mftrace check
8009
8010         * config.hh.in: use lilypond-Major.Minor as data directory.
8011
8012         * scm/framework-ps.scm (dump-page): use output-units for landscape.
8013
8014         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
8015         name.
8016
8017 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8018
8019         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
8020         error messages.
8021
8022         * flower/libc-extension.cc:
8023         * flower/include/libc-extension.hh: [Open]BSD fixes for
8024         cookie/funopen declarations.
8025
8026 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8027
8028         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
8029         emmentaler.
8030
8031         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
8032         lcrm10.
8033
8034         * scm/define-markup-commands.scm (fontsize): new markup
8035         command. Also set baseline-skip
8036
8037 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
8038         
8039         * lily/main.cc (do_chroot_jail): paranoia security for webserver
8040         use.
8041
8042 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8043
8044         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
8045
8046         * lily/pdf.cc: remove PDF related files
8047
8048 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8049
8050         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
8051         <hamamatsu@gmx.de>
8052
8053 2005-03-05  Graham Percival  <gperlist@shaw.ca>
8054
8055         * Documentation/user/advanced-notation.itely: first draft
8056         of reorg done.
8057
8058         * Documentation/user/global.itely: fixed (sub)section
8059         bits of MIDI.
8060
8061 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8062
8063         * cygwin/mknetrel (extras): Bufix (Bertalan).
8064
8065         * Documentation/user/basic-notation.itely (Chords): @ref fix.
8066         * Documentation/user/instrument-notation.itely (Introducing chord
8067         names): Compile fix: must have unique name.
8068
8069 2005-03-02  Graham Percival  <gperlist@shaw.ca>
8070
8071         * Documentation/user/instrument-notation.itely: reorg.
8072
8073 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8074
8075         * scm/output-gnome.scm:
8076         * scm/output-svg.scm: Fix font scaling.
8077
8078 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8079
8080         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
8081         what link to use best.
8082
8083         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
8084         * Documentation/user/tutorial.itely (Automatic and manual beams):
8085         Fix @ref.
8086
8087         * lily/tweak-registration.cc (replace_grob_tweak): New function.
8088         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
8089         * scm/framework-gnome.scm (tweak): Use it.
8090
8091 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8092
8093         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
8094
8095         * scm/output-ps.scm (white-text): reinstate white-text
8096
8097 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8098
8099         * scm/output-ps.scm (offset-add): Remove.
8100
8101         * scm/lily-library.scm (offset-flip-y): New function.
8102         * scm/framework-gnome.scm (tweak): Use it.
8103
8104         * scm/output-gnome.scm (grob-cause): Add parameter.
8105
8106         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
8107         * scm/output-ps.scm (url-link): Move.
8108         (white-text): Warn user about brokenness.
8109
8110         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
8111         wrt ghostscript.
8112
8113 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8114
8115         * lily/slash-repeat-engraver.cc (try_music): always make slashes
8116         if body length smaller than measure length.
8117
8118         * scm/define-markup-commands.scm (with-url): oops. use Y extent
8119         for Y.
8120
8121         * ly/titling-init.ly (tagline): put default tagline in \paper
8122
8123 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8124
8125         * lily/kpath.cc: 
8126         * lily/pdf.cc (Pdf_file): Use more generic error messages.
8127
8128         * scm/lily-library.scm (version-not-seen-message): New function.
8129         * ly/init.ly: Use it.
8130
8131         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
8132         breaks as progess.
8133
8134         * scripts/lilypond-book.py (do_process_cmd): Do not lump
8135         whitespace with l10n message.
8136
8137         * scm/framework-tex.scm (convert-to-ps):
8138         (convert-to-dvi): Do not use overly specific l10n messages.
8139
8140         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
8141
8142         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
8143         merge stderr with stdout.  
8144
8145 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8146
8147         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
8148         Neeracher).
8149
8150 2005-02-29  Graham Percival  <gperlist@shaw.ca>
8151
8152         * Documentation/user/instrument-notation.teily: moved
8153         \arpeggio to Basic.
8154
8155         * Documentation/user/advanced-notation.itely: Articulation to
8156         Basic, a bunch of stuff from Basic moved to Advanced.
8157
8158         * Documentation/user/basic.itely: swapped various sections,
8159         reorganized Basic.
8160
8161 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8162
8163         * flower/memory-stream.cc: 
8164         * flower/libc-extension.cc: Remove obsolete #undefs.
8165
8166         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
8167         more carefully.
8168
8169 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8170
8171         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
8172         dependency.
8173
8174         * VERSION (PACKAGE_NAME): release 2.5.13
8175
8176         * GNUmakefile.in (web-ext): don't ship ps.gz
8177
8178         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
8179         stdout
8180
8181 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8182
8183         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
8184         without libintl.  Now it compiles too.
8185
8186 2005-02-28  Graham Percival  <gperlist@shaw.ca>
8187
8188         * Documentation/user/basic-notation.itely,
8189         instument-notation.itely, advanced-notation.itely:
8190         split up contents of notation.itely.
8191
8192         * Documentation/user/notation.itely: file removed.
8193
8194         * Documentation/user/invoking.itely, converters.itely:
8195         moved convert-ly info to invoking.itely.
8196
8197         * Documentation/user/global.itely, changing-defaults.itely,
8198         sound-output.itexi: moved global settings, file layout, and
8199         sound into global.itely.
8200
8201         * Documentation/user/sound-output.itexi: file removed.
8202
8203         * Documentation/user/lilypond.tely: removed links to
8204         notation.itely and sound.itely.
8205
8206 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8207
8208         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
8209
8210         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
8211  
8212         * THANKS: add sponsor.
8213
8214         * scm/define-markup-commands.scm (with-url): new markup command.
8215
8216         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
8217         tagline.
8218         
8219         * scm/output-tex.scm (url-link): stub.
8220
8221         * scm/output-ps.scm (url-link): new function.
8222
8223         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
8224         ly:set-point-and-click
8225
8226 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8227
8228         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
8229         based on pdf-viewer setting.
8230
8231         * scm/framework-ps.scm (write-preamble): Find and set preferred
8232         pdf-viewer.
8233
8234 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8235
8236         * Documentation/user/point-and-click.itely: update for PDF point &
8237         click.
8238
8239         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
8240         editors based on EDITOR setting.
8241
8242 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8243
8244         * scm/*: Oops, more grand 2005 replace bits.
8245
8246 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8247
8248         * ps/music-drawing-routines.ps: new routine: insert PDF mark
8249
8250         * scm/output-ps.scm (grob-cause): point & click support for
8251         PostScript
8252
8253 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8254
8255         * lily/input-scheme.cc (LY_DEFINE): rename to
8256         ly:input-file-line-column
8257
8258 2005-02-26  Graham Percival  <gperlist@shaw.ca>
8259
8260         * Documentation/user/examples.itely: small fix from Steve Doonan.
8261
8262         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
8263
8264         * THANKS: added Yuval Harel.
8265
8266         * Documentation/user/{various}: inserted two spaces after a period.
8267
8268         * Documentation/user/lilypond.tely: added framework for reorg.
8269
8270         * Documentation/user/basic-notation.itely, instrument-notation.itely,
8271         advanced-notation.itely, global.itely: new files, placeholder for
8272         future reorg.
8273
8274 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
8275
8276         * Documentation/user/notation.itely: revamped Polyphony section
8277         
8278 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8279
8280         * Documentation/user/lilypond-book.itely (Music fragment options):
8281         doc fontload.
8282
8283         * Documentation/user/changing-defaults.itely (Text encoding): add
8284         fontload option to utf8 include
8285
8286         * scripts/lilypond-book.py (compose_ly): add fontload option
8287
8288         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
8289         force-eps-font-include option.
8290
8291         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
8292         black triangle
8293
8294         * Documentation/user/invoking.itely (Editor support): remove
8295         lilypond-latex section.
8296
8297         * scripts/lilypond-latex.py (Module): remove script.
8298
8299         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
8300         overwrite .log. 
8301
8302         * lily/main.cc: remove -m, --no-layout
8303
8304         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
8305         to define. We don't want to override fprintf everywhere.
8306
8307 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8308
8309         * cygwin/lilypond.hint: 
8310         * cygwin/README.in: Update dependencies.
8311
8312         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
8313         Bugfix: do not pollute CPPFLAGS, LIBS.
8314
8315         * cygwin/mknetrel (extras): Cross compile fixes.
8316
8317         * ttftool/util.c: 
8318         * ttftool/ttfps.c: 
8319         * ttftool/ps.c: #include libc-extension.hh
8320
8321         * flower/include/libc-extension.hh:
8322         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
8323         wrapper using funopen.
8324         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
8325         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
8326
8327         * config.hh.in:
8328         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
8329         (AC_CHECK_HEADERS): Add libio.h
8330
8331         * scripts/convert-ly.py: Uniformize, internationalize.
8332         (2.5.2): Remove fatal encoding rule.
8333         (2.5.13): Handle latin1 encoding gracefully.
8334
8335 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8336
8337         * HACKING: Fix line breaks.
8338
8339 2005-02-23  Werner Lemberg  <wl@gnu.org>
8340
8341         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
8342         contains those two files.
8343
8344 2005-02-21  Werner Lemberg  <wl@gnu.org>
8345
8346         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
8347         to improve overlap removal process.
8348
8349         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
8350         left and right ending.  This ensures better overlapping.
8351         Update all callers.
8352         ("lineprall"): Don't use draw_gridline to get better overlapping.
8353
8354 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8355
8356         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
8357
8358         * Documentation/topdocs/NEWS.tely (Top): oops.
8359
8360 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
8361
8362         * HACKING: new file.
8363
8364         * input/regression/utf8.ly (portuguese): added a portuguese example
8365         to show latin1 accents.
8366
8367 2005-02-21  Pal Benko  <benkop@freestart.hu>
8368
8369         * lily/mensural-ligature-engraver.cc:
8370         * lily/mensural-ligature.cc:
8371         * lily/include/mensural-ligature.hh: new algorithm implemented
8372
8373         * scm/define-grob-properties.scm: join-left killed (add-join may
8374         be used); join-left-amount changed to join-right-amount
8375
8376 2005-02-21  Graham Percival  <gperlist@shaw.ca>
8377
8378         * Documentation/user/notation.itely: small but urgent fix.
8379
8380 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
8381
8382         * lily/duration-scheme.cc: bugfix: correct parameters to
8383         SCM_ASSERT_TYPE.
8384
8385         * THANKS: added Pal.
8386
8387         * Documentation/user/notation.itely: bugfix: unTeXified
8388         $\\backslash$.  Bugfix: yet another glyph renaming victim:
8389         "timesig.*x/y" -> "timesig.*xy".
8390
8391 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8392         
8393         * VERSION (PACKAGE_NAME): release 2.5.12
8394
8395 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8396
8397         * ly/engraver-init.ly: set tieWaitForNote to #t by default
8398
8399         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
8400
8401         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
8402
8403         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
8404
8405 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8406
8407         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
8408         latin1..utf-8.
8409
8410         * input/regression/stanza-number.ly:
8411         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
8412
8413         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
8414
8415 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8416
8417         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
8418         NEWS. Refer to website for older news.  
8419
8420         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
8421         .HTML. This should be done for specific servers only.
8422
8423         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
8424         .ly image examples.
8425
8426         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
8427         in layer 0 too.
8428
8429         * scm/define-context-properties.scm
8430         (all-user-translation-properties): add tieWaitForNote
8431
8432         * scm/define-grobs.scm (all-grob-descriptions): add
8433         Tie_column::before_line_breaking
8434
8435         * lily/tie.cc (get_column_rank): new function
8436
8437         * lily/tie-column.cc (before_line_breaking): new function.
8438         (werner_directions): take into account ties that start on
8439         different columns.  
8440
8441         * lily/score-engraver.cc (set_columns): move add_column() so we
8442         have column rank available.
8443
8444         * lily/tie.cc (get_column_rank): new function.
8445
8446         * input/regression/utf8.ly (japanese): add japanese lyrics.
8447
8448         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
8449
8450         * THANKS: add Steve D
8451
8452         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
8453         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
8454
8455 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
8456
8457         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
8458         to show harmonic notes
8459         * scm/define-markup-commands.scm: in \markup-by-number
8460         "dots-dot" -> "dots.dot" to show dotted notes
8461
8462 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8463
8464         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
8465
8466         * flower/memory-stream.cc (writer): new file.
8467
8468         * configure.in: add endian test.
8469
8470 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
8471
8472         * Documentation/user/examples.itely: small
8473         simplification/beautification
8474
8475         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
8476         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
8477         notation manual.
8478
8479         * lily/mensural-ligature.cc: bugfix: another few victims of the
8480         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
8481
8482         * ly/gregorian-init.ly: commit some experimental code for hi-level
8483         ligature input language lying around here for several months.
8484
8485         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
8486         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
8487
8488         * lily/vaticana-ligature-engraver.cc: bugfix: another few
8489         "x-y-z"->"x.y.s-z" fixes.
8490
8491 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8492
8493         * scm/framework-pdf.scm (scm): new file
8494
8495         * lily/include/pdf.hh (class Pdf_file): new file.
8496
8497         * lily/pdf.cc (write_trailer): new file.
8498
8499 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
8500
8501         * input/regression/color.ly: new file
8502
8503         * lily/stencil.cc (interpret_stencil_expression):
8504         when a color expression is encountered: save current color,
8505         process the rest of the expression, and restore previous color.
8506
8507         * lily/system.cc (get_line): check all grobs for color property and
8508         prepare the stencil scheme expressions for further processing.
8509         Fix layer-loop.
8510
8511         * scm/define-grob-properties.scm: introduce the color property.
8512
8513         * scm/output-lib.scm: color helper functions.
8514
8515         * scm/output-ps.scm: introduce setcolor/resetcolor.
8516
8517 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
8518
8519         * ly/*.ly, input/regression/*.ly: Added missing \version
8520         statements in some files.
8521
8522 2005-02-15  Graham Percival  <gperlist@shaw.ca>
8523
8524         * Documentation/user/notation.itely: minor editing.
8525
8526         * Documentation/user/converters.itely: updated convert-ly bugs.
8527
8528         * Documentation/user/lilypond-book.itely: add info about using
8529         feta characters in latex.
8530
8531 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8532
8533         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
8534
8535 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8536
8537         * scm/define-grob-properties.scm (all-user-grob-properties):
8538         removed 'dashed property.
8539
8540 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8541
8542         * scm/lily.scm (define-safe-public): new macro for defining
8543         variables that can be used in --safe mode. Use it in *.scm
8544         instead of manually setting safe-objects in safe-lily.scm.
8545
8546 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8547         
8548         * lily/slur.cc: Slur-dash patch by Bertalan.
8549
8550         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
8551
8552         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
8553
8554 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8555
8556         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
8557
8558 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8559
8560         * mf/GNUmakefile: teTeX-3.0 install fix.
8561
8562         * Cygwin patch from Bertalan.
8563
8564         * stepmake/stepmake/metafont-rules.make: Remove bashism.
8565
8566 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8567
8568         * GNUmakefile.in: 
8569         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
8570
8571         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
8572         2.0.x compatibility.
8573
8574 2005-02-08  Werner Lemberg  <wl@gnu.org>
8575
8576         * mf/feta-din-code.mf: Format; clean up code.
8577         Replace `---' with `--' plus explicit path directions.
8578         (linethickness#, stafflinethickness#): Remove.
8579         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
8580         ("dynamic s"): Improve shape.
8581         ("dynamic p"): Improve shape.
8582         Replace `draw' with better outline approximation.
8583         ("dynamic r"): Improve shape.
8584         Don't call `fill' and `draw' at the same time.
8585
8586 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8587
8588         * SConstruct (symlink):
8589         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
8590         build fix: add enc symlink.
8591
8592         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
8593
8594         Support for DESTDIR besides prefix=/foo
8595
8596         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
8597
8598         * stepmake/stepmake/*.make:
8599         * */GNUmakefile:
8600         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
8601
8602         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
8603
8604         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
8605         mawk in fontforge (date) test.
8606
8607 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8608
8609         * scm/font.scm (make-century-schoolbook-tree): add NCS as
8610         font-family=roman. Add Luxi Sans as sans
8611
8612 2005-02-07  Graham Percival  <gperlist@shaw.ca>
8613
8614         * Documentation/user/notation.itely: add warning about
8615         percent repeats and Voice contexts.
8616
8617         * Documentation/user/lilypond-book.itely: clarified the
8618         necessity of dvips -u arguments.
8619
8620 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
8621
8622         * THANKS: Added a bunch of bug hunters.
8623
8624 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8625
8626         * scm/framework-ps.scm (output-preview-framework): bugfix.
8627
8628         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
8629         o/ for chord modifier..
8630
8631         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
8632
8633         * lily/drum-note-performer.cc:  remove unused (thanks Michael
8634         Welsh Duggan). 
8635
8636 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8637
8638         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
8639
8640         * ly/titling-init.ly: Do not also print intstrument in header on
8641         first page.  Do not print page number on first and only page.
8642
8643 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8644
8645         * input/regression/*.ly: remove old-relative everywhere
8646
8647         * lily/music-sequence.cc (simultaneous_relative_callback): do
8648         what-if analysis on copy, not on original. Fixes old-relative
8649         compatibility.
8650
8651         * scm/backend-library.scm (postscript->png): space before
8652         --verbose.
8653         
8654 2005-02-05  Werner Lemberg  <wl@gnu.org>
8655
8656         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
8657         is defined.
8658
8659         * mf/feta-alphabet.mf: Define `staffsize#'.
8660         Include `feta-params.mf'.
8661         s/staffheight/design_size/.
8662
8663         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
8664
8665         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
8666
8667         * mf/feta-nummer-code.mf: Reformatted.
8668         (draw_six): Use outline intersection to avoid a self-intersecting
8669         path.
8670         ("Numeral comma"): Fix serious outline glitches.  This slightly
8671         changes the glyph shape.
8672         ("Numeral dash"): Use `draw_rounded_block'.
8673         ("Numeral dot"): Use `drawdot'.
8674         ("Numeral 1"): Assure identical tangent directions for the
8675         intersection points of paths.  The glyph shape improvement is only
8676         visible at very high magnifications.
8677         ("Numeral 2"): Use `solve' macro to make the lower right part of
8678         the glyph outline touch the x axis exactly.  This changes the
8679         glyph shape.
8680         Minor fixes for better overlap removal support.
8681         ("Numeral 4"): Make lefter corner `rounder'.
8682         ("Numeral 5"): Assure identical tangent directions for the
8683         intersection points of paths.  This improves the glyph shape at
8684         high magnifications.
8685         ("Numeral 7"): Use `solve' macro to make the upper right part of
8686         the glyph outline touch the metrics box exactly.  This changes the
8687         glyph shape.
8688         Avoid corner in the upper left part of the glyph (causing a minor
8689         shape change).
8690
8691         * mf/feta-ital-*.mf: Removed.  Unused.
8692
8693 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8694
8695         * VERSION (PATCH_LEVEL): release 2.5.11
8696
8697         * input/regression/fill-line-test.ly: new file.
8698
8699         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
8700         emmentaler name, eg. emmentaler-23. 
8701
8702 2005-02-04  Christian Hitz  <chhitz@gmx.net>
8703
8704         * scm/scm/define-markup-commands.scm (fill-line): rework for better
8705         alignment with centered texts
8706
8707         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
8708         list of paddings
8709
8710 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8711
8712         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
8713
8714         * lily/note-column.cc (translate_rests): call flush_extent_cache()
8715         of parents when translating rests. Fixes: c-chord-rest.ly 
8716
8717         * lily/include/dimension-cache.hh (struct Dimension_cache): add
8718         dimension_callback_ member.
8719
8720         * lily/grob.cc (flush_extent_cache): new function. Force recompute
8721         of extents.
8722
8723 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8724
8725         * all but lily/*: The grand 2004/2005 replace.
8726
8727 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8728
8729         * lily/*: add space after ,  
8730
8731         * scm/music-functions.scm (has-request-chord): don't use
8732         ly:music-name anywhere. Fixes <<\\>> notation. 
8733
8734         * scm/define-markup-commands.scm (box): use font-size for
8735         padding. Fixes boxed-rehearsal-marks.ly
8736
8737         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
8738         identifier definition too, so foo = \lyrics { ...   } bar = #1
8739         doesn't complain about "bar" being LYRICS_STRING.
8740
8741         * lily/paper-def.cc (find_pango_font): new routine; Store
8742         pango_fonts in hash tab too. This is necessary for retrieving
8743         Pango_fonts::physical_font_tab() later on.
8744  
8745         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
8746         crash if psname is null.
8747
8748         * lily/lily-guile.cc (ly_hash2alist): new function
8749
8750         * Documentation/user/changing-defaults.itely (Text encoding):
8751         rewrite. 
8752
8753         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
8754         -> font_filename mapping.
8755
8756         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
8757         ly_pango_font_physical_fonts
8758
8759         * scm/framework-ps.scm (supplies-or-needs): extract names from
8760         physical Pango_fonts.
8761
8762         * utf8.ly: new file.
8763
8764 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8765
8766         * Documentation/user/changing-defaults.itely (Page layout): add
8767         doco about systemSeparatorMarkup.
8768
8769         * scm/page-layout.scm (default-page-make-stencil): add-to-page
8770         function.
8771         (default-page-make-stencil): insert system separators.
8772
8773         * scm/define-markup-commands.scm (hcenter): add
8774         (beam): add.
8775
8776 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8777
8778         * scm/output-ps.scm (ez-ball): reinstate ez notation.
8779
8780 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8781
8782         * lily/main.cc: Spell backend consistently.  Sort options.
8783
8784 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8785
8786         * scripts/lilypond-book.py (Module): revert @include.
8787         
8788 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8789
8790         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
8791         Bugfix: @include .tex (not .texi).  Small cleanups.
8792
8793         * stepmake/bin/add-html-footer.py (i18n): New function.
8794
8795 2005-01-31  Werner Lemberg  <wl@gnu.org>
8796
8797         * mf/feta-nummer.mf: Removed.  Unused.
8798
8799 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8800
8801         * lily/ : 2004 -> 2005 s&r
8802
8803         * scm/file-cache.scm (cached-file-contents): add file. Read each
8804         file only once.
8805
8806         * scm/font.scm (add-pango-fonts): change order. Medium weight is
8807         now default.
8808
8809         * VERSION: release 2.5.10
8810         
8811         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
8812
8813         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
8814
8815         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
8816         that both X and Y extents of bbox are non-nil.
8817
8818 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8819
8820         * scm/chord-name.scm (alteration->text-accidental-markup): change
8821         - to . 
8822
8823         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
8824
8825         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
8826
8827         * Documentation/user/invoking.itely (Invoking lilypond): add note
8828         about EPS backend.
8829
8830         * scm/framework-eps.scm: new file: create per-system/per-page EPS
8831         files for inclusion in lilypond-book document.
8832
8833         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
8834
8835         * input/tutorial/lbook-texi-test.texi: new file.
8836
8837         * scm/safe-lily.scm (safe-objects): add
8838         {begin,end}-of-line-(in)?visible as safe.
8839  
8840 2005-01-30  Graham Percival  <gperlist@shaw.ca>
8841
8842         * Documentation/user/changing-defaults.itely: fixed example
8843         of (dynamics).
8844
8845 2005-01-29  Graham Percival  <gperlist@shaw.ca>
8846
8847         * lily/main.cc: fix info about -o=FILE.
8848
8849 2005-01-29  Werner Lemberg  <wl@gnu.org>
8850
8851         * mf/feta-toevallig.mf ("Natural"): Completely changed the
8852         construction to assure smooth transition from straight to curved
8853         lines.
8854
8855 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8856
8857         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
8858         stencils.
8859
8860         * ps/lilyponddefs.ps: add start-page, start-system doesn't
8861         translate to top of page. Fixes alignment problems of
8862         lilypond-generated EPS files.
8863
8864 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8865
8866         * scm/part-combiner.scm (analyse-spanner-states): trigger on
8867         crescendo-end as well, since Decrescendo maybe ended with Stop
8868         Crescendo.). Fixes: partcombine-diminuendo.ly
8869
8870         * scm/script.scm (default-script-alist): swap portato symbols.
8871
8872         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
8873
8874         * lily/paper-outputter-scheme.cc (LY_DEFINE):
8875         ly:outputter-port. New function.
8876
8877         * scm/framework-ps.scm (output-classic-framework): dump a
8878         -systems.texi too
8879         (output-classic-framework): dump multiple systems on an "infinite"
8880         page EPS including fonts. 
8881
8882         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
8883         .eps files for both texi and tex formats. Use PNG coming from
8884         lilypond.
8885         
8886 2005-01-28  Graham Percival  <gperlist@shaw.ca>
8887
8888         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
8889
8890         * scripts/lilypond-latex.py: fix info about -o=FILE.
8891
8892 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8893
8894         * ly/generate-embedded-cff.ly: write .cff.ps files.
8895
8896         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
8897
8898         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
8899         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
8900
8901 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8902
8903         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
8904
8905 2005-01-28  Werner Lemberg  <wl@gnu.org>
8906
8907         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
8908         macros.
8909         (draw_bulb): Improved.
8910
8911         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
8912         metapost bug.
8913         (draw_pedal_P): Use soft_end_penstroke.
8914         (draw_pedal_d): Use soft_start_penstroke.
8915
8916         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
8917         path.
8918         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
8919         doesn't change the glyph shape.
8920
8921         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
8922         changing the shape) to avoid fontforge warnings.
8923
8924         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
8925         soft_end_penstroke and fix glyph shape.
8926
8927 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8928
8929         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
8930
8931 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8932
8933         * scm/define-markup-commands.scm (line): filter out empty stencils
8934         from line command.
8935
8936         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
8937         amount.
8938
8939 2005-01-27  Graham Percival  <gperlist@shaw.ca>
8940
8941         * Documentation/user/notation.itely: added info about what
8942         \voiceFoo does.  Also rewrote warning about marks at
8943         a line break.
8944
8945         * Documentation/user/changing-defaults.itely: added info
8946         about putting dynamics in parenthesis and brackets.
8947
8948 2005-01-27  Werner Lemberg  <wl@gnu.org>
8949
8950         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
8951
8952 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8953
8954         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
8955         portato-direction.ly
8956
8957         * lily/beam.cc (consider_auto_knees): add beam height to
8958         threshold. Fixes: knee-multiple-beam.ly
8959
8960         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
8961         pedal line spanners. Fixes: instrument-center-pedal.ly
8962
8963         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
8964         if encountering barline. Fixes: auto-beam-repeat.ly
8965
8966 2005-01-26  Werner Lemberg  <wl@gnu.org>
8967
8968         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
8969         overlapping.
8970
8971         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
8972         with inflections for the 1/2 sharp glyph.
8973
8974         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
8975         connection between `t' and `r'.
8976         Unify bulb with the rest of `r' to avoid grazing outlines which
8977         confuses the overlap removal algorithm of fontforge.
8978
8979         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
8980         inflections.
8981         (draw_cross): Fix shape to have uniform thickness in corners.
8982
8983         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
8984         to avoid an uneven number of self-intersections; this confuses
8985         fontforge.
8986         Fix a slight bug in the shape at left bottom (which is visible only
8987         at high magnifications).
8988         `Center' the stem horizontally to avoid overlapping.
8989
8990 2005-01-24  Werner Lemberg  <wl@gnu.org>
8991
8992         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
8993         to `asis'.
8994         (fet_begingroup): Save group name in string `feta_group'.
8995         (fet_endgroup): Updated.
8996         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
8997
8998         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
8999
9000         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
9001         in metapost.
9002
9003 2005-01-24  Graham Percival  <gperlist@shaw.ca>
9004
9005         * Documentation/user/notation.itely: really minor editing.
9006
9007 2005-01-22  Graham Percival  <gperlist@shaw.ca>
9008
9009         * Documentation/user/examples.itely: minor editing.
9010
9011         * Documentation/user/changing-defaults.itely: minor editing.
9012
9013         * Documentation/user/notation.itely: clarified info on polyphony
9014         and \addlyrics.
9015
9016 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9017
9018         * scm/output-gnome.scm: 
9019         * scm/output-svg.scm:
9020         * scm/lily-library.scm (font-name-style): Update font name
9021         kludging for fontconfig use.
9022
9023 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
9024
9025         * scm/define-markup-commands.scm: Document right-align and
9026         larger markup commands. Remove "TODO" from the topmost comment
9027         "each markup function should have a doc string." More consistent
9028         use of new-lines.
9029
9030 2005-01-22  Graham Percival  <gperlist@shaw.ca>
9031
9032         * Documentation/user/changing-defaults: removed info about
9033         copyright symbol, since it's likely to change soon.
9034         Added info about betweensystemspace.
9035
9036         * Documentation/user/notation.itely: minor fixes.
9037
9038         * Documentation/user/lilypond.tely,
9039         Documentation/user/music-glossary.tely: changed copyright
9040         date to 2005 instead of 2004.
9041
9042         * input/test/volta-chord-names.ly: added old example back.
9043
9044 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9045
9046         * mf/feta-beugel.mf: use design size 20 (not 15).
9047
9048         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
9049         change name to aybabtu completely
9050
9051 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9052
9053         * buildscripts/gen-emmentaler-scripts.py (outdir): add
9054         design_size to fontname
9055
9056 2005-01-19  Werner Lemberg  <wl@gnu.org>
9057
9058         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
9059         mf/feta-schrift.mf: s/p/pat/ if a path variable.
9060
9061         * mf/feta-autometric.mf (set_char_box): Add code which emits
9062         specials for mf2pt1 if run with metapost.
9063         (to_bp): New macro for mf2pt1.
9064
9065 2005-01-18  Graham Percival  <gperlist@shaw.ca>
9066
9067         * Documentation/user/changing-defaults: added info on
9068         creating a copyright symbol.
9069
9070 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9071
9072         * VERSION: release 2.5.9
9073         
9074 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
9075
9076         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
9077
9078         * Documentation/user/notation.itely: Document
9079         score-override-auto-beam-setting Fix documentation for
9080         revert-auto-beam-setting.
9081
9082 2005-01-18  Werner Lemberg  <wl@gnu.org>
9083
9084         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
9085         (procset): New function to define a procset resource.
9086         (ps-embed-pfa): New function to define a font resource.
9087         (setup): New function to define a `Setup' environment.
9088         (preamble): Use new functions.
9089
9090         * ps/lilypond.defs (init-lilypond-parameters): New function to
9091         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
9092
9093 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9094
9095         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
9096
9097 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
9098
9099         * scm/define-markup-commands.scm: Change number->markletter-string
9100         to take two arguments (vector number). Add number->mark-alphabet-vector
9101         and markalphabet markup command.
9102
9103         * scm/translation-functions.scm: Add format-mark-box-alphabet,
9104         format-mark-alphabet, format-mark-box-barnumbers and
9105         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
9106
9107 2005-01-17  Graham Percival  <gperlist@shaw.ca>
9108
9109         * Documentation/user/examples.itely: add SATB automatic piano
9110         reduction template.
9111
9112         * Documentation/user/notation.itely: added info about changing
9113         partcombine texts.  Also adds examples of alternate lyrics.
9114
9115         * Documentation/user/changing-defaults.itely: added warning
9116         about \RemoveEmptyStaffContext overriding previous changes.
9117
9118 2005-01-17  Werner Lemberg  <wl@gnu.org>
9119
9120         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
9121         feta-alphabet*.
9122
9123 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9124
9125         * python/lilylib.py (make_ps_images): don't do final showpage for
9126         multi-page documents.
9127         
9128         * VERSION (MY_PATCH_LEVEL): release 2.5.8
9129
9130 2005-01-16  Graham Percival  <gperlist@shaw.ca>
9131
9132         * Documentation/user/lilypond.tely: changed order of appendices;
9133         unified index should be last.
9134
9135         * Documentation/user/notation.itely: add example of key signatures
9136         and info about Staff.printKeyCancellation.
9137
9138 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9139
9140         * lily/include/repeated-music.hh (class Repeated_music): change
9141         into "namespace" class.
9142
9143         * lily/event.cc: remove Key_change_event.
9144
9145         * lily/include/transposed-music.hh (class Transposed_music): remove.
9146
9147         * lily/transposed-music.cc: remove
9148
9149         * lily/include/relative-music.hh: remove.
9150
9151         * lily/include/music-sequence.hh (struct Music_sequence): change
9152         into "namespace" class.
9153
9154         * lily/untransposable-music.cc (Module): remove
9155
9156         * lily/include/un-relativable-music.hh (Module): remove
9157
9158         * lily/include/untransposable-music.hh (Module): remove
9159
9160         * lily/include/music-list.hh (Module): remove file
9161
9162         * lily/un-relativable-music.cc: remove file.
9163
9164 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9165
9166         * lily/parser.yy: Compile fix.
9167
9168 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9169
9170         * lily/include/music.hh (class Music): unvirtualize transpose().
9171
9172         * lily/sequential-music.cc: remove file.
9173
9174         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
9175
9176         * lily/slur-scoring.cc (get_best_curve): only switch on
9177         DEBUG_SLUR_SCORING for non NDEBUG builds.
9178
9179         * lily/include/music.hh (class Music): replace Music::start_mom()
9180         by start-callback property
9181
9182         * lily/include/grace-music.hh: remove file. 
9183
9184         * lily/stem.cc (height): robustness fix.
9185
9186         * lily/time-scaled-music.cc: remove file.
9187
9188         * lily/include/music.hh (class Music): include SCM init argument.
9189         (class Music): replace Music::get_length() virtual by
9190         length-callback property everywhere.
9191
9192         * scripts/convert-ly.py (conv): add  # to \property scalar value.
9193
9194         * mf/GNUmakefile: don't install *list.ly
9195
9196 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9197
9198         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
9199
9200 2005-01-12  Werner Lemberg  <wl@gnu.org>
9201
9202         This patch addresses the following problems in the feta sources
9203         files which contribute to the fetaXX fonts.
9204
9205         . Many fixes for rasterization at low resolutions (consistent use of
9206           `vround' and `hround', integer shift values for paths, applying
9207           `eps' for mirrored paths, use of `define_whole_pixels' and
9208           friends, etc.) -- while this probably looks like a waste of time
9209           it has revealed deficiencies in some glyph shapes.  See comment at
9210           the end of feta-params.mf how vertical symmetry is achieved.
9211
9212         . The `---' operator has been replaced everywhere with `--'; this
9213           both improves and considerably reduces the font size after
9214           conversion with mf2pt1.
9215
9216         These change aren't explicitly mentioned below since virtually all
9217         glyphs are affected.
9218
9219         Other notable differences:
9220
9221         . Glyphs from feta-accordion.mf now have charboxes around the
9222           outline.
9223
9224         . Fixed incorrect charbox for `accDot'.
9225
9226         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
9227
9228         . Fixed position of the bow in the `upprall' glyph and its siblings.
9229
9230         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
9231           dependent on the staff line thickness to avoid touching the middle
9232           staff line at smaller sizes.
9233
9234         . Largely extended output for feta-testXX: Where useful, glyphs
9235         are shown both between and on staff lines.
9236
9237
9238         * mf/feta-params.mf (staff_space_rounded,
9239         stafflinethickness_rounded, linethickness_rounded,
9240         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
9241         Update all code which uses them where appropriate.
9242         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
9243         New variables used to control rasterization at low resolutions.  Set
9244         to zero if feta code is processed with metapost.
9245
9246         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
9247         (draw_rounded_block, draw_square_block): Updated to use `--' only.
9248         (flare_path): Updated.
9249         Make it work with `filldraw' (but only circular pens).
9250         (hfloor, vfloor, hceiling, vceiling): New macros.
9251
9252         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
9253         Use `draw' again in mf mode to have good pixel dropout control.
9254         Fix intersection points of horizontal lines with circle.
9255         ("accDot"): Fix parameters for set_char_box.
9256         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
9257         control.
9258
9259         * mf/feta-banier.mf: Updated.
9260
9261         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
9262         testing.
9263         (undraw_inside_ellipse): Remove `center' argument.  Update all
9264         callers.
9265         (draw_brevis): New macro, called by "Brevis notehead".
9266         (draw_whole_triangle_head): New macro, called by "Whole
9267         trianglehead".
9268         (draw_small_triangle_head): Use `filldraw'.
9269
9270         * mf/feta-eindelijk.mf: Remove useless global group.
9271         Updated.
9272
9273         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
9274         `filldraw'.
9275
9276         * mf/feta-pendaal.mf: Updated.
9277
9278         * mf/feta-puntje.mf: Updated.
9279
9280         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
9281         less points.
9282         ("Flageolet"): Use `draw' again in mf mode to have good pixel
9283         dropout control.
9284         ("Varied Coda"): Use `draw_block'.
9285         (draw_comma): Fix typo.
9286         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
9287         pixel dropout control.
9288
9289         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
9290         position of bow.
9291
9292         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
9293         sizes.
9294
9295         * mf/feta-toevallig.mf (remember_pic): New variable, used for
9296         testing.
9297         (draw_meta_sharp): Much simplified.
9298         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
9299
9300         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
9301
9302 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9303
9304         * Documentation/user/notation.itely (Ancient rests): Fix typo
9305         (thanks Anthony)
9306
9307 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9308
9309         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
9310
9311         * lily/main.cc (setup_paths): Add cff.
9312
9313         * mf/GNUmakefile (foe): Include actual target %.cff.
9314         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
9315
9316 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9317
9318         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
9319         suffix for main_input_b_.
9320
9321         * scm/music-functions.scm (toplevel-music-functions):
9322         precompute music lengths for music expressions.  
9323
9324 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9325
9326         * lily/include/input.hh (class Input): new `end_' slot for end of
9327         input. Renamed defined_str0_ to start_.
9328
9329         * lily/input.cc (Input): Add Input::Input (Input const &) and
9330         remove Input::Input (Source_file*, char const *). Use the new
9331         slots.
9332         (set_location): method used by bison to propagate input
9333         locations (YYLLOC_DEFAULT).
9334         (end_line_number, end_column_number, step_forward): new methods
9335         
9336         * lily/input-scheme.cc (ly:input-both-locations): new function,
9337         similar to ly:input-location, but also return the end line and
9338         column.
9339
9340         * lily/include/includable-lexer.hh: 
9341         * lily/includable-lexer.cc: 
9342         * lily/include/lily-lexer.hh (class Lily_lexer): 
9343         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
9344         Includable_lexer to Lily_lexer, in order to update lexloc (the
9345         yylloc), a new slot of Lily_lexer.
9346         (here_input, LexerError): simplify by using the lexloc slot (aka
9347         yylloc)
9348
9349         * lily/lexer.ll: #define yylloc to use input locations (it may
9350         be useless here?). Fixed the #embedded_scm rule (step the location
9351         forward in order to skip the sharp sign before parsing the scheme
9352         expression)
9353
9354         * lily/include/lily-parser.hh (class Lily_parser): 
9355         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
9356         here_input()
9357         (parser_error): overload for more precise locations of errors.
9358
9359         * lily/parser.yy (YYLTYPE): set location type to Input
9360         (YYLLOC_DEFAULT): use Input::set_location()
9361         (yylex): add the YYLTYPE* location parameter.
9362         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
9363         Give an Input parameter to THIS->parser-error() for more accurate
9364         messages.
9365
9366 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9367
9368         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
9369
9370         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
9371         on BEAMQUANTING for non-NDEBUG builds.
9372
9373         * lily/stem.cc (head_count): performance: avoid String::String()
9374         inside oft called function.
9375
9376 2005-01-09  Graham Percival  <gperlist@shaw.ca>
9377
9378         * Documentation/user/examles.itely: attempted fix for broken
9379         string quartet template.
9380
9381         * Documentation/user/notation.itely: remove unnecessary broken
9382         link.
9383
9384 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9385
9386         * VERSION (PACKAGE_NAME): release 2.5.7
9387
9388 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9389
9390         * config.make.in (METAFONT): Append -progname=mf, fixes use with
9391         mf-nowin for teTeX-3.0.  Backportme.
9392
9393         * scm/output-svg.scm (utf8-string): New function.
9394
9395         * scm/output-gnome.scm (utf8-string): New function.
9396         (otf-name-mangling): Remove.
9397
9398         * lily/pango-font.cc (Pango_font): Use font string iso font
9399         filename for utf8-text.
9400
9401         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
9402         name.
9403
9404 2005-01-08  Graham Percival  <gperlist@shaw.ca>
9405
9406         * Documentation/user/notation.itely: add info about
9407         Staff.extraNatural = ##f in Pitches section.  Also
9408         fixed some minor issues in the Vocal music section.
9409
9410 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9411
9412         * scm/output-ps.scm (white-text): comment out Helvetica font,
9413         which is broken for my GS install.
9414
9415         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
9416         which provides a tighter bbox.
9417
9418         * scm/define-grobs.scm (all-grob-descriptions): remove all
9419         extra-offsets from definitions.
9420
9421 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
9422
9423         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
9424         add tuning for 4-string bass and some common 4/5-string banjo
9425         tunings.  New function (four-string-banjo) turns a 5-string tuning
9426         into a 4-string tuning.  New function
9427         (fret-number-tablature-format-banjo) computes correct fret numbers
9428         on 5-string banjos.
9429
9430         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
9431         Add beam correction to TabVoice.
9432
9433         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
9434         using bold font; makes tabs more readable.
9435
9436 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9437
9438         * lily/font-select.cc (get_font_by_design_size): don't make
9439         Modified_font_metric; this causes trouble, since we don't know the
9440         font magnification from inside Pango_font::text_stencil()
9441
9442         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
9443
9444         * Documentation/user/notation.itely (The Lyrics context): comment out
9445         broken {Small ensembles} link.
9446
9447         * scm/framework-svg.scm (output-framework): change calling convention.
9448
9449         * lily/object-key-dumper-scheme.cc: new file.
9450
9451         * lily/object-key-undumper-scheme.cc: new file.
9452
9453         * lily/tweak-registration-scheme.cc: new file.
9454
9455         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
9456
9457         * Documentation/user/examples.itely (String quartet): uncomment
9458         broken example.
9459
9460         * lily/font-config.cc: new file.
9461
9462 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9463
9464         * scm/output-svg.scm: 
9465         * scm/output-gnome.scm: s/bigcheese/emmentaler.
9466
9467         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
9468
9469 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9470
9471         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
9472         Add headers.
9473
9474         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
9475
9476 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9477
9478         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
9479
9480         * lily/include/main.hh: lose _b hungarian suffixes for global
9481         variables.
9482
9483         * lily/include/lily-guile-macros.hh: new file.
9484
9485         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
9486
9487         * lily/general-scheme.cc: new file. 
9488
9489         * lily/font-select.cc (get_font_by_design_size): retrieve
9490         PangoFont for (designsize . "pango-descr") entries.
9491
9492         * lily/lily-parser-scheme.cc: new file.
9493
9494         * lily/output-def-scheme.cc: new file.
9495
9496         * lily/paper-book-scheme.cc: new file.
9497
9498         * lily/duration-scheme.cc (LY_DEFINE): new file.
9499
9500         * lily/pitch-scheme.cc:  new file.
9501
9502         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
9503
9504 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9505
9506         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
9507
9508 2005-01-06  Graham Percival  <gperlist@shaw.ca>
9509
9510         * Documentation/user/notation.itely: minor editing.
9511
9512         * Documentation/user/changing-defaults: minor editing.
9513
9514         * Documentation/user/examples.itely: add template for
9515         string quartet part extraction; demonstrates tag.
9516
9517 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
9518
9519         * Documentation/user/notation.itely: documents
9520         format-mark-box-letters and format-mark-box-numbers
9521
9522         * scm/define-context-properties.scm: change comment.
9523
9524 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9525
9526         * scm/framework-ps.scm (output-classic-framework): new function:
9527         dump systems as separate .eps files (without fonts) and write a
9528         single collecting .tex file.
9529
9530 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9531
9532         * Documentation/user/notation.itely (Setting simple songs):
9533         Correct several errors in the equivalent formulation of
9534         \addlyrics. 
9535         (The Lyrics context): Corrected link to the SATB example.
9536
9537 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9538
9539         * scm/lily.scm (completize-formats): new function
9540         (postprocess-output): new function
9541
9542         * lily/paper-book.cc (classic_output): change calling
9543         convention. Give basename as first argument. 
9544         remove Paper_book::post_processing().
9545
9546         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
9547
9548 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9549
9550         * lily/paper-outputter.cc (LY_DEFINE): new function
9551         ly:outputter-close.
9552
9553         * lily/main.cc: change --format,-f to --backend,-b
9554
9555         * lily/include/main.hh: rename format to backend.
9556
9557         * scm/translation-functions.scm (format-mark-box-numbers): add.
9558         patch by Erlend Aasland
9559
9560 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9561
9562         * lily/pango-font.cc (text_stencil): dump string as
9563         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
9564
9565 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9566
9567         * configure.in (gui_b): Remove handy developer-only
9568         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
9569         CVS source installations (but break other non-default but correct
9570         PKG_CONFIG_PATH setups), as this is no longer developer-only.
9571
9572         * SConstruct: 
9573         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
9574         compatibility (backportme).
9575
9576         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
9577
9578 2005-01-03  Werner Lemberg  <wl@gnu.org>
9579
9580         Prepare glyph shapes for mf2pt1 conversion.
9581
9582         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
9583         (accDiscant, accFreebase, accStdbase): Replace `draw' with
9584         `penstroke'.
9585         (accDot): Use `drawdot'.
9586         (accBayanbase): Replace `draw' with `draw_gridline'.
9587         (print_penpos): Moved to feta-macros.mf.
9588         (accOldEE): Replace `filldraw' with `penstroke'.
9589         Replace `draw' with `penstroke' and `drawdot'.
9590
9591         * mf/feta-banier.mf: Code clean-up.
9592         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
9593         `fill'.
9594
9595         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
9596
9597         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
9598         paremeter to control drawing of labels.  Update all callers.
9599
9600         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
9601         (new_bulb): Return a bulb as a single path.  To do that, it now
9602         takes some more parameters.  Updated all callers.
9603         (draw_gclef): Major clean-up.  `draw' has been replaced with
9604         `penstroke', unnecessary outlines have been removed.
9605         Remove (unused) gnome-canvas code.
9606
9607         * mf/feta-macros.mf (print_penpos): New macro (from
9608         feta-accordion.mf).
9609         Other minor fixes.
9610
9611         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
9612         ("Pedal dot"): Use `drawdot'.
9613         (draw_pedal_P): Add parameter to control drawing of labels.  Update
9614         all callers.
9615         Fix shape at top.
9616         (draw_pedal_e): Add parameter to control drawing of labels.  Update
9617         all callers.
9618         (draw_pedal_d): Add parameter to control drawing of labels.  Update
9619         all callers.
9620         Revert drawing direction.
9621
9622         * mf/feta-schrift.mf (draw_fermata): Use single path.
9623         (draw_short_fermata): Replace `filldraw' with `fill'.
9624         (draw_long_fermata, draw_very_long_fermata): Replace calls to
9625         `draw_rounded_block' with a single path.
9626         ("Thumb"): Draw full circle instead of mirroring segments.
9627         (draw_accent): New macro.
9628         ("> accent", "espr"): Use it.
9629         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
9630         ("open (unstopped)"): Draw full circle instead of mirroring
9631         segments.
9632         (draw_vee): Removed.
9633         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
9634         ("Downbow"): Replace calls to `draw_rounded_block' with a single
9635         path.
9636         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
9637         partial pieces drawn with `fill' -- these do still overlap with the
9638         stem of the `t' but just once, not multiple times so that fontforge
9639         can handle it gracefully.
9640         Change other parts of the glyph so that fontforge's overlapping
9641         algorithm reliably works.
9642         (draw_heel): Replace `draw' with `fill'.
9643         (draw_toe): Use `draw_accent' instead of `draw_vee'.
9644         ("Flageolet"): Replace `draw' with `penstroke'.
9645         ("Segno"): Replace `filldraw' with `penstroke'.
9646         Replace `draw' with `drawdot'.
9647         ("Coda"): Replace `fill' with `penstroke', using a single path.
9648         ("Varied Coda"): Use less overlapping paths.
9649         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
9650         single path.
9651
9652         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
9653         group to better control the `labels' command.
9654         Rename argument to `offset' and use it actually.  Update all
9655         callers.
9656         Replace `filldraw' with `fill'.
9657         ("mordent", "prallmordent", "upmordent", "downmordent",
9658         "lineprall"): Replace `draw' with `draw_gridline'.
9659         ("upprall", "downprall"): Replace `draw' with `fill'.
9660
9661         * mf/feta-timesig.mf: Formatting.
9662
9663         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
9664         to...
9665         ("Flat"): Here.
9666         (draw_paren): Move code to draw labels to...
9667         ("Right Parenthesis"): Here.
9668
9669 2005-01-02  Graham Percival <gperlist@shaw.ca>
9670
9671         * Documentation/user/notation.itely: add example of \setTextDecresc
9672         and \setTextDim.
9673
9674 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
9675
9676         * scm/define-markup-commands.scm :  fix glyph-strings of
9677         accidentals and \note-by-number
9678
9679 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9680
9681         * VERSION: 2.5.6 released.
9682         
9683         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
9684
9685         * input/regression/new-markup-scheme.ly: oops. font-family=music
9686         -> font-encoding fetaMusic.  
9687
9688         * lily/main.cc: put default to PS.
9689
9690         * lily/tfm.cc: idem.
9691
9692         * lily/afm.cc: idem.
9693
9694         * lily/include/modified-font-metric.hh (struct
9695         Modified_font_metric): remove coding_scheme() method.
9696
9697         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
9698
9699         * scripts/convert-ly.py (conv): crash on encountering \encoding.
9700
9701         * input/les-nereides.ly: convert to utf8
9702
9703         * lily/modified-font-metric.cc (text_dimension): idem.
9704
9705         * lily/parser.yy (TODO): idem.
9706
9707         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
9708
9709         * lily/lexer.ll: remove encoding
9710
9711         * scm/framework-ps.scm (output-variables): separately scale the
9712         page to mm 
9713
9714         * lily/pango-font.cc (Pango_font): fix scaling.
9715
9716         * lily/font-metric.cc (design_size): design_size returns a
9717         dimension now as well.
9718
9719 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9720
9721         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
9722         brace generation. 
9723
9724         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
9725
9726 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9727
9728         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
9729         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
9730
9731 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9732
9733         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
9734         in first run as well.
9735
9736         * scm/paper.scm (layout-set-staff-size): use text-font-size in
9737         dimension less points (ie. 12 = 12 point)
9738
9739         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
9740
9741         * lily/all-font-metrics.cc (find_pango_font): set description_
9742
9743         * lily/pango-font.cc (text_stencil): export size as well.
9744         (text_stencil): fix scaling and extents box.
9745
9746 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9747
9748         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
9749
9750         * Documentation/user/invoking.itely (Invoking lilypond): document
9751         texstr
9752
9753         * scripts/convert-ly.py (conv): add ancient rules.
9754
9755         * scm/clef.scm (c0-pitch-alist): replace - with .
9756
9757         * scripts/lilypond-book.py (process_snippets): add texstr support.
9758
9759         * scm/framework-texstr.scm (header): change extension to .textmetrics
9760
9761         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
9762         -f tex.
9763
9764         * lily/text-metrics.cc: new file.
9765         (try_load_text_metrics): new function
9766
9767         * lily/include/text-metrics.hh: new file.
9768
9769 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9770
9771         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
9772         ly_scheme_function to ly_lily_module_constant.
9773
9774         * lily/modified-font-metric.cc (text_dimension): try
9775         lookup_tex_text_dimension() first.
9776
9777         * lily/tfm.cc: new function ly:load-text-dimensions
9778
9779 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9780
9781         * scm/output-texstr.scm (text): use \lilygetmetrics
9782
9783         * scm/framework-texstr.scm (header): dump in new format.
9784
9785         * tex/lilypond-tex-metrics: new file.
9786         
9787 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9788
9789         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
9790         mapping.
9791         (index_to_charcode): New method.
9792
9793         * scm/output-ps.scm (glyph-string): 
9794         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
9795
9796 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9797
9798         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
9799         implement fully, need FONT to get to charcode.
9800
9801         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
9802
9803         * scm: Cleanups.
9804
9805         * Documentation/user/changing-defaults.itely: Fix internalsrefs
9806         {Tunable context properties},
9807         {All layout objects},
9808         {Music definitions}.
9809
9810 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9811
9812         * VERSION: release 2.5.5
9813         
9814         * lily/main.cc: use TeX as default output format.
9815
9816         * flower/file-path.cc (find): try to open directly as well, so we
9817         find absolute path files. 
9818
9819         * lily/pango-select.cc: new file.
9820
9821         * scm/framework-ps.scm: remove all encoding code. 
9822         load pfb/pfa for PangoFont too.
9823         
9824         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
9825
9826 2004-12-22  Werner Lemberg  <wl@gnu.org>
9827
9828         Prepare glyph shapes for mf2pt1 conversion.
9829
9830         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
9831
9832         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
9833         (define_triangle_shape): Use it to replace `draw' with `fill' and
9834         `unfill'.  Update all callers.
9835         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
9836         (draw_cross): Ditto.
9837         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
9838         Use penrazor for better conversion with mf2pt1.
9839         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
9840         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
9841         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
9842         draw_la_head, draw_ti_head): Replace `filldraw' with
9843         `fill'.  Update all callers.
9844
9845 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9846
9847         * lily/paper-book.cc (output): revert: only allow a single output
9848         format.
9849
9850         * lily/include/pango-font.hh: new file.
9851
9852         * lily/pango-font.cc: new file.
9853
9854         * lily/font-metric.cc (text_stencil): new routine
9855
9856         * lily/all-font-metrics.cc (find_pango_font): new routine.
9857
9858         * lily/include/font-metric.hh (struct Font_metric): add
9859         text_stencil()
9860
9861         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
9862
9863 2004-12-22  Werner Lemberg  <wl@gnu.org>
9864
9865         Prepare glyph shapes for mf2pt1 conversion.
9866
9867         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
9868
9869         * mf/feta-toevallig.mf: Formatting.
9870         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
9871         ("Natural"): Fix paths to allow better postprocessing.
9872         (draw_meta_flat): Use `z3l' as additional point in path to get
9873         better conversion with mf2pt1.
9874         Other minor cleanups.
9875         ("3/4 Flat"): Add auxiliary points and modify path to replace
9876         `draw' with `fill'.
9877         ("Double Sharp"): Mirror path segments instead of picture elements
9878         to get a single outline.
9879         Modify path to replace `filldraw' with `fill'.
9880
9881 2004-12-22  Graham Percival  <gperlist@shaw.ca>
9882
9883         * input/test/unfold-all-repeats.ly: added file back.
9884
9885         * Documentation/user/notation.itely,
9886         Documentation/user/programming-interface.itely
9887         Documentation/user/changing-defaults.itely: fixed misc broken
9888         links to input/test/ files.
9889
9890 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9891
9892         * tex/texinfo.tex: Update.  We should not be distributing this,
9893         but since we do, use latest version.
9894
9895         * Documentation/user/macros.itexi: Comment-out \fetaflat,
9896         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
9897         macros for feta glyphs.
9898
9899 2004-12-22  Graham Percival  <gperlist@shaw.ca>
9900
9901         * Documentation/user/changing-defaults.itely: fix index for set.
9902
9903         * Documentation/user/converters.itely: added convert-ly bugs list
9904         from CVS.
9905
9906 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9907
9908         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
9909         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
9910         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
9911         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
9912
9913         * mf/GNUmakefile (pfa_warning): Use less broken check.
9914
9915         * python/lilylib.py (setup_environment): Remove cruft from
9916         GS_FONTPATH.
9917
9918         * configure.in: Bump mftrace requirement to 1.1.1.
9919
9920 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9921
9922         * scm/output-svg.scm (beam): Use polygon.
9923
9924         * scm/lily-library.scm: Bugfix.
9925
9926         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
9927
9928         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
9929
9930 2004-12-19  Werner Lemberg  <wl@gnu.org>
9931
9932         Prepare glyph shapes for mf2pt1 conversion.
9933
9934         * mf/feta-eindelijk: Some formatting.
9935         (multi_rest_x, multi_beam_height): Removed.  Unused.
9936         ("Quarter rest"): Use `intersectiontimes' to create a single
9937         outline.
9938         (rest_crook): Removed.  Unused.
9939         (draw_rest_bulb): Return path (without filling).  Update callers.
9940         Simplified.
9941         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
9942         "128th rest"): Simplify `pat'.
9943         Create single outline.
9944
9945 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9946
9947         * mf/GNUmakefile (ALL_GEN_FILES):
9948         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
9949
9950         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
9951         function.
9952
9953 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9954
9955         * scm/output-texstr.scm (placebox): add routine
9956
9957         * VERSION (PACKAGE_NAME): release 2.5.4
9958
9959         * scm/framework-texstr.scm (output-framework): new file.  
9960
9961         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
9962         processing.
9963
9964         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
9965
9966         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
9967         rule.
9968
9969         * configure.in (gui_b): bump mftrace requirement to 1.1.0
9970
9971         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
9972
9973         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
9974
9975 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9976
9977         * scm/framework-svg.scm (dump-page): Implement landscape.
9978
9979 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9980
9981         * lily/main.cc (setup_paths): Add svg to search path.
9982
9983         * scm/output-svg.scm:
9984         * scm/framework-svg.scm: Add pageSet.  Update.
9985         (dump-fonts): New function.
9986         (output-framework): Use it.
9987
9988         * mf/GNUmakefile: 
9989         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
9990
9991 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9992
9993         * tex/lilyponddefs.tex: comment out new ifpdf code.
9994
9995 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9996
9997         * GNUmakefile.in: 
9998         * SConstruct (symlink): Replace afm by otf.
9999
10000         * scm/framework-gnome.scm (gnome-main): Remove invocation of
10001         ly:pango-add-afm-decoder.
10002
10003         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
10004
10005 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10006
10007         * scm/output-ps.scm (new-text): don't access t glyph for getting
10008         space dimension.
10009
10010         * ly/init.ly: warn about \version
10011
10012         * lily/lexer.ll: set version-seen?
10013
10014 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10015
10016         * scm/output-svg.scm (string->entities): Update.
10017
10018 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10019
10020         * lily/main.cc (setup_paths): replace afm by otf for path. 
10021
10022         * lily/pangofc-afm-decoder.cc: remove.
10023
10024         * lily/include/pangofc-afm-decoder.hh: remove.
10025
10026         * scm/framework-scm.scm (output-framework): new file.
10027
10028         * mf/GNUmakefile: remove SAUTER_FONTS.
10029         remove SVG/sodipodi hacks.
10030
10031         * scm/lily-library.scm (stderr): move stderr.
10032
10033         * mf/GNUmakefile: remove AFM support.
10034
10035         * buildscripts/mf-to-table.py (base): remove AFM support.
10036
10037         * lily/open-type-font.cc (design_size): use design_size
10038
10039 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
10040
10041         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
10042
10043 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10044
10045         * mf/GNUmakefile: Generate combined aybabtu info.
10046         * mf/aybabtu.pe.in (i): Load it.
10047
10048         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
10049         are not symbols.
10050
10051         * lily/include/open-type-font.hh (count): New method.
10052
10053         * mf/aybabtu.pe.in: Typo.
10054
10055         * Documentation/user/out/lilypond-internals.nexi (Scheme
10056         functions): Typo.
10057
10058         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
10059
10060 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10061
10062         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
10063         subfonts.
10064
10065         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
10066
10067         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
10068         (tex-font-command-raw): new function.
10069
10070         * lily/include/virtual-font-metric.hh (Module): remove file
10071
10072         * lily/virtual-font-metric.cc (Module): remove file.
10073         
10074
10075         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
10076         (get_indexed_char): read bbox from lily table if present.
10077
10078 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10079
10080         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
10081         aybabtu.subfonts
10082
10083         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
10084         global glyphname. Enables more than 64 glyphs in the OTF.
10085
10086 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10087
10088         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
10089         braces.
10090
10091         * lily/open-type-font.cc (design_size): Use 12 as default for
10092         design size.
10093
10094         * mf/aybabtu.pe.in: New file.  Merge all our braces.
10095
10096         * mf/GNUmakefile: Generate aybabtu.
10097
10098         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
10099
10100 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10101
10102         * scm/lily-library.scm (char->unicode-index): Remove.
10103
10104         * scm/output-gnome.scm (text): Bugfix for plain string input.
10105         Updates.
10106
10107         * scm/output-svg.scm (svg-font): Add weight to font selection.
10108
10109 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10110
10111         * Documentation/topdocs/INSTALL.texi (Top): Point to
10112         buildscripts/out/clean-fonts instead of
10113         buildscripts/clean-fonts.sh. 
10114
10115 2004-12-13  Graham Percival  <gperlist@shaw.ca>
10116
10117         * input/regression/figured-bass.ly: attempt to clarify text.
10118
10119         * Documentation/user/notation.tely: add cindex for tag, attempt to
10120         add figured bass example.
10121
10122         * Documentation/user/changing-defaults: basic editing.
10123
10124 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10125
10126         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
10127
10128         * lily/open-type-font.cc (LY_DEFINE): new function
10129         ly:font-sub-fonts
10130
10131         * lily/include/font-metric.hh (struct Font_metric): new method
10132         sub_fonts()
10133
10134         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
10135         . with - in add.stem.
10136         
10137 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10138
10139         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
10140         and fetaDynamic.
10141
10142         * lily/rest.cc (glyph_name): Change - to . .
10143
10144         * scm/output-gnome.scm (text): Hello world, again.
10145
10146         * scm/output-svg.scm (named-glyph): New function.  Hello world!
10147
10148         * lily/modified-font-metric.cc (index_to_charcode): New method.
10149
10150         * lily/include/font-metric.hh (index_to_charcode): New function.
10151
10152         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
10153         new function.
10154         (ly:font-glyph-to-index): Remove.
10155
10156 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10157
10158         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
10159
10160         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
10161
10162         * lily/open-type-font.cc (load_scheme_table): new function
10163
10164         * lily/dots.cc (print): replace - 
10165
10166         * lily/open-type-font.cc (attachment_point): new function.
10167         (load_table): read LILC table
10168
10169         * buildscripts/gen-bigcheese-scripts.py (Module): new
10170         file. Generate FF scripts.
10171
10172         * mf/feta-din10.mf: idem.
10173
10174         * mf/feta-nummer10.mf: remove mf files.
10175
10176         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
10177
10178 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10179
10180         * lily/lily-guile.cc: Use scm_from_locale_stringn.
10181
10182         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
10183         compatibility.
10184
10185 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10186
10187         * lily/open-type-font.cc (get_indexed_char): scale metrics by
10188         design-size and units_per_EM.
10189
10190         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
10191
10192 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10193
10194         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
10195         does not crash fontforge.
10196
10197         * scm/lily-library.scm (char->unicode-index): Hack to map onto
10198         PUA.
10199
10200 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10201
10202         * scm/framework-ps.scm (ps-embed-cff): new function.
10203
10204         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
10205
10206 2004-12-12  Werner Lemberg  <wl@gnu.org>
10207
10208         * mf/bigcheese.pe.in: Add PUA mapping.
10209         Don't create Type 42 but bare CFF font.
10210
10211 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10212
10213         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
10214         within canvas boundaries.
10215
10216         * mf/merge.pe.in: Set font names, version, license GPL.
10217
10218         * make/substitute.make: Add FONTFORGE.
10219
10220         * config.make.in (FONTFORGE): Add.
10221
10222         * configure.in (gui_b): Use PATH_PROG for fontforge.
10223
10224 2004-12-11  Graham Percival  <gperlist@shaw.ca>
10225
10226         * scm/define-markup-commands.scm: add baseline-skip to info
10227         about \column.
10228
10229 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10230
10231         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
10232
10233         * scm/output-gnome.scm (named-glyph): Use it.
10234
10235         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
10236
10237         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
10238         (upper_string, lower_string, reverse_string): Remove.
10239
10240         * configure.in (fontforge): Reinstate version check.
10241
10242         * ly/engraver-init.ly: Fix clef glyph names.
10243
10244         * lily/time-signature.cc (special_time_signature): Fix fraction
10245         glyph names.
10246
10247 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10248
10249         * mf/merge.pe: new file.
10250
10251         * lily/freetype.cc: new file.
10252
10253         * lily/include/open-type-font.hh (class Open_type_font): new file.
10254
10255         * lily/include/freetype.hh: new file.
10256
10257         * lily/open-type-font.cc: new file.
10258
10259         * lily/all-font-metrics.cc (find_otf): new function.
10260
10261 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10262
10263         * lily/time-signature.cc (special_time_signature): Fix.
10264
10265         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
10266         GTK2 before checking for pango.  Fixes -fgnome.
10267
10268         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
10269         Scheme name.
10270
10271         * scm/define-markup-commands.scm:
10272         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
10273
10274         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
10275
10276         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
10277         date versions.  Fixes configure.
10278         (STEPMAKE_CHECK_VERSION): Support optional actual program version
10279         argument.
10280
10281 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10282
10283         * buildscripts/mf-to-table.py (write_ps_encoding): write real
10284         names in .enc
10285
10286         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
10287
10288 2004-12-09  Graham Percival  <gperlist@shaw.ca>
10289
10290         * Documentation/user/changing-defaults.itely: add info about
10291         make-dynamic-script
10292
10293         * Documentation/user/notation.itely: add link in dynamics to
10294         section about make-dynamic-script.
10295
10296 2004-12-09  Christian hitz  <chhitz@gmx.net>
10297
10298         * lily/lily-guile.cc: change MACOS_X to __APPLE__
10299
10300 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10301
10302         * buildscripts/mf-to-table.py (parse_logfile): use . for
10303         concatting name and group.
10304         (parse_logfile): use M for Minus (negative.)
10305
10306         * lily/include/type-swallow-translator.hh
10307         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
10308
10309         * lily/*.cc: cosmetics around = sign.
10310
10311         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
10312         lyric spacing on the penultimate column.
10313
10314 2004-12-05  Christian Hitz  <chhitz@gmx.net>
10315
10316         * configure.in:
10317         * lily/accidental-placement.cc:
10318         * lily/bar-line.cc:
10319         * lily/beam-concave.cc:
10320         * lily/beam-quanting.cc:
10321         * lily/beam.cc:
10322         * lily/bezier-bow.cc:
10323         * lily/bezier.cc:
10324         * lily/break-align-interface.cc:
10325         * lily/custos.cc:
10326         * lily/dimension-cache.cc:
10327         * lily/dot-column.cc:
10328         * lily/font-metric.cc:
10329         * lily/font-select.cc:
10330         * lily/gourlay-breaking.cc:
10331         * lily/grob-property.cc:
10332         * lily/grob.cc:
10333         * lily/lily-guile.cc:
10334         * lily/line-spanner.cc:
10335         * lily/lookup.cc:
10336         * lily/lyric-extender.cc:
10337         * lily/lyric-hyphen.cc:
10338         * lily/mensural-ligature.cc:
10339         * lily/midi-def.cc:
10340         * lily/misc.cc:
10341         * lily/note-collision.cc:
10342         * lily/note-column.cc:
10343         * lily/note-head.cc:
10344         * lily/paper-outputter.cc:
10345         * lily/percent-repeat-item.cc:
10346         * lily/rest-collision.cc:
10347         * lily/side-position-interface.cc:
10348         * lily/simple-spacer.cc:
10349         * lily/slur-configuration.cc:
10350         * lily/slur-scoring.cc:
10351         * lily/slur.cc:
10352         * lily/spaceable-grob.cc:
10353         * lily/spacing-spanner.cc:
10354         * lily/spanner.cc:
10355         * lily/staff-symbol-referencer.cc:
10356         * lily/stem.cc:
10357         * lily/stencil.cc:
10358         * lily/system-start-delimiter.cc:
10359         * lily/system.cc:
10360         * lily/text-item.cc:
10361         * lily/tie.cc:
10362         * lily/tuplet-bracket.cc:
10363         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
10364         <cmath> beacause isinf/isnan is undefined in <cmath>
10365
10366 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10367
10368         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
10369
10370 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10371
10372         * VERSION: release 2.5.3
10373         
10374 2004-11-29  Arno Waschk <arno@arnowaschk.de>
10375
10376         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
10377
10378 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10379
10380         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
10381
10382         * lily/note-head.cc (internal_print): always try the "s" head if
10383         u/d not found.
10384
10385         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
10386
10387 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10388
10389         * mf/parmesan-heads.mf (overdone_heads): typos.
10390
10391 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10392
10393         * lily/parser.yy (markup): in markups, { .. } without command
10394         before are also flattened, ie \line must be explicitely used.
10395
10396         * Documentation/user/changing-defaults.itely:
10397         * Documentation/user/notation.itely: 
10398         * input/wilhelmus.ly: 
10399         * input/regression/instrument-name-markup.ly: 
10400         * input/regression/markup-score.ly: 
10401         * input/regression/new-markup-scheme.ly: 
10402         * input/regression/new-markup-syntax.ly: 
10403         * input/test/coriolan-margin.ly: use \line in markups where
10404         appropriate
10405         
10406 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10407
10408         * scm/new-markup.scm (map-markup-command-list): helper function
10409         used in parser.yy to map markup commands on a markup list.
10410
10411         * lily/parser.yy: get rid off < > in markups by treating { } as
10412         real lists.
10413
10414         * lily/lexer.ll: remove < > from markup lexer mode.
10415
10416         * scripts/convert-ly.py (conv): add rule for converting 
10417         \markup < > to \markup { }
10418
10419         * ly/titling-init.ly: 
10420         * input/test/coriolan-margin.ly: 
10421         * input/regression/new-markup-syntax.ly: 
10422         * input/regression/new-markup-scheme.ly: 
10423         * input/regression/multi-measure-rest-text.ly: 
10424         * input/regression/markup-stack.ly: 
10425         * input/regression/markup-score.ly: 
10426         * input/regression/instrument-name-markup.ly: 
10427         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
10428         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
10429         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
10430         * input/wilhelmus.ly: 
10431         * Documentation/user/notation.itely: 
10432         * Documentation/user/music-glossary.tely: 
10433         * Documentation/user/changing-defaults.itely: change < > to { } in
10434         markups
10435
10436 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10437
10438         * lily/accidental-placement.cc (position_accidentals): shortcut if
10439         no accidentals to place.
10440
10441 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10442
10443         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
10444         typo s/ly:dimension ?/ly:dimension?/
10445
10446         * input/regression/lily-in-scheme.ly: 
10447         * input/regression/music-function.ly: 
10448         * ly/spanners-init.ly (assertBeamSlope): 
10449         * scm/music-functions.scm (def-grace-function): add the paper
10450         argument to music function definitions.
10451
10452 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10453
10454         * lily/moment.cc (LY_DEFINE):
10455         ly:moment-main-{denominator,numberator}, new function.
10456
10457         * lily/score-engraver.cc (typeset_all): assign to column on basis
10458         of axis-group-parent-X setting.
10459
10460         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
10461         add_element() on basis of axis-group-parent-Y setting.
10462
10463         * lily/grob.cc: add axis-group-parent-{XY} properties.
10464
10465         * input/regression/spacing-stick-out.ly: new file.
10466
10467         * lily/simple-spacer.cc (add_columns): use binary search for
10468         setting column rods. Changes O(n^2) to O(n log(n)) for
10469         constructing spacing problem from columns.
10470         (add_columns): read allow-outside-line to make sure no texts stick
10471         out.
10472         (solve): Simple_spacer::is_active() only determines
10473         satisfies_constraints_ for non-ragged typesetting.
10474
10475         * lily/simultaneous-music.cc (to_relative_octave): only set
10476         old_relative_used if return pitch actually changed.
10477
10478         * scm/define-context-properties.scm
10479         (all-user-translation-properties): change to match implementation.
10480
10481         * python/lilylib.py: Replace re.match by re.search and adds "-c
10482         showpage" to the gs command line (Johannes Schindelin)
10483
10484         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
10485         before processing. Prevents crash when inf is in the extent.
10486
10487         * scm/define-markup-commands.scm (note-by-number): add "s" to
10488         "noteheads-" glyphname.
10489  
10490         * lily/parser.yy (Generic_prefix_music): supply parser argument to
10491         music function as well.
10492         
10493 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10494
10495         * VERSION: release 2.5.2
10496
10497         * Documentation/user/changing-defaults.itely (Creating titles):
10498         add breakbefore variable.
10499
10500         * lily/paper-book.cc (set_system_penalty): new function. Set
10501         penalty_ based on breakBefore setting
10502
10503         * lily/context-specced-music-iterator.cc (construct_children):
10504         interpret special context id $uniqueContextId 
10505
10506         * lily/context.cc (create_unique_context): new method. Move
10507         creation of unique (\new) contexts into interpreting phase. This
10508         makes
10509
10510           foo= \new Staff ..
10511           << \foo \foo >>
10512
10513         produce 2 staves.
10514         
10515
10516         * scm/define-music-properties.scm (all-music-properties): add
10517         quoted-voice-direction
10518
10519         * ly/music-functions-init.ly: killCues function.
10520
10521         * scm/music-functions.scm (cue-substitute): move creation of voice
10522         contexts further to the back. 
10523
10524 2004-11-25  Werner Lemberg  <wl@gnu.org>
10525
10526         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
10527         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
10528
10529 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
10530
10531         * buildscripts/guile-gnome.sh: Fixed typo.
10532
10533 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10534
10535         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
10536
10537         * scripts/abc2ly.py (dump_slyrics): add ord(). 
10538
10539         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
10540         to regular engraver. 
10541
10542 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10543
10544         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
10545
10546 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10547
10548         * scm/define-markup-commands.scm (fill-line): Typo.
10549
10550         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
10551         and newer.
10552
10553 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
10554
10555         * ly/dynamic-scripts-init.ly: Fixed typo.
10556
10557 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10558
10559         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
10560         note-head, to have different attachment points for up and down.
10561
10562         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
10563
10564         * mf/feta-generic.mf (else): remove solfa.
10565
10566         * mf/feta-bolletjes.mf (tishape): remove unicode test.
10567
10568         * scm/define-context-properties.scm
10569         (all-user-translation-properties): add shapeNoteStyles property.
10570
10571         * lily/shape-note-heads-engraver.cc (process_music): new file.
10572
10573         * lily/event.cc (transpose): call Event::transpose() for
10574         transposing the tonic.
10575
10576 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10577
10578         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
10579         Unicode/OpenType and AFM.
10580
10581         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
10582
10583 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10584
10585         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
10586
10587         * lily/context.cc (Context): unprotect key from ctor.
10588
10589         * scm/stencil.scm (stack-lines): return empty-stencil if argument
10590         is '()
10591         (stack-stencils): idem.
10592
10593         * Documentation/user/changing-defaults.itely (Creating titles):
10594         document new title layout options.
10595
10596         * lily/parser.yy (lilypond_header_body): copy previous
10597         $globalheader if present.
10598
10599         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
10600         ly:module-copy
10601         
10602         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
10603
10604         * scm/titling.scm: remove old titling functions
10605
10606         * lily/stencil.cc (translate): remove absolute dimension.
10607
10608         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
10609         via markup.
10610
10611         * scm/page-layout.scm (marked-up-headfoot): create header/footer
10612         field from user-supplied markup
10613
10614         * scm/define-markup-commands.scm (on-the-fly): new markup
10615         command. Enter SCM markup procedure directly in Scheme.
10616         (fromproperty): new markup command. Read markup from props argument.
10617
10618         * scm/titling.scm (marked-up-title): create title via
10619         user-specified markup. 
10620
10621         * scm/define-markup-commands.scm (column): remove empty stencils
10622         from column.
10623
10624         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
10625         not have side-effect of creating variable stub.
10626
10627         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
10628
10629 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10630
10631         * scm/encoding.scm (coding-alist): 
10632         * scm/font.scm (add-ec-fonts):
10633         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
10634         Extended-TeX-Font-Encoding---Latin.
10635
10636         * lily/side-position-interface.cc (general_side_position): Add
10637         actual offset to error message (avoid constant error messages).
10638
10639         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
10640         block.
10641
10642         * lily/font-select.cc (select_encoded_font)
10643         (get_font_by_mag_step, get_font_by_design_size): 
10644         * lily/modified-font-metric.cc (Modified_font_metric): 
10645         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
10646
10647         * scm/encoding.scm (coding-alist): Add fetaDynamic.
10648         (read-encoding-file): Bugfix: do not require space after bracket.
10649
10650         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
10651         these do not exist.
10652
10653 2004-11-20  Graham Percival  <gperlist@shaw.ca>
10654
10655         * Documentation/user/notation.itely: added info about typesetting
10656         boxed bar numbers.
10657
10658 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10659
10660         * flower/interval.cc (T_to_string): gcc4 fixes.
10661
10662         * scm/define-markup-commands.scm (fill-line): use
10663         stack-stencils. This fixes problems with putting already centered
10664         stencils in a line.
10665
10666         * VERSION: release 2.5.1
10667
10668         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
10669
10670 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10671
10672         * input/example-[1-3].ly: simplify.
10673
10674         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
10675
10676         * scm/output-ps.scm (new-text): new function. Use glyphshow to
10677         show glyphs.
10678
10679         * scm/encoding.scm (decode-byte-string): new function.
10680
10681         * scripts/convert-ly.py (conv): add warning about
10682         set-global-staff-size.
10683
10684         * Doxyfile: add. 
10685
10686         * scripts/convert-ly.py (conv): add raggedlastbottom rule
10687         (conv): warn for TextSpanner split.
10688         (conv): warn for textheight.
10689
10690 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10691
10692         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
10693         building the documentation, info with images are installed.
10694         (final-install): Fix description.  Mention sourcing of login
10695         scripts (instead of running).
10696
10697 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10698
10699         * Debian lmodern support.  Note that LilyPond will issue warnings
10700         
10701             no such encoding: "FontSpecific"
10702
10703           The font selection mechanism wants to get the encoding from the
10704           font itself, but the idea of lmodern is that it is usable with
10705           different encodings, ie, Lily should get the encoding from the
10706           font tree, rather than the font itself.  This would require some
10707           more work.
10708         
10709         * configure.in: Test for and accept lmodern if EC fonts not found.
10710
10711         * scm/framework-tex.scm (font-load-command): TeX font name
10712         mangling for latin1 encoded cork-lm fonts.
10713         (convert-to-ps): Load lm.map if available.
10714
10715         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
10716         available.
10717
10718         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
10719
10720         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
10721         available.
10722
10723         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
10724         path for absolute file name, that is silly.
10725
10726         * lily/score-engraver.cc (initialize): 
10727
10728         * Documentation/user/GNUmakefile (local-install-info): Invoke
10729         install-info --remove first.
10730
10731         * #include cleanup (Andreas Scherer).
10732
10733 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
10734
10735         * input/test/script-abbreviations.ly: fix typos.
10736
10737 2004-11-17  Werner Lemberg  <wl@gnu.org>
10738
10739         * python/lilylib.py (options_help_str): Support pretty-printing of
10740         newlines in fourth element of option description.
10741
10742         * scripts/lilypond-book.py (option_definitions): Use new lilylib
10743         feature.
10744         Sort options.
10745
10746         * Documentation/user/lilypond-book.itely: Finish update.
10747
10748 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10749
10750         * Documentation/user/macros.itexi: Add comment about \command.
10751
10752         * Documentation/user/lilypond.tely:
10753         * Documentation/user/lilypond-book.itely: Fix names of lilypond
10754         and lilypond-book nodes, so that `info lilypond' visits the manual
10755         at top level, and `info lilypond-book' visits the lilypond-book
10756         section.
10757
10758         * Documentation/user/GNUmakefile (local-install-info): Fix rules
10759         and packager messages.
10760
10761         * lily/pangofc-afm-decoder.cc: Update test.
10762
10763 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10764
10765         * scm/lily-library.scm (char->unicode-index): New function.
10766
10767         * scm/output-gnome.scm: 
10768         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
10769
10770         * Proper naming of file name throughout; s/filename/file[-_]name/.
10771
10772         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
10773
10774         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
10775
10776 2004-11-16  Werner Lemberg  <wl@gnu.org>
10777
10778         * scripts/lilypond-book.py: The Lord has commanded me to use only
10779         tabs for indentation.  Your humble servant obeys.
10780
10781 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10782
10783         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
10784         including font, if LilyPond-feta font is only feta font in path.
10785
10786         * scm/output-gnome.scm (text): Revert to file name of font if font
10787         has no name.  Fixes ec font selection.
10788         (char): Bugfix: do not utf8 twice.  Fixes clefs.
10789
10790         * scm/framework-svg.scm:
10791         * scm/output-svg.scm: New file.  TODO: figure out how to
10792         do character by index in font.
10793
10794         * scm/output-sodipodi.scm: Remove.
10795
10796         * scm/output-ps.scm (stem): Remove.
10797
10798 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10799
10800         * scm/output-gnome.scm (beam): New function.
10801         (slur): Round corners.
10802         (round-filled-box): Round corners.
10803
10804 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10805
10806         * scm/output-gnome.scm (beam): add function.
10807         (draw-line): new routine.
10808         (dashed-line): stub; call draw-line
10809         (polygon): new routine.
10810
10811 2004-11-15  Werner Lemberg  <wl@gnu.org>
10812
10813         * Documentation/user/lilypond-book.itely: Revise section on
10814         lilypond-book options.
10815         Other minor fixes.
10816
10817         * scripts/lilypond-book.py: Change indentation to 4.
10818         Minor formatting.
10819
10820 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10821
10822         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
10823         grobs that have tweaks specced.
10824         
10825 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
10826
10827         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
10828
10829 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10830
10831         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
10832         actual char #, not 0 based index.
10833
10834         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
10835
10836         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
10837         Warning: do make -C mf clean.
10838
10839         * lily/context-property.cc: Compile fix.
10840
10841         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
10842         Grok ec-fonts, braces and dynamics.
10843
10844         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
10845
10846 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10847
10848         * lily/include/tweak-registration.hh: new file.
10849
10850         * lily/tweak-registration.cc: new file.
10851
10852         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
10853         saving tweaks.
10854
10855         * scm/output-gnome.scm (text): comment dribble.
10856
10857 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10858
10859         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
10860
10861         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
10862         path-def before using.  Fixes muchtomany slurs in wrong places
10863         bug.
10864
10865 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10866
10867         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
10868
10869         * lily/include/object-key-undumper.hh (Module): new file.
10870
10871         * lily/object-key-undumper.cc (Module): New file. Deserialize
10872         keys. SCM bindings
10873
10874         * lily/object-key-dumper.cc (Object_key_dumper): idem.
10875         Provide SCM bindings.
10876
10877         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
10878         new file. Serialize object keys.
10879         
10880         * lily/object-key.cc (dump): new function.
10881         (as_scheme): new virtual function
10882         (undump): new function
10883         (undumpers): new table.
10884
10885         * lily/include/global-context.hh (Context): take \score key upon init.
10886
10887         * lily/object-key-dumper.cc (serialize_key): new file.
10888
10889         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
10890
10891         * lily/lily-lexer.cc: remove \quote.
10892
10893         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
10894
10895         * lily/context.cc (Context): take key argument in ctor.
10896         (create_context): new function
10897
10898         * lily/grob.cc (Grob): take key argument in ctor.  
10899
10900         * lily/lilypond-key.cc (do_compare): new file.
10901
10902         * lily/object-key.cc (Object_key): new file.
10903
10904         * lily/include/object-key.hh (class Object_key): new file.
10905
10906         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
10907
10908 2004-11-13  Graham Percival  <gperlist@shaw.ca>
10909
10910         * Documentation/user/lilypond-book.itely: add small warning about
10911         noindent default in lilypond-book.
10912
10913         * Documentation/user/converters.itely: add examples for convert-ly.
10914
10915         * Documentation/user/examples.itely: change version string in templates
10916         to 2.4.0.
10917
10918 2004-11-12  Karl Hammar  <karl@aspodata.se>
10919
10920         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
10921         cmdline, use xargs instead (backportme)
10922
10923 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
10924         
10925         * Documentation/user/: Numerous fixes in the user manual.
10926
10927 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10928
10929         * lily/parser.yy (re_rhythmed_music): search music expression for
10930         context-id, surround by \new Voice if not found. Fixes:
10931         addlyrics-second-staff.ly
10932
10933         * VERSION: 2.5.0 released.
10934         
10935 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10936
10937         * Documentation/index.html.in: Fix url to one big page.  (backportme)
10938
10939         * Documentation/user/GNUmakefile: Separate rules for split and
10940         unsplit html documents.  Remove perl massaging.  (backportme)
10941
10942 2004-11-11  Graham Percival  <gperlist@shaw.ca>
10943
10944         * Documentation/user/lilypond-book.itely: add short warning about
10945         \lilypond{} in LaTeX docs.
10946
10947 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10948
10949         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
10950         found.  (backportme)
10951
10952         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
10953         version requirement.  (backportme)
10954
10955         * configure.in: Be explicit about old versions of
10956         ec-fonts-mtraced.  (backportme)
10957
10958         * lily/context-selector.cc (set_tweaks): New function.
10959         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
10960         web with -DTWEAK.
10961
10962         * Documentation/user/introduction.itely (Automated engraving):
10963         Remove fragment option.  Fixes web.
10964
10965         * lily/context-property.cc (make_item_from_properties):
10966         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
10967         #ifdef.
10968
10969         * scm/define-context-properties.scm
10970         (all-internal-translation-properties): Add tweakRank and tweakCount.
10971
10972         * lily/grob.cc: 
10973         * scm/define-grob-properties.scm (all-internal-grob-properties):
10974         Add tweak-rank and tweak-count.
10975
10976 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10977
10978         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
10979         New function.
10980         (text): Use them.
10981
10982         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
10983         animated/opaque grob dragging tweaks.
10984
10985         * buildscripts/guile-gnome.sh: Update.
10986
10987 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10988
10989         * scm/define-grobs.scm (all-grob-descriptions): Added
10990         line-interface to the LigatureBracket object.
10991
10992 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10993
10994         * scm/framework-gnome.scm (item-event): Support non-animated mouse
10995         dragging tweaks.
10996
10997         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
10998
10999         * lily/context-selector.cc (store_context): New function.
11000
11001         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
11002         (store_grob): New function.
11003         (identify_grob): Add Moment parameter.
11004
11005         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
11006         exists.
11007
11008         * scm/framework-gnome.scm (save-tweaks): Write as alist.
11009
11010 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11011
11012         * scm/framework-gnome.scm (item-event): Print grob id.
11013         (save-tweaks): New function.
11014         (tweak): New funtion.
11015         (item-event): Use it, bound to arrow keys.
11016
11017         * lily/context-property.cc (make_item_from_properties): Register grob.
11018         * lily/context.cc (add_context): Register context.
11019
11020         * lily/include/context-selector.hh:
11021         * lily/include/grob-selector.hh:
11022         * lily/context-selector.cc:
11023         * lily/grob-selector.cc: New file.
11024
11025 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11026
11027         * lily/slur.cc: add 'positions to interface
11028
11029         * lily/main.cc: reinstate PS as standard output format. 
11030
11031         * scm/framework-tex.scm (output-preview-framework): print systems
11032         up to first non title system.
11033
11034         * lily/grace-engraver.cc (start_translation_timestep): split
11035         scm_cadddr
11036         
11037 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11038
11039         * lily/quote-iterator.cc (Module): remove old quote-iterator
11040
11041         * scm/define-music-types.scm (music-descriptions): move
11042         NewQuoteMusic over QuoteMusic
11043
11044         * Documentation/user/notation.itely (Formatting cue notes): use
11045         \cueDuring.
11046
11047         * lily/new-quote-iterator.cc (quote_ok): new function.
11048
11049         * input/regression/quote-cue-during.ly: new file.
11050
11051         * input/regression/quote-grace.ly: new file.
11052
11053         * scm/define-context-properties.scm (Module): change definition of
11054         graceSettings
11055
11056         * lily/context-property.cc (Module): rename from
11057         translator-property.cc
11058
11059         * lily/context.cc (context_name_symbol): new function
11060
11061         * lily/grace-engraver.cc: new file. Set properties for grobs based
11062         on the grace-ness of now_moment().
11063
11064         * scm/music-functions.scm (add-grace-property): use list
11065         iso. vector for graceSettings
11066         remove set-{start,stop}-grace-properties. 
11067
11068         * lily/new-quote-iterator.cc (construct_children): set
11069         quote_outlet_ if no quoted-context-{id,type} specified.
11070
11071         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
11072
11073         * lily/parser.yy (command_element): remove \quote.
11074
11075         * ly/music-functions-init.ly (location): add quoteDuring music
11076         function. 
11077
11078         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
11079         optional semicolon. (backportme)
11080
11081 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11082
11083         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
11084         need to link to GUILE et al.
11085
11086 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11087
11088         * scm/define-music-properties.scm (all-music-properties): add
11089         quoted-context-type, quoted-context-id.
11090
11091         * scm/lily.scm (type-check-list): new function.
11092         
11093         * scm/lily-library.scm: new file. Generic library routines.
11094
11095         * lily/parser.yy (Generic_prefix_music): move typechecking out of
11096         parser.
11097
11098         * ly/music-functions-init.ly: add quoteDuring function.
11099
11100         * lily/include/music-iterator.hh (class Music_iterator): rename
11101         set_translator -> set_context
11102
11103         * lily/parser.yy (Generic_prefix_music_scm): add
11104         MUSIC_FUNCTION_SCM_SCM_MUSIC
11105
11106         * scm/lily.scm (sanitize-command-option): new function. (backportme)
11107
11108         * scm/framework-tex.scm (header): sanitize TeX paper size.
11109         (backportme)
11110
11111 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11112
11113         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
11114
11115         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
11116
11117         * scm/framework-tex.scm (font-load-command): Use T1 if no
11118         font-encoding set.  (backportme)
11119
11120         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
11121         exists before converting.  (backportme)
11122
11123         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
11124         exists before converting.  (backportme)
11125         (convert-to-ps): Remove .ps file if it exists before
11126         converting.  (backportme)
11127
11128         * lily/lexer.ll: Remove extra progress newline, use present tense.
11129
11130         * scm/paper.scm (paper-alist): public.
11131         * scm/framework-tex.scm (convert-to-ps):
11132         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
11133         command line.
11134
11135 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11136
11137         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
11138
11139         * lily/recording-group-engraver.cc (derived_mark): mark
11140         now_events_. (backportme)
11141
11142 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11143
11144         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
11145
11146         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
11147         invoking latex. (backportme.)
11148
11149         * lily/stem.cc (off_callback): center stems for all rest stems.
11150
11151 2004-11-05  Werner Lemberg  <wl@gnu.org>
11152
11153         * Documentation/user/lilypond.tely: Add more guidelines for writing
11154         lilypond texinfo documents.
11155
11156 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
11157
11158         * Documentation/index.html.in: remove <hr>.
11159
11160         * THANKS: change 2.3 to 2.4.
11161
11162 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
11163
11164         * scm/output-gnome.scm: More fontconfig comment.
11165
11166 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
11167
11168         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
11169         <package> directory in $(builddir)/share according with
11170         PACKAGE_NAME defined in the VERSION file.
11171
11172 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11173
11174         * lily/beam.cc (rest_collision_callback): use local beam
11175         multiplicity.
11176
11177         * input/regression/stem-stemlet.ly: new file.
11178
11179         * lily/stem.cc (add_head): store rests as well.
11180
11181         * scm/define-grob-properties.scm (all-user-grob-properties): add
11182         stemlet-length
11183
11184         * lily/stem.cc: store rests as well.
11185         
11186         * input/regression/new-slur.ly: mention forcing.
11187
11188 2004-11-04  Werner Lemberg  <wl@gnu.org>
11189
11190         * Documentation/user/*: A new round of layout fixes and document
11191         structure cleanup.
11192
11193 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
11194
11195         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
11196
11197 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11198
11199         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
11200
11201 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11202
11203         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
11204
11205         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
11206
11207         * lily/main.cc (main): Invoke identify.
11208
11209         * scm/lily.scm (postscript->pdf): Remove progress newline.
11210         Write progress to stderr.
11211
11212         * lily/paper-book.cc (output): Remove progress newline.
11213
11214         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
11215         gettext on user messages, and remove whitespace.
11216
11217         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
11218
11219         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
11220         argv[0] (Thomas Scharkowski).
11221
11222         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
11223         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
11224         for ec-fonts-mtraced.
11225
11226         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
11227         --srcdir build (Bertalan).
11228
11229         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
11230         headers and library too (Laura Conrad).
11231
11232         * Documentation/topdocs/INSTALL.texi (Top): Mention development
11233         package for guile too (Laura Conrad).
11234
11235         * lily/main.cc (usage): Typo.
11236
11237 2004-11-02  Werner Lemberg  <wl@gnu.org>
11238
11239         * Documentation/user/notation.ly: More fixes to improve appearance.
11240
11241         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
11242         better output for multicolumn tables.
11243
11244 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11245
11246         * lily/main.cc (dir_info): Fixed typo in the printouts.
11247
11248 2004-11-01  Werner Lemberg  <wl@gnu.org>
11249
11250         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
11251         of output.
11252         Set `per_line' to 2; replace hard-coded value with it.
11253
11254         * Documentation/user/*: Many fixes to improve appearance of
11255         printed manual.
11256
11257 2004-11-01  Werner Lemberg  <wl@gnu.org>
11258
11259         * Documentation/user/changing-defaults.itely,
11260         Documentation/user/notation.ly,
11261         Documentation/user/programming-interface.itely: Use @/.
11262         Fix formatting of some lilypond snippets and tables.
11263
11264         * scripts/lilypond-book.py (compose_ly): Provide useful default
11265         for LINEWIDTH in `override'.
11266
11267 2004-10-31  Graham Percival  <gperlist@shaw.ca>
11268
11269         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
11270
11271 2004-10-31  Werner Lemberg  <wl@gnu.org>
11272
11273         Resetting @exampleindent to `5' gives ugly results with texinfo's
11274         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
11275         (if not quoting) to change @exampleindent only locally.
11276
11277         * scripts/lilypond-book.py (NOQUOTE): New variable.
11278         (output) [LATEX]: Remove AFTER and BEFORE.
11279         [TEXINFO]: Remove AFTER and BEFORE.
11280         Fix QUOTE and VERBATIM pattern.
11281         Add NOQUOTE pattern.
11282         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
11283         and BEFORE.
11284         [output_texinfo]: Use NOQUOTE.
11285
11286 2004-10-31  Graham Percival  <gperlist@shaw.ca>
11287
11288         * Documentation/user/changing-defaults.itely: clarify paper
11289         size commands with correct info.
11290
11291         * Documentation/user/lilypond-book.itely: add more docs for
11292         filename extensions.
11293
11294 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11295
11296         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
11297         (PATCH_LEVEL): start 2.5.0.
11298
11299 #Local variables:
11300 #coding: utf-8
11301 #End:
11302