]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(LILYPOND_BOOK_FLAGS): don't run
[lilypond.git] / ChangeLog
1 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4         lilypond --verbose for lp-book.
5
6         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
7         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
8
9         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
10         $(buildscript-dir) iso. absolute depth.
11
12         * buildscripts/genicon.py (dir): thinko.
13
14         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
15
16 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
17
18         * scm/output-lib.scm: swap darkcyan/darkyellow
19
20         * THANKS: Add bughunters.
21
22 2006-02-19  Graham Percival  <gpermus@gmail.com>
23
24         * Documentation/user/programming-interfaces.itely: fixed example.
25
26         * Documentation/user/instrument-notation.itely: fix @{ @}.
27
28         * scm/script.scm: add avoid-slur for \open.
29
30 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
31
32         * lily/tie-formatting-problem.cc (score_configuration): use
33         sliding score for min-length. 
34
35         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
36         spaghetti for icons.
37
38         * buildscripts/genicon.py (program_name): new file.
39
40         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
41         in outline too.  
42         (generate_configuration): for small ties, also look for collisions
43         at Y + DIR*h + DELTA_Y.
44         (get_variations): consider variation for dot positions too.
45
46         * lily/side-position-interface.cc (aligned_side): take abs for
47         quantized rounded position. Fixes tenuto below staff.
48
49         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
50         markers when necessary.
51
52         * lily/program-option.cc (internal_set_option): add
53         strict_infinity_checking option.
54
55         * scm/output-lib.scm (cyan): swap yellow and cyan.
56
57 2006-02-19  Graham Percival  <gpermus@gmail.com>
58
59         * darwin.patch: trivial linenumber update.
60
61         * Documentation/user/ {various}: `\context foo = named' changed
62         to `\new foo = "name"' in docs.
63
64 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
65
66         * scm/stencil.scm (annotate-y-interval): use it.
67
68         * scm/lily-library.scm (interval-sane?): new function.
69
70         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
71         tfm_checksum stuff.
72
73         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
74         common refpoint.
75
76         * flower/include/std-vector.hh (iterof): add iterof macro.
77
78         * lily/enclosing-bracket.cc (width): new function.
79
80         * lily/align-interface.cc (align_elements_to_extents): reinstate
81         warning.
82
83 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
84
85         * Documentation/index.html.in: fix spelling: thankyous.
86
87 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
88
89         * lily/lyric-hyphen.cc: typo.
90
91 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
92
93         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
94         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
95         builds don't work. 
96
97         * VERSION: release 2.7.35
98
99         * lily/beam.cc (get_default_dir): oops. Take abs () for
100         extremes[DOWN].
101         (get_default_dir): use extreme position criterion only in absence
102         of forced stem directions.
103
104         * VERSION (PATCH_LEVEL): bump VERSION.
105
106         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
107         dependencies. Necessary for -jX builds.  
108
109 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
110
111         * lily/relocate.cc (setup_paths): Yet another const fix.
112
113 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
114
115         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
116
117         * lily/relocate.cc (setup_paths): oops.
118
119 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
120
121         * Documentation/index.html.in: order links: html before PDF.
122
123 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
124
125         * lily/tie-column-format.cc (Module): remove.
126
127         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
128
129         * lily/text-spanner.cc (print): idem.
130
131         * lily/dynamic-text-spanner.cc (print): only print line if longer
132         than dash-period.
133
134         * lily/auto-change-iterator.cc (change_to): formatting.
135
136         * lily/beam.cc (get_default_dir): take extreme note head as input
137         for stem direction.
138
139         * lily/tie.cc (get_default_dir): only look directions for visible
140         stems. 
141
142         * lily/side-position-interface.cc (aligned_side): oops. Don't
143         mutiply with direction. This fixes quantized (staccato, tenuto)
144         scripts below notes.
145
146         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
147         direction. Fixes c-lyrics-center-align.ly
148
149 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
150
151         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
152         constructor.
153
154         * lily/std-string.cc:
155         * lily/include/std-vector.hh (split_string): Move and rename from
156         lily/include/misc.hh, lily/misc.cc.  Update callers.
157
158 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
159
160         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
161
162 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
163
164         * flower/test-file.cc: New file.
165
166         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
167         libraries.
168
169         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
170
171 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
172
173         * flower/include/file-storage.hh: remove file.
174
175         * lily/include/midi-item.hh (class Midi_track): idem.
176
177         * lily/include/source.hh (class Sources): idem.
178
179         * lily/include/performance.hh (class Performance): use vector
180         iso. Cons<>
181
182         * flower/include/cons.hh (class Cons): remove file.
183
184         * flower/include/flower-proto.hh: remove template cruft.
185
186         * lily/include/font-metric.hh: use size_t not vsize for indices.
187
188         * flower/include/flower-proto.hh (Module): remove std-vector.hh
189         from proto.
190
191         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
192
193         * lily/include/paper-book.hh (class Paper_book):
194         make get_system_specs() public.
195
196         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
197         the force=10000 case if we don't have a current-best. 
198
199         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
200         vsize 
201
202         * flower/include/flower-proto.hh: remove outdated templates.
203
204         * scm/page.scm: use annotate-spacing
205
206 2006-02-15  Graham Percival  <gpermus@gmail.com>
207
208         * scm/translation-functions.scm: circle patch from Erlend, thanks!
209
210         * THANKS: moved Erlend Aasland to contributors.
211
212 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
213
214         * config.hh.in: remove HAVE_PANGO_16
215
216         * lily/tuplet-bracket.cc (calc_positions): multiply with
217         staff-space for beam case. This fixes tuplets+beams on scaled
218         staves.
219
220         * config.hh.in: remove all Kpathsea related defines.
221
222         * lily/dot-column.cc (side_position): reach stem via dots->
223         head->stem. Inspect all stems for dot collisions. 
224
225         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
226         stem handling.
227
228         * lily/bar-number-engraver.cc (process_music): document function
229         of whichBar.
230
231         * lily/score.cc (default_rendering): add pscore, not systems
232         themselves.
233
234         * lily/paper-book.cc (get_system_specs): separate generation of
235         titles and systems.
236
237         * flower/include/std-vector.hh: don't include config.hh
238
239 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
240
241         * flower/include/std-vector.hh: Better wrapper compatibility with
242         std::vector.
243
244         * flower/include/flower-proto.hh: Remove cheap forward declaration
245         attempts.
246
247         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
248
249 2006-02-14  Graham Percival  <gpermus@gmail.com>
250
251         * Documentation/user/invoking.itely: add warning about command line.
252
253 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
254
255         * lily/include/lily-proto.hh: add Prob, rm Page.
256
257         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
258
259         * VERSION: release 2.7.34
260
261         * lily/relocate.cc (framework_relocation): show canary if
262         GHOSTSCRIPT_VERSION undefined.
263
264         * GNUmakefile.in: remove $(VERSION) symlink.
265
266         * lily/relocate.cc (setup_paths): add + 
267
268 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
269
270         * Documentation/index.html.in: specify sizes for all big HTML pages.
271
272 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
273
274         * config.hh.in: remove @FRAMEWORKDIR@
275
276         * lily/system-start-text.cc (get_stencil): new file: separate out
277         system-start-delimiter text support.
278
279         * input/**ly: replace \context with \new where appropriate.
280         
281         * THANKS: add Don.
282
283         * lily/slur-scoring.cc (get_base_attachments): use
284         robust_relative_extent. This fixes problems with empty paper-columns. 
285
286 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
287
288         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
289
290         * scm/define-music-properties.scm (all-music-properties):
291         create-new property.
292
293         * lily/context-specced-music-iterator.cc (construct_children):
294         inspect 'create-new property iso. magical $uniqueContextId context
295         id.
296
297         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
298
299         * lily/context-key-manager.cc (Module): new file. Encapsulate
300         object key generation.
301
302         * lily/include/context-key-manager.hh (Module): new file.
303
304 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
305
306         * scm/define-grobs.scm (all-grob-descriptions): center instrument
307         names vertically
308
309         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
310         options.
311         (reloc_b): excise --enable-framework-dir
312
313         * lily/relocate.cc (framework_relocation): use getenv
314         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
315
316 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
317
318         * flower/include/std-string.hh: 
319         * flower/include/std-vector.hh: Finish std:: conversion; move
320         flower extensions from std:: namespace.  Update users.
321
322         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
323         their expansion to vector<*>.  Update users.
324
325 2006-02-10  Graham Percival  <gpermus@gmail.com>
326
327         * Documentation/user/invoking.itely: add example to File structure.
328
329         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
330         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
331
332 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
333
334         * ly/paper-defaults.ly: typo.
335
336         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
337         set_parent() for parentheses. This will make it show up in bbox
338         calculations.
339
340         * scm/output-lib.scm (parentheses-item::print): rewrite, using
341         ly:grob-common* functions.
342
343         * lily/grob-scheme.cc (LY_DEFINE):
344         ly:grob-common-refpoint-of-array: new function 
345         ly:grob-common-refpoint: new function 
346         ly:grob-relative-coordinate: new function 
347
348         * lily/instrument-name-engraver.cc (process_music): use
349         Text_interface::is_markup(). This fixes \markup on instrument names.  
350
351         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
352         for ties and slurs.
353
354         * lily/slur.cc (print): idem.
355
356         * lily/tie.cc: add line-thickness for ties. 
357
358 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
359
360         * scm/output-svg.scm: Document diversion from GNU coding standards
361         as a workaround for a bug in Microsoft Internet Explorer.
362
363 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
364
365         * lily/instrument-name-engraver.cc (process_music): use
366         is_markup() iso. is_string()
367
368         * Documentation/user/changing-defaults.itely (Module): add menu entry.
369
370         * lily/percent-repeat-engraver.cc (process_music): only look at
371         main_part_ for % repeats.
372
373         * lily/stem-tremolo.cc (get_beam_translation): new function.
374         (calc_slope): new function.
375         (height): don't use real slope.
376
377 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
378
379         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
380         new connect-to-neighbor, control-points and staff-padding
381         properties to make ligature brackets showing up again.
382
383 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
384
385         * VERSION: release 2.7.33
386
387         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
388         too many.
389
390         * Documentation/user/changing-defaults.itely (Difficult tweaks):
391         remove applyOutput example.
392         (Objects connected to the input): document \tweak, \parenthesize
393
394         * lily/relocate.cc (prefix_relocation): allow "current"
395         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
396         changing VERSION in a lily tree less painful.
397
398         * input/regression/parenthesize.ly: new file. 
399
400         * scm/output-lib.scm (parenthesize-element): new function.
401
402         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
403
404         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
405
406         * lily/accidental-engraver.cc (make_standard_accidental): reroute
407         cause: accidentals are caused by note heads, not note events. 
408
409 2006-02-08  Graham Percival  <gpermus@gmail.com>
410
411         * darwin.patch: small patch from Erlend, thanks!
412
413         * Documentation/user/basic-notation.itely: add stem-neutral example.
414
415         * Documentation/user/putting.itely: clarifications.
416
417 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
418
419         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
420         note, add more guidelines to what should go into NEWS.
421
422         * input/sakura-sakura.ly: document how to override font.
423
424         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
425
426 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
427
428         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
429
430 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
431
432         * scripts/convert-ly.py (lilypond_version_re_str): Move from
433         convertrules.  Add explicit grouping, needed for python2.2.
434
435 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
436
437         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
438
439 2006-02-07  Graham Percival  <gpermus@gmail.com>
440
441         * Documentation/user/global.itely: fix line-width in (text) docs.
442
443         * Documentation/user/lilypond-book.itely: same.
444
445 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
446
447         * VERSION (PACKAGE_NAME): release 2.7.32
448
449         * Documentation/topdocs/NEWS.tely (Top): document new variable
450         naming.
451
452         * flower/include/array.icc (Message): remove file.
453
454         * flower/include/std-vector.hh: make sure vsize and VPOS are
455         defined for binary_search_bounds().
456
457         * flower/std-string.cc (std): add to_string(long unsigned).
458
459         * configure.in (gui_b): excise std_string option.
460         (gui_b): excise std_vector option.
461
462         * flower/string.cc (Module): excise flower array & string
463
464         * flower/include/std-string.hh: excise flower string.
465
466         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
467
468         * python/convertrules.py (lilypond_version_re_str): require
469         only numbers and dots in \version string.
470
471 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
472
473         * lily/system-start-delimiter.cc (print): allow style = text too.
474
475         * lily/system-start-delimiter-engraver.cc
476         (acknowledge_system_start_text): new function, also add add to
477         support of system-start-text (instrument names). This fixes
478         instrument names on piano staves.
479
480         * lily/instrument-name-engraver.cc: rewrite. Use
481         system-start-delimiter approach. This save memory and cpu.
482
483         * scm/define-grobs.scm (all-grob-descriptions): remove
484         instrument-name from break-alignment.
485
486         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
487
488 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
489
490         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
491         jobserver going.
492
493         * configure.in (std_vector): On by default.
494
495         * lily/include/font-metric.hh:
496         * lily/include/tfm-reader.hh: 
497         * lily/include/spanner.hh: Use unsigned for indices and sizes.
498         Update users.
499
500         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
501
502 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
503
504         * VERSION (PACKAGE_NAME): 2.7.31
505
506         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
507         EPS edge at 0, but take minimum with left-overshoot. This fixes
508         cut off system start delims. 
509
510         * lily/instrument-name-engraver.cc (stop_translation_timestep):
511         hack: add to axis group if not added yet. This fixes hara kiri'd
512         piano staves.
513
514         * lily/hara-kiri-group-spanner.cc
515         (force_hara_kiri_in_y_parent_callback): fix signatures.
516
517         * lily/hairpin.cc (print): check next hairpin to see whether or
518         not to be continuing.
519
520 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
521
522         * Remove trailing whitespace from makefiles.
523         
524         * flower/include/std-vector.hh: Add binary_search_bounds workaround
525         for earlier gcc.
526
527         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
528
529         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
530
531         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
532
533         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
534
535         * configure.in: Use it.
536
537 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
538
539         * scm/music-functions.scm (pitch-of-note): new function.
540
541         * ly/music-functions-init.ly: add \octave and \addquote
542
543         * lily/parser.yy (music_function_chord_body): softcode \octave.
544         (lilypond_header): softcode \addquote
545
546 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
547
548         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
549         array.hh, parray.hh at all.  Getting ready to flip the
550         configure default.
551
552         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
553
554         * lily/source-file.cc (file::get_line): Help binary_search_bounds
555         a bit.
556
557         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
558
559 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
560
561         * flower/include/array.hh: typo. 
562
563 2006-02-02  Graham Percival  <gpermus@gmail.com>
564
565         * Documentation/user/advanced-notation.itely: doc "\#" in text.
566
567 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
568
569         * flower/include/pqueue.hh: Derive from std::vector.
570
571         * flower/include/parray.hh: Conform to std::vector interface.
572         Update users.
573
574 2006-02-02  Graham Percival  <gpermus@gmail.com>
575
576         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
577
578 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
579
580         * flower/file-path.cc (is_file): remove if 0 section.
581
582         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
583         selecting afii61352.
584
585 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
586
587         * flower/include/std-vector.hh (boundary): Oops, reverse.
588
589         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
590         remove superfluous `d'.
591
592         * flower/include/std-vector.hh (boundary, top): Detach from class.
593         Remove empty vector shell.
594
595         * flower/include/array.hh (reverse, swap): Detach from class.
596         Update users.
597         
598         * flower/include/std-vector.hh
599         * flower/include/array.hh (concat): Globally change to insert ().
600
601         
602         * flower/include/std-vector.hh
603         * flower/include/parray.hh
604         * flower/include/array.hh (elem, elem_ref): Globally replace by
605         at ().
606
607 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
608
609         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
610
611         * python/convertrules.py (FatalConversionError.sub_cxx_id):
612         anticipate on identifier substitutions.
613
614 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
615
616         * flower/include/std-vector.hh (insert): Remove, replace by
617         std::vector interface.  Update callers.
618
619         * flower/include/array.icc (insert): Change signature to
620         match std::vector interface.
621         
622         * flower/include/array.icc (vector_sort): Bugfix.
623
624 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
625
626         * lily/parser.yy (output_def_head_with_mode_switch): new
627         production. Result: dashes and underscores may be used in the
628         \paper block.
629
630         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
631
632         * python/convertrules.py (conv): oops. One slash too much.
633
634 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
635
636         * flower/include/std-vector.hh (sort): Remove, replace by
637         ::vector_sort.  Update callers.
638
639         * flower/include/std-vector.hh (slice): Remove.  Update callers.
640         (sort): Bugfix.
641
642         * flower/test-std.cc (vector_sort): New test.
643
644 2006-02-01  Graham Percival  <gpermus@gmail.com>
645
646         * Documentation/user/putting.itely: fixes from Erik.
647
648 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
649
650         * flower/test-std.cc: Add simple unit test for vector migration.
651
652         * stepmake/stepmake/test*: Unit test support.
653
654         * flower/include/std-vector.hh (del): Remove.  Use erase (),
655         update callers.
656
657         * flower/include/array.hh (begin, end): Add.
658         (del, get): Remove.
659
660 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
661
662         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
663         std::string not String. 
664
665         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
666         iso UINT_MAX.
667
668         * lily/prob.cc (Prob): copy type_ too.
669
670         * lily/lily-guile.cc (mangle_cxx_identifier): new
671         function. Class_bla::foo_bar_[px] ->
672         ly:class-bla::foo-bar[?!]. Changes throughout
673
674 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
675
676         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
677
678         * lily/beam.cc (calc_direction): take dir from visible stem in
679         degenerate case.
680
681 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
682
683         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
684         Fix -1, >=0 boundary checks for unsigned vsize.
685
686         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
687         loop for unsigned vsize.
688
689         * configure.in (--enable-std-vector): New option.
690         (--enable-std-string): On by default.
691
692         * flower/include/std-vector.hh: New file.  Enable switch to
693         std::vector, update client code.
694
695 2006-01-30  Graham Percival  <gpermus@gmail.com>
696
697         * scm/document-translation.scm: clarify "this context is also
698         known as".  Thanks, Werner!
699
700         * Documentation/user/putting.itely: small fixes from Don Blaheta.
701
702         * Documentation/user/invoking.itely: small fix from Don.
703
704 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
705
706         * scm/lily.scm (define-scheme-options): rename option
707         preview-include-book-title to book-title-preview
708         (define-scheme-options): move force-eps-font-include (from paper
709         block) to eps-font-include -d option.
710
711         * VERSION (PATCH_LEVEL): release 2.7.30
712
713         * input/bach-schenker.ly (staffPiano): new file.
714
715         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
716
717         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
718         credits to Nicolas.
719
720         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
721
722         * ps/lilyponddefs.ps: remove start-system, stop-system,
723         start-page fluff. This saves putting { } code on the stack, fixing
724         stack overflows when including EPS files.
725
726 2006-01-29  Graham Percival  <gpermus@gmail.com>
727
728         * Documentation/user/putting.itely: minor fixes (comments on -devel).
729
730 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
731
732         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
733
734 2006-01-28  Graham Percival  <gpermus@gmail.com>
735
736         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
737
738 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
739
740         * input/mutopia/claop.py: Update.
741
742 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
743
744         * input/regression/completion-heads.ly (texidoc): fix.
745
746         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
747
748         * lily/tie-formatting-problem.cc
749         (set_ties_config_standard_directions): use abs iso fabs for ints.
750
751         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
752
753         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
754         little less than noteheight, to prevent overlaps in chords.
755
756         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
757         head, and fudge stem-attachment.
758
759         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
760
761         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
762
763 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
764
765         * lily/main.cc (main): Debugging aid: catch exceptions.
766
767         * flower/std-string.cc (to_string): Robustification.  Fixes midi
768         output with std::string.
769
770 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
771
772         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
773
774 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
775
776         * Fix -DSTRING_UTILS_INLINED.
777
778 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
779
780         * VERSION (PATCH_LEVEL): release 2.7.29
781
782         * lily/relocate.cc (setup_paths): mingw uses std string too.
783
784         * lily/*.cc: various fixes for substr(ARG).
785
786         * lily/sustain-pedal.cc (print): 
787
788         * flower/file-name.cc (slashify): use std strings.
789
790         * flower/string-convert.cc: remove publib.h
791
792         * scm/define-markup-commands.scm (verbatim-file): new markup
793         command \verbatim-file
794
795         * Documentation/topdocs/NEWS.tely: fixup URLs
796
797         * input/regression/alignment-vertical-manual-setting.ly (Module):
798         new file.
799
800         * lily/align-interface.cc (align_elements_to_extents): overwrite
801         translations with numbers in alignment-offsets from left bound
802
803         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
804         (page-translate-systems): new function: take into account Y-offset.
805
806         * Documentation/topdocs/NEWS.tely (Top): document new features.
807
808         * input/regression/page-layout-manual-position.ly (Module): new
809         file.
810
811 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
812
813         * flower/file-path.cc (path::parse_path): Oops.
814
815         * Finish std::string interface.  For now, use std:: marker
816         throughout for easy s/r.
817
818 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
819
820         * Documentation/user/putting.itely (Score is a single musical
821         expression): typo.
822         (Score is a single musical expression): more typos.
823
824         * scm/page.scm (annotate-space-left): thinko.
825         (annotate-page): more thinkos.
826
827 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
828
829         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
830         for different \score blocks separately.
831         (post-process-pages): put write-page-layout into paper block.
832
833         * lily/output-def.cc (get_parser): new file.
834
835         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
836         file.
837
838         * lily/include/output-def.hh (class Output_def): add parser_ member.
839
840         * input/regression/page-layout-twopass.ly (Module): new file.
841
842         * scm/lily.scm: remove cpp hack.
843
844         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
845
846 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
847
848         * GNUmakefile.in (c-clean): New target.
849
850         * flower/include/std-string.hh: String/std::string compatibility:
851         Use NPOS for `not found' (iso -1), use ssize for length () and pos
852         type.
853
854         * flower/rational.cc: 
855         * flower/include/rational.hh: 
856
857         * flower/offset.cc: 
858         * flower/include/offset.hh: 
859
860         * flower/interval.cc: 
861         * flower/include/interval.hh: 
862
863         * flower/string-convert.cc: 
864         * flower/include/string-convert.hh: Use std::string [interface].
865         Update callers.
866
867 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
868
869         * Documentation/index.html.in: clean up.
870
871 2006-01-25  Graham Percival  <gpermus@gmail.com>
872
873         * Documentation/user/putting.itely: another new untested doc section.
874
875 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
876
877         * scm/layout-page-layout.scm (write-page-breaks): write
878         \spacingTweaks #ALIST. Handle grace timing.
879
880         * scm/: more imports.
881
882         * scm/page.scm (make-page): add footer/header.
883         (annotate-space-left): revise: only take page argument.
884         (layout->page-init): new function.
885
886         * scm/layout-page-layout.scm (write-page-breaks): preliminary
887         version of the system/spacing/linebreak hack writing to the output
888
889         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
890         ly:make-prob.
891
892         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
893         ly:spanner-bound
894
895 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
896
897         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
898
899         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
900
901         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
902         handling to page.scm
903
904         * lily/prob-scheme.cc (LY_DEFINE): new file.
905         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
906
907         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
908         prob functions.
909
910         * lily/music.cc (derived_mark): derive Music from Prob.
911
912         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
913
914         * lily/prob.cc (Module): Implement Prob (Property Object), object
915         with shared and r/w property alists.  
916
917         * lily/include/prob.hh (Module): new file. Declare Prob.
918
919         * flower/string.cc: remove is_empty().
920
921         * flower/include/string.hh (class String): remove String:: qualifier.
922
923         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
924         substitute appropriate functions.
925
926         * flower/include/string.hh (class String): remove to_str0 and
927         is_empty(). S&R everywhere.
928
929 2006-01-23  Graham Percival  <gpermus@gmail.com>
930
931         * Documentation/user/basic-notation.itely: add hairpin
932         after-linebreak tweak to commonprop.
933
934         * Documentation/user/putting.itely: added two new sections.
935
936 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
937
938         * flower/international.cc: 
939         * flower/include/international.hh: 
940
941         * flower/getopt-long.cc: 
942         * flower/include/getopt-long.hh: Use std::string [interface].
943         Update callers.
944
945         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
946
947         * stepmake/stepmake/executable-rules.make: Add dependency on
948         module libraries.
949
950 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
951
952         * flower/file-path.cc: 
953         * flower/include/file-path.hh: Use std::string [interface].
954         Update callers.
955
956         * flower/direction.cc: 
957         * flower/axis.cc: Unused.  Remove.
958
959         * configure.in (--enable-std-string): New option.
960
961         * flower/std-string.cc: 
962         * flower/include/std-string.hh: New file.
963
964         * flower/file-name.cc[STD_STRING]:
965         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
966
967 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
968
969         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
970
971         * scm/define-markup-commands.scm (with-dimensions):
972         with-dimensions markup command.
973
974         * input/test/font-table.ly: use it.
975
976         * lily/open-type-font.cc (glyph_list): new function.
977
978         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
979
980         * lily/ttf.cc: remove ly:font-glyph-list scheme function
981
982 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
983
984         * ly/music-functions-init.ly (parallelMusic): new music function
985         for parallel music entry.
986
987         * scm/define-music-properties.scm (all-music-properties): new
988         'void music property
989
990         * scm/music-functions.scm (ly:music-message): make public, to be
991         used in music function definitions
992
993         * scm/lily-library.scm (collect-music-for-book): discard music
994         when the 'void property is set.
995
996 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
997
998         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
999
1000         * mf/GNUmakefile: idem.
1001
1002         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
1003
1004         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
1005
1006         * Documentation/user/notation-appendices.itely (The Feta font):
1007         use it.
1008
1009         * input/test/font-table.ly: new file. Generate font table within lily.
1010
1011         * Documentation/user/notation-appendices.itely (The Feta font):
1012         use new font-table.ly file. 
1013
1014         * stepmake/stepmake/install-out-targets.make
1015         (local-install-outfiles): only create directory if
1016         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
1017
1018 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1019
1020         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
1021
1022         * VERSION (PACKAGE_NAME): release 2.7.28
1023
1024         * scm/framework-ps.scm (write-preamble): use it to pick exactly
1025         the right font from a Mac dfont.
1026         (write-preamble): don't forget directory, only look at files.
1027
1028         This fixes problems with TTF files in dfonts that don't match
1029         their PostScript names.
1030          
1031         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
1032         PS name from TTF font.
1033
1034         * input/regression/tie-manual.ly: document new feature.
1035
1036         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
1037
1038         * VERSION (MY_PATCH_LEVEL): bump to .28
1039
1040         * Documentation/user/basic-notation.itely (Ties): add tie examples
1041         refs.
1042
1043         * lily/tie-formatting-problem.cc (score_ties_configuration):
1044         symmetry penalties for outer ties.
1045
1046 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1047
1048         * lily/tie-formatting-problem.cc (generate_configuration) 
1049         (set_manual_tie_configuration): skip non-pair manual
1050         tie-configuration, so you can set individual ties as
1051
1052           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
1053
1054         * input/regression/tie-chord.ly: use generateTiePattern to
1055         simplify file.
1056
1057         * lily/tie-formatting-problem.cc (peak_around): new function.
1058         (score_configuration): use sliding criterion for staff line collisions. 
1059         (score_configuration): idem for dot collisions.
1060         (generate_configuration): use separate stem_gap for gap to stem.
1061
1062         * lily/include/tie-formatting-problem.hh (struct Tie_details):
1063         separate penalty factors for x and y distance.
1064         (struct Tie_details): separate penalties for tip and center line collisions.
1065
1066 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
1067
1068         * lily/tie-formatting-problem.cc (generate_configuration): make
1069         large ties avoid stafflines in the horizontal section.
1070         (score_configuration): use softcoded penalties
1071         (score_aptitude): idem.
1072
1073         * lily/tie-helper.cc (from_grob): softcode tie details
1074
1075         * lily/staff-symbol-referencer.cc (on_staff_line): new function
1076
1077         * lily/staff-symbol-referencer.cc (on_line): rename from
1078         on_staffline 
1079
1080 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1081
1082         * ly/music-functions-init.ly: remove duplicate tag.
1083
1084         * lily/include/*.hh: GCC 4.1 fixes.
1085
1086 006-01-16  Erlend Aasland  <erlenda@gmail.com>
1087
1088         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
1089
1090         * scm/define-music-types.scm: fix bug in desc. string
1091         for OverrideProperty
1092
1093 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
1094
1095         * scripts/lilypond-book.py: bugfix
1096
1097         * scm/define-music-types.scm: fix typos.
1098
1099 2006-01-14  Graham Percival  <gpermus@gmail.com>
1100
1101         * Documentation/user/ basic-notation.itely, global.itely,
1102         advanced-notation.itely, instrument-notation.itely: small
1103         additions (bugs and commonly tweaked properties).
1104
1105 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1106
1107         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
1108         detection of mingw build.
1109         (MINGW_BUILD): opps.
1110
1111 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1112
1113         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
1114         i686-mingw32.
1115
1116 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1117
1118         * scm/music-functions.scm (skip->rest): add skip->rest
1119
1120 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1121
1122         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
1123         explicitly.
1124
1125         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
1126         config dirs. Aids debugging. 
1127         (display_config): also display config files.
1128
1129 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1130
1131         * VERSION: release 2.7.27
1132
1133         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
1134         for determining bar size.
1135
1136         * lily/staff-symbol.cc (print): place lines at distance line-positions
1137
1138         * scm/define-grob-properties.scm (all-user-grob-properties): add
1139         line-positions.
1140
1141         * lily/staff-symbol.cc (height): new function.
1142
1143         * input/regression/staff-line-positions.ly:  new file.
1144
1145 2006-01-06  Graham Percival  <gpermus@gmail.com>
1146
1147         * input/test/add-staccato.ly: remove reference to old file.
1148
1149 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1150
1151         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
1152         lilypond binary too.
1153
1154 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1155
1156         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
1157
1158 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1159
1160         * scripts/midi2ly.py: Bugfix: Declare datadir.
1161
1162         * make/ly-rules.make:
1163         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
1164         that seems to be gone). Fixes make web.
1165
1166         * The grand 2005-2006 replace.
1167
1168         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
1169
1170 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1171
1172         * make/lilypond-vars.make: set LILYPOND_BINARY variable
1173         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
1174         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
1175         like -dgs-font-load.
1176
1177         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
1178         remove absolute path to lilypond binary.
1179         
1180 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
1181
1182         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
1183
1184 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1185
1186         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
1187
1188         * mf/GNUmakefile: remove broken dvips map symlink.
1189
1190 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1191
1192         * lily/main.cc: 
1193         * configure.in: Cosmetic fixes.
1194
1195 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1196
1197         * Documentation/user/music-glossary.tely (Pitch names): Added
1198         Spanish pitch names and durations, thanks to Ernesto Gancedo
1199
1200 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1201
1202         * scm/lily.scm (define-scheme-options): use quasi-quote for option
1203         init. Fixes verbose printing of .scm files.
1204
1205         * stepmake/aclocal.m4: add spaces before - options.
1206         
1207 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1208
1209         * lily/relocate.cc (setup_paths): Bugfix: do not store result
1210         of path search in local block variable.
1211
1212 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1213
1214         * configure.in (NCSB_DIR): --enable-ncsb-dir
1215         (LINK_GXX_STATICALLY): denko.
1216
1217         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
1218
1219         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
1220         use locate to find c059033l.pfb. 
1221         
1222 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1223
1224         * lily/tie-formatting-problem.cc
1225         (problem::generate_base_chord_configuration): Use my_round (was
1226         round).
1227
1228         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
1229         do not invoke mbrtowc.
1230
1231         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
1232
1233 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1234
1235         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
1236
1237 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
1238
1239         * Documentation/user/invoking.itely (svg): revise.
1240
1241 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1242
1243         * lily/lexer.ll: use sourcefilename iso. renameinput.
1244
1245 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1246
1247         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
1248         <PostScriptName>.ttf instead of c059XXXttf.
1249
1250         * lily/program-option.cc (LY_DEFINE): special support for
1251         --verbose, so it works before option init too.
1252  
1253         * mf/GNUmakefile (local-install): oops.
1254
1255         * lily/lyric-hyphen.cc (print): oops.
1256
1257         * buildscripts/pfx2ttf.fontforge: new file.
1258         
1259         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
1260         ($(outdir)/%.ttf): new rule. 
1261
1262         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
1263         to LyricHyphen.
1264
1265         * lily/lyric-hyphen.cc (print): multiply hyphen height by
1266         font-size
1267
1268 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1269
1270         * VERSION: release 2.7.26
1271         
1272         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
1273
1274 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1275
1276         * lily/font-config.cc (init_fontconfig): verbosity.
1277
1278         * THANKS: add Muziekacademie Lede. 
1279
1280         * scripts/musicxml2ly.py (print_voice_definitions): new function 
1281         (print_score_setup): new function
1282         (convert): read part definition to output staves properly.
1283
1284         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
1285         Music_xml notes.
1286
1287         * python/musicexp.py (Output_printer.__init__): use _ in data
1288         members.
1289         (Output_printer.unformatted_output): new function: no formatting,
1290         but count braces.
1291         (Duration.get_length): remove isinstance() checks for
1292         Output_printer everywhere.
1293
1294         * input/regression/lyrics-bar.ly (texidoc): add
1295         Separating_line_group_engraver.
1296
1297 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1298
1299         * lily/relocate.cc (framework_relocation): New function,
1300         factored from set_relocation ().
1301         (prefix_relocation): Rename from set_relocation ().
1302         (setup_paths): Use it.
1303
1304 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1305
1306         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
1307         numbers. Patch by Erlend Aasland.
1308
1309 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1310
1311         * lily/font-config.cc (init_fontconfig): print warning if cache
1312         file is not existant.
1313
1314         * lily/main.cc: don't use #ifdef but #if
1315
1316 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1317
1318         * lily/grob-property.cc (internal_set_property): don't abort on
1319         calculation-in-progress.
1320
1321         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
1322
1323         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
1324         connect-to-neighbor property not connect-to-other
1325
1326         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
1327         (LY_DEFINE): oops. don't forget protection.
1328
1329         * flower/parse-afm.cc (Module): strip AFM handling completely.
1330
1331         * lily/stencil-expression.cc: idem.
1332
1333         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
1334
1335         * lily/function-documentation.cc (ly_add_function_documentation):
1336         use static member iso. Protected_scm
1337
1338         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
1339
1340         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
1341
1342 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1343
1344         * lily/relocate.cc (set_env_dir): New function.
1345         (set_relocation): Use it to fix setting PANGO_PREFIX.
1346
1347 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1348
1349         * input/regression/stem-direction-context.ly: remove rest.
1350
1351         * lily/melody-engraver.cc (process_music): restart for bar lines.
1352         (acknowledge_slur): restart for slurs.
1353
1354 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
1355
1356         * Documentation/user/invoking.itely: describe how to view SVG 
1357         output using Inkscape which replace embedded fonts with OTF fonts.
1358
1359 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1360
1361         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
1362
1363 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1364
1365         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
1366         comment.
1367
1368 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1369
1370         * VERSION (PACKAGE_NAME): release 2.7.25
1371
1372         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1373
1374         * input/regression/stem-direction-context.ly: new file.
1375
1376         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
1377
1378         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
1379         on rest.
1380
1381         * ly/engraver-init.ly: add Melody_engraver
1382
1383         * lily/beam.cc (calc_direction): use default-direction
1384         iso. get_default_direction()
1385
1386         * scm/define-grob-properties.scm (all-user-grob-properties): add
1387         default-direction property.
1388
1389         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
1390
1391         * lily/stem.cc (calc_default_direction): remove
1392         Stem::get_default_direction, use default-direction with callback
1393         instead.
1394
1395         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
1396
1397         * lily/melody-engraver.cc: new file. Acknowledge stems for
1398         interpolated stem directions. 
1399
1400         * lily/melody-spanner.cc: new file. Interpolate stem directions.
1401
1402         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
1403
1404         * lily/slur-configuration.cc (fit_factor): more robust check for
1405         point in curve X-extent.
1406
1407         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
1408         (outside_slur_callback): check for 'outside avoidance.
1409
1410         * lily/slur-configuration.cc (score_extra_encompass): don't use
1411         bound->column() == avoid->column() for checking extents, as this
1412         doesn't work for accidentals. 
1413
1414         * lily/slur-engraver.cc (acknowledge_extra_object): remove
1415         DynamicText hardcoding.
1416
1417         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
1418         crash if bound stem is NULL
1419
1420         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
1421         pedals.
1422
1423 2005-12-22  Graham Percival  <gpermus@gmail.com>
1424
1425         * scm/define-markup-commands.scm: typo.  @code{\raise}
1426         => @code{\\raise}.
1427
1428         * darwin.patch: now used again, includes a
1429         required patch from fink.
1430
1431 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
1432
1433         * po/TODO: mention gtranslator along with kbabel.
1434         * po/fi.po: update translations.
1435
1436 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1437
1438         * lily/relocate.cc (setup_paths): Bugfix.
1439
1440 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1441
1442         * lily/slur-configuration.cc (score_extra_encompass): don't use
1443         "avoid" choice for avoid-slur.
1444
1445         * stepmake/bin/install.py (dest): don't create existing dir.
1446
1447 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1448
1449         * stepmake/bin/install.py: Remove file before copying.
1450
1451         * config.make.in: 
1452         * stepmake/aclocal.m4: Do not substitute INSTALL.
1453
1454 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1455
1456         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
1457         depend on link-tree.
1458
1459         * lily/relocate.cc (setup_paths): only check path for non-absolute
1460         dir without directory part.
1461
1462         * flower/file-name.cc (is_absolute):  new method.
1463         (is_absolute): check root_ too.
1464
1465 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1466
1467         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
1468         relocation code.  Oops, don't comment out too much.
1469
1470         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
1471         iso itself.
1472
1473         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
1474         compile.
1475
1476 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1477
1478         * .cvsignore: Add install-sh.
1479
1480         * autogen.sh (srcdir): Typo.
1481
1482 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1483
1484         * autogen.sh (srcdir): urg. Touch install-sh.
1485
1486         * stepmake/bin/install-sh (Module): remove.
1487
1488         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
1489
1490         * lily/include/relocate.hh: new file.
1491
1492         * lily/relocate.cc: new file. Contain relocation logic.
1493
1494         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
1495         (main): read LILYPOND_VERBOSE as the first thing.
1496
1497         * stepmake/aclocal.m4: remove INSTALL variable.
1498
1499         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
1500         separate target for making font symlinks.
1501         (documentation-dir): use $(if $(findstring )) for switching off
1502         Documentation.
1503
1504         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
1505         something if DOCUMENTATION is no.
1506
1507 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1508
1509         * VERSION: release 2.7.24
1510
1511         * lily/script-column-engraver.cc (stop_translation_timestep):
1512         delay adding to script-column.
1513
1514         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
1515
1516         * python/convertrules.py (conv): rule for number-visibility
1517
1518         * lily/slur-configuration.cc (score_extra_encompass): different
1519         distance measure for avoid and inside avoidance.
1520         (score_extra_encompass): use 1/(distance+eps) as penalty.
1521
1522         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
1523         encompass objects for generating slur curves.
1524
1525         * lily/slur.cc: use details iso. slur-details property.
1526
1527         * input/regression/slur-tuplet.ly: new file.
1528
1529         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
1530
1531         * flower/include/offset.hh (class Offset): new operator /=
1532
1533         * lily/tuplet-number.cc (print): new file, new interface.
1534
1535         * scm/define-grob-properties.scm (all-user-grob-properties):
1536         remove number-visibility property.
1537
1538         * lily/tuplet-bracket.cc (calc_control_points): new function
1539         (calc_connect_to_neighbors): new function.
1540         (print): remove text handling for tuplet numberdef.
1541
1542         * lily/tuplet-engraver.cc (struct Tuplet_description): create
1543         TupletNumbers too. 
1544
1545         * lily/lily-guile.cc (robust_scm2booldrul): new function
1546
1547         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
1548
1549         * lily/tuplet-bracket.cc (calc_position_and_height): use
1550         staff-padding to control whether tuplet brackets are over staves.
1551
1552         * lily/grob.cc (suicide): clear dim_caches_.
1553
1554         * lily/dimension-cache.cc (clear): new function.
1555
1556         * lily/grob.cc (extent): swap order of min-extent and extent
1557         calculations. This fixes hara kiri staves. 
1558
1559 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1560
1561         * lily/main.cc: Nitpick: relocation is not based on path, but on
1562         directory (location).
1563
1564 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1565
1566         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
1567
1568         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
1569
1570         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
1571
1572         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
1573
1574         * stepmake/stepmake/generic-vars.make (Module): idem.
1575
1576         * stepmake/stepmake/executable-targets.make (default): use it.
1577
1578         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
1579
1580         * make/GNUmakefile: don't install make rules.
1581
1582         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
1583         slashes.
1584         (prepend_env_path): more verbosity.
1585
1586 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1587
1588         * GNUmakefile.in: add dir argument for find command.
1589
1590         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
1591         fixes weird line numbers for point & click.
1592
1593         * lily/source-file.cc (get_counts): init line/column/char counts.
1594
1595 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1596
1597         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
1598
1599 2005-12-16  Graham Percival  <gpermus@gmail.com>
1600
1601         * Documentation/user/basic-notation.itely, advanced-notation.itely:
1602         minor fixes from Fredric.  Thanks!
1603
1604 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1605
1606         * ly/music-functions-init.ly: add \bar and \clef music function 
1607
1608         * lily/lily-lexer.cc: idem.
1609
1610         * lily/parser.yy (FIXME): remove BAR and CLEF.
1611
1612 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1613
1614         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
1615
1616         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
1617         function arguments too
1618
1619         * lily/main.cc (set_relocation): new function.
1620
1621         * scripts/musicxml2ly.py (convert): add \version
1622
1623         * lily/tie.cc: remove get_default_attachments()
1624
1625         * VERSION (PACKAGE_NAME): release 2.7.23
1626         
1627         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
1628         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
1629
1630         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1631
1632         * lily/tie-formatting-problem.cc (score_ties): new function
1633         (get_variations): new function. Try flipping dirs for collisions.
1634         (generate_optimal_chord_configuration): new function. 1-opt search
1635         for better configuration.
1636
1637         * lily/tie-configuration.cc: new file.
1638
1639         * lily/tie.cc: junk Tie::get_configuration()
1640
1641         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
1642         (score_ties_configuration): new function.
1643         (generate_ties_configuration): new function.
1644         (generate_base_chord_configuration): new function.
1645         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
1646         (set_manual_tie_configuration): Move body from tie-column-format.cc 
1647
1648         * input/regression/tie-dot.ly: new file.
1649
1650         * lily/tie-formatting-problem.cc (score_configuration): score
1651         tie/dot collisions.
1652
1653         * lily/tie-helper.cc (get_transformed_bezier): new function
1654
1655         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
1656
1657         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
1658         -undefined suppress iso. -framework Python 
1659
1660         * scm/define-grobs.scm (all-grob-descriptions): set
1661         springs-and-rods (thanks Joe Neeman!)
1662
1663 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1664
1665         * input/no-notation/display-lily-tests.ly (test): 
1666         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
1667         changed from \tag #'(a b) to \tag #'a \tag #'b
1668
1669 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1670
1671         * Documentation/topdocs/NEWS.tely: strip out-www.
1672
1673         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
1674
1675         * config.make.in (AR): add AR and RANLIB
1676
1677         * flower/libc-extension.cc: include cassert
1678
1679         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
1680         darwin check.
1681
1682 2005-12-11  Graham Percival  <gpermus@gmail.com>
1683
1684         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
1685
1686         * stepmake/stepmake/python-modules-vars.make: define
1687         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
1688
1689         * THANKS: added Johannes Schindelin.
1690
1691 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1692
1693         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
1694
1695         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1696         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
1697
1698         * lily/parser.yy: reorganize file layout.
1699
1700         * ly/music-functions-init.ly: add tweak music function.
1701
1702         * lily/grob-info.cc (ultimate_music_cause): new function:
1703         recursively lookup causes. 
1704
1705         * lily/parser.yy (chord_body_element): allow music functions for
1706         post-events, allow music functions for chord elements. 
1707  
1708         * lily/font-config-scheme.cc (display_fontset): add cast.
1709
1710         * python/convertrules.py (FatalConversionError.sub_syms): \tag
1711         #'(a b) -> \tag #'a \tag #'b rule.
1712
1713         * python/musicexp.py (Output_printer.dump_version): new function
1714
1715 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1716
1717         * lily/parser.yy (FIXME): remove \tag
1718         (FIXME): remove tag_music() function.
1719
1720         * lily/lily-lexer.cc: remove \tag
1721
1722         * ly/music-functions-init.ly: define music-function "tag"
1723
1724         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
1725
1726 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1727
1728         * VERSION (PATCH_LEVEL): release 2.7.22
1729
1730         * input/regression/lyric-hyphen-retain.ly: renew.
1731
1732         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
1733         grob
1734
1735         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
1736         iso. minimum-length property for rods.
1737
1738         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
1739         LyricSpace item to keep lyrics spaced apart.
1740
1741         * ly/engraver-init.ly: remove Separating_line_group_engraver
1742
1743         * Documentation/user/music-glossary.tely: do setfilename before
1744         music-glossary.
1745
1746 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
1747
1748         * Documentation/user/lilypond-book.itely: use `,´ after xref:
1749         See xref documentation, for example.
1750
1751 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1752
1753         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
1754         pending_skip iso. ly_voice[-1]
1755         (main): add if __main__ for debugging.
1756
1757         * python/musicxml.py (Accidental.__init__): new class.
1758
1759         * scripts/musicxml2ly.py (progress): new function
1760         (musicxml_key_to_lily): don't barf on modeless keys.
1761         (create_skip_music): new function.
1762         (musicxml_spanner_to_lily_event): new function. Handle beams too.
1763         (musicxml_note_to_lily_main_event): new function.
1764
1765         * python/musicexp.py (Music.__init__): add comment field.
1766         (NestedMusic.append): new routine.
1767         (SequentialMusic.print_ly): print comment.
1768         (ArpeggioEvent.ly_expression): new class
1769         (BeamEvent.ly_expression): new class
1770         (NoteEvent.__init__): support for cautionary/forced accs.
1771
1772         * lily/lookup.cc (slur): normal order for array loop.
1773
1774         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
1775         to 0.0.
1776
1777         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
1778         collapsed.
1779
1780 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
1781
1782         * scm/music-functions.scm: Make phrasing slurs follow voice direction
1783
1784         * scripts/lilypond-book.py: Introduce option
1785         --preserve-line-breaks, for usage with srcltx
1786
1787 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1788
1789         * scm/output-lib.scm (print-circled-text-callback): draw circle
1790         around text using make-circle-markup.
1791
1792         * Documentation/user/*: strip out-www from file names.
1793
1794 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
1795
1796         * Documentation/user/lilypond.tely (direntry): remove empty lines;
1797         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
1798
1799 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1800
1801         * Documentation/user/GNUmakefile: idem.
1802
1803         * Documentation/user/macros.itexi: strip out-www
1804
1805         * python/rational.py: python 2.3 compat.
1806
1807         * VERSION (PATCH_LEVEL): release 2.7.21
1808
1809         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
1810         option formatting, lilypond style.
1811
1812         * python/musicexp.py: grab from Ikebana: a library for composing
1813         ly music expressions. 
1814         (Output_printer): class for advanced .ly printing.
1815         (eg. tupletting) 
1816
1817         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
1818         convert to pythonesque structure.
1819
1820         * python/rational.py: PD rational number class.
1821
1822         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
1823
1824 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
1825
1826         * lily/part-combine-iterator.cc: Minor bugfix
1827         
1828         * THANKS: Update bughunters
1829
1830 2005-12-02  Werner Lemberg  <wl@gnu.org>
1831
1832         * mf/README: Document process for proper mf2pt1 conversion.
1833
1834         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
1835         overlapping.
1836
1837         * mf/feta-harmonica.mf: Removed.  Unused.
1838
1839 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1840
1841         * scripts/lilypond-book.py (do_file): fix thinkos.
1842
1843 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1844
1845         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
1846         ($(outdir)/parser.cc): 
1847         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
1848
1849 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
1850
1851         * ly/titling-init.ly (tagline): it should be a space between
1852         "Music engraving by LilyPond" and the version number.
1853
1854 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1855
1856         * VERSION (PACKAGE_NAME): release 2.7.20
1857
1858 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1859
1860         * scm/define-markup-commands.scm (pad-to-box): new markup command.
1861
1862         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
1863         1.0.
1864         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
1865
1866 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1867
1868         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
1869
1870         * kpath-guile/: remove directory
1871
1872         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
1873         file. Encapsulate kpathsea using commandline tools.
1874
1875         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
1876         kpathsea) module.
1877
1878 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1879
1880         * Documentation/user/advanced-notation.itely (Setting automatic
1881         beam behavior): Correct a few typos. Thanks to David Bobroff.
1882
1883         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
1884         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
1885
1886 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1887
1888         * scripts/*.py: gmane address for bugs.
1889
1890 2005-11-28 Pal Benko <benkop@freestart.hu>
1891         
1892         * make/ly-rules.make: add -f switch to mv
1893
1894         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
1895
1896         * lily/bar-line.cc: interpret it
1897
1898 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1899
1900         * configure.in (--disable-documentation): New switch.
1901
1902         * GNUmakefile.in: Use it.
1903
1904         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
1905
1906 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1907
1908         * scripts/lilypond-book.py (do_file): search chunks for
1909         \\begin{document}
1910
1911         * GNUmakefile.in: add copy step in between so we can lose the
1912         out-www directories.
1913
1914 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1915
1916         * lily/pango-font.cc (pango_item_string_stencil): put
1917         geometry.width into glyph-string too.
1918
1919 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1920
1921         * scm/define-music-display-methods.scm (RevertProperty):
1922         (OverrideProperty): Use grob-property-path property, a list of
1923         symbols, instead of grob-property, which used to be a single
1924         symbol.
1925         (BassFigureEvent): a figure can be a plain number, not necessarily a
1926         markup.
1927
1928 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1929
1930         * VERSION: release 2.7.19
1931         
1932         * lily/figured-bass-engraver.cc (process_music): check
1933         figuredBassCenterContinuations first.
1934
1935         * scm/translation-functions.scm (format-bass-figure): make double
1936         sharp larger. 
1937
1938         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
1939         determine X-parent.
1940
1941         * lily/system-start-delimiter-engraver.cc: move from
1942         Nested_system_start_delimiter_engraver, rename
1943         Nested_system_start_delimiter_engraver ->
1944         System_start_delimiter_engraver.
1945
1946         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
1947         bracket type from hierarchy.
1948
1949 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1950
1951         * lily/rest.cc (y_offset_callback): read staff-position.
1952
1953         * scm/define-grob-properties.scm (all-user-grob-properties): don't
1954         mark after-line-breaking-callback as internal.
1955
1956         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
1957
1958 2005-11-25  Werner Lemberg  <wl@gnu.org>
1959
1960         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
1961
1962 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1963
1964         * stepmake/bin/add-html-footer.py (do_file): add google
1965
1966         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
1967         staff if first_start_ is true.
1968
1969 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1970
1971         * scripts/midi2ly.py (split_track): add __repr__ members.
1972         (track_first_item): only return Item if not None. This fixes a
1973         problem when dumping a track that starts with an empty channel.
1974
1975         * python/midi.c: doc module.
1976
1977 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1978
1979         * Documentation/user/global.itely (Creating MIDI files): Fix
1980         compilation problem.
1981
1982 2005-11-22  Graham Percival  <gpermus@gmail.com>
1983
1984         * Documentation/user/basic-notation.itely: clarify dynamic
1985         padding text.
1986
1987         * Documentation/user/advanced-notation.itely: add unicode
1988         escape control example, whatever that is.  :)
1989
1990         * Documentation/user/global.itely: added "removing dynamics
1991         from MIDI" code.
1992
1993 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1994
1995         * VERSION (PATCH_LEVEL): release 2.7.18
1996
1997         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
1998         System_start_delimiter_engraver by
1999         Nested_system_start_delimiter_engraver.
2000
2001         * lily/nested-system-start-delimiter-engraver.cc (struct
2002         Bracket_nesting_node): new class.
2003         (struct Bracket_nesting_group): new class
2004         (struct Bracket_nesting_staff): new class.
2005         (process_music): create hierarchy of grobs. This allows separate
2006         tuning of different SSDs. 
2007
2008         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
2009         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
2010
2011 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2012
2013         * lily/side-position-interface.cc (aligned_side): multiply
2014         staff_radius by 2.
2015
2016         * lily/script-engraver.cc (make_script_from_event): allow setting
2017         values to '()
2018
2019 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2020
2021         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
2022
2023         * scm/define-grobs.scm (all-grob-descriptions): new grob
2024         NestedSystemStartDelimiter.
2025
2026         * input/regression/system-start-heavy-bar.ly: new file.
2027
2028         * lily/nested-system-start-delimiter-engraver.cc: new file.
2029
2030         * lily/nested-system-start-delimiter.cc: new file.
2031
2032         * input/regression/system-start-nesting.ly: new file.
2033
2034         * scm/define-grobs.scm (all-grob-descriptions): use X side
2035         positioning for positioning braces for nested contexts.
2036
2037         * lily/system-start-delimiter.cc (print): don't divide extent by
2038         staff_space.
2039         (print): use style iso. glyph.
2040         (staff_bracket): translate glyph inside routine already.
2041
2042 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
2043
2044         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
2045         names.
2046
2047 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2048
2049         * scm/define-context-properties.scm
2050         (all-user-translation-properties): rename figuredBassFormatter
2051         from newFiguredBassFormatter.
2052
2053         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
2054
2055         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
2056
2057         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
2058
2059         * lily/beam.cc (calc_beaming): new function.
2060         (calc_shorten): new function.
2061
2062         * THANKS: add Edward Neeman.
2063
2064         * input/regression/accidental-clef-change.ly: new file.
2065
2066         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
2067
2068         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
2069
2070         * lily/clef-engraver.cc (inspect_clef_properties): reset
2071         localKeySignature for clef changes.
2072
2073 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2074
2075         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
2076         add dummy definition that works in Linux and add information in
2077         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
2078
2079         * Documentation/user/changing-defaults.itely (Modifying context
2080         plug-ins): Add index for \with.
2081
2082         * Documentation/user/music-glossary.tely (dal segno): Updated
2083         example to version >=2.6.
2084
2085 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2086
2087         * Documentation/user/instrument-notation.itely (Printing chord
2088         names): Reorder \chordmode and \repeat in one example.
2089
2090 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2091
2092         * VERSION: release 2.7.17
2093         
2094         * Documentation/topdocs/NEWS.tely (Top): add note about
2095         refactoring.
2096
2097         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
2098         new function. Search region of 3 positions for best tie.
2099         (score_configuration): new function.
2100         (score_aptitude): new function.
2101         (generate_configuration): new function.
2102         (get_configuration): new function.
2103         (Tie_formatting_problem): new function
2104
2105         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
2106
2107         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
2108
2109         * THANKS: add Eduardo Vieira & Ralph Little
2110
2111         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
2112         narrower.
2113
2114         * lily/include/tie-formatting-problem.hh (class
2115         Tie_formatting_problem): add Tie_details to
2116         Tie_formatting_problem. Update calling conventions.
2117
2118         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
2119         config.make.
2120
2121         * Documentation/user/lilypond.tely: remove musedata2ly entry.
2122
2123 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
2124
2125         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
2126         scm/define-context-properties.scm: Maintenance bugfix: make
2127         ligature brackets work again by removing obsolete ligature
2128         primitive callback push/pop.
2129
2130         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
2131         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
2132         value.
2133
2134 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2135
2136         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
2137         used and do not call it a path.
2138         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
2139
2140 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2141
2142         * lily/include/tie-formatting-problem.hh (class
2143         Tie_formatting_problem): new file.
2144
2145         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
2146
2147         * Documentation/misc/ChangeLog-2.3:  new file.
2148
2149         * lily/audio-staff.cc (output): degarianize.
2150
2151 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2152
2153         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
2154         Unset PYTHONOPTIMIZE.  Fixes install if set.
2155
2156 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2157
2158         * python/convertrules.py (conv): add warning about drums. 
2159
2160         * make/stepmake.make: include toplevel-version.make after config.make.
2161
2162         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
2163         also allow python2.4
2164
2165         * config.make.in (configure-srcdir): remove GXX GCC vars.
2166
2167         * stepmake/aclocal.m4: don't do non-srcdir build with
2168         symlinks. Use inclusion, so the src directory name can be changed.
2169
2170 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2171
2172         * make/mutopia-vars.make:
2173         * make/ly-vars.make: Use src-wildcard iso wildcard for source
2174         files.
2175
2176 2005-11-13  Werner Lemberg  <wl@gnu.org>
2177
2178         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
2179         but the affected path.  This ensures that the (overlapping) outlines
2180         have the same direction, which is a necessary prerequisite for
2181         FontForge's algorithm to remove overlaps.
2182         Formatting.
2183
2184         * mf/feta-haak.mf: Formatting.
2185         (draw_bracket): Slightly modify outline to avoid an unnecessary
2186         corner.
2187         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
2188         them from the affected paths.
2189
2190 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2191
2192         * mf/README: remove xpm / accordion notes.
2193
2194         * lily/tie-column-format.cc (set_chord_outline): add dots into
2195         skyline extents. This fixes tie formatting if the left head has dots.
2196
2197         * lily/tie.cc (get_configuration): only shift tie by a whole staff
2198         space inside the staff.
2199         (get_configuration): shift another position if necessary in case
2200         of left head tie  
2201
2202 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2203
2204         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
2205         buildscript-dir iso. $(depth)/buildscripts.
2206
2207         * tex/GNUmakefile (local-uninstall): remove
2208         music-drawing-routines.ps juggling.
2209
2210         * stepmake/stepmake/install-targets.make (local-install-files):
2211         prepend src-dir to install targets.
2212
2213         * lily/system-start-delimiter-engraver.cc
2214         (acknowledge_system_start_delimiter): use
2215         add_offset_callback(). This fixes translation of nested
2216         staffgroups.
2217
2218         * lily/grob-closure.cc (add_offset_callback): only encaps in
2219         simple_closure if it's a procedure.
2220         
2221         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
2222         from bar-line.
2223
2224         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
2225         remove-empty where pertinent.
2226
2227 2005-11-12  Graham Percival  <gpermus@gmail.com>
2228
2229         * Documentation/user/instrument-notation.itely: added
2230         Cameron Horsburgh's multiple stanzas docs.  Thanks!
2231
2232 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2233
2234         * lily/GNUmakefile
2235         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
2236         make picture in builddir, not srcdir.
2237
2238 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2239
2240         * VERSION: release 2.7.16
2241         
2242         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
2243         shell arguments. 
2244
2245 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2246
2247         * Documentation/user/examples.itely (Piano templates): Minor
2248         modification to the Piano centered lyrics example.
2249
2250 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2251
2252         * scripts/lilypond-invoke-editor.scm (run-browser): look at
2253         $BROWSER.
2254
2255         * Documentation/user/point-and-click.itely: simplify p&c
2256         instruction: don't configure firefox. Put lilypond-invoke-editor
2257         in front of the browser.
2258
2259         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
2260         (run-browser): new function.
2261
2262         * lily/parser.yy (Lily_lexer): recognize Book
2263
2264         * lily/book.cc (clone): new function
2265
2266         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
2267
2268 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
2269
2270         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
2271         Maintenance bugfix: reduce number of font related warnings by
2272         updating naming conventions for glyph-name.
2273
2274 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2275
2276         * scm/define-grobs.scm (all-grob-descriptions): add
2277         rhythmic-grob-interface to TabNoteHead.
2278
2279         * scm/layout-beam.scm (check-quant-callbacks): remove
2280         set_stem_lengths()
2281
2282 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
2283
2284         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
2285         alignment of centered divisiones.
2286
2287         * scm/scripts.scm (articulations): Maintenance bugfix:
2288         follow-into-staff -> quantize-position.
2289
2290         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
2291         plica head in porrectus deminutus.
2292
2293 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2294
2295         * make/lilypond.fedora.spec.in (Group): add %clean section.
2296
2297         * lily/tuplet-bracket.cc (print): change check: remove bracket if
2298         less then 1/5th of total length.  
2299         (print): use gap too.  Fixes tupletUp-single-bracket.ly
2300
2301         * scm/music-functions.scm (glue-mm-rest-texts): also put other
2302         events into EventChord. This fixes textspanners on mm rests. Fixes
2303         spanner-rest.ly
2304
2305         * lily/side-position-interface.cc (get_axis): read side-axis
2306         (set_axis): set side-axis.
2307
2308         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
2309         properties everywhere.
2310
2311         * lily/spacing-spanner.cc (breakable_column_spacing): add
2312         average-spacing-wishes. Take maximum if not set.
2313         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
2314
2315         * scm/define-grobs.scm (all-grob-descriptions): add
2316         average-spacing-wishes.
2317
2318         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
2319         offset callbacks. This fixes alignment for Fingering objects.
2320
2321         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
2322         space for key - timesig combination. 
2323
2324         * input/regression/script-stem-tremolo.ly (Module): new file.
2325
2326         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
2327         to key sig.
2328
2329         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
2330         Fixes: c-tremolo-script.ly.
2331         
2332         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
2333
2334         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
2335         
2336         * scm/define-grobs.scm (all-grob-descriptions): remove
2337         self-X-offset. Fixes alignment of octavate-8.
2338
2339         * scripts/lilypond-book.py (datadir): look in
2340         LILYPONDPREFIX/share/lilypond/current/
2341
2342         * GNUmakefile.in: symlink current to <VERSION>. 
2343
2344 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
2345
2346         * lily/main.cc: eps listed as a backend.
2347
2348 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2349
2350         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
2351
2352 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2353
2354         * lily/include/score.hh (class Score): remove texts_ member.
2355
2356         * lily/beam.cc (set_stem_lengths): force direction callback.
2357         (print): read quantized-positions, so we can force
2358         Beam::set_stem_lengths to occur.
2359         (rest_collision_callback): use common X parent. 
2360
2361 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2362
2363         * flower/file-path.cc (find): Bugfix: Return name of file found.
2364
2365         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
2366         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
2367         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
2368
2369 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2370
2371         * flower/offset.cc: idem.
2372
2373         * mf/*.mf: update email address.
2374
2375         * lily/font-config-scheme.cc:  new file.
2376
2377         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
2378
2379         * lily/*:  cs.uu.nl -> xs4all.nl
2380
2381         * VERSION (PATCH_LEVEL): release 2.7.15
2382
2383         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
2384         spec files.
2385
2386         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
2387
2388 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2389
2390         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
2391
2392         * lily/staff-performer.cc (process_music): add audio
2393         elements. This makes MIDI instrument changes work once again.
2394
2395         * lily/main.cc (LY_DEFINE): add gmane address.
2396
2397         * lily/beam.cc: remove calc_positions()
2398
2399         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
2400         original_ in private scope.
2401         (class Grob): drop pscore_ pointer, change to output_def pointer.
2402         (class Grob): cleanup class definition.
2403
2404         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
2405
2406 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2407
2408         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
2409         absolute.  Better diagnostics.
2410
2411         * GNUmakefile.in: Add bin/ to tree and populate with some links.
2412         This makes lilypond run from the build directory using argv0
2413         relocation (without any --prefix or LILYPONDPREFIX setting).
2414
2415 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2416
2417         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
2418
2419         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
2420         with simple-closure.
2421
2422         * lily/self-aligment-interface.cc (set_align_self): new function
2423         (set_center_parent): new function.
2424
2425         * lily/side-position-interface.cc (set_axis): new function.
2426
2427         * lily/new-fingering-engraver.cc (position_scripts): use drul for
2428         generic code. 
2429
2430         * scm/define-grob-properties.scm (all-user-grob-properties):
2431         remove [XY]-offset-callbacks add [YX]-offset
2432         
2433 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2434
2435         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
2436         entry for time signatures after breathing signs. Bug report by
2437         Scott Russell.
2438
2439 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2440
2441         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
2442         not absolute, make it absolute using PATH.
2443
2444 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2445
2446         * python/midi.c (initmidi): Fix type for mingw.
2447
2448 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2449
2450         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
2451
2452         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
2453         cross compiling.
2454
2455         * stepmake/aclocal.m4: Support python cross compiling.
2456
2457         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
2458         Add mingw section.
2459
2460 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2461
2462         * scm/output-lib.scm (chain-grob-member-functions): replace
2463         chained-callback.cc
2464
2465         * lily/chained-callback.cc (Module): remove file.
2466
2467         * lily/rest-collision.cc (force_shift_callback_rest): change to
2468         chained callback.
2469
2470         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
2471
2472         * lily/grob.cc (y_parent_positioning): remove axis argument from
2473         parent_positioning callbacks.
2474         (Grob): junk init code
2475         (get_offset): use generic property callbacks for
2476         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
2477         (axis_parent_positioning): new function
2478         (axis_offset_symbol): new function
2479         (chain_offset_callback): new function
2480         (add_offset_callback): new function
2481
2482         * lily/beam.cc (rest_collision_callback): change signature; this
2483         is now a chained callback.
2484
2485         * lily/include/dimension-cache.hh (class Dimension_cache): remove
2486         callback administration.
2487
2488         * lily/simple-closure.cc: new file. Smob type that allows "grob
2489         member functions",
2490
2491             (ly:make-simple-closure FUNC A B)
2492
2493         is evaluated as (FUNC grob A B). This allows chaining of callbacks
2494         in various ways.
2495
2496         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
2497         callbacks.
2498
2499         * lily/slur.cc (outside_slur_callback): take 2 arguments.
2500
2501         * lily/rest.cc (polyphonic_offset_callback): remove.
2502
2503         * lily/script-engraver.cc (try_music): remove bool* argument.
2504
2505         * scm/script.scm (default-script-alist): set quantize-position
2506         appropriately.
2507
2508         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
2509
2510         * lily/side-position-interface.cc (aligned_side): move staff
2511         position quantization from
2512         Side_position_interface::quantised_position().
2513         (quantised_position): remove
2514         
2515 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2516
2517         * input/regression/beam-quant-standard.ly: reindent, set
2518         debug-beam-quanting to #t.
2519
2520         * lily/beam-concave.cc (calc_concaveness): set concaveness to
2521         10000 if this is a "hard" concave beam.
2522
2523         * lily/beam.cc (calc_least_squares_positions): change from
2524         calc_least_squares_dy
2525         (set_stem_lengths): this is now a chained callback.
2526
2527         * lily/context-property.cc (execute_general_pushpop_property):
2528         bugfix override with procedure should have effect.
2529
2530         * scm/define-grob-properties.scm (all-internal-grob-properties):
2531         remove position-callbacks.
2532
2533         * scm/define-grobs.scm (all-grob-descriptions): use
2534         ly:make-callback-chain for positions property.
2535
2536         * scm/layout-beam.scm (check-quant-callbacks): return list of
2537         chained callbacks.
2538
2539         * scm/lily.scm (type-p-name-alist): add callback-chain
2540
2541         * lily/lily-guile.cc (type_check_assignment): type check failure
2542         is warning not message.
2543
2544         * lily/grob-property.cc (try_callback): walk callback chain if
2545         appropriate.
2546
2547         * lily/chained-callback.cc: new file. new smob type.
2548
2549         * lily/lily-guile.cc (procedure_arity): new function.
2550
2551 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2552
2553         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
2554
2555 2005-10-25  John Mandereau  <john.mandereau@free.fr>
2556  
2557         * Documentation/user/instrument-notation.itely (Figured bass):
2558         describe new features
2559
2560 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2561
2562         * lily/beam.cc (calc_least_squares_dy): use property callback.
2563
2564         * lily/beam-concave.cc (calc_concaveness): use property callback.
2565
2566         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
2567
2568 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2569
2570         * HACKING: Update.
2571
2572 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2573
2574         * scm/layout-page-layout.scm (page-headfoot): annotate
2575         pagetopspace too.
2576
2577         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
2578
2579         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
2580         doesn't take y-space.
2581
2582         * scm/paper.scm (paper-alist): fix A7 dimensions. 
2583
2584 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2585
2586         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
2587         src-wildcard, remove $(wildcard).
2588
2589         * po/GNUmakefile (PO_FILES): 
2590         * ps/GNUmakefile (PS_FILES): 
2591         * tex/GNUmakefile (TEX_FILES): 
2592         * cygwin/GNUmakefile (POSTINSTALLS):
2593         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
2594         some wildcard calls.
2595
2596 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2597
2598         * THANKS: add Thomas Bushnell.
2599
2600 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2601
2602         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
2603         (lilypond-main): Redirect to gui-main if 'gui is set.
2604         Backportme.
2605
2606         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
2607         for alternative installations kludging s/share/lib/g
2608         LILYPONDPREFIX. Backportme.
2609
2610         * SConstruct (libdir_package_version): Define.
2611
2612         * python/SConscript: 
2613         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
2614         module in libdir.  Backportme.
2615
2616 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2617
2618         * lily/main.cc: clarify --safe.
2619
2620 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2621
2622         * VERSION: release 2.7.14
2623         
2624         * Documentation/user/*.itely: remove minimumVerticalExtent.
2625
2626         * scm/define-grobs.scm (all-grob-descriptions): remove
2627         RemoveEmptyVerticalGroup
2628
2629         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
2630
2631         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
2632         compile on MOSX
2633
2634         * python/convertrules.py (conv): add rules.
2635
2636         * lily/grob.cc: remove is_empty()
2637
2638         * lily/grob-property.cc: remove add_to_list_property().
2639
2640         * scripts/convert-ly.py (datadir): add prefix switching hack to
2641         .py too.
2642
2643         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
2644         space-function tweak.
2645
2646         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
2647
2648         * scm/define-grob-properties.scm (all-user-grob-properties):
2649         remove callback property.
2650
2651         * lily/include/grob.hh (class Grob): remove property_callbacks_
2652         member. Properties of procedure type are assumed to be callbacks.
2653
2654         * lily/ligature-engraver.cc (override_stencil_callback):
2655         rewrite. Use noteHeadLigaturePrimitive as source.
2656
2657         * scm/define-grob-properties.scm (all-internal-grob-properties):
2658         remove ligature-primitive-callback
2659
2660         * lily/include/dimension-cache.hh (class Dimension_cache): make
2661         class, with Grob as friend.
2662
2663         * lily/grob.cc: remove set_extent_callback(), set_extent() and
2664         has_extent_callback()
2665
2666         * scm/translation-functions.scm (format-new-bass-figure): read
2667         figuredBassPlusDirection
2668
2669         * scm/define-context-properties.scm
2670         (all-user-translation-properties): add figuredBassPlusDirection.
2671
2672         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
2673
2674         * lily/align-interface.cc (set_ordered): new function.
2675
2676         * lily/grob.cc (flush_extent_cache): rewrite.
2677
2678         * lily/dimension-cache.cc (Dimension_cache): cache extent as
2679         Interval pointer directly.
2680
2681         * lily/main.cc (setup_paths): insert extra / .
2682         (setup_paths): junk cff entry.
2683
2684         * lily/font-config.cc (init_fontconfig): only add type1 / otf
2685         directories.
2686
2687         * lily/axis-group-engraver.cc (finalize): remove
2688         extraVerticalExtent, minimumVerticalExtent verticalExtent.
2689
2690         * lily/grob.cc (Grob): don't set extent from ctor.
2691         (extent): use property callbacks. 
2692
2693         * lily/axis-group-interface.cc: remove set_axes() function.
2694
2695         * lily/grob-property.cc (del_property): new function.
2696
2697 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2698
2699         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
2700         
2701 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2702
2703         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
2704
2705 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2706
2707         * mf/SConscript: Updates.
2708
2709         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
2710
2711         * stepmake/stepmake/*:
2712         * */GNUmakefile:
2713         * config.make.in:
2714         * GNUmakefile.in:
2715         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
2716         from any directory in build-dir.  Cleanups.
2717
2718         * make/srcdir.make.in: Remove.
2719
2720         * lily/main.cc (setup_paths): Fix and document build-dir hack.
2721
2722         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
2723         main).
2724
2725         * lily/SConscript: Remove ttftools.
2726
2727         * SConstruct: Resurrect.
2728
2729 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2730
2731         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
2732         Y coordinate. 
2733
2734         * lily/paper-book.cc (add_score_title): put Paper_score title into
2735         systems_ list.
2736
2737         * scm/translation-functions.scm (format-new-bass-figure): also
2738         allow plus in combination with _
2739
2740 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2741
2742         * VERSION: 2.7.13 released.
2743
2744         * lily/note-collision.cc (check_meshing_chords): don't wipe
2745         stencil, merely set transparent.
2746
2747         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
2748         (Top): document #'callbacks.
2749         (Top): document nested \override.
2750
2751         * input/regression/figured-bass.ly: update for slash and pluses.
2752
2753         * input/regression/figured-bass-continuation-forbid.ly (Module):
2754         new file.
2755
2756         * scm/translation-functions.scm (format-new-bass-figure): use
2757         slashed-digit if diminished is set.
2758         (format-new-bass-figure): add + if 'augmented is set.
2759
2760         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
2761
2762         * input/test/piano-staff-distance.ly: remove file.
2763
2764         * Documentation/user/advanced-notation.itely (Formatting cue
2765         notes): use length-fraction for making stems/beams smaller.
2766
2767         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
2768         modifications.
2769
2770         * lily/new-figured-bass-engraver.cc: new property
2771         centerFiguredBassContinuations
2772
2773         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2774         use callbacks.
2775
2776         * lily/context-property.cc (execute_general_pushpop_property):
2777         robustness checks.
2778
2779         * input/regression/override-nest.ly: new file.
2780
2781         * python/convertrules.py (FatalConversionError.subber): conversion
2782         rule for #'callbacks
2783
2784         * input/regression/override-nest.ly: new function.
2785
2786         * lily/parser.yy (music_property_def): allow \override #'a #'b =
2787         #c too. 
2788
2789         * lily/context-property.cc (lookup_nested_property): new function.
2790         (evict_from_alist): new function.
2791         (general_pushpop_property): new function.
2792         (execute_general_pushpop_property): rewrite. Support nested
2793         properties too.
2794
2795 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2796
2797         * lily/beam.cc: use length-fraction too.
2798
2799         * scm/define-grob-properties.scm (all-user-grob-properties):
2800         remove property flag-width-function
2801         (all-user-grob-properties): remove space-function.
2802
2803         * scm/layout-beam.scm: remove flag-width-function.
2804
2805         * lily/beam.cc: remove flag-width-function
2806
2807         * scm/layout-beam.scm: remove beam dir functions.
2808
2809         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
2810
2811         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
2812         for easier grace tweaks.
2813
2814         * lily/beam.cc: remove dir-function.
2815
2816         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
2817
2818         * lily/grob.cc: remove spacing-procedure.
2819
2820         * lily/note-head.cc (calc_stem_attachment): new function.
2821         (internal_print): use callback to get glyph-name.
2822
2823         * lily/grob-property.cc (get_interfaces): new function.
2824
2825         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
2826
2827         * lily/stem.cc (calc_stem_end_position): new function.
2828         (calc_length): new function.
2829         document details for stem.
2830         remove Stem::get_direction()
2831
2832         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
2833
2834         * lily/grob-property.cc (set_callback): new function.
2835
2836         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
2837
2838         * lily/item-scheme.cc: new file.
2839
2840         * lily/bar-line.cc (before_line_breaking): remove function.
2841         remove bar-size-procedure, break-glyph-function
2842
2843         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
2844
2845         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
2846
2847         * lily/system-start-delimiter.cc (print): suicide from
2848         here. Remove after_line_breaking_callback.
2849
2850         * lily/script-interface.cc (calc_direction): use callback for direction.
2851
2852         * lily/side-position-interface.cc (aligned_side): don't use
2853         Side_position_interface::get_direction directly. Use callback. 
2854
2855         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
2856         calculate stencil.
2857         (get_print_stencil): rename from get_stencil: create stencil with
2858         transparency, color and cause. 
2859
2860         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
2861
2862         * python/convertrules.py (conv): insert temporary warning rule.
2863
2864         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
2865
2866         * lily/grob-property.cc (try_callback): remove marker if applicable.
2867
2868         * lily/grob.cc: elucidate doc about after/before-line-breaking
2869
2870         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
2871
2872         * lily/stem.cc (height): idem.
2873
2874         * lily/stem-tremolo.cc: idem.
2875
2876         * lily/slur.cc (height): don't use get_uncached_stencil()
2877
2878         * lily/rest.cc (y_offset_callback): use offset callback
2879         iso. after-line-breaking callback.
2880
2881         * lily/grob.cc: change after/before-line-breaking-callback to
2882         after/before-line-breaking dummy properties.
2883
2884         * lily/include/grob.hh: remove Grob_status.
2885
2886         * scm/define-context-properties.scm
2887         (all-user-translation-properties): remove verticalAlignmentChildCallback
2888
2889         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
2890         (calc_direction): use callback
2891         (calc_positions): use callback.
2892
2893         * lily/tie.cc (calc_direction): use callback. Only call parent
2894         positioning for more than one tie.
2895
2896         * lily/tie-column.cc (calc_positioning_done): use callback
2897
2898         * lily/slur-scoring.cc (calc_control_points): use callback
2899
2900         * lily/slur.cc (calc_direction): use callback.
2901
2902         * lily/note-collision.cc (force_shift_callback): remove.
2903
2904         * lily/dot-column.cc (force_shift_callback): remove. Use
2905         other_axis_parent_positioning.
2906
2907         * lily/grob.cc (other_axis_parent_positioning): new function.
2908         (same_axis_parent_positioning): new function
2909
2910         * lily/align-interface.cc (alignment_callback): remove function.
2911
2912         * lily/note-collision.cc (calc_positioning_done): use callback.
2913
2914         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
2915         (calc_direction): idem.
2916         remove print function.
2917
2918         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
2919
2920         * lily/dot-column.cc (calc_positioning_done): use callback.
2921
2922         * lily/break-align-interface.cc (calc_positioning_done): use callback.
2923
2924         * lily/beam.cc (calc_direction): use pseudo-property for beam
2925         direction callback.
2926         (calc_positions): use callback 
2927
2928         * lily/align-interface.cc (calc_positioning_done): use
2929         callback. Fold fixed  distance and normal alignment in one function.
2930
2931         * lily/stem.cc (calc_stem_end_position): use callback.
2932         (calc_positioning_done): idem.
2933         (calc_direction): idem.
2934         (calc_stem_end_position): idem
2935         (calc_stem_info): idem.
2936
2937         * lily/grob-property.cc (get_property_data): new function: 
2938         (try_callback): new function.
2939
2940         * scm/define-grob-properties.scm (all-user-grob-properties): doc
2941         callbacks property.
2942
2943         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
2944
2945 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2946
2947         * lily/tie.cc (get_position): robustness fix. Don't crash if a
2948         tie
2949         has no heads.
2950         
2951         * lily/include/*.hh (Module): compile fixes.
2952
2953 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
2954
2955         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
2956         as an argument for char-syntax: use (char-syntax (or nil 0)) 
2957         instead of (char-syntax nil), thanks to Milan Zamazal.
2958
2959 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2960
2961         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
2962         dist.
2963
2964         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
2965         themselves.
2966
2967 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2968
2969         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
2970         add class_name() method.
2971
2972         * lily/music-scheme.cc: remove ly:music-name.
2973
2974 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2975
2976         * cygwin/postinstall-lilypond.sh: Remove cruft.
2977
2978         * cygwin/postremove-lilypond.sh: Remove.
2979
2980         * cygwin/GNUmakefile (default): Remove postremove rules.
2981
2982 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2983
2984         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
2985         even header too.
2986         
2987         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
2988         MacOS 9 users.
2989
2990         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
2991         consider break index for broken spanner.
2992
2993         * scm/define-markup-commands.scm (wordwrap-string): remove \r
2994         characters from string before splitting.
2995
2996 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2997
2998         * scm/framework-ps.scm (output-preview-framework): use
2999         is-book-title to determine whether to chop off the booktitle.
3000
3001         * lily/paper-book.cc (systems): init from book-title-properties
3002         (add_score_title): init score-title-properties.
3003
3004         * ly/paper-defaults.ly: add {score,book}-title-properties.
3005
3006         * scm/document-backend.scm (lookup-interface): error message if
3007         using unknown interface.
3008
3009         * lily/volta-bracket.cc (after_line_breaking): new function. Set
3010         edge-height.
3011
3012         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
3013         make_bracket.
3014         (make_bracket): new function.
3015
3016         * scm/lily.scm (define-scheme-options): add paper-size option.
3017
3018         * ly/declarations-init.ly (laissezVibrer): get paper size from
3019         -dpaper-size
3020
3021         * scm/translation-functions.scm: use \fontsize for changing the
3022         fontsize.
3023
3024         * scm/define-grobs.scm (all-grob-descriptions): set
3025         between-length-limit to 1.0
3026
3027         * lily/tie-helper.cc: add between_length_limit_ detail property.
3028
3029         * mf/feta-bolletjes.mf: typos.
3030
3031         * lily/note-head.cc (internal_print): don't shadow idx
3032         parameter. This fixes wrong attachment for do shape heads.
3033
3034 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3035
3036         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
3037
3038         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
3039
3040         * scm/layout-slur.scm: rename from slur.scm
3041
3042         * scm/layout-page-layout.scm: rename from page-layout.scm
3043
3044         * scm/layout-beam.scm: rename from beam.scm
3045
3046         * scm/define-grob-interfaces.scm (bass-figure-interface): add
3047         bass-figure-interface
3048
3049         * lily/new-figured-bass-engraver.cc (process_music): add
3050         implicitBassFigures property.
3051         
3052         * scm/define-markup-commands.scm (pad-x): new markup.
3053
3054         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
3055         minimumVerticalExtent on FiguredBass context.
3056
3057         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
3058         case the continuation crosses a line break.
3059
3060 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3061
3062         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
3063         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
3064         absolute file name bug.  Backportme.
3065
3066 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3067
3068         * VERSION (PACKAGE_NAME): release 2.7.12
3069
3070         * input/regression/figured-bass-continuation-center.ly: new file.
3071
3072         * input/regression/beam-outside-beamlets.ly: new file.
3073
3074         * lily/beam.cc (set_beaming): don't clip edges.
3075         (connect_beams): don't clip edges.
3076
3077         * lily/beaming-info.cc (clip_edges): new function.
3078
3079         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
3080
3081         * Documentation/user/instrument-notation.itely (Figured bass):
3082         demonstrate extenders, update seealso links.
3083
3084         * scm/titling.scm (marked-up-headfoot): change tagline
3085         handling. tagline = ##f will blank the tagline as well.
3086
3087 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3088
3089         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
3090
3091         * lily/new-figured-bass-engraver.cc (struct
3092         New_figured_bass_engraver): add new_music_found_ member.
3093
3094         * lily/lilypond-version.cc (Lilypond_version): deal with
3095         incorrectly formatted version strings. 
3096
3097         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
3098         New_figured_bass_engraver by default.
3099
3100         * lily/ttf.cc (print_trailer): only define glyph names when
3101         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
3102
3103 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3104
3105         * lily/horizontal-bracket.cc (make_bracket): new function.
3106
3107         * scm/define-grobs.scm (all-grob-descriptions): new grobs
3108         NewBassFigure, BassFigureBracket, BassFigureContinuation,
3109         BassFigureLine, BassFigureAlignment
3110
3111         * lily/new-figured-bass-engraver.cc (process_music): new file.
3112
3113         * lily/figured-bass-continuation.cc: new file.
3114
3115         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
3116         new file.
3117
3118 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3119
3120         * scripts/lilypond-book.py: Bug fix, put the quote around the
3121         actual score for LaTeX documents.
3122
3123         * scm/define-grobs.scm (all-grob-descriptions): Change
3124         collapse-height of the SystemStartBracket grob to 5.0, 
3125         so the bracket disappears for single stave score lines (similarly
3126         to SystemStartBraces). 
3127
3128         * Documentation/user/advanced-notation.itely (Polymetric
3129         notation): Clarify the use of compressMusic.
3130
3131         * Documentation/user/basic-notation.itely (Grace notes): Clarify
3132         that the grace spacer note in other staves need the same duration
3133         and document the stroke-style property.
3134
3135 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3136
3137         * Documentation/user/global.itely (Vertical spacing): document
3138         alignment-extra-space and fixed-alignment-extra-space.
3139
3140         * Documentation/topdocs/NEWS.tely (Top): add entry.
3141
3142         * input/regression/alignment-vertical-spacing.ly: new file.
3143
3144         * python/convertrules.py (conv): add rule.
3145
3146         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
3147
3148         * lily/align-interface.cc (stretch_after_break): new
3149         function. Read fixed-alignment-extra-space property.
3150         (align_elements_to_extents): read alignment-extra-space property.
3151
3152         * lily/lily-guile.cc (robust_scm2dir): new function.
3153
3154         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
3155         (annotate-space-left): new function. Annotate space left on page. 
3156         (annotate-y-interval): new function.
3157         (paper-system-annotate-last): new function. Annotate bottom-space.
3158
3159         * mf/feta-beugel.mf (y): 
3160
3161 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3162
3163         * VERSION (PACKAGE_NAME):  release 2.7.11
3164
3165         * scm/lily-library.scm (interval-translate): new function
3166         (interval-center): new function. 
3167
3168         * scm/page-layout.scm (paper-system-annotate): new function. Add
3169         arrows for dimensions.
3170  
3171         * scm/stencil.scm (dimension-arrows): new function.
3172
3173         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
3174
3175         * input/regression/page-spacing.ly: add annotatespacing
3176
3177         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
3178         (LY_DEFINE): new function ly:paper-system-set-property!
3179
3180         * Documentation/user/global.itely (Paper size): explain how to add
3181         sizes.
3182
3183         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
3184         correspond to GS's definition.
3185
3186         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
3187         tuplet bracket.
3188         (print): only connect to next bracket if the next one is alive.
3189         (print): set padding to 0.0 if the bound is a breakable
3190         column. This makes tupletFullLength brackets reach up to the staff
3191         line if it doesn't connect to the next line.
3192
3193 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3194
3195         * lily/bar-number-engraver.cc: correct docs.
3196
3197         * scm/output-lib.scm (first-bar-number-invisible): rename from
3198         default-bar-number-visibility
3199
3200 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3201
3202         * scm/define-music-properties.scm (all-music-properties): remove
3203         predicate property.
3204
3205 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
3206
3207         * po/fi.po: refresh.
3208
3209 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3210
3211         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
3212         superfluous s1.
3213         (disappear): bugfix.
3214
3215         * lily/stem-tremolo.cc (raw_stencil): read slope property.
3216
3217         * lily/include/paper-system.hh (class Paper_system): remove
3218         staff_extents_ member.
3219
3220         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
3221
3222         * lily/include/paper-system.hh (class Paper_system): remove
3223         number_ variable. Remove is_title_. Remove break_before_penalty_
3224
3225         * lily/paper-book.cc (systems): use 'number property iso. number_
3226         member.
3227
3228         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
3229         remove ly:paper-system-number.
3230
3231         * scm/lily-library.scm (paper-system-title?): new function.
3232
3233         * lily/book.cc (process): bugfix: flip ?: cases. 
3234
3235         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3236         add outputProperty.
3237
3238         * ly/music-functions-init.ly: add outputProperty music function.
3239
3240         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
3241
3242         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
3243         and next-padding.
3244         (optimal-page-breaks): rename from ly:optimal-page-breaks.
3245
3246         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
3247
3248         * lily/paper-system.cc (internal_get_property): new function.
3249
3250         * Documentation/user/global.itely (Vertical spacing): refer to
3251         page-spacing.ly
3252
3253         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
3254         pagetopspace
3255
3256         * input/regression/page-spacing.ly: new file.
3257
3258         * input/regression/page-top-space.ly: new file.
3259
3260         * lily/spacing-spanner.cc: cmath -> math.h
3261
3262         * lily/paper-system.cc (read_left_bound): new function. Read
3263         line-break-system-details from left bound to determine extents.
3264  
3265         * Documentation/user/programming-interface.itely (Using LilyPond
3266         syntax inside Scheme): change applyxxx -> applyXxx.
3267
3268         * ly/music-functions-init.ly: add outputProperty music function.
3269
3270         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
3271
3272         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
3273
3274         * python/convertrules.py (conv): rule
3275
3276         * ly/music-functions-init.ly: applyxxx -> applyXxx
3277
3278         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
3279         TabVoice to Voice.
3280
3281 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3282
3283         * flower/include/real.hh: include <math.h> iso. <cmath>
3284
3285         * flower/include/offset.hh: include real.hh
3286
3287 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3288
3289         * Documentation/user/changing-defaults.itely (Difficult tweaks):
3290         fix example, now that 'interfaces is no longer directly available.
3291
3292         * lily/book.cc (process): don't crash if paper == NULL.
3293
3294         * po/fr.po: update.
3295
3296 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3297
3298         * scm/define-music-types.scm (music-descriptions): set length and
3299         start-callback for QuoteMusic
3300
3301 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3302
3303         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
3304         arguments. Fixes compilation error with gcc 3.3.
3305
3306 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3307
3308         * VERSION: release 2.7.10
3309
3310         * stepmake/stepmake/python-module-rules.make
3311         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
3312
3313         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
3314         real.hh
3315
3316 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3317
3318         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
3319         -Werror. Otherwise GCC barfs over various optimizations.
3320
3321         * scm/define-grob-properties.scm (all-internal-grob-properties):
3322         add note-head property
3323
3324         * Documentation/user/instrument-notation.itely (Laissez vibrer
3325         ties): new node.
3326
3327         * input/regression/laissez-vibrer-ties.ly: new file.
3328
3329         * lily/laissez-vibrer-engraver.cc: new file.    
3330
3331         * lily/include/tie-column-format.hh: new file.
3332
3333         * lily/tie-column-format.cc: new file. 
3334
3335         * lily/tie-column.cc (set_manual_tie_configuration): new function.
3336
3337         * lily/laissez-vibrer-tie.cc: new file.
3338
3339         * lily/include/laissez-vibrer-tie.hh: new file.
3340
3341         * ly/engraver-init.ly: add Laissez_vibrer_engraver
3342
3343         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
3344
3345         * scm/define-grobs.scm (all-grob-descriptions): add
3346         LaissezVibrerTie, LaissezVibrerTieColumn
3347
3348         * lily/tie-column.cc (set_tie_config_directions): new function
3349         (final_shape_adjustment): new function.
3350         (shift_small_ties): new function.
3351
3352         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
3353
3354         * lily/include/tie.hh (struct Tie_details): add x_gap_
3355         (struct Tie_configuration): add head_position_
3356
3357         * lily/tie-column.cc (set_chord_outline): new function.
3358
3359         * mf/cmr.enc.in:  remove file.
3360
3361 2005-09-11  Graham Percival  <gpermus@gmail.com>
3362
3363         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
3364
3365 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3366
3367         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
3368         reduce aliasing effects.
3369
3370         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
3371         box in skyline.
3372
3373 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3374
3375         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
3376
3377         * flower/include/real.hh: std::fabs too.
3378
3379 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3380
3381         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
3382
3383         * lily, flower: Include C++ iso C headers.  Import namespace std
3384         throughout.
3385
3386         * lily/side-position-interface.cc: 
3387         * lily/scm-hash.cc: 
3388         * lily/note-head.cc: 
3389         * lily/include/includable-lexer.hh: 
3390         * flower/include/string-data.icc: Remove using std::*.
3391
3392         * lily, flower: Include C++ iso C headers.  Import namespace std
3393         throughout.
3394
3395         * lily/side-position-interface.cc: 
3396         * lily/scm-hash.cc: 
3397         * lily/note-head.cc: 
3398         * lily/include/includable-lexer.hh: 
3399         * flower/include/string-data.icc: Remove using std::*.
3400
3401         * Documentation/user/instrument-notation.itely (Entering lyrics):
3402         Multiple latin-1->utf-8 conversion fix.
3403
3404         * Documentation/user/*tely: Update Emacs cookie to utf-8.
3405
3406 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3407
3408         * lily/tie.cc (get_configuration): also avoid dots for non-space
3409         situations.
3410
3411 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3412
3413         * Documentation/user/instrument-notation.itely: Bugfix.
3414
3415 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3416
3417         * tex/GNUmakefile: don't install texinfo.tex
3418
3419         * tex/ : cleanup: remove unused files.
3420
3421         * lily/general-scheme.cc: remove my_{isinf,isnan}.
3422
3423         * flower/include/real.hh: using std::{isnan,isinf}
3424         
3425         * VERSION (PATCH_LEVEL): release 2.7.9
3426
3427 2005-09-05  Graham Percival  <gpermus@gmail.com>
3428
3429         * Documentation/user/ instrument-notation.itely,
3430         advanced-notation.itely: minor tweaks.
3431
3432         * input/test/script-chart.ly: add item padding.
3433
3434 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3435
3436         * flower/offset.cc: use math.h iso. <cmath>
3437
3438         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
3439         of IE users.
3440
3441         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
3442         (widen-left-stencil-edges): new function. Fix alignment problems
3443         with LaTeX includegraphics.
3444
3445         * lily/text-interface.cc (interpret_markup): use abort().
3446
3447 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3448
3449         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
3450
3451         * lily/tie.cc (get_configuration): update bezier shape as we
3452         change Y positions.
3453         (get_configuration): don't move large ties if we're outside of the
3454         staff.
3455
3456 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3457
3458         * scm/define-markup-commands.scm (strut): swap X and Y dims.
3459         
3460 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3461
3462         * .cvsignore: Add auto-generated configure files and then some.
3463
3464 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3465
3466         * scm/define-grobs.scm (DynamicLineSpanner): Add
3467         X-extent-callback.  Fixes hairpin-slur collision.
3468
3469 2005-08-31  Graham Percival  <gpermus@gmail.com>
3470
3471         * Documentation/user/advanced-notation.itely,
3472         basic-notation.itely: minor changes.
3473
3474 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3475
3476         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
3477         \linebreak between each .eps file if \betweenLilyPondSystem is
3478         undefined. 
3479
3480         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3481         music): Document the \linebreak
3482
3483         * Documentation/user/lilypond-book.itely,
3484         input/tutorial/lbook-latex-test.tex,
3485         Documentation/user/examples.itely: Remove \usepackage{graphics}
3486
3487 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3488
3489         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
3490
3491         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
3492         compat bugfix.
3493
3494         * scripts/lilypond-book.py (PREAMBLE_LY): define
3495         inside-lilypond-book
3496         (modify_preamble): new function. Insert \RequirePackage{graphics}
3497         when no {graphics found in preamble.  
3498
3499 2005-08030  Graham Percival  <gpermus@gmail.com>
3500
3501         * Documentation/user/basic-notation.itely, global.itely,
3502         tutorial.itely: misc small changes.
3503
3504 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3505
3506         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
3507         VERSION.
3508
3509 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3510
3511         * lily/tie-column.cc (new_directions): put Tie down on center
3512         staff line. 
3513
3514         * lily/script-interface.cc (before_line_breaking): use
3515         Grob::programming_error
3516
3517         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
3518
3519         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
3520         of splitext.
3521
3522 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3523
3524         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
3525
3526 2005-08-29  Werner Lemberg  <wl@gnu.org>
3527
3528         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
3529         the `*.scale.pfa' files to avoid warnings.
3530
3531 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3532
3533         * lily/tempo-performer.cc (process_music): idem.
3534
3535         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
3536
3537 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3538
3539         * Documentation/user/advanced-notation.itely (Text markup): not a
3540         fragment.
3541
3542         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
3543
3544         * lily/staff-performer.cc (initialize): add tempo/name to
3545         audio_staff_
3546
3547
3548 2005-08-26  Graham Percival  <gpermus@gmail.com>
3549
3550         * Documentation/user/advanced.itely: add text-only example.
3551
3552         * Documentation/user/invoking.itely: add index entries for
3553         convert-ly.
3554
3555         * Documentation/user/ tutorial.itely, basic-notation.itely:
3556         small fixes suggested by Steve D.  Thanks!
3557
3558 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3559
3560         * input/regression/markup-bidi-pango.ly: new file.
3561
3562         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
3563         standard. Remove #ifdef. Remove memleak.
3564         (text_stencil): use text_dir to decide how to composite items.
3565         (text_stencil): determine uniform text direction for the entire
3566         string.
3567
3568         * scripts/lilypond-book.py (output_name): remove
3569         latex_filter_cmd. Non-portable to non-Unix systems. 
3570         (get_latex_textwidth): use File.write and os.unlink() instead.
3571
3572         * THANKS: add Vicente & Trevor.
3573
3574         * lily/grob.cc (discretionary_processing): look up origin for
3575         programming_error too. 
3576
3577         * input/regression/tie-broken.ly: new file.
3578
3579         * lily/tie-column.cc (set_chord_outlines): set outline for line
3580         break case too.
3581         
3582 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3583
3584         * lily/pango-font.cc (text_stencil): don't translate glyphs in
3585         unscaled transform, just translate stencils.
3586
3587         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
3588         MIDI.
3589
3590         * scm/define-markup-commands.scm (wordwrap-string): use
3591         text-direction
3592         (wordwrap-stencils): idem.
3593         (line): idem.
3594         (fill-line): idem.
3595         (wordwrap-stencils): translate last line to right for
3596         text-direction = LEFT.
3597
3598         * scm/define-grob-properties.scm (all-user-grob-properties): add
3599         text-direction.
3600
3601 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3602
3603         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
3604         when copying a Lily_parser object.
3605
3606 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3607
3608         * scm/define-markup-commands.scm (null): add null markup.
3609
3610 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3611
3612         * lily/item.cc: Add documentation of center-invisible
3613
3614 2005-08-24  Graham Percival  <gpermus@gmail.com>
3615
3616         * Documentation/user/advanced-notation.itely: add info about
3617         raising text.
3618
3619         * Documentation/user/programming-interface.itely: fix example
3620         involving raised text.
3621
3622 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3623
3624         * lily/beam.cc (print): fix X start/end points of isolated
3625         beamlets.
3626
3627         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
3628
3629         * lily/multi-measure-rest.cc (set_text_rods): new function.
3630
3631         * lily/vertical-align-engraver.cc (process_music): call
3632         Align_interface::set_axis(). This forces #'elements to be ordered,
3633         preventing random vertical reordering of staves.
3634
3635         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
3636         add avoid-slur property. 
3637
3638         * Documentation/user/basic-notation.itely (Measure repeats): add
3639         countPercentRepeats example.
3640
3641         * Documentation/user/advanced-notation.itely (Other text markup
3642         issues): remove remark about normal-font.  We have \normal-text
3643
3644         * input/regression/tie-chord.ly: add note about remaining bugs.
3645
3646         * lily/tie.cc (print): try Tie_column::set_directions () if
3647         control-points not yet defined.
3648
3649 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3650
3651         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
3652         extent. This fixes braces falling out of the EPS bbox.
3653
3654         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
3655         exactly to bbox.
3656
3657 2005-08-23  Graham Percival  <gpermus@gmail.com>
3658
3659         * {various} : change #up->#UP and #down->#DOWN.
3660
3661         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
3662
3663         * Documentation/user/advanced-notation.itely: clarify
3664         what objects handles text on a multimeasure rest.
3665
3666 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3667
3668         * VERSION (PATCH_LEVEL): release 2.7.7
3669
3670 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3671
3672         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
3673
3674         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
3675
3676         * input/regression/*.ly: formatting clean-up. Default layout
3677         before music expression.
3678
3679         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
3680         romanze28-2 example.
3681
3682         * scm/ps-to-png.scm: remove dir-re function.
3683         (make-ps-images): generate page names, instead of globbing them.
3684         This brings down LilyPond memory usage for make web by a factor
3685         10. (backportme?) 
3686
3687         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
3688         don't use glob. With 3000 files, globbing
3689         Documentation/user/out-www/ can take too much time. (backportme?)
3690         
3691         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
3692
3693         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
3694
3695         * input/regression/tie-manual.ly: new file
3696
3697         * input/regression/tie-chord.ly: update.
3698
3699         * flower/include/interval.hh (struct Interval_t): 
3700
3701         * lily/tie.cc (distance): new function 
3702         (height): new function.
3703         (init): new function
3704         (Tie_details): new struct.
3705
3706         * lily/skyline.cc (skyline_height): new function.
3707
3708         * lily/tie-column.cc (set_chord_outlines): new function.
3709         (new_directions): read tie-configuration
3710
3711         * lily/skyline.cc: fix ASCII art.
3712         
3713 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3714
3715         * python/convertrules.py (string_or_scheme): Fix spelling error
3716
3717 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3718         
3719         * lily/tie-column.cc (set_directions): set directions only once.
3720         (add_configuration): new function.
3721
3722         * lily/tie.cc (set_control_points): new function
3723
3724         * lily/tie-column.cc (new_directions): new function.
3725
3726         * ly/music-functions-init.ly: set 'pitch property
3727         iso. trill-pitch. This makes \relative work with \pitchedTrill
3728
3729         * lily/tie.cc (get_configuration): new function. Don't generate
3730         control points, rather, generate configuration.
3731         remove head-pair property.
3732
3733         * lily/include/tie.hh (struct Tie_configuration): new struct.
3734
3735 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
3736
3737         * Documentation/topdocs/NEWS.tely: clarify.
3738
3739 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3740
3741         * lily/tie.cc: remove minimum-length
3742
3743         * scm/define-grob-properties.scm (all-user-grob-properties):
3744         remove staffline-clearance, y-offset 
3745
3746         * input/regression/tie-dots.ly (Module): remove.
3747
3748         * lily/tie.cc (get_control_points): rewrite. Put short ties in
3749         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
3750
3751         * input/regression/tie-single.ly: new file.
3752
3753 2005-08-21  Graham Percival  <gpermus@gmail.com>
3754
3755         * ly/bagpipe.ly: fix compile problem.
3756
3757 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3758
3759         * lily/midi-item.cc (name): new method.
3760
3761         * lily/staff-performer.cc (acknowledge_audio_element): use
3762         signature of baseclass.
3763
3764         * lily/engraver-group.cc (do_announces): move recursion call out
3765         of while loop. 
3766
3767         * lily/drum-note-performer.cc (class Drum_note_performer): use
3768         process_music everywhere.
3769
3770         * ly/performer-init.ly: add default children everywhere.
3771
3772         * lily/paper-book.cc (output): call paper-book-write-midis
3773         directly: always write MIDI, even if no \layout {} block. 
3774
3775 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3776
3777         * VERSION (PACKAGE_NAME): release 2.7.6
3778
3779         * lily/percent-repeat-engraver.cc (try_music): don't print warning
3780         about not being able to handle repeat.
3781
3782 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3783
3784         * Documentation/user/examples.itely (Piano templates):
3785         * lily/include/performer-group.hh: Remove last traces of
3786         Performer_group_performer.  Fixes make web.
3787
3788 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3789
3790         * Documentation/user/examples.itely (Piano templates): change
3791         Engraver_group_engraver -> Engraver_group
3792
3793         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
3794         scm_stand_in_procs is not weak_any.
3795
3796         * lily/volta-bracket.cc (print): don't use strcmp().
3797
3798         * lily/volta-engraver.cc (process_music): use
3799         Text_interface::is_markup() for setting the 'text property of the
3800         volta bracket.
3801
3802         * input/mutopia/claop.py (accents): update syntax to 2.6
3803
3804         * scm/define-context-properties.scm
3805         (all-user-translation-properties): add countPercentRepeats.
3806
3807         * Documentation/user/basic-notation.itely (Measure repeats): add
3808         isolated percent example.
3809
3810 2005-08-18  Graham Percival  <gpermus@gmail.com>
3811
3812         * input/ {various}: change direction #1, #-1 to
3813         #up/#down or \fooUp, \fooDown.
3814
3815         * Documentation/user/music-glossary.tely: #-1 to #down.
3816
3817         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
3818         to #up, #-1 to #down.
3819
3820 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3821
3822         * lily/include/engraver-group.hh: rename.
3823
3824         * lily/include/performer-group.hh: rename.
3825
3826 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3827
3828         * input/test/script-abbreviations.ly: Removed some old LaTeX
3829         left overs.
3830
3831 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3832
3833         * python/convertrules.py (conv): inside-slur -> avoid-slur.
3834         Remove functions.  Remove if 1: constructs, reindent.
3835
3836         * scripts/convert-ly.py (add_version): Add functions from
3837         convertrules.py
3838
3839         * scm/script.scm (default-script-alist):
3840         s/priority/script-priority.  Fixes script stacking.  Backportme.
3841         (Fermata): Very low priority.
3842
3843 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3844
3845         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
3846
3847         * input/regression/slur-script.ly: remove padding tweaks. Add
3848         comment strings.
3849
3850         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
3851         time sigs and related stuff.
3852
3853         * scm/define-grob-properties.scm (all-user-grob-properties): add
3854         @code{} tags to property description.
3855
3856         * lily/include/line-group-group-engraver.hh (Module): remove file.
3857
3858         * python/convertrules.py (conv): add rule for
3859         Engraver_group_engraver -> Engraver_group.
3860
3861         * lily/include/performer-group-performer.hh: analogous.
3862
3863         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
3864
3865         * lily/context-def.cc (instantiate): check for
3866         Engraver_group_engraver and Performer_group_performer not
3867         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
3868  
3869 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3870
3871         * input/les-nereides.ly: Remove three fingering tweaks, update
3872         remaining one.
3873
3874         * input/regression/slur-script-inside.ly: Update, fix doc.
3875
3876         * scm/script.scm: Update to avoid-slur.
3877
3878         * scm/define-grob-properties.scm (avoid-slur): New property.
3879
3880         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
3881         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
3882         outside_slur_callback if avoid-slur != #'inside.
3883
3884         * scm/define-grobs.scm (Fingering, Textscript): No
3885         inside-slur/outside-slur preference.
3886         (DynamicLineSpanner): Always outside slur.
3887
3888         * input/regression/slur-script.ly: More tests.
3889
3890 2005-08-17  Graham Percival  <gpermus@gmail.com>
3891
3892         * Documentation/user/lilypond-book: fix notime entry.
3893
3894         * Documentation/user/advanced-notation.itely: add info on
3895         getting an I rehearsal mark.
3896
3897         * Documentation/user/putting.itely: reinstate "I", re-enforce
3898         the fact that \override numbers are the result of
3899         experimentation and personal taste.
3900
3901         * Documentation/user/invoking.itely: update convert-ly bugs.
3902
3903 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3904
3905         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
3906         to #t.
3907
3908         * lily/timing-translator.cc (initialize): don't initialize timing.
3909
3910         * input/regression/stem-spacing.ly (Module): remove file.
3911
3912         * input/regression/spacing-stick-out.ly: specify Score context for
3913         \override
3914
3915         * input/regression/clefs.ly: remove spurious {}s 
3916
3917 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
3918
3919         * Documentation/topdocs/NEWS.tely,
3920         input/regression/repeat-percent-count.ly: clarify a bit.
3921
3922 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3923
3924         * input/no-notation/display-lily-tests.ly: delete
3925         display-lily-init call.
3926
3927         * ly/music-functions-init.ly (displayLilyMusic): move
3928         display-lily-init call at top level, so that the user should not
3929         have to call it.
3930
3931         * scm/define-music-display-methods.scm (note-name->lily-string):
3932         retrieve note names directly from pitchnames using new function `rassoc'.
3933         (display-lily-init): note names list construction removed.
3934
3935 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3936
3937         * THANKS: spello.
3938
3939         * lily/lily-parser.cc (get_header): copy module, instead of
3940         returning it.
3941
3942         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
3943         counters.
3944
3945         * Documentation/user/basic-notation.itely (Measure repeats): add
3946         links to Counter grobs.
3947
3948         * scm/define-grobs.scm (all-grob-descriptions): add
3949         DoublePercentRepeatCounter
3950         (all-grob-descriptions): add PercentRepeatCounter
3951
3952         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
3953         also create counter grobs.
3954
3955         * lily/separation-item.cc (extremal_break_aligned_grob): don't
3956         return grob without space-alist.
3957
3958         * input/proportional.ly: tune staff-padding.
3959
3960         * input/regression/repeat-percent-count.ly: new file. 
3961
3962 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3963
3964         * input/no-notation/display-lily-tests.ly: moved from
3965         input/regression/ to input/no-notation. Be sure to call
3966         `display-lily-init' before trying to use the display function.
3967
3968 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3969
3970         * scripts/lilypond-book.py (option_definitions): Don't localize
3971         the empty string. Fixes bug when --psfonts was used with
3972         non-English locale.
3973
3974 2005-08-15  Graham Percival  <gpermus@gmail.com>
3975
3976         * lily/tuplet-bracket.cc: simple build fix.
3977
3978         * Documentation/user/putting.itely: use "we" instead of "I".
3979
3980         * Documentation/user/basic-notation.itely: cautionary accidentals
3981         work with naturals, too.
3982
3983 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3984
3985         * lily/tuplet-bracket.cc (calc_position_and_height): add
3986         staff-padding support.
3987
3988         * input/proportional.ly: set staff-padding.
3989         
3990         * VERSION (PATCH_LEVEL): release 2.7.5
3991
3992         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
3993         fixes. Remove tweaks.
3994
3995         * input/regression/tuplet-slope.ly: add a test case.
3996
3997         * lily/tuplet-bracket.cc (calc_position_and_height): revert
3998         erroneous fix. Add spanner bounds to offset array with relative X
3999         positions.
4000
4001         * ly/engraver-init.ly: add Rest_engraver only once.
4002
4003         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
4004         (*parser*) lookup if (*parser*) != #f.
4005
4006 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4007
4008         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
4009         Cut-and paste update.
4010
4011         * input/regression/slur-script.ly: Add example of reverting
4012         inside-slur for fingering.
4013
4014         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
4015         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
4016
4017         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
4018         outside_slur_callback if inside-slur == #f (as opposed to unset).
4019
4020 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4021
4022         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
4023         encoding files are already removed.
4024
4025 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4026
4027         * Documentation/user/advanced-notation.itely (Instrument names):
4028         Document a workaround for instrument names that collide with
4029         system start braces/brackets.
4030
4031 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4032
4033         * lily/rest-collision.cc (do_shift): spello.
4034
4035         * input/proportional.ly: use #'used property. Set break-overshoot
4036         property.
4037
4038         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
4039
4040         * lily/paper-column.cc: add #'used property
4041
4042         * lily/mark-engraver.cc (stop_translation_timestep): set grob
4043         array for staves found.
4044
4045         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
4046         array for stavesFound.
4047
4048         * lily/staff-spacing.cc (next_note_correction): add fixed and
4049         space to calling convention. This fixes spacing of accidentals
4050         after barlines.
4051
4052         * input/regression/spacing-accidental-stretch.ly: add barline -
4053         accidental case.
4054
4055         * scm/framework-ps.scm (page-header): add version number to
4056         creator
4057         (eps-header): idem.
4058
4059         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
4060         
4061 2005-08-13  Graham Percival  <gpermus@gmail.com>
4062
4063         * Documentation/user/global.itely: add "fit as much as
4064         possible onto this page" example (Vertical spacing).
4065
4066 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4067
4068         * *: Nitpick run.
4069
4070         * buildscripts/fixcc.py: Fixes.
4071
4072 2005-08-12  Graham Percival  <gpermus@gmail.com>
4073
4074         * Documentation/user/advanced-notation.itely: add markup
4075         example to Text spanners.
4076
4077 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4078
4079         * Documentation/user/basic-notation.itely (Ties): Add example of
4080         tying a tremolo to a chord. Thanks to Steve Doonan. 
4081
4082         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
4083         properties and move tieMelismaBusy to the list of written
4084         properties. 
4085
4086 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
4087
4088         * po/TODO: suggest to use a dedicated tool like kbabel.
4089
4090         * po/fi.po: update using kbabel.
4091
4092 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4093
4094         * *: Remove obsolete files.  Nitpick run.
4095
4096         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
4097
4098 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4099
4100         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
4101         too.
4102
4103         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
4104
4105         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
4106         whitespace as symbol separator.
4107
4108         * lily/side-position-interface.cc: Add slur-padding.
4109
4110         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
4111         quite a large fix, and it never worked in a stable release; so not
4112         really a regression.
4113
4114         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
4115         Update cut and paste code from Slur_engraver.
4116
4117         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
4118         Add.
4119
4120         * scm/define-grobs.scm (DynamicLineSpanner): Add
4121         dynamic-line-spanner-interface.
4122         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
4123
4124 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4125
4126         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
4127         to_boolean () so that non-set 'inside-slur means false.
4128
4129         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
4130         slur has control-points.  Skip script without direction.  Always
4131         do_shift if script inside slur, even if slur not contained in
4132         script y-extent.  Increment k in loop.
4133
4134 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4135
4136         * scm/define-markup-commands.scm: Improved regexp to search for
4137         EPS bounding boxes and corrected call to ly:warning.
4138
4139 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4140
4141         * Documentation/user/programming-interface.itely (Displaying music
4142         expressions): doc for \displayLilyMusic. Also some precisions in
4143         "Markup construction in Scheme"
4144
4145 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4146
4147         * scm/define-markup-commands.scm (normal-text): Added 2 new
4148         markup commands, \normal-text and \medium (the latter thanks to
4149         Bruce Fairchild). 
4150
4151 2005-08-08  Graham Percival  <gpermus@gmail.com>
4152
4153         * Documentation/user/programming-interface.itely: fix @{ @}.
4154
4155         * scm/define-markup-commands.scm: add linewidth info to
4156         \justify and \wordwrap, add "upright is the opposite of italic".
4157
4158         * Documentation/user/advanced-notation.itely: shaped->shape,
4159         add (cons (markup "foo")) type of example to text markup,
4160         reword multi-measure rests section.
4161
4162         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
4163         comment.  No actual code was touched.
4164
4165         * Documentation/user/invoking.itely: add more info about
4166         \include.  Thanks, Bruce!
4167
4168         * THANKS: add Bruce Fairchild, alphabetise.
4169
4170         * Documentation/user/global.itely: document \score{\header{}}
4171         behavior.
4172
4173         * Documentation/user/basic-notation.itely: reword multi-measure
4174         rest discussion in Rests.
4175
4176 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4177
4178         * Documentation/user/programming-interface.itely (Markup
4179         construction in Scheme): Corrected example and tried to clarify
4180         the implicit \line in the table.
4181
4182 2005-08-07  Graham Percival  <gpermus@gmail.com>
4183
4184         * Documentation/user/instrument-notation.itely: moved
4185         some bagpipe info back into the bagpipe section.  Somehow
4186         it ended up in the "other vocal issues" section?!  :o_O
4187
4188 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4189
4190         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
4191         directories, not paths).
4192
4193 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4194
4195         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
4196         plain emmentaler/aybabtu.  Backportme.
4197
4198         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
4199         missing dir correction.
4200
4201 2005-08-05  Graham Percival  <gperlist@shaw.ca>
4202
4203         * scm/define-markup-commands: fix reversed justify/wordwrap
4204         doc strings.
4205
4206 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
4207
4208         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
4209         lily/gregorian-ligature-engaver.cc,
4210         lily/include/ligature-engraver.hh,
4211         lily/include/coherent-ligature-engraver.hh,
4212         lily/include/gregorian-ligature-engraver.hh: make these classes
4213         truely abstract.  This should fix some internal oddities such as
4214         duplicate as well as dead translator/property declarations, and
4215         also some dead code.
4216
4217         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
4218         bugfix: avoid message "junking empty ligature" on ligature
4219         brackets by collecting dummy grobs.
4220
4221 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4222
4223         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
4224
4225         * input/proportional.ly (staffKind): bugfix.
4226         (staffKind): updates by Trevor Baca.
4227
4228         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
4229         default layout. 
4230
4231         * lily/tuplet-bracket.cc (print): check whether edge-text is a
4232         pair.
4233
4234         * lily/beam.cc (rest_collision_callback): call position_beam() if
4235         necessary.
4236
4237         * VERSION: release 2.7.4
4238
4239         * input/regression/spacing-uniform-stretching.ly: new file.
4240
4241         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
4242
4243         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
4244         contributor.
4245
4246         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
4247
4248         * input/proportional.ly: new file.
4249
4250         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
4251         columns is empty
4252
4253         * lily/tuplet-engraver.cc (finalize): new function. Reset right
4254         bounds to currentCommandColumn for the last step.
4255         (start_translation_timestep): if tupletFullLength is set, set
4256         bound to Paper Column
4257
4258         * input/regression/tuplet-full-length.ly (indent): new file.
4259
4260         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
4261         clique of loose columns, eg. a set of grace notes in strict
4262         notespacing.
4263
4264         * input/regression/spacing-strict-spacing-grace.ly: new file.
4265
4266         * lily/key-signature-interface.cc: change property name to
4267         alteration-alist
4268
4269         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
4270         keyAccidentalOrder
4271
4272         * python/convertrules.py (conv): keyAccidentalOrder ->
4273         keyAlterationOrder
4274
4275         * lily/key-engraver.cc (create_key): always print a cancellation
4276         for going to C-major/A-minor, regardless of printKeyCancellation.
4277         (create_key): remove typecheck for visibility. This fixes key
4278         signature not being printed.
4279
4280         * lily/spacing-determine-loose-columns.cc: new file.
4281
4282         * input/regression/spacing-strict-notespacing.ly: new file.
4283
4284         * lily/spacing-spanner.cc (generate_springs): rename from
4285         do_measure. 
4286         (generate_pair_spacing): new function.
4287         (init, generate_pair_spacing): set between-cols for floating
4288         nonmusical columns.
4289
4290         * lily/spaceable-grob.cc (get_spring): new function. 
4291
4292         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
4293         relative to the right edge of the prefatory matter.
4294
4295         * lily/beam.cc (print): read break-overshoot to determine where to
4296         stop/start broken beams.
4297
4298         * input/regression/spanner-break-overshoot.ly: new file.
4299
4300 2005-08-04  Graham Percival  <gperlist@shaw.ca>
4301
4302         * ly/bagpipe.ly: updated.
4303
4304         * Documentat/user/instrument.itely: un-comment out bagpipe example.
4305
4306 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4307
4308         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
4309         support: now (de)crescs avoid slurs as well.
4310
4311         * Documentation/user/instrument-notation.itely (Bagpipe example):
4312         comment out non-functioning bagpipe example.
4313         (Bagpipe definitions): idem.
4314
4315         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
4316         (Top): add proportionalNotationDuration example.
4317
4318         * input/regression/spacing-proportional.ly: new file.
4319
4320         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
4321         synched to a beam.
4322
4323         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
4324         fixes beams with a single stem (eg. beams across linebreaks.)
4325
4326         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
4327
4328         * flower/rational.cc (operator +): prevent overflow. This fixes
4329         heavily nested tuplets.
4330
4331         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
4332         have to protect even those unlikely to be corrupted data members.  
4333
4334 2005-08-04  Graham Percival  <gperlist@shaw.ca>
4335
4336         * ly/bagpipe.ly: new file.
4337
4338         * THANKS: added Sven Axelsson.
4339
4340 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4341
4342         * lily/spacing-engraver.cc (stop_translation_timestep): directly
4343         copy proportionalNotationDuration into currentMusicalColumn if
4344         set.
4345
4346         * lily/spacing-spanner.cc (musical_column_spacing): if
4347         uniform-stretching set, fixed space is 0.0
4348
4349         * input/regression/spacing-multi-tuplet.ly: show
4350         uniform-stretching property.
4351
4352         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
4353
4354         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
4355         (struct Spacing_options): new struct.
4356
4357         * lily/spacing-basic.cc: new file.
4358
4359         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
4360         delta_t doesn't have to be smaller than shortest_playing_len
4361
4362 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4363
4364         * input/regression/markup-arrows.ly:  new file.
4365
4366         * lily/tuplet-bracket.cc: document new behavior.
4367
4368         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
4369         with line breaks.
4370
4371         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
4372
4373         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
4374         default 
4375
4376         * lily/tuplet-bracket.cc: add edge-text property.
4377         add break-overshoot.
4378         (print): read break-overshoot.
4379         (print): read edge-text, add stencils.
4380
4381         * mf/feta-arrow.mf: new file.
4382
4383         * mf/feta-generic.mf: add feta-arrow.
4384
4385 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4386
4387         * Documentation/user/lilypond-book.itely (An example of a
4388         musicological document): Added flag -o to dvips for people who use
4389         the default setting in teTeX where output is sent to the printer. 
4390
4391         * Documentation/user/global.itely (Vertical spacing): Added
4392         reference to the Axis_group_engraver which documents the *Extent
4393         properties.
4394
4395 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4396
4397         * Documentation/user/basic-notation.itely (Tuplets): add note
4398         about nested tuplets. Remove BUG. 
4399
4400         * input/regression/tuplet-nest.ly: update: remove manual hack. 
4401
4402         * lily/tuplet-bracket.cc (print): use robust_scm2drul
4403         (print): manually call print() for subtuplets.
4404         (calc_position_and_height): add subtuplets to the
4405         support. Vertically shift outer tuplet 
4406
4407         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
4408         remove-first for Lyrics, ChordNames and FiguredBass
4409
4410         * scm/define-grob-properties.scm (all-internal-grob-properties):
4411         use ly:grob-array? iso. grob-list?
4412         (all-internal-grob-properties): add tuplets grob-array.
4413
4414         * lily/tuplet-bracket.cc (add_tuplet_bracket):
4415         new function
4416
4417 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4418
4419         * input/test/time-signature-staff.ly: new file.
4420
4421         * ly/declarations-init.ly (center): escape to Scheme. Fixes
4422         spurious #<Music FingerEvent> errors. Backportme.
4423
4424 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4425
4426         * Documentation/user/programming-interface.itely (Markup
4427         construction in Scheme): Corrected markup syntax in the
4428         translation table.
4429
4430 2005-08-03  Graham Percival  <gperlist@shaw.ca>
4431
4432         * Documentation/user/instrument-notation.itely: small update
4433         to bagpipe notation docs; thanks Sven!
4434
4435         * Documentation/user/basic-notation.itely: add link about trills.
4436
4437 2005-08-02  Graham Percival  <gperlist@shaw.ca>
4438
4439         * Documentation/user/music-glossary: remove accidentally committed
4440         fink patch.
4441
4442 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
4443
4444         * lily/lily-parser.cc (get_header): new function. Enable multiple
4445         \header definitions.
4446
4447         * lily/parser.yy (lilypond_header_body): use get_header.
4448
4449         * ly/init.ly:
4450         * scm/lily-library.scm (print-score-with-defaults): renamed
4451         $globalheader to $defaultheader
4452         
4453         * Documentation/user/global.itely (Creating titles): added short
4454         explanation that multiple headers are useable.
4455
4456
4457 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4458
4459         * lily/module-scheme.cc (LY_DEFINE): new file. 
4460
4461         * Documentation/user/advanced-notation.itely (Font selection): add
4462         doco for make-pango-font-tree.
4463
4464 2005-07-31  Graham Percival  <gperlist@shaw.ca>
4465
4466         * Documentation/user/music-glossary: more languages
4467         for tenuto.
4468
4469         * Docuemntation/user/instrument-notation.itely: minor
4470         update for bagpipe example.
4471
4472 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4473
4474         * input/regression/+.ly (TODO): add some text.
4475
4476 2005-07-28  Graham Percival  <gperlist@shaw.ca>
4477
4478         * Documentation/user/invoking.itely: \score begins with music.
4479
4480         * Documentation/user/ basic-notation.itely,
4481         instrument-notation.itely: minor changes.
4482
4483         * Documentation/user/music-glossary.itely: began tenuto entry.
4484
4485 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4486
4487         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
4488
4489         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
4490
4491 2005-07-27  Graham Percival  <gperlist@shaw.ca>
4492
4493         * Documentation/user/examples.itely: remove bagpipe template.
4494
4495         * Documentation/user/instrument-notation.itely: add bagpipe
4496         section, maybe fix quotes in lyrics.  I hate text encoding.
4497         Clarify chord durations, more bagpipe stuff.
4498
4499 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4500  
4501         * lily/accidental-engraver.cc: formatting fixes.
4502
4503         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
4504         grob-array.
4505
4506         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
4507
4508         * lily/note-column.cc (arpeggio): new function.
4509
4510         * lily/note-spacing.cc (get_spacing): also take arpeggio into
4511         account for spacing.
4512
4513 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4514
4515         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
4516         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
4517         mingw build.
4518         
4519 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4520
4521         * scm/lily.scm (lilypond-all): clear anonymous modules after
4522         processing files.
4523
4524 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4525
4526         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
4527         SCM_I_CONSP
4528
4529         * VERSION: 2.7.3 released
4530
4531         * Documentation/user/invoking.itely (Invoking lilypond): add
4532         LILYPOND_GC_YIELD documentation.
4533
4534         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
4535         scm_from_real / scm_make_real.
4536
4537         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
4538         higher. This increases memory footprint, but provides overall
4539         speedup of 15 to 20%. 
4540
4541         * lily/include/translator.hh (class Translator): remove
4542         PRECOMPUTED_VIRTUAL everywhere.
4543
4544         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
4545
4546         * lily/context.cc (now_mom): non-recursive now_mom() 
4547
4548         * lily/include/profile.hh: new file.
4549
4550         * lily/profile.cc: new file.
4551
4552         * lily/grob.cc (Grob::Grob): look properties up directly.
4553
4554         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
4555         lookups.
4556
4557         * lily/include/box.hh (class Box): smob Box type.
4558
4559         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
4560
4561         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
4562         protect() and unprotect(). Use throughout.
4563
4564 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4565
4566         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
4567
4568         * scm/define-music-display-methods.scm (markup->lily-string):
4569         markup elements can also be strings (without simple-markup
4570         appended)
4571
4572 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4573
4574         * lily/context.cc (where_defined): also assign value in
4575         where_defined().
4576
4577         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
4578         (curve_coordinate): new function
4579
4580         * lily/simple-spacer.cc (add_columns): only add rods between
4581         column i and begin/end if keep-inside-line is set (this repleces
4582         allow-outside-line as default)
4583
4584 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4585
4586         * lily/tuplet-engraver.cc (start_translation_timestep): only read
4587         tupletSpannerDuration if applicable.
4588
4589         * lily/font-size-engraver.cc (process_music): read fontSize only
4590         once per timestep.
4591
4592         * lily/engraver*cc: use throughout.
4593         
4594         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
4595
4596         * lily/translator.cc (add_acknowledger): new file. Directly jump
4597         into an Engraver::acknowledge_xxx () method based on a grobs
4598         interface-list.
4599
4600         * lily/include/translator-dispatch-list.hh (class
4601         Engraver_dispatch_list): new struct, new file.
4602
4603         * scm/define-context-properties.scm
4604         (all-internal-translation-properties): remove acceptHashTable,
4605         acknowledgeHashTable
4606
4607         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
4608
4609         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
4610         change acknowledgeHashTable to C++ member. 
4611
4612         * lily/rest-collision.cc (do_shift): use extract_grob_set().
4613
4614 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4615
4616         * scm/display-lily.scm: new file. Define a `display-lily-music'
4617         function, that displays the music expression given as an argument,
4618         using LilyPond notation.
4619
4620         * scm/define-music-display-methods.scm: new file. Implementation
4621         of display methods for each music type.
4622
4623         * ly/music-functions-init.ly (displayLilyMusic): new function for
4624         displaying music with LilyPond notation.
4625
4626         * input/regression/display-lily-tests.ly: new regression test file
4627         for `display-lily-music'.
4628
4629         * scm/markup.scm: remove obsolete debugging code (for printing
4630         markups with LilyPond notation).
4631
4632         * scm/define-music-types.scm (music-name-to-property-table):
4633         * scm/clef.scm (supported-clefs): export, in order to be accessible
4634         from the (scm display-lily) module.
4635
4636 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4637
4638         * Documentation/topdocs/NEWS.tely (Top): Typo.
4639
4640 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
4641
4642         * Documentation/index.html.in, Documentation/texinfo.css,
4643           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
4644           Documentation/bibliography/index.html.in,
4645           Documentation/bibliography/html-long.bst: revert css-width patch,
4646           it does not work with IE6.
4647
4648 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4649
4650         * Documentation/texinfo.css: revert 760px hack. 
4651
4652         * VERSION: release 2.7.2
4653
4654         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
4655
4656         * Documentation/user/basic-notation.itely (Barnumber check): add
4657         section.
4658
4659         * scm/music-functions.scm (skip-to-last): new function. Show only
4660         last showLastLength part of the \score.
4661
4662         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
4663
4664         * python/convertrules.py (conv): add ly:x-moment rule
4665
4666         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
4667
4668         * Documentation/topdocs/NEWS.tely (Top): add new feature.
4669
4670         * Documentation/user/instrument-notation.itely (Flexibility in
4671         alignment): options in subsections.
4672
4673         * lily/lyric-engraver.cc (process_music): don't typeset text for _
4674         syllable text. Instead, assume that the previous lyric text is a
4675         melismated text.
4676
4677         * Documentation/index.html.in: revert 800x600 change.
4678
4679 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4680
4681         * lily/main.cc (main): Remove invalid handle kludge.
4682
4683         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
4684         (lambda): add gui define.
4685
4686 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4687
4688         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
4689
4690         * Documentation/user/instrument-notation.itely (Musica ficta
4691         accidentals): add section Musica ficta accidentals
4692
4693         * lily/accidental-engraver.cc (make_suggested_accidental): new
4694         function.
4695         (make_standard_accidental): move into new function.
4696         (create_accidental): new function.
4697
4698         * scm/define-grobs.scm (all-grob-descriptions): new Grob
4699         AccidentalSuggestion
4700
4701         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
4702
4703         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
4704         undefined.
4705
4706         * Documentation/user/global.itely (Page formatting): document
4707         horizontalshift.
4708
4709         * scm/page-layout.scm (default-page-music-height):
4710         horizontalshift: new variable, shift all systems by
4711         horizontalshift to the right, to make space for instrument names.
4712
4713         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
4714
4715         * lily/input-scheme.cc (LY_DEFINE): take format commands.
4716
4717 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4718
4719         * lily/note-column.cc (dir): idem.
4720
4721         * lily/spacing-spanner.cc (Module): idem.
4722
4723         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
4724
4725         * lily/include/paper-column.hh (class Paper_column): add
4726         non-static get_rank() member.
4727
4728         * VERSION: release 2.7.1
4729         
4730         * scm/framework-null.scm: new file, used for benchmarking.
4731
4732 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
4733
4734         * Documentation/topdocs/INSTALL.texi, configure.in: fix
4735         version dependencies for fontforge and gs.
4736
4737         * Documentation/index.html.in, Documentation/texinfo.css,
4738         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
4739         Documentation/bibliography/index.html.in, 
4740         Documentation/bibliography/html-long.bst: optimize width of
4741         html for a 800x600 screen (width:760), increases printability
4742         when 'fit to page' is not set and readability in wide screens.
4743
4744         * stepmake/bin/add-html-footer.py: add missing </p>.
4745
4746 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4747
4748         * scm/define-markup-commands.scm (beam): use polygon in beam
4749         command.
4750
4751         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
4752         all acknowledged grobs, and do potentially expensive merge and
4753         write in one go.
4754
4755         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
4756
4757         * configure.in (reloc_b): add --enable-static-gxx to statically
4758         link to libstdc++
4759
4760         * lily/GNUmakefile (static-gxx-libs): new target
4761         static-gxx-libs. Create symlink to libstdc++.a
4762
4763         * lily/new-lyric-combine-music-iterator.cc: rename to
4764         Lyric_combine_music_iterator
4765
4766         * lily/lyric-combine-music-iterator.cc
4767         (Old_lyric_combine_music_iterator): rename to
4768         Old_lyric_combine_music_iterator
4769
4770         * lily/*-engraver.cc (various): remove double use of
4771         PRECOMPUTED_VIRTUAL function: only use
4772         start_translation_timestep() and stop_translation_timestep(), not
4773         both.
4774
4775         * lily/break-substitution.cc (fast_substitute_grob_array): do
4776         fast_substitute_grob_array for all unordered grob_arrays.
4777         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
4778         (substitute_grob_array): optimize.
4779
4780         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
4781
4782         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
4783
4784         * lily/parser.yy: revert $globalheader patch.
4785         
4786         * lily/include/translator.icc
4787         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
4788         Translator methods, without _static helper.
4789  
4790         * lily/grob-smob.cc (derived_mark): rename from
4791         do_derived_mark(). Return void.
4792
4793         * scm/define-context-properties.scm
4794         (all-internal-translation-properties): remove tweakCount/tweakRank.
4795
4796         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
4797         predefined break-visibilities.
4798
4799         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
4800         booleans for break-visibility.
4801
4802         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
4803
4804         * python/convertrules.py (conv): rule for Timing_translator. 
4805
4806         * lily/include/translator.icc: new file. 
4807
4808         * lily/paper-column-engraver.cc (process_music): new
4809         file. Separate Paper_column factory from Score_engraver.
4810
4811         * lily/vertically-spaced-context-engraver.cc: administer
4812         spaceable-staves property of System.
4813
4814         * lily/translator-group-ctors.cc: new file.
4815
4816         * lily/context-property.cc (make_grob_from_properties): construct
4817         the right Grob class programmatically, looking at the class entry
4818         for the meta property.
4819
4820         * lily/break-align-engraver.cc (stop_translation_timestep): call
4821         Break_align_interface::add_element() directly.
4822
4823         * lily/context.cc (measure_position): measure_position() is now a
4824         normal function.
4825
4826         * lily/include/translator.hh (class Translator): rename
4827         process_acknowledged_grobs() to process_acknowledged() and move to
4828         Translator.
4829
4830         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
4831         field for each grob description.
4832
4833         * lily/include/translator-group.hh (class Translator_group):
4834         change to base class. Separate class from Translator. This gets
4835         rid of virtual inheritance for Engravers/Performers.
4836
4837         * lily/staff-performer.cc (class Staff_performer): derive
4838         Staff_performer from Performer, not Performer_group_performer 
4839
4840         * Lily/translator-group.cc (precomputed_recurse_over_translators):
4841         new function.
4842         (precompute_method_bindings): new function. Precompute lists of
4843         Translators, so we only call methods (process_music,
4844         start_translation_timestep, etc.) for Translators needing
4845         it. Also: dispose of pointer-to-member-function calls.
4846
4847         * lily/engraver-group-engraver.cc: remove engraver_each,
4848         recurse_down_engravers ()
4849
4850         * lily/note-head.cc (internal_print): only call
4851         glyph-name-procedure if style != default. 
4852
4853 2005-07-16  Graham Percival  <gperlist@shaw.ca>
4854
4855         * ly/titling-init.ly: add printallheaders option.
4856
4857         * Documentation/user/global.itely: document printallheaders.
4858
4859 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4860
4861         * lily/system.cc (do_derived_mark): don't mark from object_alist_
4862         anymore, but do it centrally.  
4863
4864         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4865         hammer hack.
4866
4867         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
4868
4869         * scm/output-lib.scm: remove hammer-print-function.
4870
4871         * lily/include/pointer-group-interface.hh (extract_grob_set): new
4872         macro. Declare a Link_array<Grob> and fill it from a grob.
4873         (extract_item_set): idem for item.
4874
4875         * lily/break-substitution.cc: add header.
4876         (fast_substitute_grob_array): rewrite for Grob_arrays.
4877         (substitute_grob_array): idem.
4878
4879         * lily/group-interface.cc (add_thing): remove file.
4880
4881         * flower/include/parray.hh (class Link_array): slice() is const.
4882
4883         * lily/include/grob-array.hh: new file.
4884
4885         * lily/grob-array.cc (spanner): new file.
4886
4887         * lily/beam-quanting.cc (fill): read details property from beam.
4888
4889         * lily/beam.cc: support details property.
4890
4891         * total speedups below: approx 10%.
4892
4893         * lily/include/beam.hh: new struct, softcode beam quanting parameters
4894
4895         * lily/include/grob.hh (class Grob): add interfaces_ member.
4896
4897         * lily/bezier.cc (init_polynomial_cache): new function: cache
4898         binom(3,j) t^j (1-t)^{3-j}
4899         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
4900
4901         * lily/*.cc: substitution throughout.
4902
4903         * lily/grob-property.cc (internal_get_object): new routine.
4904         (internal_set_object): idem. Store grob refrences in separate
4905         alist. This saves processing time, since properties aren't
4906         break-substituted, and the per grob namespace is smaller, both for
4907         grobs and non-grob properties.
4908
4909         * scm/define-grob-properties.scm (all-internal-grob-properties):
4910         remove center-element.
4911
4912         * lily/grob.cc: remove tweak-count, tweak-rank.
4913
4914 2005-07-15  Graham Percival  <gperlist@shaw.ca>
4915
4916         * Documentation/user/lilypond-book.itely: fixes example.
4917
4918 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4919
4920         * Documentation/user/global.itely (Creating titles):    
4921         * Documentation/user/examples.itely (All headers): change the
4922         place of \header in \score blocks (after music block) to make
4923         examples compile (cf. changes on parser.yy on 2005-07-10)
4924
4925 2005-07-13  Graham Percival  <gperlist@shaw.ca>
4926
4927         * python/convertrules.py: add exc -> ecc rule.
4928
4929         * scripts/convert-ly.py: add location of convertrules.py
4930         in a comment.
4931
4932         * Documentation/user/changing-defaults.itely: fix language.
4933
4934 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4935
4936         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
4937
4938 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4939
4940         * scm/output-socket.scm (grob-bbox): don't use inf? 
4941
4942         * flower/include/rational.hh: add operator bool() 
4943
4944         * scm/define-music-types.scm (music-descriptions): remove
4945         internal-class-name properties.
4946
4947         * lily/include/event.hh: remove file.
4948
4949         * lily/include/music-constructor.hh: remove file.
4950
4951         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
4952         in 'types property.
4953
4954         * lily/music.cc (duration_length_callback): new function.
4955
4956         * lily/event.cc: remove file.
4957
4958         * lily/music-constructor.cc: remove file.
4959
4960         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
4961
4962         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
4963         (get_context_key): idem.
4964
4965         * scm/lily.scm (lambda): new option object-keys (default to #f)
4966
4967         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
4968
4969         * scm/output-gnome.scm: remove beam routine.
4970
4971         * scm/output-ps.scm (scm): idem.
4972
4973         * scm/output-svg.scm: remove beam.
4974
4975         * ps/music-drawing-routines.ps: remove draw_beam.
4976
4977         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
4978
4979         * flower/include/guile-compatibility.hh (scm_from_locale_string):
4980         add scm_from_locale_string compatibility glue. 
4981
4982 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
4983
4984         * scripts/lilypond-book.py: Prevent occuring error when
4985         'lilypond-book --output=foo/ somefile.ly' is executed multiple
4986         times and target file shoud be overwritten.  (Error message said
4987         'input file and output file is same'.)
4988
4989 2005-07-13  Graham Percival  <gperlist@shaw.ca>
4990
4991         * input/regression/slur-extreme.ly,
4992         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
4993         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
4994         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
4995         "excentricity" to "eccentricity".
4996
4997         * Documentation/user/converters.itely: fix URL for Noteedit and
4998         Rosegarden.
4999
5000         * THANKS: added Yoshinobu Ishizaki.
5001
5002 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5003
5004         * scm/define-markup-commands.scm (justify-field): add. 
5005
5006         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
5007
5008 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5009
5010         * lily/lookup.cc (filled_box): express filled_box with
5011         round_filled_box
5012
5013         * scm/midi.scm (paper-book-write-midis): new function. Write all
5014         performances in numbered MIDI files.
5015
5016         * lily/performance-scheme.cc (LY_DEFINE): new file.
5017         (LY_DEFINE): new function ly:performance-write.
5018
5019         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
5020         new function.
5021         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
5022
5023         * scm/framework-*.scm: use port arguments throughout.
5024
5025         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
5026
5027         * lily/paper-outputter.cc (Paper_outputter): take port argument.
5028
5029         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
5030
5031         * scm/framework-texstr.scm (output-framework): 
5032
5033         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
5034
5035         * scm/output-lib.scm (tablature-stem-attachment-function):
5036         tablature stem attachment fix. 
5037
5038 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5039
5040         * lily/bezier.cc: hardcode binomial coefficients of order 3.
5041
5042         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
5043
5044         * scm/define-music-types.scm (music-descriptions): don't use
5045         Music_wrapper type.
5046
5047         * lily/paper-column.cc (print): print moment too.
5048
5049         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
5050         remove compatibility cruft.
5051
5052         * lily/parser.yy (score_body): \score can only begin with Music. 
5053
5054         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
5055         make-score. Take music argument only. Move parser interaction to
5056         Scheme.
5057
5058         * scm/lily-library.scm (scorify-music): new function.
5059
5060         * python/lilylib.py (datadir): remove 2.1 compat kludge.
5061         (datadir): remove resource import.
5062         (print_environment): remove get_bbox()
5063         (cp_to_dir): remove pre 1.5.2 compat glue.
5064
5065 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5066
5067         * lily/include/simple-spacer.hh (Module): idem.
5068
5069         * lily/include/spring.hh (struct Spring): store inverse
5070         strength. This prevents division by zero.
5071
5072         * VERSION: release 2.7.0
5073         
5074         * lily/include/music.hh (class Music): remove Music::duration_log()
5075
5076         * lily/stem-engraver.cc (make_stem): take duration log from event.
5077
5078         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
5079
5080 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5081
5082         * scm/lily.scm (ly:load): load autochange.scm
5083
5084         * Documentation/user/tutorial.itely (Running LilyPond for the
5085         first time): remove reference to DVI/TeX
5086
5087         * scm/define-markup-commands.scm (text): add \text markup command.
5088
5089         * configure.in (reloc_b): bump requirement to Python 2.2.
5090
5091         * lily/include/dots.hh (class Dots): make has_interface() static.
5092
5093         * python/convertrules.py (conv): add rule for ly:grob-default-font
5094
5095         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
5096         alphabetical order.
5097
5098         * input/regression/trill-spanner-pitched.ly: new file.
5099
5100         * lily/font-interface-scheme.cc (LY_DEFINE): function
5101         ly:grob-default-font (changed from get-default-font).
5102
5103         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
5104
5105         * lily/note-head.cc (internal_print): if style is not a symbol,
5106         set style to 'default. 
5107         (internal_print): no style suffix if glyph-name-procedure not
5108         set. Default to quarter head.
5109
5110         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
5111
5112         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
5113
5114         * ly/music-functions-init.ly: \pitchedTrill
5115
5116         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
5117
5118         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
5119
5120         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
5121
5122         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
5123
5124         * po/fr.po: update
5125
5126         * po/de.po: update.
5127
5128 2005-07-06  Graham Percival  <gperlist@shaw.ca>
5129
5130         * Documentation/user/changing-defaults.itely: add link
5131         to grob-iterface.
5132
5133         * Documentation/user/advanced-notation.itely: add material
5134         to Setting automatic beam behaviour.  Thanks, Joe!
5135
5136         * Documentation/user/lilypond.itely: change encoding to utf-8.
5137
5138 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5139
5140         * Documentation/user/advanced-notation.itely (Setting automatic
5141         beam behavior): Correct the documentation of
5142         revert-auto-beam-setting (backportme)
5143
5144 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5145
5146         * lily/ly-module.cc (ly_make_anonymous_module): define
5147         %module-public-interface of module. 
5148
5149         * lily/lily-parser.cc (print_smob): allow printing of parser smob
5150         without lexer.
5151
5152 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5153
5154         * input/regression/fret-diagrams.ly: stretch example.
5155
5156 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5157
5158         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
5159         Fodor).
5160
5161 2005-06-30  Graham Percival  <gperlist@shaw.ca>
5162
5163         * Documentation/topdocs/AUTHORS.texi: update personal web address.
5164
5165         * Documentation/user/examples.itely, lilypond-book.itely:
5166         change \RequirePackage to \usepackage.
5167
5168         * Documentation/user/global.itely: document copyright and tagline.
5169
5170 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5171
5172         * Documentation/user/basic-notation.itely (Transpose): remove link
5173         to nonexistent UntransposableMusic.
5174
5175         * scm/output-svg.scm: remove old definitions.
5176
5177         * scripts/lilypond-book.py (do_file): search for kpsewhich before
5178         invoking.
5179
5180         * python/lilylib.py (search_exe_path): new function.
5181
5182 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5183
5184         * python/lilylib.py (mkdir_p): remove setup_environment()
5185         (backportme)
5186
5187         * buildscripts/mutopia-index.py (headertext): trim text.
5188
5189         * Documentation/topdocs/NEWS.tely (Top): refresh.
5190
5191         * scm/define-markup-commands.scm (wordwrap-string): new function:
5192         split string in paras and words.
5193         (wordwrap-markups): new function.
5194         (wordwrap-stencils): new function. 
5195         (justify): use it.
5196         (wordwrap): use it.
5197         (wordwrap-string): use it
5198         (justify-string): use it.
5199
5200         * scm/lily-library.scm (regexp-split): new function.
5201
5202         * scm/define-markup-commands.scm: remove encoded-simple. 
5203         remove font-markup.
5204         (fontsize): remove old version  of fontsize.
5205         (wordwrap): new markup function. Wrap into paragraphs.
5206
5207         * VERSION: Branch lilypond_2_6
5208         (MINOR_VERSION): go to 2.7.0
5209
5210 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5211
5212         * po/zh_TW.po: update from translation project.
5213
5214 2005-06-28  Graham Percival  <gperlist@shaw.ca>
5215
5216         * scm/midi.scm: compile fix.
5217
5218 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5219
5220         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
5221         patch. Now, the tempfile module is loaded too, not only used.
5222
5223 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
5224
5225         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
5226         0.05 - 1.00 to 0.25 - 1.00
5227
5228         * scm/midi.scm: moved the default-instrument-equalizer procedure
5229         to just under the insturment-equalizer-alist it takes as an
5230         argument.
5231
5232 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5233
5234         * Documentation/user/advanced-notation.itely (Font selection):
5235         remove CMR note.
5236
5237         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
5238
5239 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5240
5241         * THANKS: Add UTF-8 marker.
5242
5243         * Documentation/user/point-and-click.itely (http): Update: use
5244         lilypond-invoke-editor.  Fix: instruct to use user.js.
5245
5246 2005-06-27  Graham Percival  <gperlist@shaw.ca>
5247
5248         * ly/titling-init.ly: implements printpagenumber, increases
5249         space between dedication and title (to avoid collisions with
5250         "g" and "q" in dedication), and nicer logic about copyright
5251         and instrument fields being printed on the first page.
5252         Thanks Vincent!
5253
5254         * Documentation/user/global.itely: document printpagenumber.
5255
5256 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5257
5258         * Documentation/topdocs/NEWS.tely: Update to 2.6.
5259
5260 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5261
5262         * THANKS: update to 2.6
5263
5264         * VERSION: 2.6.0 released.
5265
5266 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5267
5268         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
5269         rule, errorneously removed probably because of misleading comment.
5270
5271 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5272
5273         * python/lilylib.py (datadir): py2exe comments.
5274
5275         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
5276
5277         * configure.in (reloc_b): make fontconfig REQUIRED.
5278
5279 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
5280
5281         * po/fi.po: add latest translations.
5282
5283 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5284
5285         * ChangeLog: recode utf-8
5286
5287         * Documentation/pictures/lilypond.xpm (Module): edited photo as
5288         logo.
5289
5290         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
5291
5292         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
5293
5294         * python/convertrules.py (do_conversion): don't print program_name
5295         from within a module
5296
5297         * configure.in (reloc_b): bump fontforge requirement to 20050624.
5298
5299         * python/convertrules.py (conv): add 2.6.0 dummy rule.
5300
5301 2005-06-23  Graham Percival  <gperlist@shaw.ca>
5302
5303         * Documentation/user/lilypond-book.itely,
5304         Documentation/user/examples.itely: add \RequirePackage{graphics}.
5305
5306         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
5307         fixes baseline-skip.  Thanks Vincent!
5308
5309         * Documentation/user/advanced-notation.itely, global.itely:
5310         moved "Selecting font sizes" to global, since it deals with
5311         notation font size, not text fonts.
5312
5313 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5314
5315         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
5316         to fonts.
5317
5318 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5319
5320         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
5321         workaround since /dev/stdin doesn't work on Cygwin. Using a
5322         temporary file in the current directory since latex doesn't
5323         understand the path name to the default TMP in Cygwin (at least on
5324         win XP).
5325         
5326         * Documentation/user/global.itely (Creating titles): Correct
5327         misprint in example. Thanks to Rob Vlasaty.
5328
5329 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5330
5331         * VERSION (PATCH_LEVEL): release 2.5.32
5332
5333         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
5334         variable in lily module
5335
5336         * scm/framework-ps.scm (output-classic-framework): error message
5337         regarding the classic framework.
5338
5339         * Documentation/user/henle-flat-gray.png (Module): new file.
5340
5341         * Documentation/user/baer-flat-gray.png (Module): new file.
5342
5343         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
5344         whiteout for markups.
5345
5346         * buildscripts/substitute-encoding.py (note_glyph): include _ in
5347         regex too. This fixes change clef appearance in PDF. 
5348
5349         * ttftool/include/*: remove.
5350
5351         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
5352
5353         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
5354
5355         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
5356
5357         * ttftool/*: remove ttftool subdirectory.
5358
5359         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
5360
5361         * lily/ttf.cc (print_header): new file. Convert to type42, using
5362         FreeType to parse the TTF. 
5363
5364         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
5365         and post table may differ. Pass around post_nglyphs as well.
5366
5367 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5368
5369         * ly/music-functions-init.ly (musicMap): new music function
5370         musicMap. 
5371         
5372 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5373
5374         * make/mutopia-rules.make: anti-alias-factor = 2
5375
5376         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
5377         page switch.
5378
5379         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
5380         anti-alias-factor for lilypond-book runs.
5381
5382         * scm/ps-to-png.scm (scale-down-image): new function.
5383         (my-system): new function.
5384         (make-ps-images): blow up GS resolution by anti-alias-factor,
5385         scale down image by anti-alias-factor.  This improves appearance
5386         of bitmaps
5387         (make-ps-images): remove showpage. Fixes spurious empty png at
5388         end.
5389
5390         * scm/framework-ps.scm (write-preamble): downcase filename before
5391         string-matching. Should fix .TTF files (as opposed to ttf files)  
5392
5393         * Documentation/user/tutorial.itely (Running LilyPond for the
5394         first time): separate subsections for windows, macos and unix.  
5395
5396         * Documentation/user/invoking.itely (Updating files with
5397         convert-ly): add MacOS X note.
5398
5399 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5400
5401         * Documentation/user/introduction.itely (Engraving): don't include
5402         file optical-spacing, add directly.
5403
5404         * lily/paper-outputter.cc (file): open file in binary mode. This
5405         fixes OTF embedding on windows.
5406
5407 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5408
5409         * scm/framework-ps.scm (write-preamble): remove debugging output.
5410
5411         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
5412
5413         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
5414         outdir.
5415         (install-fc-cache): install font cache in installation directories.
5416
5417 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5418
5419         * scm/editor.scm (editor-command-template-alist): Use char iso
5420         column, except for Emacs.
5421         (get-editor-command): Substitute char too (Bertalan Fodor).
5422
5423 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5424
5425         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
5426         quoted ~s.  This should fix PNG output on Windows; single quotes
5427         are regular characters on Windows.
5428
5429 2005-06-16  Graham Percival  <gperlist@shaw.ca>
5430
5431         * Documentation/user/basic-notation.itely: include ChoirStaff
5432         in System start delimiters.
5433
5434         * Documentation/user/putting.itely: new doc section on
5435         fixing overlapping notation.
5436
5437 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5438
5439         * Documentation/user/global.itely (Paper size): \paper is in
5440         \book, not \score.
5441
5442         * make/mutopia-rules.make: -ddelete-intermediate-files
5443
5444         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
5445
5446 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5447
5448         * ChangeLog: Recode utf-8.
5449
5450         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
5451         datadir with .py modules.
5452
5453 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
5454
5455         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
5456
5457 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5458
5459         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
5460         
5461         * scm/framework-ps.scm (write-preamble): remove status check.
5462
5463         * Documentation/user/invoking.itely (Updating files with
5464         convert-ly): remove -o option.
5465
5466         * VERSION (PACKAGE_NAME): release 2.5.31
5467
5468         * scm/framework-ps.scm (write-preamble): use ly:system.
5469         (write-preamble): verbosity.
5470
5471         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
5472
5473         * python/convertrules.py: new file. Store conversion rules
5474         separately.
5475
5476 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5477
5478         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
5479
5480 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5481
5482         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
5483         \musicDisplay 
5484
5485         * Documentation/user/instrument-notation.itely (More stanzas): Add
5486         reference to StanzaNumber.
5487
5488 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5489
5490         * THANKS: separate section for website translators.
5491
5492 2005-06-14  Graham Percival  <gperlist@shaw.ca>
5493
5494         * Documentation/topdocs/INSTALL.texi: update vim info;
5495         thanks Simon Bailey!
5496
5497         * Documentation/user/advanced-notation.itely: included
5498         color names.
5499
5500         * Documentation/user/advanced-notation.itely,
5501         Documentation/usr/notation-appendices.itely: moved
5502         color names into an appendix.
5503
5504 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5505         
5506         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
5507
5508         * scm/lily.scm (lambda): initialize program options from here.
5509
5510         * scm/framework-*.scm: add header info.
5511
5512         * lily/main.cc (parse_argv): only set output format to pdf if no
5513         other format specified.
5514
5515         * scm/backend-library.scm (postprocess-output): process
5516         'delete-intermediate-files after running convert-to-*. This fixes
5517         PNG generation when 'delete-intermediate-files is set.
5518         
5519 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5520
5521         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
5522         links on website. 
5523
5524 2005-06-13  Graham Percival  <gperlist@shaw.ca>
5525
5526         * Documentation/topdocs/INSTALL.texi,
5527         Documentation/user/lilypond-book.itely: typos.
5528
5529 2005-06-12  Pal Benko  <benkop@freestart.hu>
5530
5531         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
5532         added between program name and switch; -b changed to -f not
5533         to generate pdf
5534
5535 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5536
5537         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
5538         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
5539
5540         * input/sakura-sakura.ly: add \midi.
5541
5542         * buildscripts/mutopia-index.py (find): use /usr/bin/find
5543         iso. python find. 
5544
5545         * ttftool/test.c (main): cosmetics.
5546
5547         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
5548
5549         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
5550         create a ttf2ps binary.
5551
5552         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
5553
5554         * scm/backend-library.scm (postscript->png): set rename-page-1 to
5555         true.
5556
5557 2005-06-11  Graham Percival <gperlist@shaw.ca>
5558
5559         * Documentation/user/lilypond-book.itely: add warning about
5560         the font warnings in dvips.
5561
5562 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5563
5564         * THANKS: typo
5565
5566         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
5567
5568         * GNUmakefile.in: remove links for .map, .enc
5569         don't fail if out/ doesn't exist yet.
5570
5571 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5572
5573         * ttftool/util.c (surely_read): return nbytes
5574
5575         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
5576
5577         * VERSION (PACKAGE_NAME): release 2.5.30
5578
5579         * flower/string-convert.cc (precision_string): >? fix.
5580
5581         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
5582         (make-ps-images): add verbose -q too.
5583
5584         * lily/default-actions.cc (Module): new file. default
5585         {book,score}-print functions.
5586
5587         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
5588         pass results via parseStringResult, lookup via ly:parser-lookup.  
5589
5590         * lily/lily-parser.cc (Lily_parser): only clone lexer in
5591         constructors.
5592         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
5593         (parse_string): idem.
5594
5595         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
5596
5597         * lily/main.cc (main_with_guile): copy be_verbose_global into
5598         ly_set_option()
5599
5600 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5601
5602         * scm/backend-library.scm (postscript->pdf):
5603         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
5604         verbose mode.  Search for several names of gs executable.
5605
5606 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5607
5608         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
5609         directly. This fixes a massive memory leak, provided you use CVS
5610         GUILE.
5611
5612 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
5613
5614         * ly/property-init.ly: Added tieDashed.
5615
5616         * THANKS: Added some bughunters for 2.5.
5617
5618 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5619
5620         * lily/program-option.cc: add debug-gc option.
5621
5622         * lily/include/lily-guile-macros.hh: don't protect exported module
5623         objects.
5624
5625         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
5626
5627         * scm/backend-library.scm (postscript->pdf): use
5628         delete-intermediate-files iso. running-from-gui? 
5629
5630         * ttftool/util.c (surely_read): robustness. Allow read() to return
5631         less bytes than requested, as per posix standards.
5632
5633         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
5634         program option.
5635
5636         * ttftool/include/ttftool.h ("C"): rename verbosity to
5637         ttf_verbosity. Add to public interface.
5638
5639         * scm/music-functions.scm (unfold-repeats): remove debugging display.
5640
5641         * lily/program-option.cc: rename from scm-option.cc
5642
5643         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
5644         (get_help_string): Print pretty help string.
5645
5646         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
5647         to snippet preamble.
5648
5649         * lily/scm-option.cc: remove command-line-settings option. Fold
5650         all command-line options plus default settings in a generic
5651         interface. 
5652
5653         * flower/getopt-long.cc (table_string): indent 2nd lines of help
5654         texts too.
5655
5656 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5657
5658         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
5659         or EXT_ components non-empty.
5660
5661 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5662
5663         * scm/lily.scm (running-from-gui?): Export.
5664
5665         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
5666         output in .ly source directory.
5667
5668 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5669
5670         * ttftool/util.c (surely_lseek): more verbosity.
5671
5672         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
5673         compile.
5674
5675         * lily/parser.yy (Repeated_music): remove >? 
5676
5677         * scm/backend-library.scm (postscript->pdf): Support for
5678         -dgs-font-load=1
5679
5680         * scm/framework-ps.scm (write-preamble): make font loading
5681         switchable to GS via --define-default gs-font-load=1
5682
5683 2005-06-09  Graham Percival  <gperlist@shaw.ca>
5684
5685         * Documentation/user/global.itely: added \layout docs.
5686
5687 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5688
5689         * lily/lily-parser-scheme.cc: add unistd.h
5690
5691 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5692
5693         * scm/editor.scm: add char argument.
5694
5695         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
5696
5697         * ttftool/util.c (syserror): use errno for better error reporting.
5698
5699         * lily/source-file.cc (get_counts): new function. Calc column,
5700         line and char count in one go.
5701
5702         * lily/binary-source-file.cc (quote_input): rename to quote_input
5703
5704         * lily/input.cc (set): new function.
5705
5706 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5707
5708         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
5709         directory part of file name to search directory.
5710
5711         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
5712         search path and chdir to DIR if --outname=DIR used.
5713
5714         * lily/main.cc (prepend_env_path): Bugfix: Check directory
5715         existence before appending original path.
5716
5717 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5718
5719         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
5720         file" massage.
5721
5722         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
5723         texinfo.tex is always used.
5724         
5725 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5726
5727         * flower/include/axis.hh: rename from axes.hh
5728
5729         * lily/include/text-interface.hh (Module): rename from text-item.hh
5730
5731         * VERSION (PATCH_LEVEL): release 2.5.29
5732
5733         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
5734
5735         * scm/framework-ps.scm (font-file-as-ps-string): new function.
5736         (handle-macfont): new function. Call fondu for Native mac fonts.
5737
5738         * scm/define-markup-commands.scm (fill-line): handle text-widths =
5739         '() case.
5740
5741 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5742
5743         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
5744         multi-page.  Fix .eps regular expression.
5745
5746 2005-06-07  Graham Percival  <gperlist@shaw.ca>
5747
5748         * Documentation/user/putting.itely: add info on modifying templates.
5749
5750         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
5751         misc small changes.
5752
5753 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5754
5755         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
5756
5757         * scripts/lilypond-ps2png.scm
5758
5759         * VERSION (PACKAGE_NAME): release 2.5.28
5760
5761 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5762
5763         * lily/main.cc (prepend_env_path): Do not append /, that does not
5764         work.  Localedir lives in datadir, not in prefix.
5765
5766         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
5767         hack for windows.
5768
5769         * flower/include/file-cookie.hh: Compile fix.
5770
5771 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5772
5773         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
5774
5775         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
5776         system primitives.
5777         (gulp-port): using read-string!/partial. We don't want to read an
5778         entire PS file  (GUILE 1.6 limits strings to 16M) 
5779
5780         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
5781         properties. Add font-interface. 
5782
5783         * scm/define-grob-properties.scm (all-user-grob-properties):
5784         remove old bracket properties.
5785
5786         * scm/x11-color.scm: reformat. 
5787
5788         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
5789         LedgerLineSpanner if new StaffSymbol is found. 
5790
5791         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
5792         staff-symbol for finishing staff. 
5793
5794         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
5795
5796         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
5797         change black to currentColor everywhere. This fixes color support
5798         in SVG.
5799
5800 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
5801
5802         * input/regression/fret-diagrams.ly: new file to test fret diagram
5803         capability
5804
5805         * scm/output-tex.scm: remove white-dot and white-text
5806
5807         * scm/output-ps.scm: remove white-dot and white-text
5808
5809         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
5810         using ly:stencil-in-color instead
5811         (draw-dots) : remove call to white-dot
5812
5813 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5814
5815         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
5816         support.
5817
5818         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
5819
5820         * flower/include/file-cookie.hh: new file. lily_cookie extension 
5821
5822         * flower/file-cookie.cc: new file. lily_cookie extension.
5823         
5824 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5825
5826         * scm/editor.scm (editor-command-template-alist): Add syn
5827         editor (Jaap [de Vos]).
5828
5829 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5830
5831         * scripts/lilypond-ps2png.scm:
5832         * scm/ps-to-png.scm: New file.
5833
5834         * scm/backend-library.scm (postscript->png): Use it.
5835
5836         * scripts/lilypond-ps-to-png.py: Remove file.
5837
5838         * python/lilylib.py (get_bbox, make_ps_images): Remove.
5839
5840 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5841
5842         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
5843
5844         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
5845         start on grace moment. Fixes autobeam-grace.ly.
5846
5847         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
5848         process anything unless we're at the end of a pending beam. Fixes
5849         syncopated 8ths beamed across a beat.
5850
5851 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5852
5853         * scm/editor.scm (editor-command-template-alist): Start emacs if
5854         emacslient fails.
5855
5856         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
5857
5858         * flower/file-path.cc (is_file, is_dir): Export.
5859
5860         * lily/main.cc (prepend_env_path, set_env_file): Use them.
5861
5862 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5863
5864         * lily/easy-notation.cc: Added include cctype to correct
5865         compilation error.
5866
5867 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5868
5869         * scm/backend-library.scm (postscript->pdf): set resolution to
5870         1200, so bitmap fonts aren't that ugly. 
5871
5872         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
5873
5874         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
5875         parent if we have a notehead. Fixes incorrect offsets when
5876         Paper_column is very wide in the X direction.
5877
5878         * input/regression/font-family-override.ly (Module): new file.
5879
5880         * scm/font.scm (make-pango-font-tree): new function.
5881
5882         * lily/beam.cc (before_line_breaking): remove warning about less
5883         than 2 visible stems. We still get a warning when there is only
5884         one stem.
5885
5886 2005-06-01  Werner Lemberg  <wl@gnu.org>
5887
5888         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
5889         correctly.
5890
5891 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5892
5893         * lily/slur-scoring.cc (generate_avoid_offsets): new
5894         function. Generate avoid offsets once per slur.
5895
5896         * lily/slur.cc (add_extra_encompass): add dependency to
5897         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
5898
5899         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
5900         too. Fixes inf error with added bass notes.
5901
5902         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
5903         argument anymore.
5904
5905         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
5906
5907         * input/tutorial/lbook-latex-test.tex: add line length test.
5908
5909         * scripts/lilypond-book.py (set_default_options): new
5910         function. Call this before dissecting snippets, so linewidth
5911         settings reach the snippets.
5912
5913 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5914
5915         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
5916
5917 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5918
5919         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
5920
5921 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5922
5923         * stepmake/aclocal.m4: More autopackage friendliness.
5924
5925 2005-05-31  Graham Percival  <gperlist@shaw.ca>
5926
5927         * Documentation/index.html.in: remove link to LSR.
5928
5929         * Documentation/user/global.itely: remove duplicate
5930         "dedication" \header{} section.
5931
5932 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5933
5934         * VERSION (PACKAGE_NAME): release 2.5.27.
5935
5936         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
5937         too. Plugs memory leak.
5938
5939         * make/lilypond.fedora.spec.in (Group): remove
5940         lilypond-pdfpc-helper.
5941
5942         * scripts/GNUmakefile (SEXECUTABLES): remove
5943         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
5944
5945         * scm/font.scm (make-century-schoolbook-tree): add Mono as
5946         'typewriter family.
5947
5948         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
5949         memory leak.
5950
5951         * lily/parser.yy (score_body): don't clone Score, that's done in
5952         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
5953
5954         * lily/score-engraver.cc (derived_mark): new function.
5955         (initialize): unprotect Paper_score. This fixes a memory leak.
5956
5957         * lily/score-performer.cc (derived_mark): new function.
5958
5959         * lily/score-translator.cc (get_output): use SCM for get_output() call.
5960
5961         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
5962         spurious warning.
5963
5964         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
5965         serif.
5966
5967 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5968
5969         * configure.in (reloc_b): Add --enable-relocation.
5970
5971 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5972
5973         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
5974
5975         * input/regression/alignment-order.ly: add Staff example.
5976
5977 2005-05-31  John Mandereau   <john.mandereau@free.fr>
5978
5979         * po/fr.po: update.
5980
5981 2005-05-31  Graham Percival  <gperlist@shaw.ca>
5982
5983         * Documentation/index.html.in: add link to LSR.
5984
5985 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5986
5987         * scm/define-stencil-commands.scm (Module): new file. Register all
5988         allowed stencil expression heads in a central place.
5989
5990         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
5991         ly:make-stencil
5992
5993         * lily/stencil-expression.cc (all_stencil_heads): registering
5994         stencil expressions.
5995
5996         * lily/stencil-interpret.cc: new file. Stencil expression
5997         interpreting.
5998
5999         * input/xiao-haizi-guai-guai.ly: move file back.
6000
6001 2005-05-30  Graham Percival  <gperlist@shaw.ca>
6002
6003         * Documentation/user/advanced.itely, converters.itely,
6004         instrument-notation.itely, lilypond-book.itely: misc small
6005         changes.
6006
6007 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6008
6009         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
6010
6011         * make/lilypond.fedora.spec.in: Fix source url.
6012
6013         * cygwin: Update from mingw patches.
6014
6015         * scm/editor.scm (editor-command-template-alist): Use jedit
6016         -reuseview (Bertalan), add uedit (Patrick Huberts).
6017
6018         * input/xiao-hai-zi-guai-guai.ly: Rename from
6019         xiao-haizi-guai-guai.ly.
6020
6021         * input/*: Reindent, do not use TAB.
6022
6023         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
6024         white background.
6025
6026 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6027
6028         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
6029         numerical overflow error.
6030
6031 2005-05-29 Laura Conrad <lconrad@laymusic.org>
6032         
6033         * abc2ly.py: fix to syntax error in multi-part output.
6034
6035 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6036
6037         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
6038         with disappearing span bars when alignAboveContext is active
6039
6040         * lily/property-iterator.cc (check_grob): use is-grob?
6041         object-property. Fixes crash-key-sig-font-size.ly. 
6042
6043 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6044
6045         * lily/bar-line.cc (print): don't round barlines; this produces
6046         odd aliasing effects in Acroread.
6047
6048         * lily/timing-engraver.cc (process_music): robustness fix.
6049
6050         * lily/context-def.cc (filter_engravers): bugfix.
6051
6052 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6053
6054         * lily/lilypond.rc.in: Add ly-icon.
6055
6056         * lily/GNUmakefile: 
6057         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
6058         rules.
6059
6060 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6061
6062         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
6063
6064         * ps/music-drawing-routines.ps: 
6065
6066         * scm/output-ps.scm: remove draw ez_ball.
6067
6068         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6069         EasyNotation context definition.
6070
6071         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
6072         Text_interface and color for making easy note heads.
6073
6074         * lily/stencil.cc (with_color): new function.
6075
6076         * ps/music-drawing-routines.ps: remove draw_zigzag_line
6077
6078         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
6079         output routine. Zigzag now works in SVG too.
6080
6081         * scm/output-tex.scm (filledbox): idem.
6082
6083         * scm/output-svg.scm (filledbox): idem.
6084
6085         * scm/output-ps.scm (lily-def): remove horizontal-line. 
6086
6087         * lily/lookup.cc (horizontal_line): use draw-line. 
6088
6089         * lily/system-start-delimiter.cc: remove old staff bracket code.
6090
6091         * mf/feta-haak.mf: further tweaks.
6092
6093         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
6094
6095         * mf/feta-generic.mf: include feta-haak.
6096
6097         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
6098
6099         * scm/framework-ps.scm (write-preamble): only load fonts if their
6100         filename is a string. 
6101
6102 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6103
6104         * scm/output-svg.scm (circle): support circle.
6105         (bracket): stub for bracket.
6106
6107         * scripts/lilypond-book.py (main): make sure --psfonts warning is
6108         correct.
6109
6110 2005-05-26  Graham Percival  <gperlist@shaw.ca>
6111
6112         * Documentation/user/lilypond.tely, advanced-notation.itely,
6113         basic-notation.itely, instrument-notation.itely, global.itely,
6114         introduction.itely, tutorial.itely: rearranging, editing,
6115         clean-up.
6116
6117         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
6118         for compiling on FreeBSD.
6119
6120 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6121
6122         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
6123         otf files.
6124
6125         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
6126         bugfixes.
6127
6128         * VERSION: 2.5.26 released.
6129
6130         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
6131
6132 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
6133
6134         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
6135         if printpagenumber is false.
6136
6137 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6138
6139         * lily/font-config.cc (init_fontconfig): comment out FontConfig
6140         cache warning.
6141
6142         * lily/tie.cc (print): support dotted ties.
6143         
6144 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6145
6146         * scm/define-grobs.scm (all-grob-descriptions): switch off
6147         debugging
6148         (all-grob-descriptions): Arpeggio has Y-extent.
6149
6150         * scm/define-music-properties.scm (all-music-properties): document
6151         length-callback and start-callback as "read-only".
6152
6153         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
6154         length-callback after creation. 
6155
6156         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
6157         compressmusic -> compressMusic.
6158
6159         * ly/music-functions-init.ly (oldaddlyrics): idem.
6160
6161         * lily/parser.yy: NewLyricCombineMusic ->
6162         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
6163
6164 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
6165
6166         * ly/Welcome_to_LilyPond.ly: typo.
6167
6168 2005-05-24  Graham Percival  <gperlist@shaw.ca>
6169
6170         * Documentation/user/lilypond.tely: move changing-defaults to be
6171         before global issues.
6172
6173         * Documentation/user/basic-notation.itely: move Transpose section
6174         here from advanced/Other.
6175
6176         * Documentation/user/changing-defaults.itely,
6177         advanced-notation.itely: move Fonts to advanced, edit.
6178
6179 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6180
6181         * lily/parser.yy (bare_int): remove rule.  From now on, we require
6182         # before negative integers.
6183
6184 2005-05-23  Graham Percival  <gperlist@shaw.ca>
6185
6186         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
6187
6188         * Documentation/user/lilypond.tely: change Unified index to
6189         LilyPond index.
6190
6191         * Documentation/user/advanced-notation.itely,
6192         instrument-notation.itely: editing.
6193
6194 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6195
6196         * scm/lily.scm (lilypond-all): Bugfix: return failed.
6197
6198         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
6199
6200 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6201
6202         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
6203         ly:port-move.  Needs to be stderr-specific on mingw.
6204         Run fixcc.
6205
6206 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6207
6208         * lily/general-scheme.cc (ly:port-move): Remove.
6209
6210         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
6211         windows.
6212
6213         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
6214         variables.  This eliminates the need for a gs.bat wrapper, which
6215         opens a console.
6216
6217         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
6218         * scm/lily.scm (running-from-gui?): 
6219         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
6220         artifact of not compiling with -mwindows.
6221
6222         * scm/editor.scm: Define PLATFORM.
6223
6224 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6225
6226         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
6227         can start to cut & paste lilypond-book fragments.  
6228
6229         * scm/define-music-types.scm (music-descriptions): remove
6230         UntransposableMusic
6231
6232 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6233
6234         * scm/output-ps.scm (glyph-string): remove / before CIDs.
6235
6236 2005-05-20  Graham Percival  <gperlist@shaw.ca>
6237
6238         * Documentation/user/instrument-notation.itely: remove *Engraver.
6239
6240         * Documentation/user/advanced-notation.itely: edit, rearrange.
6241
6242 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6243
6244         * scm/output-ps.scm (glyph-string): take cid? argument. Use
6245         findresource iso. findfont for CID CFF fonts.
6246
6247         * VERSION (PACKAGE_NAME): release 2.5.25
6248
6249         * ly/Welcome_to_LilyPond.ly: add  \version
6250
6251 2005-05-20  Graham Percival  <gperlist@shaw.ca>
6252
6253         * Documentation/user/programming-interface.itely: move
6254         \displayMusic into its own section.
6255
6256         * Documentation/user/basic-notation.itely: finish editing.
6257
6258 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6259
6260         * flower/file-path.cc (find): don't throw away file_name.dir, but
6261         append to it. Fixes \include with directories.
6262
6263         * flower/include/file-path.hh (class File_path): don't derive from
6264         Array<String>.
6265
6266         * flower/include/file-name.hh (class File_name): remove to_str0()
6267
6268         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
6269         Hara_kiri_engraver in separate file.
6270
6271         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
6272         translation went wrong. Fixes vertically translated slurs.
6273
6274 2005-05-19  Graham Percival  <gperlist@shaw.ca>
6275
6276         * Documentation/user/basic-notaton.itely: editing.
6277
6278 2005-05-18  Graham Percival  <gperlist@shaw.ca>
6279
6280         * Documentation/user/macros.itexi, basic-notation.itely:
6281         add @commonprop (commonly used properties) macro.
6282
6283 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6284
6285         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
6286
6287         * scripts/lilypond-book.py (invokes_lilypond): new function
6288         (main): only run fontextract if invokes_lilypond() is true.
6289
6290         * lily/function-documentation.cc (ly_add_function_documentation):
6291         duh, use !=
6292
6293         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
6294
6295         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
6296
6297         * scm/lily.scm (running-from-gui?): lowercase Darwin.
6298
6299         * lily/function-documentation.cc (ly_add_function_documentation):
6300         use scm_hash_table_p() for checking.
6301
6302 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6303
6304         * Documentation/user/advanced-notation.itely (Text scripts):
6305         Change nonexisting @internalsref{Text markup} to @ref{Text
6306         markup}.  Change @internalsref{Text script} to
6307         @internalsref{TextScript}.
6308
6309         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
6310
6311 2005-05-17  Graham Percival  <gperlist@shaw.ca>
6312
6313         * Documentation/user/tutorial.itely, basic-notation.itely,
6314         changing-defaults.itely: remove duplicate cindex entries
6315         that appear on the same page.
6316
6317         * scm/define-grobs.scm: change default padding for TextSpanner.
6318
6319         * Documentation/topdocs/AUTHORS.texi: update email address.
6320
6321         * Documentation/user/global.itely: add info about \include.
6322
6323 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6324
6325         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
6326         when running-from-gui.
6327
6328         * scm/editor.scm (get-editor): Add platform defaults.
6329
6330         * scm/backend-library.scm (postscript->pdf): Typo.
6331
6332 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6333
6334         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
6335
6336         * lily/font-config.cc (init_fontconfig): add warning about cache.
6337
6338 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6339
6340         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
6341
6342 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6343
6344         * lily/horizontal-bracket.cc (print): Take care of the direction
6345         property so brackets above the stave point downwards. 
6346
6347         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
6348         for HorizontalBracket so it doesn't end up within the stave.
6349
6350 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6351
6352         * lily/GNUmakefile (default): Typo.
6353
6354         * scm/lily.scm (PLATFORM): Export.
6355
6356         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
6357         load-font-via-GS, ttftool or fopencookie is broken on windows.
6358         
6359         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
6360         -dSAFER, that is broken on windows.
6361
6362 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6363
6364         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
6365         for FlexLexer.h
6366
6367         * scripts/lilypond-invoke-editor.scm: remove stray -
6368
6369 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6370
6371         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
6372         Fixes deprecation warning.
6373
6374         * flower/include/string.icc (to_string): Only inline if
6375         -DSTRING_UTILS_INLINED.
6376
6377         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
6378         name.  Remove windows comment.
6379
6380         * scm/editor.scm (slashify): New function.
6381         (get-editor-command): Use it.
6382         (get-command-template): Do not alter editor command if
6383         environment value includes `%(file)s' magic.
6384
6385         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
6386         (dissect-uri): Use it.
6387         (unquote-uri): Bugfix.
6388
6389 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6390
6391         * scm/framework-ps.scm (write-preamble): add TTF rule.
6392
6393         * Documentation/topdocs/README.texi (Top): remove note about
6394         xdelta.
6395
6396         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
6397         requirement.
6398
6399         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
6400         function. Figure out where FlexLexer.h lives
6401
6402         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
6403         
6404 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6405
6406         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
6407         with Windows root in file name.
6408
6409         * scm/backend-library.scm (ly:system): Only redirect output (using
6410         system and shell, ugh) if /dev/null is writable.
6411
6412         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
6413         windows icon.
6414
6415         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
6416         on Mingw.
6417
6418         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
6419         click.
6420
6421         * flower/file-path.cc (is_dir, is_file): New function.  Actually
6422         use result of stat when available.
6423
6424         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
6425         absolute file name and root.
6426
6427         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
6428
6429         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
6430
6431         * flower/file-name.cc (slashify): Bugfix, do substitute if no
6432         slashes in file name.
6433
6434 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6435
6436         * Documentation/user/preface.itely (Preface): Run
6437         texinfo-all-menus-update.
6438
6439         * scm/editor.scm (get-editor-command): Bugfix: allow full
6440         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
6441
6442         * Documentation/pictures/lilypond-48.xpm: New file.
6443
6444         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
6445
6446         * ly/Welcome_to_LilyPond.ly: New file.
6447
6448         * lily/main.cc (main): Only identify if we have a terminal.
6449
6450         * scm/backend-library.scm (postscript->png)
6451         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
6452         non-/bin/sh).
6453
6454 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
6455
6456         * Documentation/topdocs/AUTHORS.texi: polish, update.
6457
6458 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6459
6460         * Documentation/user/preface.itely (Notes for version 2.6): new
6461         notes for 2.6
6462
6463         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
6464         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
6465         is not fully contained" warnings.
6466
6467         * lily/slur-scoring.cc (get_bound_info): remove warning.
6468
6469         * lily/staff-symbol-engraver.cc (process_music): start initial
6470         spanner in process_music(). This fixes overrides of StaffSymbol
6471         properties.
6472
6473         * scm/framework-pdf.scm (Module): remove.
6474
6475         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
6476
6477         * lily/ambitus-engraver.cc: formatting cleanups.
6478
6479         * mf/feta-solfa.mf (Module): remove.
6480
6481         * ChangeLog: more details about contributions.
6482
6483 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6484
6485         * lily/align-interface.cc (align_elements_to_extents): warn if
6486         called too early. Fixes: disappearing-staff-lines.ly
6487
6488         * VERSION (PACKAGE_NAME): release 2.5.24
6489
6490 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6491
6492         * stepmake/aclocal.m4: Typo.
6493
6494         * flower/string.cc (substitute): Take two strings or two
6495         characters.  Update callers.
6496
6497 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6498
6499         * flower/file-name.cc (File_name): Slashify.
6500
6501         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
6502
6503         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
6504
6505         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
6506
6507         * configure.in (gui_b): Use it.
6508
6509         * lily/lilypond.rc.in: New file.
6510
6511         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
6512
6513 2005-05-12  Graham Percival  <gperlist@shaw.ca>
6514
6515         * Documentation/user/advanced-notation.itely: edit of Text
6516         section; clarify text scripts vs. text markup.
6517
6518 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6519
6520         * lily/multi-measure-rest-engraver.cc
6521         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
6522         separation items on start. Fixes mm rests in start of score.
6523
6524         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
6525         don't access StaffSymbol if not there.
6526         Fixes: crash-staff-symbol-engraver.ly.
6527
6528         * lily/instrument-name-engraver.cc (class
6529         Instrument_name_engraver): data member first_. Create
6530         InstrumentName on start. 
6531
6532 2005-05-12  Graham Percival  <gperlist@shaw.ca>
6533
6534         * Documentation/user/instrument-notation.itely: add guitar
6535         position.
6536
6537         * Documentation/user/introduction.itely,
6538         Documentation/user/lilypond.tely,
6539         Documentation/user/tutorial.itely: begin pruning
6540         unused (duplicated) cindex entries and misc cleanup.
6541
6542 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6543
6544         * input/test/volta-chord-names.ly: Bring the explanation up to
6545         date.
6546
6547 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
6548
6549         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
6550         Specify `@documentencoding utf-8' for html, ignore warnings.
6551
6552 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
6553
6554         * THANKS: Added bughunters.
6555
6556 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
6557
6558         * lily/main.cc: update help string for `lilypond -H'.
6559
6560         * po/fi.po: update.
6561         
6562 2005-05-10  Graham Percival  <gperlist@shaw.ca>
6563
6564         * Documentation/user/advanced-notation.itely: minor fixes.
6565
6566 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6567
6568         * scm/editor.scm: New module.
6569
6570         * scm/lily.scm (gui-main): Use it.
6571
6572         * scm/framework-gnome.scm (spawn-editor): Use it.
6573
6574         * scripts/lilypond-invoke-editor.scm: Use it in new script.
6575
6576 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6577
6578         * scm/framework-ps.scm (load-font-via-GS):  new function.
6579
6580         * lily/pango-font.cc (pango_item_string_stencil): add support for
6581         CID keyed font.
6582
6583         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
6584
6585 2005-05-10  Graham Percival  <gperlist@shaw.ca>
6586
6587         * Documentation/user/basic-notation.itely: add @ref.
6588
6589         * Documentation/user/advanced-notation.itely: add example
6590         of 5/8 beaming.
6591
6592 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6593
6594         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
6595
6596         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
6597         going through ps2pdf wrappers.
6598
6599 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
6600
6601         * Documentation/user/instrument-notation.itely: petrucci note
6602         heads: updated docu
6603
6604         * input/regression/note-head-style.ly: updated regression test;
6605         indentation fixes
6606
6607         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
6608         heads as default
6609
6610         * mf/parmesan-heads.mf: minor editing; use musicological names
6611         (rather than optical description) as note head names
6612
6613         * scm/output-lib.scm: complete petrucci heads
6614
6615 2005-05-09  Pal Benko  <benkop@freestart.hu>
6616
6617         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
6618         heads, but bigger)
6619
6620 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6621
6622         * lily/main.cc (main_with_guile): Remove no files check.
6623
6624         * lily/main.cc (ly:usage): Export to Scheme.
6625
6626         * scm/lily.scm (no-files-handler): New function.
6627
6628         * scm/lily.scm (lilypond-main): Use it.
6629
6630         * configure.in (gui_b): Add mbrtowc checking.
6631         Resurrect [utf8/]wchar.h checking.
6632
6633 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6634
6635         * Documentation/user/advanced-notation.itely (Metronome marks):
6636         Add link to the program reference for MetronomeMark
6637
6638         * Documentation/user/lilypond-book.itely (An example of a
6639         musicological document): Correct the example using psfonts 
6640
6641 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
6642
6643         * po/fi.po: update after a lesson how to update entries against
6644         source.
6645         
6646         * po/TODO: document the lesson.
6647
6648 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6649
6650         * configure.in (gui_b): remove wcrtomb checking.
6651
6652         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
6653         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
6654
6655 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6656
6657         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
6658         keep Scheme expressions and strings unmodified when doing the
6659         conversion to postfix notation for slurs and beams. Should
6660         hopefully solve most related conversion problems. 
6661
6662         * Documentation/user/lilypond-book.itely : Clarify and correct how
6663         to call dvips with -h psfonts.
6664
6665 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6666
6667         * Documentation/user/instrument-notation.itely (Entering lyrics):
6668         Typo.  Fixes build.
6669
6670 2005-05-09  Graham Percival  <gperlist@shaw.ca>
6671
6672         * Documentation/user/lilypond-book.itely: document PSFONTS file.
6673
6674         * Documentation/user/lilypond.tely, lilypond-book.itely,
6675         tutorial.itely: change references to 2.5.x to 2.6.x.
6676
6677         * Documentation/user/instrument-notation.itely: clarified \addlyrics
6678         vs \lyricmode.
6679
6680         * Documentation/user/invoking.itely: remove old info about
6681         lilypond-profile.
6682
6683         * Documentation/topdocs/INSTALL.texi: remove old info about
6684         lilypond-profile, add warning about needing international fonts
6685         to build docs.
6686
6687 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6688
6689         * lily/include/grob-info.hh (class Grob_info): make data member
6690         private. Changes throughout.
6691
6692         * input/regression/alignment-order.ly: new file. 
6693
6694         * lily/vertical-align-engraver.cc (acknowledge_grob): read
6695         alignAboveContext and alignBelowContext
6696
6697 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6698
6699         * lily/pfb.cc (LY_DEFINE): add cast.
6700
6701         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
6702         matches .otf
6703         (write-preamble): warn about unknown fonts.
6704
6705         * lily/pfb.cc (Module): new function ly:otf->cff
6706
6707         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
6708         (get_otf_table): new function.
6709
6710 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6711
6712         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
6713         iso. ps2png.
6714
6715 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
6716
6717         * po/fi.po: apply second round of update.
6718
6719 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6720
6721         * scm/x11-color.scm (make-x11-color-handler): don't use
6722         #\sp. Apparently doesn't work on all platforms. 
6723
6724 2005-05-06  Graham Percival  <gperlist@shaw.ca>
6725
6726         * Documentation/user/advanced-notation.itely, putting.itely,
6727         tutorial.itely, global.itely, introduction.itely: really minor fixes.
6728
6729 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6730
6731         * VERSION (PACKAGE_NAME): release 2.5.23
6732
6733 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6734
6735         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
6736         convert to utf-8.
6737
6738         * THANKS: Add translators for this release, convert to utf-8.
6739
6740         * mf/GNUmakefile (MFTRACE_FLAGS):
6741         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
6742         outdir as option (WAS: hardcoded).
6743
6744 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6745
6746         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
6747         finished_span_
6748
6749         * THANKS: add Hans Forbrich.
6750
6751         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6752
6753         * Documentation/user/basic-notation.itely (Staff symbol): document
6754         start/stop staff. Reference to ossia.ly
6755
6756         * input/test/ossia.ly: new example using stop and startStaff.
6757
6758         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
6759         in other words, don't create "|" barline at start of the score.
6760         (start_translation_timestep): don't set whichBar for start of score.
6761
6762         * input/regression/staff-halfway.ly: use new functionality.
6763
6764         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
6765         start and stop staff based on events.
6766
6767         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
6768
6769         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
6770
6771 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6772
6773         * Documentation/user/programming-interface.itely (How markups work
6774         internally ): remove \encoding reference.
6775
6776 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6777
6778         * scripts/convert-ly.py: Attempt to do a smarter update of 
6779         text markups from versions < 1.9.0 with arbitrary nesting.
6780
6781 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
6782
6783         * po/fi.po: convert to utf-8, and update.
6784
6785 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6786
6787         * make/lilypond.suse.spec.in: update from suse 2.4 package.
6788
6789         * lily/*.cc: more <? >? to min/max changes
6790
6791         * lily/include/interpretation-context-handle.hh: rename
6792         Interpretation_context_handle to Context_handle.
6793
6794 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
6795
6796         * input/regression/GNUmakefile (local_delete): use `find` together 
6797         with `xargs` to avoid too long argument-lists in cmd line.
6798
6799 2005-05-04  Graham Percival  <gperlist@shaw.ca>
6800
6801         * Documentation/user/introduction.itely: updates "About this manual".
6802
6803         * Documentation/user/advanced-notation.itely,
6804         invoking.itely: minor fixes.
6805
6806 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6807
6808         * COPYING: add font exception. Update FSF address. 
6809
6810         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
6811         should be taken without child context.
6812
6813         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
6814
6815         * scm/define-markup-commands.scm (triangle): new command, as
6816         robust replacement for unicode Delta/Triangle.
6817
6818 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6819
6820         * ps/music-drawing-routines.ps: add fillp argument.
6821
6822         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
6823
6824         * lily/font-config.cc (init_fontconfig): don't add cff/
6825
6826         * VERSION (PACKAGE_NAME): release 2.5.22
6827
6828         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
6829
6830         * lily/grace-engraver.cc (consider_change_grace_settings): use
6831         is_alias(). Fixes problem with CueVoice grace notes. 
6832
6833         * lily/simultaneous-music-iterator.cc (construct_children): call
6834         Music_iterator::quit() for iterators that start out invalid. This
6835         fixes indefinitely continuing contexts.
6836
6837         * buildscripts/substitute-encoding.py: new file
6838
6839         * Documentation/user/basic-notation.itely (Basic polyphony): fix
6840         missing @end 
6841
6842         * scripts/lilypond-book.py (write_if_updated): print file name.
6843
6844         * Documentation/user/basic-notation.itely (Explicitly
6845         instantiating voices): idem.
6846
6847         * Documentation/user/advanced-notation.itely (Text spanners):
6848         remove stray { } 
6849
6850         * lily/context.cc (default_child_context_name): the default child
6851         is now first in accepts_list_.
6852
6853         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
6854         \defaultchild to all relevant contexts.  This fixes:
6855         drums-pitch.ly.
6856
6857         (Probably also fixes similar problems with ancient
6858         transcriptions getting CueVoices instead of the desired voices.)
6859  
6860         * lily/context-def.cc (get_default_child): new function.
6861         (get_accepted): place default child in front of list.
6862
6863         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
6864
6865         * lily/include/context-def.hh (struct Context_def): add
6866         default_accept_
6867
6868 2005-05-03  Graham Percival  <gperlist@shaw.ca>
6869
6870         * scm/define-grobs.scm: remove "remove-first" line, since
6871         the absent property is set to #f anyway.
6872
6873         * Documentation/user/basic-notation.itely,
6874         advanced-notation.itely, instrument-notation.itely: minor
6875         fixes.
6876
6877         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
6878
6879         * Documentation/user/advanced-notation.itely,
6880         changing-defaults.itely: consolidate Text stuff in
6881         advanced notation.
6882
6883         * Documentation/user/global.itely: better docs for \header.
6884
6885         * Documentation/user/putting.itely: new chapter; placeholder
6886         for future expansion.
6887
6888         * Documentation/user/examples.itely: moved "suggestions for
6889         writing LP files" section into putting.itely.
6890
6891         * Documentation/user/lilypond.itely: added new chapter,
6892         fixed the short table of contents.
6893
6894 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6895
6896         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
6897         infinity for unfeasible beams.
6898
6899         * make/lilypond.fedora.spec.in (Group): idem.
6900
6901         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
6902
6903         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
6904
6905         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
6906         fonts directly.
6907
6908         * buildscripts/gen-emmentaler-scripts.py (i): idem.
6909
6910         * mf/GNUmakefile: remove all CFF rules.
6911
6912         * scm/framework-ps.scm (ps-embed-cff): reinstate.
6913
6914         * lily/open-type-font-scheme.cc (LY_DEFINE):
6915         new function ly:otf-font-table-data.
6916         (LY_DEFINE): new function otf-font?
6917
6918 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6919
6920         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
6921         ($(outdir)/Fontmap.lily): idem.
6922
6923         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
6924         for PFAEmmentaler-XXX.pfa. 
6925
6926         * Documentation/user/music-glossary.tely (accidental): NL
6927         translation of accidental.
6928
6929 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6930
6931         * flower/include/international.hh: Bugfix: include "string.hh".
6932
6933         * lily/include/mingw-compatibility.hh: New file.
6934
6935         * flower/include/libc-extension.hh (memrev): Rename from strrev.
6936
6937         * configure.in: Search for mingw wcrtomb library.
6938
6939 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6940
6941         * scripts/convert-ly.py: Bug fix
6942
6943         * Documentation/user/changing-defaults.itely (Common tweaks):
6944         Added example where the context has to be specified explicitly
6945         (MetronomeMark). 
6946
6947 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6948
6949         * scripts/lilypond-book.py (ly_options): set timing to #f for
6950         notime option.
6951
6952         * scripts/convert-ly.py (conv): typo.
6953
6954         * flower/*.cc: remove <? and >?
6955         
6956         * lily/*.cc: remove <? and >?
6957
6958         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
6959         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
6960         editor.
6961
6962 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6963
6964         * lily/part-combine-engraver.cc: add space to variable list.
6965
6966 2005-04-30  Graham Percival  <gperlist@shaw.ca>
6967
6968         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
6969         remove-first to false (matches docs)
6970
6971         * Documentation/user/advanced-notation.itely: corrected docs
6972         concerning remove-first.
6973
6974 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6975
6976         * lily/part-combine-engraver.cc: make sure that the relevant
6977         properties are included in the documentation.
6978
6979 2005-04-28  Graham Percival  <gperlist@shaw.ca>
6980
6981         * Documentation/user/lilypond-book.itely: Bernard's docs
6982         for \betweenLilyPondSystem.
6983
6984 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6985
6986         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
6987         remarks.
6988
6989 2005-04-28  Pal Benko  <benkop@freestart.hu>
6990
6991         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
6992         only on vertical lines of flexa shape, and use a constant
6993         thickness value for horizontal lines (patch slightly modified by
6994         Jürgen Reuter)
6995
6996         * lily/include/mensural-ligature.hh: make 2 comments clearer
6997
6998 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
6999
7000         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
7001         to need_extra_horizontal_space; bugfix: use class scope to avoid
7002         global namespace pollution
7003
7004         * Documentation/user/instrument-notation.itely (ligatures): added
7005         comment on possible future syntax change and how to work around
7006
7007         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
7008         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
7009         intervals (fixes agnus dei example)
7010
7011         * Documentation/user/instrument-notation.itely (white mensural
7012         ligatures): selected a more illustrative example
7013
7014 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
7015
7016         * Documentation/index.html.in: specify utf-8 charset in meta content.
7017
7018 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7019
7020         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
7021         empty 2nd page for single page.
7022
7023         * scm/lily.scm: remove p&c definitions.
7024
7025         * po/zh_TW.po (Module): new translation.
7026
7027         * lily/lily-guile.cc (ly_chain_assoc): remove.
7028
7029         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
7030         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
7031
7032 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7033
7034         * lily/beaming-info.cc: remove infinity_i
7035
7036         * scripts/abc2ly.py (out_filename): fix thinko with \version.
7037
7038 2005-04-26  Graham Percival  <gperlist@shaw.ca>
7039
7040         * Documentation/user/basic-notation.itely,
7041         instrument-notation.itely, advanced-notation.itely,
7042         changing-defaults.itely: minor fixes.  Added docs
7043         for colors to advanced-notation.itely.
7044
7045         * Documentation/user/advanced-notation.itely: fixed compile
7046         problem and added Bernard's x11-color doc patch.
7047
7048 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7049
7050         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
7051         alright this time round.
7052
7053 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7054
7055         * Documentation/topdocs/INSTALL.texi (Top): idem.
7056
7057         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
7058
7059         * VERSION (MAJOR_VERSION): release 2.5.21
7060
7061         * scm/output-ps.scm (grob-cause): bugfix.
7062
7063 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7064
7065         * cygwin/*: Update.
7066
7067         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
7068         stuff.
7069
7070         * scm/output-ps.scm (grob-cause): Bugfix.
7071
7072         * scm/lily.scm (ly:load): Remove x11-color.
7073
7074         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
7075         quote executable, fixes getting version from program --with
7076         --options.
7077         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
7078         $ac_exeect.
7079
7080         * Documentation/user/GNUmakefile: Only build music-glossary with
7081         rendered lilypond snippets during web.
7082
7083 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7084
7085         * po/de.po: update.
7086
7087         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
7088
7089 2005-04-22  Laura Conrad <lconrad@laymusic.org>
7090  
7091         * scripts/abc2ly:
7092         second title line append with punctuation dash character;
7093         encode abc2ly python strings in utf-8
7094        
7095 2005-04-21  Laura Conrad <lconrad@laymusic.org>
7096
7097         * scripts/abc2ly fix chords (again)
7098  
7099 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
7100
7101         * scm/x11-color.scm: new file
7102         All x11 color names can be accessed with:
7103         #(x11-color 'ColorName),
7104         #(x11-color "ColorName") or:
7105         #(x11-color "color name")
7106         If the x11 color name is not recognised then it defaults
7107         to black
7108
7109         * scm/lily.scm: amended to call scm/x11-color.scm
7110
7111 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7112
7113         * Documentation/user/invoking.itely (Reporting bugs): comment out
7114         reference to online PNG bug repository.
7115
7116 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7117
7118         * lily/translator-scheme.cc (ly:translator-property): Remove.
7119         Update callers.
7120
7121         * lily/context-scheme.cc (ly:context-now): Move from translator.
7122         Update callers.
7123
7124 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7125
7126         * input/regression/grid-lines.ly (skips): refine example.
7127
7128         * scm/define-context-properties.scm
7129         (all-user-translation-properties): doc autoBeamCheck
7130
7131         * input/regression/grid-lines.ly (Module): new file.
7132
7133         * lily/grid-point-engraver.cc (Module): new file.
7134
7135         * lily/grid-line.cc (Module): new file.
7136
7137         * lily/grid-line-span-engraver.cc (Module): new file.
7138
7139         * lily/grid-line-interface.cc (Module): new file.
7140
7141 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7142
7143         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
7144         missing parameter, actualy cdr through list.  Actually return a
7145         list with ENTRY removed (was '()).
7146
7147         * scripts/convert-ly.py: Update.  Print warning if file cannot be
7148         opened.
7149         (do_conversion): Fix printing of continuation comma.
7150
7151         * Documentation/user/advanced-notation.itely (Beam formatting):
7152         Remove refbugs about compound time and mixed duration.
7153
7154         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
7155         modulo moments explicitely.
7156
7157         * lily/moment.cc (operator %): New function.
7158
7159         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
7160
7161         * lily/translator-scheme.cc (ly:translator-now,
7162         ly:translator-property): New function.
7163
7164         * scm/auto-beam.scm (default-auto-beam-check): New function.
7165
7166         * lily/auto-beam-engraver.cc (test_moment): Use it.
7167
7168         * flower/rational.cc (operator %): Bugfix.
7169
7170 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
7171
7172         * scripts/abc2ly: Bugfix
7173
7174 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7175
7176         * python/fontextract.py (write_extracted_fonts): bugfix, too many
7177         %'s on EndFont comment.
7178
7179         * lily/ledger-line-spanner.cc: some more words of explanation.
7180
7181 2005-04-20  John Williams <williams@tni.com>  
7182         
7183         * scripts/lilypond-book.py: htmlquote bugfix.
7184         Allow snippets to be given distinct filenames.
7185         Allow the default alt text to be overridden.
7186
7187 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
7188
7189         * ly/performer-init.ly: Bugfix
7190
7191         * THANKS: Added bughunters.
7192
7193 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7194
7195         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
7196
7197         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
7198         position (was: use modulo measure length).
7199
7200         * configure.in (no gui_b): Remove optional gtk+ requirement.
7201
7202 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7203
7204         * Documentation/user/basic-notation.itely (Pitches): add
7205         LedgerLineSpanner.
7206
7207         * lily/dynamic-engraver.cc (process_music): set right bound to
7208         script if present. Else, do not set.
7209         (acknowledge_grob): only set right bound of finished spanner to
7210         note column if no other bound is set.
7211
7212         * python/lilylib.py (make_ps_images): switch back to png16m.
7213         
7214 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7215
7216         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
7217         writing up to date file.  Add dvips usage suggestion.
7218
7219         * scripts/convert-ly.py: Fix error message.
7220         Print usage if no files on command line.
7221         (usage): Add example usage.
7222
7223         * input/test/compound-time.ly: New file.
7224
7225         * input/test/circle.ly: New file.
7226
7227         * Documentation/topdocs/NEWS.tely: Use them.
7228
7229         * input/test/boxed-stencil.ly: Remove \score.
7230
7231         * buildscripts/mf-to-table.py (base): Add .log dependency.
7232
7233         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
7234         pfa's.  Add .log dependency
7235
7236         * scm/define-markup-commands.scm (lower): New command.
7237
7238         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
7239         make it default.
7240
7241 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7242
7243         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
7244         also to finished cresc as right bound. This fixes:
7245         skip-string-decresc.ly
7246
7247         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
7248         relative_coordinate if extent is empty.
7249
7250         * lily/stem.cc (width_callback): determine correct extent if flag
7251         is not there. This fixes slur-no-flag.ly
7252
7253         * lily/grace-engraver.cc (consider_change_grace_settings): new
7254         function.
7255         (initialize): also consider_change_grace_settings() on
7256         initialization. Fixes large grace notes at start of score.
7257
7258         * lily/break-align-interface.cc (do_alignment): don't translate if
7259         total_extent is empty.
7260
7261         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
7262
7263 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7264
7265         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
7266         with slash.
7267
7268 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7269
7270         * stepmake/aclocal.m4: Remove tfm_path.
7271
7272 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7273
7274         * scm/music-functions.scm (markup-expression->make-markup): fix
7275         bug with cons arguments of markup commands.
7276         (music->make-music): fix music expression property list building
7277
7278 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7279
7280         * aclocal.m4: Massage package names.
7281
7282         * SCons updates.
7283
7284 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7285
7286         * VERSION (PACKAGE_NAME): release 2.5.20
7287
7288         * lily/stem.cc (calc_stem_info): add minimum Y extent of
7289         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
7290
7291         * lily/percent-repeat-engraver.cc (try_music): add measure before
7292         next_moment to future processing moment. Fixes:
7293         percent-repeat-mm-rest.ly
7294         (process_music): don't add moment for 2nd time.
7295
7296         * input/regression/repeat-percent.ly: add mmrests as extra test.
7297
7298         * lily/axis-group-engraver.cc (acknowledge_grob): read
7299         keepAliveInterfaces to decide what to kill.
7300
7301         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
7302         percent-repeat-interface to keepAliveInterfaces. This fixes
7303         percent-repeat-harakiri.
7304
7305 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7306
7307         * SCons updates.
7308
7309 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7310
7311         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
7312
7313         * aclocal.m4: remove --enable-tfm-path configure option
7314
7315         * input/test/ancient-font.ly (lowerStaff): clef name errors.
7316
7317         * scm/backend-library.scm (postscript->png): newline after
7318         finishing command.
7319
7320         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
7321         (LY_DEFINE): ly:paper-score-paper-systems: new function 
7322
7323         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
7324
7325         * lily/score.cc (default_rendering): use Music_output too.
7326
7327         * input/test/chord-names-languages.ly (Module): rename file.
7328
7329         * lily/text-spanner.cc: add bound-padding.
7330
7331         * lily/paper-book.cc (systems): accept Paper_score
7332         iso. Paper_system vector. 
7333
7334         * input/regression/line-arrows.ly: new file.
7335
7336         * lily/paper-score.cc (process): run get_paper_systems() only once.
7337
7338         * lily/line-spanner.cc (line_stencil): add arrows.
7339
7340 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
7341
7342         * lily/line-interface.cc (make_arrow): new function. 
7343         (arrows): idem.
7344
7345 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
7346
7347         * input/test/chord-names-german.ly: update for italian/french
7348         chords.
7349         
7350         * Documentation/user/instrument-notation.itely (Printing chord
7351         names): update.
7352
7353 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7354
7355         * lily/include/paper-score.hh (class Paper_score): remove unused
7356         prototypes.
7357
7358         * lily/book.cc (process): add -COUNT to midi output.
7359
7360         * lily/score.cc (book_rendering): remove outname argument
7361         (book_rendering): return list of Music_outputs. 
7362
7363         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
7364
7365         * lily/book.cc (process): loop over Music_outputs returned from
7366         Score::book_rendering().
7367
7368         * lily/*.cc (width_callback): remove spurious "unused" warnings
7369         for assert (axis==[XY]_AXIS); 
7370
7371         * lily/include/music-output.hh (class Music_output): smobify class.
7372
7373         * lily/include/paper-score.hh (class Paper_score): make members
7374         private.
7375
7376         * lily/performance.cc (process): return #f iso. #<undefined>. This
7377         prevents #<undefined> leaking into GUILE-userspace.
7378
7379 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7380
7381         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
7382
7383 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
7384
7385         * scm/chord-name.scm : support for italian and french
7386         chords names.
7387
7388         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
7389         a space defined by chordPrefixSpacer when the root name is
7390         direclty followed by a prefix.
7391
7392         * ly/engraver-init.ly : chordPrefixSpacer       
7393         * scm/define-context-properties.scm : chordPrefixSpacer
7394         * ly/property-init.ly : italianChords, frenchChords 
7395
7396 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7397
7398         * mf/feta-din.mf: Remove.
7399
7400         * mf/GNUmakefile (fontdir): Bugfix.
7401
7402         * mf/SConstruct: Some updates.
7403
7404         * SConstruct: Require pkg-config.
7405         (test_program): Bugfix for double digit version compares, use
7406         integer (not string-) compare.
7407         Optionally require gs 8.14.
7408
7409         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
7410
7411         * lily/*: s/ifdef HAVE_*/if have/.
7412
7413         * SConstruct (test_lib): New function.  Update pkg-config and some
7414         other requirements.
7415
7416         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
7417         freetype, pangof2t.
7418
7419 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7420
7421         * po/lilypond.pot, ...: Update using bison-CVS.
7422
7423         * python/lilylib.py (make_ps_images): Fixo.
7424
7425 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7426
7427         * python/lilylib.py (make_ps_images): typo.
7428
7429         * configure.in (gui_b): make bison optional.
7430
7431         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
7432
7433 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
7434
7435         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
7436         with one parameter can be defined in a LaTeX file when processed
7437         by lilypond-book this will be evaluated between the systems of
7438         a multi-system score. The parameter is the number of systems processed.
7439
7440 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7441
7442         * python/lilylib.py (make_ps_images): Escape newline.
7443
7444         * Documentation/user/music-glossary.tely: Run
7445         texinfo-all-menus-update.
7446
7447 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7448
7449         * scm/lily-library.scm (old-relative-not-used-message)
7450         (version-not-seen-message): Add input-file-name-location to message.
7451
7452         * lily/parser.yy (lilypond): Add token aliases.
7453
7454         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
7455         not confuse with alteration.
7456         (alteration): Add.
7457
7458 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7459
7460         * python/lilylib.py (make_ps_images): use -dEPSCrop
7461
7462         * VERSION (PACKAGE_NAME): release 2.5.19 
7463
7464         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
7465         only put xrefs in info documentation.
7466
7467         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
7468         .pdf rule to tex-rules.make.
7469
7470         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
7471         from -systems.* output.
7472
7473         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
7474         directly, remove -$(PAGESIZE) target.
7475
7476         * input/test/embedded-postscript.ly: update.
7477
7478 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7479
7480         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
7481
7482         * Documentation/user/changing-defaults.itely (Font selection):
7483         document font-name.
7484
7485         * input/regression/font-name.ly: show Pango fonts for
7486         font-name. Update example. 
7487
7488         * lily/pango-select.cc (properties_to_pango_description): don't
7489         convert symbol font-size to number, but use to lookup.
7490
7491         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
7492
7493         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
7494         (NAME . FILE-NAME) tuples for font descriptions. 
7495         (write-preamble): display BeginFont DSC comments.
7496
7497         * python/fontextract.py (write_extracted_fonts): new file. Extract
7498         font resources from a PS file.
7499
7500         * scripts/lilypond-book.py (option_definitions): --psfonts option.
7501         (Compile_error.process_include): do_file returns chunks.
7502
7503         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
7504
7505         * make/lysdoc-targets.make: .texi is .PRECIOUS
7506
7507         * scripts/lilypond-book.py (write_if_updated): new function.
7508
7509 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7510
7511         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
7512
7513 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7514
7515         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
7516
7517         * input/regression/markup-syntax.ly: remove \score.
7518
7519         * scm/define-markup-commands.scm (draw-circle): add fill argument
7520
7521         * scm/stencil.scm (make-circle-stencil): add fill argument
7522
7523         * ps/music-drawing-routines.ps: add fill argument.
7524
7525         * ly/performer-init.ly: add CueVoice to MIDI too.
7526
7527         * ps/music-drawing-routines.ps: new routine BeginEPSF /
7528         EndEPSF.
7529
7530         * input/regression/markup-eps.ly: new file.
7531
7532         * scm/framework-ps.scm (write-preamble): change order: vars should
7533         be inited before procedures.
7534
7535         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
7536         for EPS files.
7537
7538         * scm/define-markup-commands.scm (epsfile): add epsfile command.
7539
7540 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7541
7542         * configure.in (gui_b): add check for ghostscript 8.15
7543
7544 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7545
7546         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
7547         start of line. Fixes cresc-after-newline.ly
7548
7549         * lily/source-file.cc (file_line_column_string): use get_column().
7550
7551 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7552
7553         * lily/source-file.cc (get_column): utf-8 support for column numbers.
7554
7555 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7556
7557         * lily/*: use message () iso progress_indication () for messages.
7558         Revise/uniformise user messages.
7559
7560         * flower/warn.cc (progress_indication): New function.
7561         (message): Use it.  Fixes newline problems.
7562
7563         * config.make.in (webdir): Sort out install dirs.
7564
7565         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
7566
7567         * python/lilylib.py (command_name): Bugfix.
7568         (make_ps_images):
7569
7570 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
7571
7572         * lily/main.cc: --help says what types of backends are availabe
7573
7574 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7575
7576         Fix ./VERSION dependency, and without need to reconfigure.
7577
7578         * lily/main.cc (setup_paths): Update.
7579
7580         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
7581
7582         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
7583
7584         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
7585         Add \line for some simplistic cases.
7586
7587         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
7588
7589 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7590
7591         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
7592         to compile LY files (useful for adding eg. "-I" args)
7593         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
7594         2Gnome command for gnome backend.
7595         (LilyPond-command-formatgnome): call the 2Gnome command. key
7596         binding: C-c C-g
7597
7598 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7599
7600         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
7601         depend on all PNG images.
7602
7603 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7604
7605         * GNUmakefile.in: Bugfix: also link .map files.
7606
7607 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7608
7609         * scm/music-functions.scm (music->make-music): generate 
7610         a (make-music ...) sexpr from a music expression.
7611         (display-scheme-music): use guile pretty printer to display the
7612         make-music sexpr.
7613
7614 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7615
7616         * ly/engraver-init.ly: reindent.
7617         Add CueVoice.
7618
7619         * scm/music-functions.scm (music-pretty-string): handle moments
7620         too.
7621         (music-pretty-string): only print non-empty lists.
7622         (cue-substitute): create CueVoice context, which has smaller type.
7623
7624         * lily/moment-scheme.cc (LY_DEFINE): new methods
7625         ly:moment-grace-{numerator,denominator}
7626
7627         * lily/context-handle.cc: remove quit() method. 
7628
7629         * lily/font-config.cc (init_fontconfig): be verbose about font path.
7630         (init_fontconfig): success is 0, not !0
7631
7632 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7633
7634         * mf/feta-nummer-code.mf (code): add plus glyph.
7635
7636         * lily/tie.cc (print): idem.
7637
7638         * lily/slur.cc (print): don't use thickness property for
7639         slur shape-thickness.
7640
7641         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
7642         while adding stencils.
7643
7644         * scm/define-markup-commands.scm (with-color): with-color markup
7645         command.
7646         (whiteout): new markup command 
7647         (filled-box): new markup command
7648
7649 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7650
7651         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
7652         test for PDF docs.
7653
7654         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
7655         PFAAybabtu-Regular.  Fixes feta font in PDFs.
7656         
7657         Notes for tetex-3.0 make web:
7658            psclean.map: s/uhv8a/uhvr8a/
7659            config.ps add:
7660                 p +psfonts_t1.map
7661                 p +psclean.map
7662                 p +typeface.map
7663
7664 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7665
7666         * scm/music-functions.scm (music-pretty-string): fix bug with
7667         string argument.
7668
7669 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
7670
7671         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
7672
7673 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7674
7675         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
7676         only process options if they're there.
7677         (write_file_map): add version-seen? to snippet-map.ly
7678
7679 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
7680
7681         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
7682         formatting cleanups.
7683
7684         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
7685         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
7686
7687 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7688
7689         * scm/framework-ps.scm (ps-font-command): don't hash, just use
7690         name directly.
7691
7692         * lily/main.cc (setup_paths): either add mf/out to search path or 
7693         fonts/{otf,type1,etc}
7694         
7695         * lily/font-config.cc (init_fontconfig): either add mf/out to
7696         FontConfig or fonts/{otf,type1,etc}
7697
7698         * GNUmakefile.in: don't put mf/ link in share/ dir.
7699
7700         * lily/staff-spacing.cc: move same-direction-correction to
7701         note-spacing-interface
7702
7703         * scm/lily.scm (lilypond-main): use variable argument count for
7704         exception handler.
7705
7706         * lily/font-config.cc (init_fontconfig): add operator pacification
7707         message.
7708
7709         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
7710
7711         * buildscripts/gen-emmentaler-scripts.py (i): generate
7712         PFAEmmentaler as well.
7713
7714         * scm/framework-ps.scm (munge-lily-font-name): new function
7715         (write-preamble): hack: insert PFA equivalent of CFF into
7716         .PS. This makes LilyPond output printable on normal PS printers
7717         again.
7718
7719         * buildscripts/gen-emmentaler-scripts.py (i): generate
7720         PFAEmmentaler.pfa aswell.
7721
7722 2005-04-06  John Williams <williams@tni.com>  
7723         
7724         * scripts/lilypond-book.py: refactor the compose_ly procedure.
7725         
7726 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7727
7728         * scm/page-layout.scm (default-page-make-stencil): always combine
7729         the header stencil, even if empty. This prevents the body text to
7730         reach up to the margins.
7731
7732         * po/rw.po (Module): new file, for Kinyarwanda.
7733
7734         * input/test/spacing-optical.ly (Module): new file.
7735
7736         * lily/staff-spacing.cc: add same-direction-correction
7737
7738 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7739
7740         * Documentation/user/introduction.itely (Engraving): Comment-out
7741         non-existent file.
7742
7743 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7744
7745         * scm/define-grob-properties.scm (all-user-grob-properties): add
7746         same-direction-correction
7747
7748         * VERSION: release 2.5.18
7749
7750 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7751
7752         * lily/grob.cc (mark_smob): Check pscore->layout_ before
7753         dereferencing.  Fixes make web.
7754
7755         * lily/midi-stream.cc: Handle unwritable midi file.  Include
7756         errno.h.
7757
7758         * Documentation/user/: Fix links.
7759
7760 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7761
7762         * lily/text-interface.cc (Module): rename from text-item.cc
7763
7764         * input/regression/apply-output.ly (texidoc): function naming fix.
7765
7766         * lily/time-signature-performer.cc (derived_mark): new function.
7767
7768         * lily/lily-parser-scheme.cc:  print mapped file name for progress
7769
7770         * scripts/lilypond-book.py (find_linestarts): new function.
7771         (find_toplevel_snippets): keep track of line numbers.
7772
7773         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
7774         all key changes.
7775
7776         * ly/declarations-init.ly (partCombineListener): use
7777         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
7778
7779         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
7780
7781 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7782
7783         * lily/text-item.cc: Fix link.
7784
7785         * Documentation/user/changing-defaults.itely (Changing defaults):
7786         Fix programs reference links.
7787
7788         * Documentation/user/music-glossary.tely: Convert to utf-8.
7789
7790 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7791
7792         * make/lilypond-vars.make: remove TEXMF from variables.
7793         remove DEB_BUILD pk font variables.
7794         remove GUILE_LOAD_PATH
7795         remove TeX memory vars.
7796
7797 2005-04-04  Werner Lemberg  <wl@gnu.org>
7798
7799         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
7800
7801 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7802
7803         * ps/lilyponddefs.ps: remove reencode-font
7804
7805         * lily/simple-spacer.cc (add_columns): also compare
7806         directly. Column rank doesn't distinguish between broken and
7807         unbroken columns. This fixes large spaces before time sig changes.
7808
7809         * Documentation/user/point-and-click.itely: document ly:set-option.
7810
7811         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
7812         point_and_click_global is set.
7813
7814         * lily/scm-option.cc (LY_DEFINE): add point-and-click
7815         ly:set-option argument.
7816
7817 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7818
7819         * GNUmakefile.in: Include symlinks in webball.
7820
7821         * Documentation/user/GNUmakefile (source-links): Add symlinks to
7822         source dir for split and non-split manuals.
7823
7824         * Documentation/user/*y: Fix @uref/@inputfile links for
7825         split/non-split HTML documents.
7826
7827         * Documentation/user/GNUmakefile (local-WWW): Do not generate
7828         .ps.gz.
7829         
7830 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7831
7832         * GNUmakefile.in: Add newline.
7833
7834 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
7835
7836         * tex/lilyponddefs.tex: use color instead of xcolor
7837         * scm/output-tex.scm: minor editing
7838
7839 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7840
7841         * scm/music-functions.scm (display-scheme-music): pretty printer
7842         for music expressions.
7843
7844 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7845
7846         * buildscripts/install-info-html.sh (index_file): Fix link.
7847
7848 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7849
7850         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
7851
7852         * Documentation/index.html.in: Add size estimates with some big pages.
7853
7854         * Documentation/user/tutorial.itely (Running LilyPond for the
7855         first time): Add/replace some @rglos links.  TODO: add more
7856         @rglos links in tutorial, test non-intrusiveness (.css).
7857
7858         * stepmake/bin/add-html-footer.py (do_file): Remove info's
7859         annoying's indication of referencing external document.
7860
7861         * Documentation/user/GNUmakefile: Split version of glossary too.
7862         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
7863         links, not only for html.
7864
7865         * Documentation/user/introduction.itely: Fix some links for other
7866         than html, do not use `here' as link name.
7867
7868 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7869
7870         * scm/documentation-generate.scm (string-append): Fix @usermanref,
7871         @glossaryref.
7872
7873 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7874
7875         * scm/page-layout.scm (default-page-make-stencil): only add header
7876         if existing and not empty. Fixes spurious programming error.
7877
7878         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
7879
7880 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
7881
7882         * scm/output-tex.scm: implement {re,}setcolor
7883         * tex/lilyponddefs.tex: use color package
7884
7885 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7886
7887         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
7888         additions to website.
7889
7890         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
7891
7892         * Documentation/user/macros.itexi: Fix @usermanref html links in
7893         split documents: use @inforef.
7894
7895 2005-03-30  Graham Percival  <gperlist@shaw.ca>
7896
7897         * Documentation/user/programming-interface.itely: minor fix.
7898
7899         * Documentation/user/advanced-notation.itely: added info to
7900         Metronome markings.
7901
7902 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7903
7904         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
7905         use box-stencil.  Remove y-padding argument.
7906         (make-stencil-circler): New function.
7907
7908         * buildscripts/lilypond-words.py (F): 
7909         * elisp/SConscript (a): 
7910         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
7911         * vim/SConscript (a): 
7912         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
7913
7914         * lily/general-scheme.cc: Build fix.
7915
7916         * scm/markup.scm:
7917         * input/regression/markup-scheme.ly: 
7918         * input/regression/markup-syntax.ly: Drop 'new-' from name.
7919
7920         * scm/stencil.scm (make-circle-stencil): New function.
7921
7922         * scm/define-markup-commands.scm (draw-circle): Use it.  New
7923         name (was cicle).  Update callers.
7924         (circle): New markup command, similar to box.
7925
7926         * scm/stencil.scm (circle-stencil): New function.
7927
7928 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
7929
7930         * configure.in: Detect libutf8/wchar.h variant.
7931
7932         * stepmake/aclocal.m4: Modify shared size test.
7933
7934 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7935
7936         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
7937
7938 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7939
7940         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
7941         
7942         * VERSION (PACKAGE_NAME):  release 2.5.17
7943
7944 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7945
7946         * scm/backend-library.scm (postscript->png): Fix comment and png
7947         message.
7948
7949         * GNUmakefile.in (link-tree): Fix locales.
7950
7951 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7952
7953         * lily/stencil-scheme.cc (LY_DEFINE): change to
7954         ly:stencil-aligned-to, non mutating.
7955
7956         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
7957
7958         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
7959
7960         * lily/quote-iterator.cc (derived_mark): call
7961         Music_wrapper_iterator::derived_mark() too.
7962
7963         * lily/grace-engraver.cc (derived_mark): change signature, add
7964         const.
7965
7966 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7967
7968         * SConstruct (symlink): 
7969         * GNUmakefile.in (link-tree): Add scripts to prefix.
7970
7971         * lily/general-scheme.cc (ly:effective-prefix): New function.
7972
7973         * scm/backend-library.scm (postscript->png): Use it.
7974
7975 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7976
7977         * lily/paper-score.cc (process): don't delete grobs after
7978         producing stencils. 
7979
7980         * scm/part-combiner.scm (determine-split-list): switch off
7981         debugging info.
7982
7983         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
7984         if available.
7985
7986         * scm/define-context-properties.scm
7987         (all-user-translation-properties): add stringNumberOrientations.
7988
7989         * lily/new-fingering-engraver.cc (position_scripts): make generic,
7990         so fingering and string-numbers are separately controlled.
7991
7992 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7993
7994         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
7995         not use debugging.
7996
7997 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7998
7999         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
8000
8001         * config.hh.in: add HAVE_FONTCONFIG.
8002
8003         * Documentation/user/instrument-notation.itely (String number
8004         indications): new node.
8005
8006         * input/regression/new-markup-syntax.ly (texidoc): add circle.
8007
8008         * lily/new-fingering-engraver.cc (add_string): new function. 
8009         (acknowledge_grob): accept string-number-event as well.
8010
8011         * scm/define-markup-commands.scm (circle): new markup command.
8012
8013         * scm/output-lib.scm (print-circled-text-callback): new function.
8014
8015         * lily/GNUmakefile: move ifeq after include stepmake.make.
8016
8017 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8018
8019         * config.make.in (HAVE_LIBKPATHSEA_SO):
8020         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
8021
8022         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
8023         add KPATHSEA_LIBS.
8024
8025         * debian/watch: 
8026         * debian/control: Update.
8027
8028 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8029
8030         * input/test/title-markup.ly (spaceTest): remove.
8031
8032         * input/test/embedded-tex.ly (Module): remove.
8033
8034         * input/test/music-box.ly: use 'name property, not ly:music-name.
8035
8036         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
8037
8038         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
8039
8040 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8041
8042         * Documentation/topdocs/INSTALL.texi (Top): Remove information
8043         about xdeltas.  Add information about CVS.
8044
8045         * scm/lily.scm (lilypond-main): Fix invocation of handler,
8046         gracefully handle failed files.
8047
8048         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
8049
8050         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
8051         small fixes.
8052
8053         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
8054         No unnecessarily specific i18n messages.  Remove stray `1'.
8055
8056 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8057
8058         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
8059         documentencoding
8060
8061         * scm/documentation-lib.scm (texi-file-head): set utf-8
8062         documentencoding.
8063
8064         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
8065         Delta, not the Symbol one. 
8066
8067         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
8068         for the .map file.
8069
8070         * Documentation/topdocs/INSTALL.texi (Top): add running
8071         requirement as compilation requirement.
8072
8073 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8074
8075         * buildscripts/mutopia-index.py (headertext): add h1 header and
8076         utf-8 charset meta field.
8077
8078         * input/GNUmakefile: prune example list.
8079
8080         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
8081         options.
8082
8083         * lily/slur-scoring.cc (get_base_attachments): only look at stem
8084         extent for visible stems.
8085
8086         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
8087
8088 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8089
8090         * Documentation/topdocs/INSTALL.texi (Top): Updates.
8091
8092         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
8093
8094 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8095
8096         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
8097         pass inf/nan into slur scoring.
8098
8099         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
8100         page.
8101
8102         * scripts/abc2ly.py (dump_voices): use alphabet().
8103
8104 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
8105         
8106         * mf/GNUmakefile (depth): use $(FONTFORGE). 
8107
8108 2005-03-27 Matthias Neeracher <neeracher@mac.com>
8109         
8110         * flower/include/virtual-methods.hh: simplify. Patch by
8111
8112 2005-03-25  John Williams <williams@tni.com>  
8113
8114         * scripts/lilypond-book.py (main): add png for HTML too, guess
8115         only if necessary. 
8116
8117 2005-03-25  Graham Percival  <gperlist@shaw.ca>
8118
8119         * Documentation/topdocs/INSTALL.texi: now recommends
8120         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
8121
8122         * Documentation/user/basic-notation.itely,
8123         Documentation/user/tutoria.itely: warn about
8124         only one (phrasing) slur at once.
8125
8126 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
8127
8128         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
8129
8130 2005-03-23  Graham Percival  <gperlist@shaw.ca>
8131
8132         * Documentation/user/basic-notation.itely: fixed info about
8133         ending a (de)cresc.
8134
8135         * Documentation/user/lilypond-book.itely: fixed
8136         lilypond-book filter example and warned about not doing
8137         --filter and --process at the same time.
8138
8139 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8140
8141         * lily/parser.yy (bass_number),
8142         Documentation/user/instrument-notation.itely (Figured bass): 
8143         Add the possibility to use text markup in figured bass. 
8144
8145 2005-03-19  Graham Percival  <gperlist@shaw.ca>
8146
8147         * Documentation/user/global.itely: added info about naming
8148         identifiers and breakbefore.
8149
8150         * Documentation/user/invoking.itely: added info about batch
8151         processing files with convert-ly, removed references to TeX
8152         in the jail section.
8153
8154         * Documentation/user/examples.itely: possibly fixed piano
8155         dynamics.
8156
8157         * Documentation/user/advanced-notation.itely: added info
8158         about removing other types of Staff.
8159
8160         * Documentation/user/instrument-notation.itely: possibly
8161         fixed piano staff line switch.
8162
8163         * Documentation/user/changing-defaults.itely: added info
8164         about using normal font in titles.
8165
8166 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8167
8168         * VERSION (PATCH_LEVEL): release 2.5.16
8169
8170         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
8171         explicitly.
8172
8173 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8174
8175         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
8176         whitespace.
8177
8178         * python/lilylib.py (make_ps_images):
8179         * scm/backend-library.scm (postscript->pdf, postscript->png):
8180         Quote file name.  Use format rather than string-append juggling.
8181
8182 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8183
8184         * python/lilylib.py (make_ps_images): add x to -g argument. 
8185
8186         * lily/key-performer.cc (create_audio_elements): don't use
8187         scm_eval_string. Check for minor 3rd directly.
8188   
8189         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
8190         (sarabandeCelloGlobal): key is D minor, not F major.
8191
8192 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8193
8194         Fix truncated --png output (Peter Danenberg).
8195         
8196         * python/lilylib.py (make_ps_images):
8197         * scripts/ps2png.py (copyright): Grok --papersize option.
8198
8199         * scm/backend-library.scm (postscript->png): Add parameter
8200         PAPERSIZE.  Update callers.
8201
8202         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
8203         Fixes symbol placement.
8204
8205         * lily/spanner.cc: 
8206         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
8207         <libc-extension.hh>).
8208
8209 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8210
8211         * Nitpick run.
8212
8213         * buildscripts/fixcc.py: Update.
8214
8215         Builddir run fixes.
8216
8217         * HACKING (datadir): Add VERSION.
8218
8219         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
8220         higher up.
8221
8222 2005-03-15  Werner Lemberg  <wl@gnu.org>
8223
8224         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
8225         diagonal stem doesn't become thinner.
8226
8227 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8228
8229         * buildscripts/fixcc.py: Fixes (Werner).
8230
8231 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8232
8233         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
8234         Emmentaler/Aybabtu.
8235
8236         * GNUmakefile.in: fix lilypond-words path.
8237
8238         * po/tr.po: update to 2.3.21
8239
8240         * lily/new-fingering-engraver.cc (position_scripts): take priority
8241         from head position.
8242
8243         * input/regression/finger-chords-order.ly (texidoc): new file.
8244
8245 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8246
8247         * make/ly-rules.make: 
8248         * stepmake/aclocal.m4: 
8249         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
8250
8251         * buildscripts/fixcc.py (rules): Leave space after operator.
8252
8253 2005-03-14  Werner Lemberg  <wl@gnu.org>
8254
8255         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
8256         top of the glyph with smooth curve.
8257
8258 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8259
8260         * Documentation/user/global.itely (Page layout): remove
8261         printpagenumber.
8262
8263 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
8264
8265         * input/regression/mensural-ligatures.ly: new file (with examples
8266         compiled by Pal Benko).
8267
8268         * Documentation/user/instrument-notation.itely: Bugfix: yet some
8269         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
8270         musicglyph access.  Many small beautifications in ancient
8271         examples.
8272
8273         * input/test/divisiones.ly: fixed indentation; small
8274         beautifications
8275
8276         * ly/engraver-init.ly: added FIXME comment
8277
8278         * scripts/lilypond-book.py,
8279         Documentation/user/lilypond-book.itely: added music fragment
8280         option "packed" to lilypond-book
8281
8282         * Documentation/user/instrument-notation.itely: Bugfix: added
8283         missing LedgerLineSpanner color setting in several places.  Added
8284         music fragment option "packed" to VaticanaContext example.
8285
8286 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8287
8288         * scm/define-grobs.scm (all-grob-descriptions): switch off
8289         Hyphen_spanner::set_spacing_rods 
8290
8291         * lily/lyric-hyphen.cc (print): add padding between syllable and
8292         hyphen.
8293         (print): shorten hyphen in tight situations (determine using
8294         minimum-length)
8295
8296         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
8297         0.4pt.
8298
8299 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8300
8301         * ly/titling-init.ly (bookTitleMarkup): Refinements.
8302
8303         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
8304         header/footer markings for regression-test.
8305
8306         * scm/backend-library.scm (output-scopes, header-to-file): Move
8307         from framework-tex.scm.
8308
8309         * scm/framework-ps.scm (output-framework)
8310         (output-preview-framework):
8311         * scm/framework-eps.scm (output-classic-framework)
8312         (output-framework): Use it.  Fixes collated files.
8313
8314 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8315
8316         * input/sakura-sakura.ly: 
8317         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
8318
8319         * buildscripts/guile-gnome.sh: Update.
8320
8321         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
8322
8323         * mf/aybabtu.pe.in: Capitalize Aybabtu.
8324
8325 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8326
8327         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
8328         culprit: always exit the loop if we find a rod, even if it has
8329         distance < 0. 
8330
8331         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
8332         algorithm.
8333
8334         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
8335         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
8336
8337         * scm/output-svg.scm (dashed-line): new  function body.
8338         
8339         * GNUmakefile.in: create .htaccess.
8340
8341 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8342
8343         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
8344
8345 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8346
8347         * VERSION (PACKAGE_NAME): release 2.5.15
8348
8349         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
8350
8351         * scm/framework-svg.scm (output-framework): put scaling in
8352         document header. Apply scaling only once.
8353         (output-framework): dump page size in px, not mm. 
8354
8355         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
8356         from font-size.
8357
8358         * lily/paper-outputter-scheme.cc (LY_DEFINE):
8359         ly:outputter-output-scheme, new function.
8360
8361         * scm/output-svg.scm (pango-description-to-svg-font): new function
8362
8363 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8364
8365         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
8366         target.
8367
8368         * input/typography-demo.ly: new file.
8369
8370 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8371
8372         * Documentation/user/global.itely (File structure): Add markup blocks
8373         to toplevel expressions.
8374         (Multiple movements, Creating titles): Add markup blocks.
8375
8376         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
8377         <libc-extension.hh>).
8378
8379         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
8380
8381         * flower
8382         * lily
8383         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
8384
8385 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8386
8387         * lily/accidental.cc: special bboxes for natural. 
8388
8389         * mf/feta-toevallig.mf: make stems heavier.
8390
8391         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
8392         texts as well.
8393
8394         * mf/feta-klef.mf: revise. 
8395
8396         * mf/feta-schrift.mf: make thinning of accent less pronounced.
8397
8398         * mf/feta-klef.mf: add rounded curve at top. 
8399         make thinnib a little heavier.
8400
8401 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8402
8403         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
8404
8405         * buildscripts/fixcc.py: New file.
8406
8407         * input/regression/utf8.ly: Update Debian font description.
8408
8409 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8410
8411         * stepmake/aclocal.m4: Fix test.
8412
8413 2005-03-09  Graham Percival  <gperlist@shaw.ca>
8414
8415         * Documentation/user/invoking.itely: added Sebastino Vigna's
8416         docs for the --jail option.
8417
8418 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8419
8420         * lily/stem.cc (print): only produce stemlets if there are no
8421         noteheads on this stem.
8422
8423         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
8424         don't crash on stemlet (visible stem without heads).
8425
8426         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
8427         unbroken situations. 
8428
8429         * scm/output-lib.scm (center-invisible): new function.
8430
8431         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
8432         wishes to determine loose column space.
8433
8434         * lily/font-config.cc (init_fontconfig): add
8435         fonts/{otf,type1,cff}  to path.
8436
8437         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
8438
8439         * mf/GNUmakefile (Module): install all fonts under otf/
8440
8441         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
8442         replace /fonts/otf/ by /ps/ 
8443
8444         
8445 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8446
8447         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
8448
8449         * lily/book.cc (process): Oops, add score_.header_.
8450
8451         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
8452
8453         * lily/parser.yy: Handle toplevel and book texts as score.
8454
8455         * scm/page-layout.scm (default-page-make-stencil):
8456         Bugfix: (page-properties rename.
8457
8458         * scm/backend-library.scm (ly:system): Typo.
8459
8460 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8461
8462         * stepmake/stepmake/executable-targets.make (installexe): don't
8463         strip installed executables
8464
8465         * lily/font-select.cc (get_font_by_design_size): revert
8466         pango_description_string as well.
8467
8468         * lily/system.cc (set_loose_columns): put loose column just left
8469         of next column.
8470
8471         * lily/include/group-interface.hh (extract_grob_array): rename
8472         from Pointer_group_interface__extract_grobs
8473
8474         * input/regression/ledger-line-minimum.ly (texidoc): new file.
8475
8476         * lily/ledger-line-spanner.cc (set_spacing_rods): new
8477         function. Keep ledgered note heads at a minimum distance.
8478         Introduce minimum-length-fraction
8479         (print): introduce length-fraction property.
8480
8481 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8482
8483         * tex/GNUmakefile: remove latin1.enc rules.
8484
8485 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8486
8487         * scm/titling.scm: Typo.
8488
8489         * input/regression/score-text.ly: Really add.
8490
8491         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
8492
8493 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8494
8495         * lily/open-type-font-scheme.cc:  new file.
8496
8497 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8498
8499         * scm/titling.scm (layout-extract-page-properties): Rename from
8500         page-properties.  Update callers.
8501
8502         * lily/lexer.ll (Lily_lexer):
8503         * lily/parser.yy: Junk lyric_markup state.
8504
8505         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
8506
8507         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
8508         Add texts parameter.
8509
8510 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8511
8512         * lily/lexer.ll (lyric_markup): New mode.
8513         (Lily_lexer::push_lyric_markup_state): New method.
8514         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
8515
8516         * lily/parser.yy (book_body):
8517         (toplevel_expression): Grok \markup texts.
8518
8519         * lily/score-scheme.cc (ly:music-scorify): 
8520         * scm/lily-library.scm (collect-music-for-book): Take texts
8521         parameter.
8522
8523         * lily/score.cc (texts_): New member.
8524
8525         * lily/paper-book.cc (systems): Format score texts.
8526
8527         * score-text.ly: New file.
8528
8529         * ttftool/SConscript:
8530         * kpath-guile/SConscript: New file.
8531
8532         * lily/SConscript:
8533         * SConstruct: Update.
8534
8535 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8536
8537         * VERSION (PACKAGE_NAME): release 2.5.14
8538
8539 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8540
8541         * lily/main.cc: Add dummy xgettext markers.
8542
8543 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8544
8545         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
8546         requirements
8547
8548         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
8549         executable is < 40k
8550
8551         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
8552         hack.
8553
8554 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8555
8556         * flower/libc-extension.cc:
8557         * flower/include/libc-extension.hh: [Open]BSD simply cast
8558         cookie/funopen declarations.
8559
8560         * stepmake/aclocal.m4: Check for libkpathsea.so.
8561
8562         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
8563         dl_kpse_find_file.
8564
8565 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8566
8567         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
8568         (open_library): alternative for static library.
8569
8570 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8571
8572         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
8573
8574         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
8575
8576         Drop run-time dependency on teTeX.
8577
8578         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
8579
8580         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
8581         KPATHSEA_LIBS in LIBS.
8582         (STEPMAKE_DLOPEN): New function.
8583
8584         * lily/font-config.cc (init_fontconfig): Use dir for directory,
8585         not path.
8586
8587         * flower/file-path.cc (directories): Rename from paths, as this
8588         return an array of directories (a single path).
8589
8590 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8591
8592         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
8593
8594         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
8595         new ly:kpathsea-find-file
8596
8597         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
8598
8599         * kpath-guile/GNUmakefile: new file
8600
8601         * buildscripts/gen-emmentaler-scripts.py (i): generate
8602         emmentaler-X.fontname as well.
8603
8604         * buildscripts/ps-embed-cff.py: new script
8605
8606         * scm/lily-library.scm: remove ps-embed-cff.
8607
8608         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
8609         font loading. 
8610
8611         * scm/font.scm (add-music-fonts): load dynamics/numbers through
8612         fontconfig as well.
8613
8614         * lily/font-config.cc (init_fontconfig): add cff/ too.
8615
8616         * ly/generate-embedded-cff.ly: capitalize.
8617
8618         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
8619         so as to register the pango font.
8620
8621         * lily/font-config.cc (init_fontconfig): add
8622         prefix/{otf,type1,mf/out} to fontconfig path.
8623
8624         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
8625         overrides all. 
8626
8627         * configure.in (gui_b): remove ec mftrace check
8628
8629         * config.hh.in: use lilypond-Major.Minor as data directory.
8630
8631         * scm/framework-ps.scm (dump-page): use output-units for landscape.
8632
8633         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
8634         name.
8635
8636 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8637
8638         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
8639         error messages.
8640
8641         * flower/libc-extension.cc:
8642         * flower/include/libc-extension.hh: [Open]BSD fixes for
8643         cookie/funopen declarations.
8644
8645 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8646
8647         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
8648         emmentaler.
8649
8650         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
8651         lcrm10.
8652
8653         * scm/define-markup-commands.scm (fontsize): new markup
8654         command. Also set baseline-skip
8655
8656 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
8657         
8658         * lily/main.cc (do_chroot_jail): paranoia security for webserver
8659         use.
8660
8661 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8662
8663         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
8664
8665         * lily/pdf.cc: remove PDF related files
8666
8667 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8668
8669         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
8670         <hamamatsu@gmx.de>
8671
8672 2005-03-05  Graham Percival  <gperlist@shaw.ca>
8673
8674         * Documentation/user/advanced-notation.itely: first draft
8675         of reorg done.
8676
8677         * Documentation/user/global.itely: fixed (sub)section
8678         bits of MIDI.
8679
8680 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8681
8682         * cygwin/mknetrel (extras): Bufix (Bertalan).
8683
8684         * Documentation/user/basic-notation.itely (Chords): @ref fix.
8685         * Documentation/user/instrument-notation.itely (Introducing chord
8686         names): Compile fix: must have unique name.
8687
8688 2005-03-02  Graham Percival  <gperlist@shaw.ca>
8689
8690         * Documentation/user/instrument-notation.itely: reorg.
8691
8692 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8693
8694         * scm/output-gnome.scm:
8695         * scm/output-svg.scm: Fix font scaling.
8696
8697 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8698
8699         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
8700         what link to use best.
8701
8702         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
8703         * Documentation/user/tutorial.itely (Automatic and manual beams):
8704         Fix @ref.
8705
8706         * lily/tweak-registration.cc (replace_grob_tweak): New function.
8707         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
8708         * scm/framework-gnome.scm (tweak): Use it.
8709
8710 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8711
8712         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
8713
8714         * scm/output-ps.scm (white-text): reinstate white-text
8715
8716 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8717
8718         * scm/output-ps.scm (offset-add): Remove.
8719
8720         * scm/lily-library.scm (offset-flip-y): New function.
8721         * scm/framework-gnome.scm (tweak): Use it.
8722
8723         * scm/output-gnome.scm (grob-cause): Add parameter.
8724
8725         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
8726         * scm/output-ps.scm (url-link): Move.
8727         (white-text): Warn user about brokenness.
8728
8729         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
8730         wrt ghostscript.
8731
8732 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8733
8734         * lily/slash-repeat-engraver.cc (try_music): always make slashes
8735         if body length smaller than measure length.
8736
8737         * scm/define-markup-commands.scm (with-url): oops. use Y extent
8738         for Y.
8739
8740         * ly/titling-init.ly (tagline): put default tagline in \paper
8741
8742 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8743
8744         * lily/kpath.cc: 
8745         * lily/pdf.cc (Pdf_file): Use more generic error messages.
8746
8747         * scm/lily-library.scm (version-not-seen-message): New function.
8748         * ly/init.ly: Use it.
8749
8750         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
8751         breaks as progess.
8752
8753         * scripts/lilypond-book.py (do_process_cmd): Do not lump
8754         whitespace with l10n message.
8755
8756         * scm/framework-tex.scm (convert-to-ps):
8757         (convert-to-dvi): Do not use overly specific l10n messages.
8758
8759         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
8760
8761         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
8762         merge stderr with stdout.  
8763
8764 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8765
8766         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
8767         Neeracher).
8768
8769 2005-02-29  Graham Percival  <gperlist@shaw.ca>
8770
8771         * Documentation/user/instrument-notation.teily: moved
8772         \arpeggio to Basic.
8773
8774         * Documentation/user/advanced-notation.itely: Articulation to
8775         Basic, a bunch of stuff from Basic moved to Advanced.
8776
8777         * Documentation/user/basic.itely: swapped various sections,
8778         reorganized Basic.
8779
8780 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8781
8782         * flower/memory-stream.cc: 
8783         * flower/libc-extension.cc: Remove obsolete #undefs.
8784
8785         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
8786         more carefully.
8787
8788 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8789
8790         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
8791         dependency.
8792
8793         * VERSION (PACKAGE_NAME): release 2.5.13
8794
8795         * GNUmakefile.in (web-ext): don't ship ps.gz
8796
8797         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
8798         stdout
8799
8800 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8801
8802         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
8803         without libintl.  Now it compiles too.
8804
8805 2005-02-28  Graham Percival  <gperlist@shaw.ca>
8806
8807         * Documentation/user/basic-notation.itely,
8808         instument-notation.itely, advanced-notation.itely:
8809         split up contents of notation.itely.
8810
8811         * Documentation/user/notation.itely: file removed.
8812
8813         * Documentation/user/invoking.itely, converters.itely:
8814         moved convert-ly info to invoking.itely.
8815
8816         * Documentation/user/global.itely, changing-defaults.itely,
8817         sound-output.itexi: moved global settings, file layout, and
8818         sound into global.itely.
8819
8820         * Documentation/user/sound-output.itexi: file removed.
8821
8822         * Documentation/user/lilypond.tely: removed links to
8823         notation.itely and sound.itely.
8824
8825 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8826
8827         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
8828
8829         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
8830  
8831         * THANKS: add sponsor.
8832
8833         * scm/define-markup-commands.scm (with-url): new markup command.
8834
8835         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
8836         tagline.
8837         
8838         * scm/output-tex.scm (url-link): stub.
8839
8840         * scm/output-ps.scm (url-link): new function.
8841
8842         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
8843         ly:set-point-and-click
8844
8845 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8846
8847         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
8848         based on pdf-viewer setting.
8849
8850         * scm/framework-ps.scm (write-preamble): Find and set preferred
8851         pdf-viewer.
8852
8853 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8854
8855         * Documentation/user/point-and-click.itely: update for PDF point &
8856         click.
8857
8858         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
8859         editors based on EDITOR setting.
8860
8861 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8862
8863         * scm/*: Oops, more grand 2005 replace bits.
8864
8865 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8866
8867         * ps/music-drawing-routines.ps: new routine: insert PDF mark
8868
8869         * scm/output-ps.scm (grob-cause): point & click support for
8870         PostScript
8871
8872 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8873
8874         * lily/input-scheme.cc (LY_DEFINE): rename to
8875         ly:input-file-line-column
8876
8877 2005-02-26  Graham Percival  <gperlist@shaw.ca>
8878
8879         * Documentation/user/examples.itely: small fix from Steve Doonan.
8880
8881         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
8882
8883         * THANKS: added Yuval Harel.
8884
8885         * Documentation/user/{various}: inserted two spaces after a period.
8886
8887         * Documentation/user/lilypond.tely: added framework for reorg.
8888
8889         * Documentation/user/basic-notation.itely, instrument-notation.itely,
8890         advanced-notation.itely, global.itely: new files, placeholder for
8891         future reorg.
8892
8893 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
8894
8895         * Documentation/user/notation.itely: revamped Polyphony section
8896         
8897 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8898
8899         * Documentation/user/lilypond-book.itely (Music fragment options):
8900         doc fontload.
8901
8902         * Documentation/user/changing-defaults.itely (Text encoding): add
8903         fontload option to utf8 include
8904
8905         * scripts/lilypond-book.py (compose_ly): add fontload option
8906
8907         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
8908         force-eps-font-include option.
8909
8910         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
8911         black triangle
8912
8913         * Documentation/user/invoking.itely (Editor support): remove
8914         lilypond-latex section.
8915
8916         * scripts/lilypond-latex.py (Module): remove script.
8917
8918         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
8919         overwrite .log. 
8920
8921         * lily/main.cc: remove -m, --no-layout
8922
8923         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
8924         to define. We don't want to override fprintf everywhere.
8925
8926 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8927
8928         * cygwin/lilypond.hint: 
8929         * cygwin/README.in: Update dependencies.
8930
8931         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
8932         Bugfix: do not pollute CPPFLAGS, LIBS.
8933
8934         * cygwin/mknetrel (extras): Cross compile fixes.
8935
8936         * ttftool/util.c: 
8937         * ttftool/ttfps.c: 
8938         * ttftool/ps.c: #include libc-extension.hh
8939
8940         * flower/include/libc-extension.hh:
8941         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
8942         wrapper using funopen.
8943         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
8944         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
8945
8946         * config.hh.in:
8947         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
8948         (AC_CHECK_HEADERS): Add libio.h
8949
8950         * scripts/convert-ly.py: Uniformize, internationalize.
8951         (2.5.2): Remove fatal encoding rule.
8952         (2.5.13): Handle latin1 encoding gracefully.
8953
8954 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8955
8956         * HACKING: Fix line breaks.
8957
8958 2005-02-23  Werner Lemberg  <wl@gnu.org>
8959
8960         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
8961         contains those two files.
8962
8963 2005-02-21  Werner Lemberg  <wl@gnu.org>
8964
8965         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
8966         to improve overlap removal process.
8967
8968         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
8969         left and right ending.  This ensures better overlapping.
8970         Update all callers.
8971         ("lineprall"): Don't use draw_gridline to get better overlapping.
8972
8973 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8974
8975         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
8976
8977         * Documentation/topdocs/NEWS.tely (Top): oops.
8978
8979 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
8980
8981         * HACKING: new file.
8982
8983         * input/regression/utf8.ly (portuguese): added a portuguese example
8984         to show latin1 accents.
8985
8986 2005-02-21  Pal Benko  <benkop@freestart.hu>
8987
8988         * lily/mensural-ligature-engraver.cc:
8989         * lily/mensural-ligature.cc:
8990         * lily/include/mensural-ligature.hh: new algorithm implemented
8991
8992         * scm/define-grob-properties.scm: join-left killed (add-join may
8993         be used); join-left-amount changed to join-right-amount
8994
8995 2005-02-21  Graham Percival  <gperlist@shaw.ca>
8996
8997         * Documentation/user/notation.itely: small but urgent fix.
8998
8999 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
9000
9001         * lily/duration-scheme.cc: bugfix: correct parameters to
9002         SCM_ASSERT_TYPE.
9003
9004         * THANKS: added Pal.
9005
9006         * Documentation/user/notation.itely: bugfix: unTeXified
9007         $\\backslash$.  Bugfix: yet another glyph renaming victim:
9008         "timesig.*x/y" -> "timesig.*xy".
9009
9010 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9011         
9012         * VERSION (PACKAGE_NAME): release 2.5.12
9013
9014 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9015
9016         * ly/engraver-init.ly: set tieWaitForNote to #t by default
9017
9018         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
9019
9020         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
9021
9022         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
9023
9024 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9025
9026         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
9027         latin1..utf-8.
9028
9029         * input/regression/stanza-number.ly:
9030         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
9031
9032         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
9033
9034 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9035
9036         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
9037         NEWS. Refer to website for older news.  
9038
9039         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
9040         .HTML. This should be done for specific servers only.
9041
9042         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
9043         .ly image examples.
9044
9045         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
9046         in layer 0 too.
9047
9048         * scm/define-context-properties.scm
9049         (all-user-translation-properties): add tieWaitForNote
9050
9051         * scm/define-grobs.scm (all-grob-descriptions): add
9052         Tie_column::before_line_breaking
9053
9054         * lily/tie.cc (get_column_rank): new function
9055
9056         * lily/tie-column.cc (before_line_breaking): new function.
9057         (werner_directions): take into account ties that start on
9058         different columns.  
9059
9060         * lily/score-engraver.cc (set_columns): move add_column() so we
9061         have column rank available.
9062
9063         * lily/tie.cc (get_column_rank): new function.
9064
9065         * input/regression/utf8.ly (japanese): add japanese lyrics.
9066
9067         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
9068
9069         * THANKS: add Steve D
9070
9071         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
9072         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
9073
9074 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
9075
9076         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
9077         to show harmonic notes
9078         * scm/define-markup-commands.scm: in \markup-by-number
9079         "dots-dot" -> "dots.dot" to show dotted notes
9080
9081 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9082
9083         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
9084
9085         * flower/memory-stream.cc (writer): new file.
9086
9087         * configure.in: add endian test.
9088
9089 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
9090
9091         * Documentation/user/examples.itely: small
9092         simplification/beautification
9093
9094         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
9095         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
9096         notation manual.
9097
9098         * lily/mensural-ligature.cc: bugfix: another few victims of the
9099         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
9100
9101         * ly/gregorian-init.ly: commit some experimental code for hi-level
9102         ligature input language lying around here for several months.
9103
9104         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
9105         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
9106
9107         * lily/vaticana-ligature-engraver.cc: bugfix: another few
9108         "x-y-z"->"x.y.s-z" fixes.
9109
9110 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9111
9112         * scm/framework-pdf.scm (scm): new file
9113
9114         * lily/include/pdf.hh (class Pdf_file): new file.
9115
9116         * lily/pdf.cc (write_trailer): new file.
9117
9118 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
9119
9120         * input/regression/color.ly: new file
9121
9122         * lily/stencil.cc (interpret_stencil_expression):
9123         when a color expression is encountered: save current color,
9124         process the rest of the expression, and restore previous color.
9125
9126         * lily/system.cc (get_line): check all grobs for color property and
9127         prepare the stencil scheme expressions for further processing.
9128         Fix layer-loop.
9129
9130         * scm/define-grob-properties.scm: introduce the color property.
9131
9132         * scm/output-lib.scm: color helper functions.
9133
9134         * scm/output-ps.scm: introduce setcolor/resetcolor.
9135
9136 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
9137
9138         * ly/*.ly, input/regression/*.ly: Added missing \version
9139         statements in some files.
9140
9141 2005-02-15  Graham Percival  <gperlist@shaw.ca>
9142
9143         * Documentation/user/notation.itely: minor editing.
9144
9145         * Documentation/user/converters.itely: updated convert-ly bugs.
9146
9147         * Documentation/user/lilypond-book.itely: add info about using
9148         feta characters in latex.
9149
9150 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9151
9152         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
9153
9154 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9155
9156         * scm/define-grob-properties.scm (all-user-grob-properties):
9157         removed 'dashed property.
9158
9159 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9160
9161         * scm/lily.scm (define-safe-public): new macro for defining
9162         variables that can be used in --safe mode. Use it in *.scm
9163         instead of manually setting safe-objects in safe-lily.scm.
9164
9165 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9166         
9167         * lily/slur.cc: Slur-dash patch by Bertalan.
9168
9169         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
9170
9171         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
9172
9173 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9174
9175         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
9176
9177 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9178
9179         * mf/GNUmakefile: teTeX-3.0 install fix.
9180
9181         * Cygwin patch from Bertalan.
9182
9183         * stepmake/stepmake/metafont-rules.make: Remove bashism.
9184
9185 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9186
9187         * GNUmakefile.in: 
9188         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
9189
9190         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
9191         2.0.x compatibility.
9192
9193 2005-02-08  Werner Lemberg  <wl@gnu.org>
9194
9195         * mf/feta-din-code.mf: Format; clean up code.
9196         Replace `---' with `--' plus explicit path directions.
9197         (linethickness#, stafflinethickness#): Remove.
9198         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
9199         ("dynamic s"): Improve shape.
9200         ("dynamic p"): Improve shape.
9201         Replace `draw' with better outline approximation.
9202         ("dynamic r"): Improve shape.
9203         Don't call `fill' and `draw' at the same time.
9204
9205 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9206
9207         * SConstruct (symlink):
9208         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
9209         build fix: add enc symlink.
9210
9211         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
9212
9213         Support for DESTDIR besides prefix=/foo
9214
9215         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
9216
9217         * stepmake/stepmake/*.make:
9218         * */GNUmakefile:
9219         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
9220
9221         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
9222
9223         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
9224         mawk in fontforge (date) test.
9225
9226 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9227
9228         * scm/font.scm (make-century-schoolbook-tree): add NCS as
9229         font-family=roman. Add Luxi Sans as sans
9230
9231 2005-02-07  Graham Percival  <gperlist@shaw.ca>
9232
9233         * Documentation/user/notation.itely: add warning about
9234         percent repeats and Voice contexts.
9235
9236         * Documentation/user/lilypond-book.itely: clarified the
9237         necessity of dvips -u arguments.
9238
9239 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
9240
9241         * THANKS: Added a bunch of bug hunters.
9242
9243 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9244
9245         * scm/framework-ps.scm (output-preview-framework): bugfix.
9246
9247         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
9248         o/ for chord modifier..
9249
9250         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
9251
9252         * lily/drum-note-performer.cc:  remove unused (thanks Michael
9253         Welsh Duggan). 
9254
9255 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9256
9257         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
9258
9259         * ly/titling-init.ly: Do not also print intstrument in header on
9260         first page.  Do not print page number on first and only page.
9261
9262 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9263
9264         * input/regression/*.ly: remove old-relative everywhere
9265
9266         * lily/music-sequence.cc (simultaneous_relative_callback): do
9267         what-if analysis on copy, not on original. Fixes old-relative
9268         compatibility.
9269
9270         * scm/backend-library.scm (postscript->png): space before
9271         --verbose.
9272         
9273 2005-02-05  Werner Lemberg  <wl@gnu.org>
9274
9275         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
9276         is defined.
9277
9278         * mf/feta-alphabet.mf: Define `staffsize#'.
9279         Include `feta-params.mf'.
9280         s/staffheight/design_size/.
9281
9282         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
9283
9284         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
9285
9286         * mf/feta-nummer-code.mf: Reformatted.
9287         (draw_six): Use outline intersection to avoid a self-intersecting
9288         path.
9289         ("Numeral comma"): Fix serious outline glitches.  This slightly
9290         changes the glyph shape.
9291         ("Numeral dash"): Use `draw_rounded_block'.
9292         ("Numeral dot"): Use `drawdot'.
9293         ("Numeral 1"): Assure identical tangent directions for the
9294         intersection points of paths.  The glyph shape improvement is only
9295         visible at very high magnifications.
9296         ("Numeral 2"): Use `solve' macro to make the lower right part of
9297         the glyph outline touch the x axis exactly.  This changes the
9298         glyph shape.
9299         Minor fixes for better overlap removal support.
9300         ("Numeral 4"): Make lefter corner `rounder'.
9301         ("Numeral 5"): Assure identical tangent directions for the
9302         intersection points of paths.  This improves the glyph shape at
9303         high magnifications.
9304         ("Numeral 7"): Use `solve' macro to make the upper right part of
9305         the glyph outline touch the metrics box exactly.  This changes the
9306         glyph shape.
9307         Avoid corner in the upper left part of the glyph (causing a minor
9308         shape change).
9309
9310         * mf/feta-ital-*.mf: Removed.  Unused.
9311
9312 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9313
9314         * VERSION (PATCH_LEVEL): release 2.5.11
9315
9316         * input/regression/fill-line-test.ly: new file.
9317
9318         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
9319         emmentaler name, eg. emmentaler-23. 
9320
9321 2005-02-04  Christian Hitz  <chhitz@gmx.net>
9322
9323         * scm/scm/define-markup-commands.scm (fill-line): rework for better
9324         alignment with centered texts
9325
9326         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
9327         list of paddings
9328
9329 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9330
9331         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
9332
9333         * lily/note-column.cc (translate_rests): call flush_extent_cache()
9334         of parents when translating rests. Fixes: c-chord-rest.ly 
9335
9336         * lily/include/dimension-cache.hh (struct Dimension_cache): add
9337         dimension_callback_ member.
9338
9339         * lily/grob.cc (flush_extent_cache): new function. Force recompute
9340         of extents.
9341
9342 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9343
9344         * all but lily/*: The grand 2004/2005 replace.
9345
9346 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9347
9348         * lily/*: add space after ,  
9349
9350         * scm/music-functions.scm (has-request-chord): don't use
9351         ly:music-name anywhere. Fixes <<\\>> notation. 
9352
9353         * scm/define-markup-commands.scm (box): use font-size for
9354         padding. Fixes boxed-rehearsal-marks.ly
9355
9356         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
9357         identifier definition too, so foo = \lyrics { ...   } bar = #1
9358         doesn't complain about "bar" being LYRICS_STRING.
9359
9360         * lily/paper-def.cc (find_pango_font): new routine; Store
9361         pango_fonts in hash tab too. This is necessary for retrieving
9362         Pango_fonts::physical_font_tab() later on.
9363  
9364         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
9365         crash if psname is null.
9366
9367         * lily/lily-guile.cc (ly_hash2alist): new function
9368
9369         * Documentation/user/changing-defaults.itely (Text encoding):
9370         rewrite. 
9371
9372         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
9373         -> font_filename mapping.
9374
9375         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
9376         ly_pango_font_physical_fonts
9377
9378         * scm/framework-ps.scm (supplies-or-needs): extract names from
9379         physical Pango_fonts.
9380
9381         * utf8.ly: new file.
9382
9383 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9384
9385         * Documentation/user/changing-defaults.itely (Page layout): add
9386         doco about systemSeparatorMarkup.
9387
9388         * scm/page-layout.scm (default-page-make-stencil): add-to-page
9389         function.
9390         (default-page-make-stencil): insert system separators.
9391
9392         * scm/define-markup-commands.scm (hcenter): add
9393         (beam): add.
9394
9395 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9396
9397         * scm/output-ps.scm (ez-ball): reinstate ez notation.
9398
9399 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9400
9401         * lily/main.cc: Spell backend consistently.  Sort options.
9402
9403 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9404
9405         * scripts/lilypond-book.py (Module): revert @include.
9406         
9407 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9408
9409         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
9410         Bugfix: @include .tex (not .texi).  Small cleanups.
9411
9412         * stepmake/bin/add-html-footer.py (i18n): New function.
9413
9414 2005-01-31  Werner Lemberg  <wl@gnu.org>
9415
9416         * mf/feta-nummer.mf: Removed.  Unused.
9417
9418 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9419
9420         * lily/ : 2004 -> 2005 s&r
9421
9422         * scm/file-cache.scm (cached-file-contents): add file. Read each
9423         file only once.
9424
9425         * scm/font.scm (add-pango-fonts): change order. Medium weight is
9426         now default.
9427
9428         * VERSION: release 2.5.10
9429         
9430         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
9431
9432         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
9433
9434         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
9435         that both X and Y extents of bbox are non-nil.
9436
9437 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9438
9439         * scm/chord-name.scm (alteration->text-accidental-markup): change
9440         - to . 
9441
9442         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
9443
9444         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
9445
9446         * Documentation/user/invoking.itely (Invoking lilypond): add note
9447         about EPS backend.
9448
9449         * scm/framework-eps.scm: new file: create per-system/per-page EPS
9450         files for inclusion in lilypond-book document.
9451
9452         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
9453
9454         * input/tutorial/lbook-texi-test.texi: new file.
9455
9456         * scm/safe-lily.scm (safe-objects): add
9457         {begin,end}-of-line-(in)?visible as safe.
9458  
9459 2005-01-30  Graham Percival  <gperlist@shaw.ca>
9460
9461         * Documentation/user/changing-defaults.itely: fixed example
9462         of (dynamics).
9463
9464 2005-01-29  Graham Percival  <gperlist@shaw.ca>
9465
9466         * lily/main.cc: fix info about -o=FILE.
9467
9468 2005-01-29  Werner Lemberg  <wl@gnu.org>
9469
9470         * mf/feta-toevallig.mf ("Natural"): Completely changed the
9471         construction to assure smooth transition from straight to curved
9472         lines.
9473
9474 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9475
9476         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
9477         stencils.
9478
9479         * ps/lilyponddefs.ps: add start-page, start-system doesn't
9480         translate to top of page. Fixes alignment problems of
9481         lilypond-generated EPS files.
9482
9483 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9484
9485         * scm/part-combiner.scm (analyse-spanner-states): trigger on
9486         crescendo-end as well, since Decrescendo maybe ended with Stop
9487         Crescendo.). Fixes: partcombine-diminuendo.ly
9488
9489         * scm/script.scm (default-script-alist): swap portato symbols.
9490
9491         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
9492
9493         * lily/paper-outputter-scheme.cc (LY_DEFINE):
9494         ly:outputter-port. New function.
9495
9496         * scm/framework-ps.scm (output-classic-framework): dump a
9497         -systems.texi too
9498         (output-classic-framework): dump multiple systems on an "infinite"
9499         page EPS including fonts. 
9500
9501         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
9502         .eps files for both texi and tex formats. Use PNG coming from
9503         lilypond.
9504         
9505 2005-01-28  Graham Percival  <gperlist@shaw.ca>
9506
9507         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
9508
9509         * scripts/lilypond-latex.py: fix info about -o=FILE.
9510
9511 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9512
9513         * ly/generate-embedded-cff.ly: write .cff.ps files.
9514
9515         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
9516
9517         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
9518         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
9519
9520 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9521
9522         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
9523
9524 2005-01-28  Werner Lemberg  <wl@gnu.org>
9525
9526         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
9527         macros.
9528         (draw_bulb): Improved.
9529
9530         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
9531         metapost bug.
9532         (draw_pedal_P): Use soft_end_penstroke.
9533         (draw_pedal_d): Use soft_start_penstroke.
9534
9535         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
9536         path.
9537         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
9538         doesn't change the glyph shape.
9539
9540         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
9541         changing the shape) to avoid fontforge warnings.
9542
9543         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
9544         soft_end_penstroke and fix glyph shape.
9545
9546 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9547
9548         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
9549
9550 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9551
9552         * scm/define-markup-commands.scm (line): filter out empty stencils
9553         from line command.
9554
9555         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
9556         amount.
9557
9558 2005-01-27  Graham Percival  <gperlist@shaw.ca>
9559
9560         * Documentation/user/notation.itely: added info about what
9561         \voiceFoo does.  Also rewrote warning about marks at
9562         a line break.
9563
9564         * Documentation/user/changing-defaults.itely: added info
9565         about putting dynamics in parenthesis and brackets.
9566
9567 2005-01-27  Werner Lemberg  <wl@gnu.org>
9568
9569         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
9570
9571 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9572
9573         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
9574         portato-direction.ly
9575
9576         * lily/beam.cc (consider_auto_knees): add beam height to
9577         threshold. Fixes: knee-multiple-beam.ly
9578
9579         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
9580         pedal line spanners. Fixes: instrument-center-pedal.ly
9581
9582         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
9583         if encountering barline. Fixes: auto-beam-repeat.ly
9584
9585 2005-01-26  Werner Lemberg  <wl@gnu.org>
9586
9587         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
9588         overlapping.
9589
9590         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
9591         with inflections for the 1/2 sharp glyph.
9592
9593         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
9594         connection between `t' and `r'.
9595         Unify bulb with the rest of `r' to avoid grazing outlines which
9596         confuses the overlap removal algorithm of fontforge.
9597
9598         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
9599         inflections.
9600         (draw_cross): Fix shape to have uniform thickness in corners.
9601
9602         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
9603         to avoid an uneven number of self-intersections; this confuses
9604         fontforge.
9605         Fix a slight bug in the shape at left bottom (which is visible only
9606         at high magnifications).
9607         `Center' the stem horizontally to avoid overlapping.
9608
9609 2005-01-24  Werner Lemberg  <wl@gnu.org>
9610
9611         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
9612         to `asis'.
9613         (fet_begingroup): Save group name in string `feta_group'.
9614         (fet_endgroup): Updated.
9615         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
9616
9617         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
9618
9619         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
9620         in metapost.
9621
9622 2005-01-24  Graham Percival  <gperlist@shaw.ca>
9623
9624         * Documentation/user/notation.itely: really minor editing.
9625
9626 2005-01-22  Graham Percival  <gperlist@shaw.ca>
9627
9628         * Documentation/user/examples.itely: minor editing.
9629
9630         * Documentation/user/changing-defaults.itely: minor editing.
9631
9632         * Documentation/user/notation.itely: clarified info on polyphony
9633         and \addlyrics.
9634
9635 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9636
9637         * scm/output-gnome.scm: 
9638         * scm/output-svg.scm:
9639         * scm/lily-library.scm (font-name-style): Update font name
9640         kludging for fontconfig use.
9641
9642 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
9643
9644         * scm/define-markup-commands.scm: Document right-align and
9645         larger markup commands. Remove "TODO" from the topmost comment
9646         "each markup function should have a doc string." More consistent
9647         use of new-lines.
9648
9649 2005-01-22  Graham Percival  <gperlist@shaw.ca>
9650
9651         * Documentation/user/changing-defaults: removed info about
9652         copyright symbol, since it's likely to change soon.
9653         Added info about betweensystemspace.
9654
9655         * Documentation/user/notation.itely: minor fixes.
9656
9657         * Documentation/user/lilypond.tely,
9658         Documentation/user/music-glossary.tely: changed copyright
9659         date to 2005 instead of 2004.
9660
9661         * input/test/volta-chord-names.ly: added old example back.
9662
9663 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9664
9665         * mf/feta-beugel.mf: use design size 20 (not 15).
9666
9667         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
9668         change name to aybabtu completely
9669
9670 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9671
9672         * buildscripts/gen-emmentaler-scripts.py (outdir): add
9673         design_size to fontname
9674
9675 2005-01-19  Werner Lemberg  <wl@gnu.org>
9676
9677         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
9678         mf/feta-schrift.mf: s/p/pat/ if a path variable.
9679
9680         * mf/feta-autometric.mf (set_char_box): Add code which emits
9681         specials for mf2pt1 if run with metapost.
9682         (to_bp): New macro for mf2pt1.
9683
9684 2005-01-18  Graham Percival  <gperlist@shaw.ca>
9685
9686         * Documentation/user/changing-defaults: added info on
9687         creating a copyright symbol.
9688
9689 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9690
9691         * VERSION: release 2.5.9
9692         
9693 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
9694
9695         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
9696
9697         * Documentation/user/notation.itely: Document
9698         score-override-auto-beam-setting Fix documentation for
9699         revert-auto-beam-setting.
9700
9701 2005-01-18  Werner Lemberg  <wl@gnu.org>
9702
9703         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
9704         (procset): New function to define a procset resource.
9705         (ps-embed-pfa): New function to define a font resource.
9706         (setup): New function to define a `Setup' environment.
9707         (preamble): Use new functions.
9708
9709         * ps/lilypond.defs (init-lilypond-parameters): New function to
9710         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
9711
9712 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9713
9714         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
9715
9716 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
9717
9718         * scm/define-markup-commands.scm: Change number->markletter-string
9719         to take two arguments (vector number). Add number->mark-alphabet-vector
9720         and markalphabet markup command.
9721
9722         * scm/translation-functions.scm: Add format-mark-box-alphabet,
9723         format-mark-alphabet, format-mark-box-barnumbers and
9724         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
9725
9726 2005-01-17  Graham Percival  <gperlist@shaw.ca>
9727
9728         * Documentation/user/examples.itely: add SATB automatic piano
9729         reduction template.
9730
9731         * Documentation/user/notation.itely: added info about changing
9732         partcombine texts.  Also adds examples of alternate lyrics.
9733
9734         * Documentation/user/changing-defaults.itely: added warning
9735         about \RemoveEmptyStaffContext overriding previous changes.
9736
9737 2005-01-17  Werner Lemberg  <wl@gnu.org>
9738
9739         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
9740         feta-alphabet*.
9741
9742 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9743
9744         * python/lilylib.py (make_ps_images): don't do final showpage for
9745         multi-page documents.
9746         
9747         * VERSION (MY_PATCH_LEVEL): release 2.5.8
9748
9749 2005-01-16  Graham Percival  <gperlist@shaw.ca>
9750
9751         * Documentation/user/lilypond.tely: changed order of appendices;
9752         unified index should be last.
9753
9754         * Documentation/user/notation.itely: add example of key signatures
9755         and info about Staff.printKeyCancellation.
9756
9757 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9758
9759         * lily/include/repeated-music.hh (class Repeated_music): change
9760         into "namespace" class.
9761
9762         * lily/event.cc: remove Key_change_event.
9763
9764         * lily/include/transposed-music.hh (class Transposed_music): remove.
9765
9766         * lily/transposed-music.cc: remove
9767
9768         * lily/include/relative-music.hh: remove.
9769
9770         * lily/include/music-sequence.hh (struct Music_sequence): change
9771         into "namespace" class.
9772
9773         * lily/untransposable-music.cc (Module): remove
9774
9775         * lily/include/un-relativable-music.hh (Module): remove
9776
9777         * lily/include/untransposable-music.hh (Module): remove
9778
9779         * lily/include/music-list.hh (Module): remove file
9780
9781         * lily/un-relativable-music.cc: remove file.
9782
9783 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9784
9785         * lily/parser.yy: Compile fix.
9786
9787 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9788
9789         * lily/include/music.hh (class Music): unvirtualize transpose().
9790
9791         * lily/sequential-music.cc: remove file.
9792
9793         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
9794
9795         * lily/slur-scoring.cc (get_best_curve): only switch on
9796         DEBUG_SLUR_SCORING for non NDEBUG builds.
9797
9798         * lily/include/music.hh (class Music): replace Music::start_mom()
9799         by start-callback property
9800
9801         * lily/include/grace-music.hh: remove file. 
9802
9803         * lily/stem.cc (height): robustness fix.
9804
9805         * lily/time-scaled-music.cc: remove file.
9806
9807         * lily/include/music.hh (class Music): include SCM init argument.
9808         (class Music): replace Music::get_length() virtual by
9809         length-callback property everywhere.
9810
9811         * scripts/convert-ly.py (conv): add  # to \property scalar value.
9812
9813         * mf/GNUmakefile: don't install *list.ly
9814
9815 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9816
9817         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
9818
9819 2005-01-12  Werner Lemberg  <wl@gnu.org>
9820
9821         This patch addresses the following problems in the feta sources
9822         files which contribute to the fetaXX fonts.
9823
9824         . Many fixes for rasterization at low resolutions (consistent use of
9825           `vround' and `hround', integer shift values for paths, applying
9826           `eps' for mirrored paths, use of `define_whole_pixels' and
9827           friends, etc.) -- while this probably looks like a waste of time
9828           it has revealed deficiencies in some glyph shapes.  See comment at
9829           the end of feta-params.mf how vertical symmetry is achieved.
9830
9831         . The `---' operator has been replaced everywhere with `--'; this
9832           both improves and considerably reduces the font size after
9833           conversion with mf2pt1.
9834
9835         These change aren't explicitly mentioned below since virtually all
9836         glyphs are affected.
9837
9838         Other notable differences:
9839
9840         . Glyphs from feta-accordion.mf now have charboxes around the
9841           outline.
9842
9843         . Fixed incorrect charbox for `accDot'.
9844
9845         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
9846
9847         . Fixed position of the bow in the `upprall' glyph and its siblings.
9848
9849         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
9850           dependent on the staff line thickness to avoid touching the middle
9851           staff line at smaller sizes.
9852
9853         . Largely extended output for feta-testXX: Where useful, glyphs
9854         are shown both between and on staff lines.
9855
9856
9857         * mf/feta-params.mf (staff_space_rounded,
9858         stafflinethickness_rounded, linethickness_rounded,
9859         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
9860         Update all code which uses them where appropriate.
9861         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
9862         New variables used to control rasterization at low resolutions.  Set
9863         to zero if feta code is processed with metapost.
9864
9865         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
9866         (draw_rounded_block, draw_square_block): Updated to use `--' only.
9867         (flare_path): Updated.
9868         Make it work with `filldraw' (but only circular pens).
9869         (hfloor, vfloor, hceiling, vceiling): New macros.
9870
9871         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
9872         Use `draw' again in mf mode to have good pixel dropout control.
9873         Fix intersection points of horizontal lines with circle.
9874         ("accDot"): Fix parameters for set_char_box.
9875         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
9876         control.
9877
9878         * mf/feta-banier.mf: Updated.
9879
9880         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
9881         testing.
9882         (undraw_inside_ellipse): Remove `center' argument.  Update all
9883         callers.
9884         (draw_brevis): New macro, called by "Brevis notehead".
9885         (draw_whole_triangle_head): New macro, called by "Whole
9886         trianglehead".
9887         (draw_small_triangle_head): Use `filldraw'.
9888
9889         * mf/feta-eindelijk.mf: Remove useless global group.
9890         Updated.
9891
9892         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
9893         `filldraw'.
9894
9895         * mf/feta-pendaal.mf: Updated.
9896
9897         * mf/feta-puntje.mf: Updated.
9898
9899         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
9900         less points.
9901         ("Flageolet"): Use `draw' again in mf mode to have good pixel
9902         dropout control.
9903         ("Varied Coda"): Use `draw_block'.
9904         (draw_comma): Fix typo.
9905         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
9906         pixel dropout control.
9907
9908         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
9909         position of bow.
9910
9911         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
9912         sizes.
9913
9914         * mf/feta-toevallig.mf (remember_pic): New variable, used for
9915         testing.
9916         (draw_meta_sharp): Much simplified.
9917         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
9918
9919         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
9920
9921 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9922
9923         * Documentation/user/notation.itely (Ancient rests): Fix typo
9924         (thanks Anthony)
9925
9926 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9927
9928         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
9929
9930         * lily/main.cc (setup_paths): Add cff.
9931
9932         * mf/GNUmakefile (foe): Include actual target %.cff.
9933         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
9934
9935 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9936
9937         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
9938         suffix for main_input_b_.
9939
9940         * scm/music-functions.scm (toplevel-music-functions):
9941         precompute music lengths for music expressions.  
9942
9943 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9944
9945         * lily/include/input.hh (class Input): new `end_' slot for end of
9946         input. Renamed defined_str0_ to start_.
9947
9948         * lily/input.cc (Input): Add Input::Input (Input const &) and
9949         remove Input::Input (Source_file*, char const *). Use the new
9950         slots.
9951         (set_location): method used by bison to propagate input
9952         locations (YYLLOC_DEFAULT).
9953         (end_line_number, end_column_number, step_forward): new methods
9954         
9955         * lily/input-scheme.cc (ly:input-both-locations): new function,
9956         similar to ly:input-location, but also return the end line and
9957         column.
9958
9959         * lily/include/includable-lexer.hh: 
9960         * lily/includable-lexer.cc: 
9961         * lily/include/lily-lexer.hh (class Lily_lexer): 
9962         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
9963         Includable_lexer to Lily_lexer, in order to update lexloc (the
9964         yylloc), a new slot of Lily_lexer.
9965         (here_input, LexerError): simplify by using the lexloc slot (aka
9966         yylloc)
9967
9968         * lily/lexer.ll: #define yylloc to use input locations (it may
9969         be useless here?). Fixed the #embedded_scm rule (step the location
9970         forward in order to skip the sharp sign before parsing the scheme
9971         expression)
9972
9973         * lily/include/lily-parser.hh (class Lily_parser): 
9974         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
9975         here_input()
9976         (parser_error): overload for more precise locations of errors.
9977
9978         * lily/parser.yy (YYLTYPE): set location type to Input
9979         (YYLLOC_DEFAULT): use Input::set_location()
9980         (yylex): add the YYLTYPE* location parameter.
9981         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
9982         Give an Input parameter to THIS->parser-error() for more accurate
9983         messages.
9984
9985 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9986
9987         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
9988
9989         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
9990         on BEAMQUANTING for non-NDEBUG builds.
9991
9992         * lily/stem.cc (head_count): performance: avoid String::String()
9993         inside oft called function.
9994
9995 2005-01-09  Graham Percival  <gperlist@shaw.ca>
9996
9997         * Documentation/user/examles.itely: attempted fix for broken
9998         string quartet template.
9999
10000         * Documentation/user/notation.itely: remove unnecessary broken
10001         link.
10002
10003 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10004
10005         * VERSION (PACKAGE_NAME): release 2.5.7
10006
10007 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10008
10009         * config.make.in (METAFONT): Append -progname=mf, fixes use with
10010         mf-nowin for teTeX-3.0.  Backportme.
10011
10012         * scm/output-svg.scm (utf8-string): New function.
10013
10014         * scm/output-gnome.scm (utf8-string): New function.
10015         (otf-name-mangling): Remove.
10016
10017         * lily/pango-font.cc (Pango_font): Use font string iso font
10018         filename for utf8-text.
10019
10020         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
10021         name.
10022
10023 2005-01-08  Graham Percival  <gperlist@shaw.ca>
10024
10025         * Documentation/user/notation.itely: add info about
10026         Staff.extraNatural = ##f in Pitches section.  Also
10027         fixed some minor issues in the Vocal music section.
10028
10029 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10030
10031         * scm/output-ps.scm (white-text): comment out Helvetica font,
10032         which is broken for my GS install.
10033
10034         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
10035         which provides a tighter bbox.
10036
10037         * scm/define-grobs.scm (all-grob-descriptions): remove all
10038         extra-offsets from definitions.
10039
10040 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
10041
10042         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
10043         add tuning for 4-string bass and some common 4/5-string banjo
10044         tunings.  New function (four-string-banjo) turns a 5-string tuning
10045         into a 4-string tuning.  New function
10046         (fret-number-tablature-format-banjo) computes correct fret numbers
10047         on 5-string banjos.
10048
10049         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
10050         Add beam correction to TabVoice.
10051
10052         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
10053         using bold font; makes tabs more readable.
10054
10055 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10056
10057         * lily/font-select.cc (get_font_by_design_size): don't make
10058         Modified_font_metric; this causes trouble, since we don't know the
10059         font magnification from inside Pango_font::text_stencil()
10060
10061         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
10062
10063         * Documentation/user/notation.itely (The Lyrics context): comment out
10064         broken {Small ensembles} link.
10065
10066         * scm/framework-svg.scm (output-framework): change calling convention.
10067
10068         * lily/object-key-dumper-scheme.cc: new file.
10069
10070         * lily/object-key-undumper-scheme.cc: new file.
10071
10072         * lily/tweak-registration-scheme.cc: new file.
10073
10074         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
10075
10076         * Documentation/user/examples.itely (String quartet): uncomment
10077         broken example.
10078
10079         * lily/font-config.cc: new file.
10080
10081 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10082
10083         * scm/output-svg.scm: 
10084         * scm/output-gnome.scm: s/bigcheese/emmentaler.
10085
10086         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
10087
10088 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10089
10090         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
10091         Add headers.
10092
10093         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
10094
10095 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10096
10097         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
10098
10099         * lily/include/main.hh: lose _b hungarian suffixes for global
10100         variables.
10101
10102         * lily/include/lily-guile-macros.hh: new file.
10103
10104         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
10105
10106         * lily/general-scheme.cc: new file. 
10107
10108         * lily/font-select.cc (get_font_by_design_size): retrieve
10109         PangoFont for (designsize . "pango-descr") entries.
10110
10111         * lily/lily-parser-scheme.cc: new file.
10112
10113         * lily/output-def-scheme.cc: new file.
10114
10115         * lily/paper-book-scheme.cc: new file.
10116
10117         * lily/duration-scheme.cc (LY_DEFINE): new file.
10118
10119         * lily/pitch-scheme.cc:  new file.
10120
10121         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
10122
10123 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10124
10125         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
10126
10127 2005-01-06  Graham Percival  <gperlist@shaw.ca>
10128
10129         * Documentation/user/notation.itely: minor editing.
10130
10131         * Documentation/user/changing-defaults: minor editing.
10132
10133         * Documentation/user/examples.itely: add template for
10134         string quartet part extraction; demonstrates tag.
10135
10136 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
10137
10138         * Documentation/user/notation.itely: documents
10139         format-mark-box-letters and format-mark-box-numbers
10140
10141         * scm/define-context-properties.scm: change comment.
10142
10143 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10144
10145         * scm/framework-ps.scm (output-classic-framework): new function:
10146         dump systems as separate .eps files (without fonts) and write a
10147         single collecting .tex file.
10148
10149 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10150
10151         * Documentation/user/notation.itely (Setting simple songs):
10152         Correct several errors in the equivalent formulation of
10153         \addlyrics. 
10154         (The Lyrics context): Corrected link to the SATB example.
10155
10156 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10157
10158         * scm/lily.scm (completize-formats): new function
10159         (postprocess-output): new function
10160
10161         * lily/paper-book.cc (classic_output): change calling
10162         convention. Give basename as first argument. 
10163         remove Paper_book::post_processing().
10164
10165         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
10166
10167 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10168
10169         * lily/paper-outputter.cc (LY_DEFINE): new function
10170         ly:outputter-close.
10171
10172         * lily/main.cc: change --format,-f to --backend,-b
10173
10174         * lily/include/main.hh: rename format to backend.
10175
10176         * scm/translation-functions.scm (format-mark-box-numbers): add.
10177         patch by Erlend Aasland
10178
10179 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10180
10181         * lily/pango-font.cc (text_stencil): dump string as
10182         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
10183
10184 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10185
10186         * configure.in (gui_b): Remove handy developer-only
10187         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
10188         CVS source installations (but break other non-default but correct
10189         PKG_CONFIG_PATH setups), as this is no longer developer-only.
10190
10191         * SConstruct: 
10192         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
10193         compatibility (backportme).
10194
10195         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
10196
10197 2005-01-03  Werner Lemberg  <wl@gnu.org>
10198
10199         Prepare glyph shapes for mf2pt1 conversion.
10200
10201         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
10202         (accDiscant, accFreebase, accStdbase): Replace `draw' with
10203         `penstroke'.
10204         (accDot): Use `drawdot'.
10205         (accBayanbase): Replace `draw' with `draw_gridline'.
10206         (print_penpos): Moved to feta-macros.mf.
10207         (accOldEE): Replace `filldraw' with `penstroke'.
10208         Replace `draw' with `penstroke' and `drawdot'.
10209
10210         * mf/feta-banier.mf: Code clean-up.
10211         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
10212         `fill'.
10213
10214         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
10215
10216         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
10217         paremeter to control drawing of labels.  Update all callers.
10218
10219         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
10220         (new_bulb): Return a bulb as a single path.  To do that, it now
10221         takes some more parameters.  Updated all callers.
10222         (draw_gclef): Major clean-up.  `draw' has been replaced with
10223         `penstroke', unnecessary outlines have been removed.
10224         Remove (unused) gnome-canvas code.
10225
10226         * mf/feta-macros.mf (print_penpos): New macro (from
10227         feta-accordion.mf).
10228         Other minor fixes.
10229
10230         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
10231         ("Pedal dot"): Use `drawdot'.
10232         (draw_pedal_P): Add parameter to control drawing of labels.  Update
10233         all callers.
10234         Fix shape at top.
10235         (draw_pedal_e): Add parameter to control drawing of labels.  Update
10236         all callers.
10237         (draw_pedal_d): Add parameter to control drawing of labels.  Update
10238         all callers.
10239         Revert drawing direction.
10240
10241         * mf/feta-schrift.mf (draw_fermata): Use single path.
10242         (draw_short_fermata): Replace `filldraw' with `fill'.
10243         (draw_long_fermata, draw_very_long_fermata): Replace calls to
10244         `draw_rounded_block' with a single path.
10245         ("Thumb"): Draw full circle instead of mirroring segments.
10246         (draw_accent): New macro.
10247         ("> accent", "espr"): Use it.
10248         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
10249         ("open (unstopped)"): Draw full circle instead of mirroring
10250         segments.
10251         (draw_vee): Removed.
10252         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
10253         ("Downbow"): Replace calls to `draw_rounded_block' with a single
10254         path.
10255         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
10256         partial pieces drawn with `fill' -- these do still overlap with the
10257         stem of the `t' but just once, not multiple times so that fontforge
10258         can handle it gracefully.
10259         Change other parts of the glyph so that fontforge's overlapping
10260         algorithm reliably works.
10261         (draw_heel): Replace `draw' with `fill'.
10262         (draw_toe): Use `draw_accent' instead of `draw_vee'.
10263         ("Flageolet"): Replace `draw' with `penstroke'.
10264         ("Segno"): Replace `filldraw' with `penstroke'.
10265         Replace `draw' with `drawdot'.
10266         ("Coda"): Replace `fill' with `penstroke', using a single path.
10267         ("Varied Coda"): Use less overlapping paths.
10268         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
10269         single path.
10270
10271         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
10272         group to better control the `labels' command.
10273         Rename argument to `offset' and use it actually.  Update all
10274         callers.
10275         Replace `filldraw' with `fill'.
10276         ("mordent", "prallmordent", "upmordent", "downmordent",
10277         "lineprall"): Replace `draw' with `draw_gridline'.
10278         ("upprall", "downprall"): Replace `draw' with `fill'.
10279
10280         * mf/feta-timesig.mf: Formatting.
10281
10282         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
10283         to...
10284         ("Flat"): Here.
10285         (draw_paren): Move code to draw labels to...
10286         ("Right Parenthesis"): Here.
10287
10288 2005-01-02  Graham Percival <gperlist@shaw.ca>
10289
10290         * Documentation/user/notation.itely: add example of \setTextDecresc
10291         and \setTextDim.
10292
10293 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
10294
10295         * scm/define-markup-commands.scm :  fix glyph-strings of
10296         accidentals and \note-by-number
10297
10298 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10299
10300         * VERSION: 2.5.6 released.
10301         
10302         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
10303
10304         * input/regression/new-markup-scheme.ly: oops. font-family=music
10305         -> font-encoding fetaMusic.  
10306
10307         * lily/main.cc: put default to PS.
10308
10309         * lily/tfm.cc: idem.
10310
10311         * lily/afm.cc: idem.
10312
10313         * lily/include/modified-font-metric.hh (struct
10314         Modified_font_metric): remove coding_scheme() method.
10315
10316         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
10317
10318         * scripts/convert-ly.py (conv): crash on encountering \encoding.
10319
10320         * input/les-nereides.ly: convert to utf8
10321
10322         * lily/modified-font-metric.cc (text_dimension): idem.
10323
10324         * lily/parser.yy (TODO): idem.
10325
10326         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
10327
10328         * lily/lexer.ll: remove encoding
10329
10330         * scm/framework-ps.scm (output-variables): separately scale the
10331         page to mm 
10332
10333         * lily/pango-font.cc (Pango_font): fix scaling.
10334
10335         * lily/font-metric.cc (design_size): design_size returns a
10336         dimension now as well.
10337
10338 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10339
10340         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
10341         brace generation. 
10342
10343         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
10344
10345 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10346
10347         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
10348         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
10349
10350 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10351
10352         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
10353         in first run as well.
10354
10355         * scm/paper.scm (layout-set-staff-size): use text-font-size in
10356         dimension less points (ie. 12 = 12 point)
10357
10358         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
10359
10360         * lily/all-font-metrics.cc (find_pango_font): set description_
10361
10362         * lily/pango-font.cc (text_stencil): export size as well.
10363         (text_stencil): fix scaling and extents box.
10364
10365 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10366
10367         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
10368
10369         * Documentation/user/invoking.itely (Invoking lilypond): document
10370         texstr
10371
10372         * scripts/convert-ly.py (conv): add ancient rules.
10373
10374         * scm/clef.scm (c0-pitch-alist): replace - with .
10375
10376         * scripts/lilypond-book.py (process_snippets): add texstr support.
10377
10378         * scm/framework-texstr.scm (header): change extension to .textmetrics
10379
10380         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
10381         -f tex.
10382
10383         * lily/text-metrics.cc: new file.
10384         (try_load_text_metrics): new function
10385
10386         * lily/include/text-metrics.hh: new file.
10387
10388 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10389
10390         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
10391         ly_scheme_function to ly_lily_module_constant.
10392
10393         * lily/modified-font-metric.cc (text_dimension): try
10394         lookup_tex_text_dimension() first.
10395
10396         * lily/tfm.cc: new function ly:load-text-dimensions
10397
10398 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10399
10400         * scm/output-texstr.scm (text): use \lilygetmetrics
10401
10402         * scm/framework-texstr.scm (header): dump in new format.
10403
10404         * tex/lilypond-tex-metrics: new file.
10405         
10406 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10407
10408         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
10409         mapping.
10410         (index_to_charcode): New method.
10411
10412         * scm/output-ps.scm (glyph-string): 
10413         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
10414
10415 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10416
10417         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
10418         implement fully, need FONT to get to charcode.
10419
10420         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
10421
10422         * scm: Cleanups.
10423
10424         * Documentation/user/changing-defaults.itely: Fix internalsrefs
10425         {Tunable context properties},
10426         {All layout objects},
10427         {Music definitions}.
10428
10429 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10430
10431         * VERSION: release 2.5.5
10432         
10433         * lily/main.cc: use TeX as default output format.
10434
10435         * flower/file-path.cc (find): try to open directly as well, so we
10436         find absolute path files. 
10437
10438         * lily/pango-select.cc: new file.
10439
10440         * scm/framework-ps.scm: remove all encoding code. 
10441         load pfb/pfa for PangoFont too.
10442         
10443         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
10444
10445 2004-12-22  Werner Lemberg  <wl@gnu.org>
10446
10447         Prepare glyph shapes for mf2pt1 conversion.
10448
10449         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
10450
10451         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
10452         (define_triangle_shape): Use it to replace `draw' with `fill' and
10453         `unfill'.  Update all callers.
10454         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
10455         (draw_cross): Ditto.
10456         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
10457         Use penrazor for better conversion with mf2pt1.
10458         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
10459         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
10460         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
10461         draw_la_head, draw_ti_head): Replace `filldraw' with
10462         `fill'.  Update all callers.
10463
10464 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10465
10466         * lily/paper-book.cc (output): revert: only allow a single output
10467         format.
10468
10469         * lily/include/pango-font.hh: new file.
10470
10471         * lily/pango-font.cc: new file.
10472
10473         * lily/font-metric.cc (text_stencil): new routine
10474
10475         * lily/all-font-metrics.cc (find_pango_font): new routine.
10476
10477         * lily/include/font-metric.hh (struct Font_metric): add
10478         text_stencil()
10479
10480         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
10481
10482 2004-12-22  Werner Lemberg  <wl@gnu.org>
10483
10484         Prepare glyph shapes for mf2pt1 conversion.
10485
10486         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
10487
10488         * mf/feta-toevallig.mf: Formatting.
10489         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
10490         ("Natural"): Fix paths to allow better postprocessing.
10491         (draw_meta_flat): Use `z3l' as additional point in path to get
10492         better conversion with mf2pt1.
10493         Other minor cleanups.
10494         ("3/4 Flat"): Add auxiliary points and modify path to replace
10495         `draw' with `fill'.
10496         ("Double Sharp"): Mirror path segments instead of picture elements
10497         to get a single outline.
10498         Modify path to replace `filldraw' with `fill'.
10499
10500 2004-12-22  Graham Percival  <gperlist@shaw.ca>
10501
10502         * input/test/unfold-all-repeats.ly: added file back.
10503
10504         * Documentation/user/notation.itely,
10505         Documentation/user/programming-interface.itely
10506         Documentation/user/changing-defaults.itely: fixed misc broken
10507         links to input/test/ files.
10508
10509 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10510
10511         * tex/texinfo.tex: Update.  We should not be distributing this,
10512         but since we do, use latest version.
10513
10514         * Documentation/user/macros.itexi: Comment-out \fetaflat,
10515         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
10516         macros for feta glyphs.
10517
10518 2004-12-22  Graham Percival  <gperlist@shaw.ca>
10519
10520         * Documentation/user/changing-defaults.itely: fix index for set.
10521
10522         * Documentation/user/converters.itely: added convert-ly bugs list
10523         from CVS.
10524
10525 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10526
10527         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
10528         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
10529         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
10530         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
10531
10532         * mf/GNUmakefile (pfa_warning): Use less broken check.
10533
10534         * python/lilylib.py (setup_environment): Remove cruft from
10535         GS_FONTPATH.
10536
10537         * configure.in: Bump mftrace requirement to 1.1.1.
10538
10539 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10540
10541         * scm/output-svg.scm (beam): Use polygon.
10542
10543         * scm/lily-library.scm: Bugfix.
10544
10545         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
10546
10547         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
10548
10549 2004-12-19  Werner Lemberg  <wl@gnu.org>
10550
10551         Prepare glyph shapes for mf2pt1 conversion.
10552
10553         * mf/feta-eindelijk: Some formatting.
10554         (multi_rest_x, multi_beam_height): Removed.  Unused.
10555         ("Quarter rest"): Use `intersectiontimes' to create a single
10556         outline.
10557         (rest_crook): Removed.  Unused.
10558         (draw_rest_bulb): Return path (without filling).  Update callers.
10559         Simplified.
10560         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
10561         "128th rest"): Simplify `pat'.
10562         Create single outline.
10563
10564 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10565
10566         * mf/GNUmakefile (ALL_GEN_FILES):
10567         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
10568
10569         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
10570         function.
10571
10572 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10573
10574         * scm/output-texstr.scm (placebox): add routine
10575
10576         * VERSION (PACKAGE_NAME): release 2.5.4
10577
10578         * scm/framework-texstr.scm (output-framework): new file.  
10579
10580         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
10581         processing.
10582
10583         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
10584
10585         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
10586         rule.
10587
10588         * configure.in (gui_b): bump mftrace requirement to 1.1.0
10589
10590         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
10591
10592         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
10593
10594 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10595
10596         * scm/framework-svg.scm (dump-page): Implement landscape.
10597
10598 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10599
10600         * lily/main.cc (setup_paths): Add svg to search path.
10601
10602         * scm/output-svg.scm:
10603         * scm/framework-svg.scm: Add pageSet.  Update.
10604         (dump-fonts): New function.
10605         (output-framework): Use it.
10606
10607         * mf/GNUmakefile: 
10608         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
10609
10610 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10611
10612         * tex/lilyponddefs.tex: comment out new ifpdf code.
10613
10614 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10615
10616         * GNUmakefile.in: 
10617         * SConstruct (symlink): Replace afm by otf.
10618
10619         * scm/framework-gnome.scm (gnome-main): Remove invocation of
10620         ly:pango-add-afm-decoder.
10621
10622         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
10623
10624 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10625
10626         * scm/output-ps.scm (new-text): don't access t glyph for getting
10627         space dimension.
10628
10629         * ly/init.ly: warn about \version
10630
10631         * lily/lexer.ll: set version-seen?
10632
10633 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10634
10635         * scm/output-svg.scm (string->entities): Update.
10636
10637 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10638
10639         * lily/main.cc (setup_paths): replace afm by otf for path. 
10640
10641         * lily/pangofc-afm-decoder.cc: remove.
10642
10643         * lily/include/pangofc-afm-decoder.hh: remove.
10644
10645         * scm/framework-scm.scm (output-framework): new file.
10646
10647         * mf/GNUmakefile: remove SAUTER_FONTS.
10648         remove SVG/sodipodi hacks.
10649
10650         * scm/lily-library.scm (stderr): move stderr.
10651
10652         * mf/GNUmakefile: remove AFM support.
10653
10654         * buildscripts/mf-to-table.py (base): remove AFM support.
10655
10656         * lily/open-type-font.cc (design_size): use design_size
10657
10658 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
10659
10660         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
10661
10662 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10663
10664         * mf/GNUmakefile: Generate combined aybabtu info.
10665         * mf/aybabtu.pe.in (i): Load it.
10666
10667         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
10668         are not symbols.
10669
10670         * lily/include/open-type-font.hh (count): New method.
10671
10672         * mf/aybabtu.pe.in: Typo.
10673
10674         * Documentation/user/out/lilypond-internals.nexi (Scheme
10675         functions): Typo.
10676
10677         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
10678
10679 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10680
10681         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
10682         subfonts.
10683
10684         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
10685
10686         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
10687         (tex-font-command-raw): new function.
10688
10689         * lily/include/virtual-font-metric.hh (Module): remove file
10690
10691         * lily/virtual-font-metric.cc (Module): remove file.
10692         
10693
10694         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
10695         (get_indexed_char): read bbox from lily table if present.
10696
10697 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10698
10699         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
10700         aybabtu.subfonts
10701
10702         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
10703         global glyphname. Enables more than 64 glyphs in the OTF.
10704
10705 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10706
10707         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
10708         braces.
10709
10710         * lily/open-type-font.cc (design_size): Use 12 as default for
10711         design size.
10712
10713         * mf/aybabtu.pe.in: New file.  Merge all our braces.
10714
10715         * mf/GNUmakefile: Generate aybabtu.
10716
10717         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
10718
10719 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10720
10721         * scm/lily-library.scm (char->unicode-index): Remove.
10722
10723         * scm/output-gnome.scm (text): Bugfix for plain string input.
10724         Updates.
10725
10726         * scm/output-svg.scm (svg-font): Add weight to font selection.
10727
10728 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10729
10730         * Documentation/topdocs/INSTALL.texi (Top): Point to
10731         buildscripts/out/clean-fonts instead of
10732         buildscripts/clean-fonts.sh. 
10733
10734 2004-12-13  Graham Percival  <gperlist@shaw.ca>
10735
10736         * input/regression/figured-bass.ly: attempt to clarify text.
10737
10738         * Documentation/user/notation.tely: add cindex for tag, attempt to
10739         add figured bass example.
10740
10741         * Documentation/user/changing-defaults: basic editing.
10742
10743 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10744
10745         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
10746
10747         * lily/open-type-font.cc (LY_DEFINE): new function
10748         ly:font-sub-fonts
10749
10750         * lily/include/font-metric.hh (struct Font_metric): new method
10751         sub_fonts()
10752
10753         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
10754         . with - in add.stem.
10755         
10756 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10757
10758         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
10759         and fetaDynamic.
10760
10761         * lily/rest.cc (glyph_name): Change - to . .
10762
10763         * scm/output-gnome.scm (text): Hello world, again.
10764
10765         * scm/output-svg.scm (named-glyph): New function.  Hello world!
10766
10767         * lily/modified-font-metric.cc (index_to_charcode): New method.
10768
10769         * lily/include/font-metric.hh (index_to_charcode): New function.
10770
10771         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
10772         new function.
10773         (ly:font-glyph-to-index): Remove.
10774
10775 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10776
10777         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
10778
10779         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
10780
10781         * lily/open-type-font.cc (load_scheme_table): new function
10782
10783         * lily/dots.cc (print): replace - 
10784
10785         * lily/open-type-font.cc (attachment_point): new function.
10786         (load_table): read LILC table
10787
10788         * buildscripts/gen-bigcheese-scripts.py (Module): new
10789         file. Generate FF scripts.
10790
10791         * mf/feta-din10.mf: idem.
10792
10793         * mf/feta-nummer10.mf: remove mf files.
10794
10795         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
10796
10797 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10798
10799         * lily/lily-guile.cc: Use scm_from_locale_stringn.
10800
10801         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
10802         compatibility.
10803
10804 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10805
10806         * lily/open-type-font.cc (get_indexed_char): scale metrics by
10807         design-size and units_per_EM.
10808
10809         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
10810
10811 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10812
10813         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
10814         does not crash fontforge.
10815
10816         * scm/lily-library.scm (char->unicode-index): Hack to map onto
10817         PUA.
10818
10819 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10820
10821         * scm/framework-ps.scm (ps-embed-cff): new function.
10822
10823         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
10824
10825 2004-12-12  Werner Lemberg  <wl@gnu.org>
10826
10827         * mf/bigcheese.pe.in: Add PUA mapping.
10828         Don't create Type 42 but bare CFF font.
10829
10830 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10831
10832         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
10833         within canvas boundaries.
10834
10835         * mf/merge.pe.in: Set font names, version, license GPL.
10836
10837         * make/substitute.make: Add FONTFORGE.
10838
10839         * config.make.in (FONTFORGE): Add.
10840
10841         * configure.in (gui_b): Use PATH_PROG for fontforge.
10842
10843 2004-12-11  Graham Percival  <gperlist@shaw.ca>
10844
10845         * scm/define-markup-commands.scm: add baseline-skip to info
10846         about \column.
10847
10848 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10849
10850         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
10851
10852         * scm/output-gnome.scm (named-glyph): Use it.
10853
10854         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
10855
10856         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
10857         (upper_string, lower_string, reverse_string): Remove.
10858
10859         * configure.in (fontforge): Reinstate version check.
10860
10861         * ly/engraver-init.ly: Fix clef glyph names.
10862
10863         * lily/time-signature.cc (special_time_signature): Fix fraction
10864         glyph names.
10865
10866 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10867
10868         * mf/merge.pe: new file.
10869
10870         * lily/freetype.cc: new file.
10871
10872         * lily/include/open-type-font.hh (class Open_type_font): new file.
10873
10874         * lily/include/freetype.hh: new file.
10875
10876         * lily/open-type-font.cc: new file.
10877
10878         * lily/all-font-metrics.cc (find_otf): new function.
10879
10880 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10881
10882         * lily/time-signature.cc (special_time_signature): Fix.
10883
10884         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
10885         GTK2 before checking for pango.  Fixes -fgnome.
10886
10887         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
10888         Scheme name.
10889
10890         * scm/define-markup-commands.scm:
10891         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
10892
10893         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
10894
10895         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
10896         date versions.  Fixes configure.
10897         (STEPMAKE_CHECK_VERSION): Support optional actual program version
10898         argument.
10899
10900 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10901
10902         * buildscripts/mf-to-table.py (write_ps_encoding): write real
10903         names in .enc
10904
10905         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
10906
10907 2004-12-09  Graham Percival  <gperlist@shaw.ca>
10908
10909         * Documentation/user/changing-defaults.itely: add info about
10910         make-dynamic-script
10911
10912         * Documentation/user/notation.itely: add link in dynamics to
10913         section about make-dynamic-script.
10914
10915 2004-12-09  Christian hitz  <chhitz@gmx.net>
10916
10917         * lily/lily-guile.cc: change MACOS_X to __APPLE__
10918
10919 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10920
10921         * buildscripts/mf-to-table.py (parse_logfile): use . for
10922         concatting name and group.
10923         (parse_logfile): use M for Minus (negative.)
10924
10925         * lily/include/type-swallow-translator.hh
10926         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
10927
10928         * lily/*.cc: cosmetics around = sign.
10929
10930         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
10931         lyric spacing on the penultimate column.
10932
10933 2004-12-05  Christian Hitz  <chhitz@gmx.net>
10934
10935         * configure.in:
10936         * lily/accidental-placement.cc:
10937         * lily/bar-line.cc:
10938         * lily/beam-concave.cc:
10939         * lily/beam-quanting.cc:
10940         * lily/beam.cc:
10941         * lily/bezier-bow.cc:
10942         * lily/bezier.cc:
10943         * lily/break-align-interface.cc:
10944         * lily/custos.cc:
10945         * lily/dimension-cache.cc:
10946         * lily/dot-column.cc:
10947         * lily/font-metric.cc:
10948         * lily/font-select.cc:
10949         * lily/gourlay-breaking.cc:
10950         * lily/grob-property.cc:
10951         * lily/grob.cc:
10952         * lily/lily-guile.cc:
10953         * lily/line-spanner.cc:
10954         * lily/lookup.cc:
10955         * lily/lyric-extender.cc:
10956         * lily/lyric-hyphen.cc:
10957         * lily/mensural-ligature.cc:
10958         * lily/midi-def.cc:
10959         * lily/misc.cc:
10960         * lily/note-collision.cc:
10961         * lily/note-column.cc:
10962         * lily/note-head.cc:
10963         * lily/paper-outputter.cc:
10964         * lily/percent-repeat-item.cc:
10965         * lily/rest-collision.cc:
10966         * lily/side-position-interface.cc:
10967         * lily/simple-spacer.cc:
10968         * lily/slur-configuration.cc:
10969         * lily/slur-scoring.cc:
10970         * lily/slur.cc:
10971         * lily/spaceable-grob.cc:
10972         * lily/spacing-spanner.cc:
10973         * lily/spanner.cc:
10974         * lily/staff-symbol-referencer.cc:
10975         * lily/stem.cc:
10976         * lily/stencil.cc:
10977         * lily/system-start-delimiter.cc:
10978         * lily/system.cc:
10979         * lily/text-item.cc:
10980         * lily/tie.cc:
10981         * lily/tuplet-bracket.cc:
10982         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
10983         <cmath> beacause isinf/isnan is undefined in <cmath>
10984
10985 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10986
10987         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
10988
10989 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10990
10991         * VERSION: release 2.5.3
10992         
10993 2004-11-29  Arno Waschk <arno@arnowaschk.de>
10994
10995         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
10996
10997 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10998
10999         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
11000
11001         * lily/note-head.cc (internal_print): always try the "s" head if
11002         u/d not found.
11003
11004         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
11005
11006 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11007
11008         * mf/parmesan-heads.mf (overdone_heads): typos.
11009
11010 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11011
11012         * lily/parser.yy (markup): in markups, { .. } without command
11013         before are also flattened, ie \line must be explicitely used.
11014
11015         * Documentation/user/changing-defaults.itely:
11016         * Documentation/user/notation.itely: 
11017         * input/wilhelmus.ly: 
11018         * input/regression/instrument-name-markup.ly: 
11019         * input/regression/markup-score.ly: 
11020         * input/regression/new-markup-scheme.ly: 
11021         * input/regression/new-markup-syntax.ly: 
11022         * input/test/coriolan-margin.ly: use \line in markups where
11023         appropriate
11024         
11025 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11026
11027         * scm/new-markup.scm (map-markup-command-list): helper function
11028         used in parser.yy to map markup commands on a markup list.
11029
11030         * lily/parser.yy: get rid off < > in markups by treating { } as
11031         real lists.
11032
11033         * lily/lexer.ll: remove < > from markup lexer mode.
11034
11035         * scripts/convert-ly.py (conv): add rule for converting 
11036         \markup < > to \markup { }
11037
11038         * ly/titling-init.ly: 
11039         * input/test/coriolan-margin.ly: 
11040         * input/regression/new-markup-syntax.ly: 
11041         * input/regression/new-markup-scheme.ly: 
11042         * input/regression/multi-measure-rest-text.ly: 
11043         * input/regression/markup-stack.ly: 
11044         * input/regression/markup-score.ly: 
11045         * input/regression/instrument-name-markup.ly: 
11046         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
11047         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
11048         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
11049         * input/wilhelmus.ly: 
11050         * Documentation/user/notation.itely: 
11051         * Documentation/user/music-glossary.tely: 
11052         * Documentation/user/changing-defaults.itely: change < > to { } in
11053         markups
11054
11055 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11056
11057         * lily/accidental-placement.cc (position_accidentals): shortcut if
11058         no accidentals to place.
11059
11060 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11061
11062         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
11063         typo s/ly:dimension ?/ly:dimension?/
11064
11065         * input/regression/lily-in-scheme.ly: 
11066         * input/regression/music-function.ly: 
11067         * ly/spanners-init.ly (assertBeamSlope): 
11068         * scm/music-functions.scm (def-grace-function): add the paper
11069         argument to music function definitions.
11070
11071 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11072
11073         * lily/moment.cc (LY_DEFINE):
11074         ly:moment-main-{denominator,numberator}, new function.
11075
11076         * lily/score-engraver.cc (typeset_all): assign to column on basis
11077         of axis-group-parent-X setting.
11078
11079         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
11080         add_element() on basis of axis-group-parent-Y setting.
11081
11082         * lily/grob.cc: add axis-group-parent-{XY} properties.
11083
11084         * input/regression/spacing-stick-out.ly: new file.
11085
11086         * lily/simple-spacer.cc (add_columns): use binary search for
11087         setting column rods. Changes O(n^2) to O(n log(n)) for
11088         constructing spacing problem from columns.
11089         (add_columns): read allow-outside-line to make sure no texts stick
11090         out.
11091         (solve): Simple_spacer::is_active() only determines
11092         satisfies_constraints_ for non-ragged typesetting.
11093
11094         * lily/simultaneous-music.cc (to_relative_octave): only set
11095         old_relative_used if return pitch actually changed.
11096
11097         * scm/define-context-properties.scm
11098         (all-user-translation-properties): change to match implementation.
11099
11100         * python/lilylib.py: Replace re.match by re.search and adds "-c
11101         showpage" to the gs command line (Johannes Schindelin)
11102
11103         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
11104         before processing. Prevents crash when inf is in the extent.
11105
11106         * scm/define-markup-commands.scm (note-by-number): add "s" to
11107         "noteheads-" glyphname.
11108  
11109         * lily/parser.yy (Generic_prefix_music): supply parser argument to
11110         music function as well.
11111         
11112 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11113
11114         * VERSION: release 2.5.2
11115
11116         * Documentation/user/changing-defaults.itely (Creating titles):
11117         add breakbefore variable.
11118
11119         * lily/paper-book.cc (set_system_penalty): new function. Set
11120         penalty_ based on breakBefore setting
11121
11122         * lily/context-specced-music-iterator.cc (construct_children):
11123         interpret special context id $uniqueContextId 
11124
11125         * lily/context.cc (create_unique_context): new method. Move
11126         creation of unique (\new) contexts into interpreting phase. This
11127         makes
11128
11129           foo= \new Staff ..
11130           << \foo \foo >>
11131
11132         produce 2 staves.
11133         
11134
11135         * scm/define-music-properties.scm (all-music-properties): add
11136         quoted-voice-direction
11137
11138         * ly/music-functions-init.ly: killCues function.
11139
11140         * scm/music-functions.scm (cue-substitute): move creation of voice
11141         contexts further to the back. 
11142
11143 2004-11-25  Werner Lemberg  <wl@gnu.org>
11144
11145         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
11146         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
11147
11148 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
11149
11150         * buildscripts/guile-gnome.sh: Fixed typo.
11151
11152 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11153
11154         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
11155
11156         * scripts/abc2ly.py (dump_slyrics): add ord(). 
11157
11158         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
11159         to regular engraver. 
11160
11161 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11162
11163         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
11164
11165 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11166
11167         * scm/define-markup-commands.scm (fill-line): Typo.
11168
11169         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
11170         and newer.
11171
11172 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
11173
11174         * ly/dynamic-scripts-init.ly: Fixed typo.
11175
11176 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11177
11178         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
11179         note-head, to have different attachment points for up and down.
11180
11181         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
11182
11183         * mf/feta-generic.mf (else): remove solfa.
11184
11185         * mf/feta-bolletjes.mf (tishape): remove unicode test.
11186
11187         * scm/define-context-properties.scm
11188         (all-user-translation-properties): add shapeNoteStyles property.
11189
11190         * lily/shape-note-heads-engraver.cc (process_music): new file.
11191
11192         * lily/event.cc (transpose): call Event::transpose() for
11193         transposing the tonic.
11194
11195 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11196
11197         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
11198         Unicode/OpenType and AFM.
11199
11200         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
11201
11202 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11203
11204         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
11205
11206         * lily/context.cc (Context): unprotect key from ctor.
11207
11208         * scm/stencil.scm (stack-lines): return empty-stencil if argument
11209         is '()
11210         (stack-stencils): idem.
11211
11212         * Documentation/user/changing-defaults.itely (Creating titles):
11213         document new title layout options.
11214
11215         * lily/parser.yy (lilypond_header_body): copy previous
11216         $globalheader if present.
11217
11218         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
11219         ly:module-copy
11220         
11221         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
11222
11223         * scm/titling.scm: remove old titling functions
11224
11225         * lily/stencil.cc (translate): remove absolute dimension.
11226
11227         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
11228         via markup.
11229
11230         * scm/page-layout.scm (marked-up-headfoot): create header/footer
11231         field from user-supplied markup
11232
11233         * scm/define-markup-commands.scm (on-the-fly): new markup
11234         command. Enter SCM markup procedure directly in Scheme.
11235         (fromproperty): new markup command. Read markup from props argument.
11236
11237         * scm/titling.scm (marked-up-title): create title via
11238         user-specified markup. 
11239
11240         * scm/define-markup-commands.scm (column): remove empty stencils
11241         from column.
11242
11243         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
11244         not have side-effect of creating variable stub.
11245
11246         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
11247
11248 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11249
11250         * scm/encoding.scm (coding-alist): 
11251         * scm/font.scm (add-ec-fonts):
11252         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
11253         Extended-TeX-Font-Encoding---Latin.
11254
11255         * lily/side-position-interface.cc (general_side_position): Add
11256         actual offset to error message (avoid constant error messages).
11257
11258         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
11259         block.
11260
11261         * lily/font-select.cc (select_encoded_font)
11262         (get_font_by_mag_step, get_font_by_design_size): 
11263         * lily/modified-font-metric.cc (Modified_font_metric): 
11264         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
11265
11266         * scm/encoding.scm (coding-alist): Add fetaDynamic.
11267         (read-encoding-file): Bugfix: do not require space after bracket.
11268
11269         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
11270         these do not exist.
11271
11272 2004-11-20  Graham Percival  <gperlist@shaw.ca>
11273
11274         * Documentation/user/notation.itely: added info about typesetting
11275         boxed bar numbers.
11276
11277 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11278
11279         * flower/interval.cc (T_to_string): gcc4 fixes.
11280
11281         * scm/define-markup-commands.scm (fill-line): use
11282         stack-stencils. This fixes problems with putting already centered
11283         stencils in a line.
11284
11285         * VERSION: release 2.5.1
11286
11287         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
11288
11289 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11290
11291         * input/example-[1-3].ly: simplify.
11292
11293         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
11294
11295         * scm/output-ps.scm (new-text): new function. Use glyphshow to
11296         show glyphs.
11297
11298         * scm/encoding.scm (decode-byte-string): new function.
11299
11300         * scripts/convert-ly.py (conv): add warning about
11301         set-global-staff-size.
11302
11303         * Doxyfile: add. 
11304
11305         * scripts/convert-ly.py (conv): add raggedlastbottom rule
11306         (conv): warn for TextSpanner split.
11307         (conv): warn for textheight.
11308
11309 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11310
11311         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
11312         building the documentation, info with images are installed.
11313         (final-install): Fix description.  Mention sourcing of login
11314         scripts (instead of running).
11315
11316 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11317
11318         * Debian lmodern support.  Note that LilyPond will issue warnings
11319         
11320             no such encoding: "FontSpecific"
11321
11322           The font selection mechanism wants to get the encoding from the
11323           font itself, but the idea of lmodern is that it is usable with
11324           different encodings, ie, Lily should get the encoding from the
11325           font tree, rather than the font itself.  This would require some
11326           more work.
11327         
11328         * configure.in: Test for and accept lmodern if EC fonts not found.
11329
11330         * scm/framework-tex.scm (font-load-command): TeX font name
11331         mangling for latin1 encoded cork-lm fonts.
11332         (convert-to-ps): Load lm.map if available.
11333
11334         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
11335         available.
11336
11337         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
11338
11339         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
11340         available.
11341
11342         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
11343         path for absolute file name, that is silly.
11344
11345         * lily/score-engraver.cc (initialize): 
11346
11347         * Documentation/user/GNUmakefile (local-install-info): Invoke
11348         install-info --remove first.
11349
11350         * #include cleanup (Andreas Scherer).
11351
11352 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
11353
11354         * input/test/script-abbreviations.ly: fix typos.
11355
11356 2004-11-17  Werner Lemberg  <wl@gnu.org>
11357
11358         * python/lilylib.py (options_help_str): Support pretty-printing of
11359         newlines in fourth element of option description.
11360
11361         * scripts/lilypond-book.py (option_definitions): Use new lilylib
11362         feature.
11363         Sort options.
11364
11365         * Documentation/user/lilypond-book.itely: Finish update.
11366
11367 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11368
11369         * Documentation/user/macros.itexi: Add comment about \command.
11370
11371         * Documentation/user/lilypond.tely:
11372         * Documentation/user/lilypond-book.itely: Fix names of lilypond
11373         and lilypond-book nodes, so that `info lilypond' visits the manual
11374         at top level, and `info lilypond-book' visits the lilypond-book
11375         section.
11376
11377         * Documentation/user/GNUmakefile (local-install-info): Fix rules
11378         and packager messages.
11379
11380         * lily/pangofc-afm-decoder.cc: Update test.
11381
11382 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11383
11384         * scm/lily-library.scm (char->unicode-index): New function.
11385
11386         * scm/output-gnome.scm: 
11387         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
11388
11389         * Proper naming of file name throughout; s/filename/file[-_]name/.
11390
11391         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
11392
11393         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
11394
11395 2004-11-16  Werner Lemberg  <wl@gnu.org>
11396
11397         * scripts/lilypond-book.py: The Lord has commanded me to use only
11398         tabs for indentation.  Your humble servant obeys.
11399
11400 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11401
11402         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
11403         including font, if LilyPond-feta font is only feta font in path.
11404
11405         * scm/output-gnome.scm (text): Revert to file name of font if font
11406         has no name.  Fixes ec font selection.
11407         (char): Bugfix: do not utf8 twice.  Fixes clefs.
11408
11409         * scm/framework-svg.scm:
11410         * scm/output-svg.scm: New file.  TODO: figure out how to
11411         do character by index in font.
11412
11413         * scm/output-sodipodi.scm: Remove.
11414
11415         * scm/output-ps.scm (stem): Remove.
11416
11417 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11418
11419         * scm/output-gnome.scm (beam): New function.
11420         (slur): Round corners.
11421         (round-filled-box): Round corners.
11422
11423 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11424
11425         * scm/output-gnome.scm (beam): add function.
11426         (draw-line): new routine.
11427         (dashed-line): stub; call draw-line
11428         (polygon): new routine.
11429
11430 2004-11-15  Werner Lemberg  <wl@gnu.org>
11431
11432         * Documentation/user/lilypond-book.itely: Revise section on
11433         lilypond-book options.
11434         Other minor fixes.
11435
11436         * scripts/lilypond-book.py: Change indentation to 4.
11437         Minor formatting.
11438
11439 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11440
11441         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
11442         grobs that have tweaks specced.
11443         
11444 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
11445
11446         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
11447
11448 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11449
11450         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
11451         actual char #, not 0 based index.
11452
11453         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
11454
11455         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
11456         Warning: do make -C mf clean.
11457
11458         * lily/context-property.cc: Compile fix.
11459
11460         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
11461         Grok ec-fonts, braces and dynamics.
11462
11463         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
11464
11465 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11466
11467         * lily/include/tweak-registration.hh: new file.
11468
11469         * lily/tweak-registration.cc: new file.
11470
11471         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
11472         saving tweaks.
11473
11474         * scm/output-gnome.scm (text): comment dribble.
11475
11476 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11477
11478         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
11479
11480         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
11481         path-def before using.  Fixes muchtomany slurs in wrong places
11482         bug.
11483
11484 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11485
11486         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
11487
11488         * lily/include/object-key-undumper.hh (Module): new file.
11489
11490         * lily/object-key-undumper.cc (Module): New file. Deserialize
11491         keys. SCM bindings
11492
11493         * lily/object-key-dumper.cc (Object_key_dumper): idem.
11494         Provide SCM bindings.
11495
11496         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
11497         new file. Serialize object keys.
11498         
11499         * lily/object-key.cc (dump): new function.
11500         (as_scheme): new virtual function
11501         (undump): new function
11502         (undumpers): new table.
11503
11504         * lily/include/global-context.hh (Context): take \score key upon init.
11505
11506         * lily/object-key-dumper.cc (serialize_key): new file.
11507
11508         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
11509
11510         * lily/lily-lexer.cc: remove \quote.
11511
11512         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
11513
11514         * lily/context.cc (Context): take key argument in ctor.
11515         (create_context): new function
11516
11517         * lily/grob.cc (Grob): take key argument in ctor.  
11518
11519         * lily/lilypond-key.cc (do_compare): new file.
11520
11521         * lily/object-key.cc (Object_key): new file.
11522
11523         * lily/include/object-key.hh (class Object_key): new file.
11524
11525         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
11526
11527 2004-11-13  Graham Percival  <gperlist@shaw.ca>
11528
11529         * Documentation/user/lilypond-book.itely: add small warning about
11530         noindent default in lilypond-book.
11531
11532         * Documentation/user/converters.itely: add examples for convert-ly.
11533
11534         * Documentation/user/examples.itely: change version string in templates
11535         to 2.4.0.
11536
11537 2004-11-12  Karl Hammar  <karl@aspodata.se>
11538
11539         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
11540         cmdline, use xargs instead (backportme)
11541
11542 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
11543         
11544         * Documentation/user/: Numerous fixes in the user manual.
11545
11546 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11547
11548         * lily/parser.yy (re_rhythmed_music): search music expression for
11549         context-id, surround by \new Voice if not found. Fixes:
11550         addlyrics-second-staff.ly
11551
11552         * VERSION: 2.5.0 released.
11553         
11554 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11555
11556         * Documentation/index.html.in: Fix url to one big page.  (backportme)
11557
11558         * Documentation/user/GNUmakefile: Separate rules for split and
11559         unsplit html documents.  Remove perl massaging.  (backportme)
11560
11561 2004-11-11  Graham Percival  <gperlist@shaw.ca>
11562
11563         * Documentation/user/lilypond-book.itely: add short warning about
11564         \lilypond{} in LaTeX docs.
11565
11566 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11567
11568         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
11569         found.  (backportme)
11570
11571         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
11572         version requirement.  (backportme)
11573
11574         * configure.in: Be explicit about old versions of
11575         ec-fonts-mtraced.  (backportme)
11576
11577         * lily/context-selector.cc (set_tweaks): New function.
11578         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
11579         web with -DTWEAK.
11580
11581         * Documentation/user/introduction.itely (Automated engraving):
11582         Remove fragment option.  Fixes web.
11583
11584         * lily/context-property.cc (make_item_from_properties):
11585         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
11586         #ifdef.
11587
11588         * scm/define-context-properties.scm
11589         (all-internal-translation-properties): Add tweakRank and tweakCount.
11590
11591         * lily/grob.cc: 
11592         * scm/define-grob-properties.scm (all-internal-grob-properties):
11593         Add tweak-rank and tweak-count.
11594
11595 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11596
11597         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
11598         New function.
11599         (text): Use them.
11600
11601         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
11602         animated/opaque grob dragging tweaks.
11603
11604         * buildscripts/guile-gnome.sh: Update.
11605
11606 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11607
11608         * scm/define-grobs.scm (all-grob-descriptions): Added
11609         line-interface to the LigatureBracket object.
11610
11611 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11612
11613         * scm/framework-gnome.scm (item-event): Support non-animated mouse
11614         dragging tweaks.
11615
11616         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
11617
11618         * lily/context-selector.cc (store_context): New function.
11619
11620         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
11621         (store_grob): New function.
11622         (identify_grob): Add Moment parameter.
11623
11624         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
11625         exists.
11626
11627         * scm/framework-gnome.scm (save-tweaks): Write as alist.
11628
11629 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11630
11631         * scm/framework-gnome.scm (item-event): Print grob id.
11632         (save-tweaks): New function.
11633         (tweak): New funtion.
11634         (item-event): Use it, bound to arrow keys.
11635
11636         * lily/context-property.cc (make_item_from_properties): Register grob.
11637         * lily/context.cc (add_context): Register context.
11638
11639         * lily/include/context-selector.hh:
11640         * lily/include/grob-selector.hh:
11641         * lily/context-selector.cc:
11642         * lily/grob-selector.cc: New file.
11643
11644 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11645
11646         * lily/slur.cc: add 'positions to interface
11647
11648         * lily/main.cc: reinstate PS as standard output format. 
11649
11650         * scm/framework-tex.scm (output-preview-framework): print systems
11651         up to first non title system.
11652
11653         * lily/grace-engraver.cc (start_translation_timestep): split
11654         scm_cadddr
11655         
11656 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11657
11658         * lily/quote-iterator.cc (Module): remove old quote-iterator
11659
11660         * scm/define-music-types.scm (music-descriptions): move
11661         NewQuoteMusic over QuoteMusic
11662
11663         * Documentation/user/notation.itely (Formatting cue notes): use
11664         \cueDuring.
11665
11666         * lily/new-quote-iterator.cc (quote_ok): new function.
11667
11668         * input/regression/quote-cue-during.ly: new file.
11669
11670         * input/regression/quote-grace.ly: new file.
11671
11672         * scm/define-context-properties.scm (Module): change definition of
11673         graceSettings
11674
11675         * lily/context-property.cc (Module): rename from
11676         translator-property.cc
11677
11678         * lily/context.cc (context_name_symbol): new function
11679
11680         * lily/grace-engraver.cc: new file. Set properties for grobs based
11681         on the grace-ness of now_moment().
11682
11683         * scm/music-functions.scm (add-grace-property): use list
11684         iso. vector for graceSettings
11685         remove set-{start,stop}-grace-properties. 
11686
11687         * lily/new-quote-iterator.cc (construct_children): set
11688         quote_outlet_ if no quoted-context-{id,type} specified.
11689
11690         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
11691
11692         * lily/parser.yy (command_element): remove \quote.
11693
11694         * ly/music-functions-init.ly (location): add quoteDuring music
11695         function. 
11696
11697         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
11698         optional semicolon. (backportme)
11699
11700 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11701
11702         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
11703         need to link to GUILE et al.
11704
11705 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11706
11707         * scm/define-music-properties.scm (all-music-properties): add
11708         quoted-context-type, quoted-context-id.
11709
11710         * scm/lily.scm (type-check-list): new function.
11711         
11712         * scm/lily-library.scm: new file. Generic library routines.
11713
11714         * lily/parser.yy (Generic_prefix_music): move typechecking out of
11715         parser.
11716
11717         * ly/music-functions-init.ly: add quoteDuring function.
11718
11719         * lily/include/music-iterator.hh (class Music_iterator): rename
11720         set_translator -> set_context
11721
11722         * lily/parser.yy (Generic_prefix_music_scm): add
11723         MUSIC_FUNCTION_SCM_SCM_MUSIC
11724
11725         * scm/lily.scm (sanitize-command-option): new function. (backportme)
11726
11727         * scm/framework-tex.scm (header): sanitize TeX paper size.
11728         (backportme)
11729
11730 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11731
11732         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
11733
11734         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
11735
11736         * scm/framework-tex.scm (font-load-command): Use T1 if no
11737         font-encoding set.  (backportme)
11738
11739         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
11740         exists before converting.  (backportme)
11741
11742         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
11743         exists before converting.  (backportme)
11744         (convert-to-ps): Remove .ps file if it exists before
11745         converting.  (backportme)
11746
11747         * lily/lexer.ll: Remove extra progress newline, use present tense.
11748
11749         * scm/paper.scm (paper-alist): public.
11750         * scm/framework-tex.scm (convert-to-ps):
11751         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
11752         command line.
11753
11754 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11755
11756         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
11757
11758         * lily/recording-group-engraver.cc (derived_mark): mark
11759         now_events_. (backportme)
11760
11761 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11762
11763         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
11764
11765         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
11766         invoking latex. (backportme.)
11767
11768         * lily/stem.cc (off_callback): center stems for all rest stems.
11769
11770 2004-11-05  Werner Lemberg  <wl@gnu.org>
11771
11772         * Documentation/user/lilypond.tely: Add more guidelines for writing
11773         lilypond texinfo documents.
11774
11775 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
11776
11777         * Documentation/index.html.in: remove <hr>.
11778
11779         * THANKS: change 2.3 to 2.4.
11780
11781 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
11782
11783         * scm/output-gnome.scm: More fontconfig comment.
11784
11785 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
11786
11787         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
11788         <package> directory in $(builddir)/share according with
11789         PACKAGE_NAME defined in the VERSION file.
11790
11791 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11792
11793         * lily/beam.cc (rest_collision_callback): use local beam
11794         multiplicity.
11795
11796         * input/regression/stem-stemlet.ly: new file.
11797
11798         * lily/stem.cc (add_head): store rests as well.
11799
11800         * scm/define-grob-properties.scm (all-user-grob-properties): add
11801         stemlet-length
11802
11803         * lily/stem.cc: store rests as well.
11804         
11805         * input/regression/new-slur.ly: mention forcing.
11806
11807 2004-11-04  Werner Lemberg  <wl@gnu.org>
11808
11809         * Documentation/user/*: A new round of layout fixes and document
11810         structure cleanup.
11811
11812 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
11813
11814         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
11815
11816 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11817
11818         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
11819
11820 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11821
11822         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
11823
11824         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
11825
11826         * lily/main.cc (main): Invoke identify.
11827
11828         * scm/lily.scm (postscript->pdf): Remove progress newline.
11829         Write progress to stderr.
11830
11831         * lily/paper-book.cc (output): Remove progress newline.
11832
11833         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
11834         gettext on user messages, and remove whitespace.
11835
11836         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
11837
11838         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
11839         argv[0] (Thomas Scharkowski).
11840
11841         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
11842         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
11843         for ec-fonts-mtraced.
11844
11845         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
11846         --srcdir build (Bertalan).
11847
11848         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
11849         headers and library too (Laura Conrad).
11850
11851         * Documentation/topdocs/INSTALL.texi (Top): Mention development
11852         package for guile too (Laura Conrad).
11853
11854         * lily/main.cc (usage): Typo.
11855
11856 2004-11-02  Werner Lemberg  <wl@gnu.org>
11857
11858         * Documentation/user/notation.ly: More fixes to improve appearance.
11859
11860         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
11861         better output for multicolumn tables.
11862
11863 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11864
11865         * lily/main.cc (dir_info): Fixed typo in the printouts.
11866
11867 2004-11-01  Werner Lemberg  <wl@gnu.org>
11868
11869         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
11870         of output.
11871         Set `per_line' to 2; replace hard-coded value with it.
11872
11873         * Documentation/user/*: Many fixes to improve appearance of
11874         printed manual.
11875
11876 2004-11-01  Werner Lemberg  <wl@gnu.org>
11877
11878         * Documentation/user/changing-defaults.itely,
11879         Documentation/user/notation.ly,
11880         Documentation/user/programming-interface.itely: Use @/.
11881         Fix formatting of some lilypond snippets and tables.
11882
11883         * scripts/lilypond-book.py (compose_ly): Provide useful default
11884         for LINEWIDTH in `override'.
11885
11886 2004-10-31  Graham Percival  <gperlist@shaw.ca>
11887
11888         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
11889
11890 2004-10-31  Werner Lemberg  <wl@gnu.org>
11891
11892         Resetting @exampleindent to `5' gives ugly results with texinfo's
11893         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
11894         (if not quoting) to change @exampleindent only locally.
11895
11896         * scripts/lilypond-book.py (NOQUOTE): New variable.
11897         (output) [LATEX]: Remove AFTER and BEFORE.
11898         [TEXINFO]: Remove AFTER and BEFORE.
11899         Fix QUOTE and VERBATIM pattern.
11900         Add NOQUOTE pattern.
11901         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
11902         and BEFORE.
11903         [output_texinfo]: Use NOQUOTE.
11904
11905 2004-10-31  Graham Percival  <gperlist@shaw.ca>
11906
11907         * Documentation/user/changing-defaults.itely: clarify paper
11908         size commands with correct info.
11909
11910         * Documentation/user/lilypond-book.itely: add more docs for
11911         filename extensions.
11912
11913 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11914
11915         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
11916         (PATCH_LEVEL): start 2.5.0.
11917
11918 #Local variables:
11919 #coding: utf-8
11920 #End:
11921