]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(LINK_GXX_STATICALLY): fix for ncsb detection.
[lilypond.git] / ChangeLog
1 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
4
5         * lily/include/constrained-breaking.hh: GCC 4 fix.
6
7 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
8
9         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
10         Replace it with functions get_line_forces and get_line_configuration.
11         (class Simple_spacer): Make data private.
12         Rewrite compression algorithm to be faster and simpler.
13
14         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
15         * lily/gourlay-breaking.cc (solve):
16         * lily/constrained_breaking.cc (space_line):
17         Change it to the new simple-spacer code.
18
19         * lily/paper-score.cc (get_paper_systems):
20         (Paper_score):
21         (process):
22         Delay breaking the systems until they are requested.
23         (find_break_indices):
24         Use vsize for indices.
25         (calc_breaking):
26         Move the "Calculating line breaks" message here.
27
28         * lily/system.cc (pre_processing):
29         Move the "Calculating line breaks" message away from here.
30         (break_into_pieces):
31         Allow multiple calls to this function in sequence (with touching-but-
32         not-overlapping breakpoints).
33
34         * lily/constrained-breaking.cc:
35         Replace most of the get_XXXX functions with get_line_details.
36         Only calculate the force for each line. Calculate configurations only
37         for the lines we will actually use.
38         Replace cols_ with lines_.
39
40 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
41
42         * mf/GNUmakefile (depth): remove FC_FIND.
43
44         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
45
46         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
47
48         * scm/framework-ps.scm (write-preamble): new function.
49         (write-preamble): load mac fonts via fondu, even if gs-font-load
50         is set.
51
52 2006-05-03  Werner Lemberg  <wl@gnu.org>
53
54         * mf/GNUmakefile (FC_FIND): Fix typo.
55
56 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
57
58         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
59
60 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
61
62         * stepmake/aclocal.m4: run python-config for crosscompiling
63         flags. Backportme.
64
65         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
66         -f png for HTML, TEXINFO formats. Backportme.
67
68         * input/tutorial/lbook-html-test.html: new file.
69
70         * lily/include/tie-formatting-problem.hh (class
71         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
72         [column, direction]. This fixes laissez vibrer ties.
73  
74         * flower/include/tuple.hh (struct Tuple2): new file.
75
76         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
77         $(FCMATCH), only if $(NCSB_DIR) not set. Backportme.
78
79         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
80
81         * config.make.in (DOCUMENTATION): set FCMATCH. Backportme. 
82
83         * autogen.sh (srcdir): don't set --with-ncsb-dir. Backportme.
84
85 2006-05-03  Graham Percival  <gpermus@gmail.com>
86
87         * Documentation/user/ various: final round of reorg.
88
89         * Documentation/user/instrument-notation.itely: some more
90         fixes from Eduardo, thanks!
91
92 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
93
94         * VERSION (PACKAGE_NAME): release 2.9.3
95
96         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
97
98         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
99
100 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
101
102         * scm/define-grob-properties.scm (all-user-grob-properties):
103         Correct typo, thanks to Eduardo.
104
105 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
106
107         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
108
109         * buildscripts/lilypond-words.py (F): indent fix.
110
111         * input/regression/tie-arpeggio-collision.ly: new file.
112
113         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
114         function: store outlines per column rank.
115
116         * lily/include/tie-configuration.hh (class Tie_configuration): add
117         column_ranks_ to specification and configuration, to distinguish
118         between ties for different heads in arpegiated chords.
119
120         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
121
122         * *.py: more 4 space indents.
123
124         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
125
126 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
127
128         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
129
130 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
131
132         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
133
134         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
135
136         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
137
138 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
139
140         * python/convertrules.py (conv): indent 4 for python files.
141
142 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
143
144         * Documentation/user/changing-defaults.itely (Creating contexts):
145         Clarify \new semantics.
146
147 2006-04-28  Graham Percival  <gpermus@gmail.com>
148
149         * Documentation/user/ various: major new sections in the
150         Learning manual, slight reorg elsewhere.
151
152 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
153
154         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
155
156         * scm/framework-ps.scm (output-framework): remove PageMedia
157
158 2006-04-27  Graham Percival  <gpermus@gmail.com>
159
160         * Documentation/user/ tweaks.itely, working.itely: new
161         files, being more advanced "learning manual" chapters.
162
163         * Documentation/user/ tutorial, putting, lilypond: reorg.
164
165 2006-04-26  Graham Percival  <gpermus@gmail.com>
166
167         * input/regression/lyric-combine-polyphonic.ly: fixed test
168         (no more "can't find context `one'" error).
169
170 2006-04-25  Joe Neeman <joeneeman@gmail.com>
171
172         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
173
174         * input/regression/stem-tremolo.ly: add 2 more whole note examples
175         
176 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
177
178         * lily/relocate.cc (read_relocation_dir): new function.
179
180 2006-04-26  Graham Percival  <gpermus@gmail.com>
181
182         * Documentation/user/instrument-notation.itely: a few more fixes
183         from Eduardo, thanks!
184
185         * Documentation/user/README.txt: new file; contains info on
186         style that used to be in lilypond.tely.
187
188         * Documentation/user/ various: first round of doc reorg.
189
190         * Documentation/user/baer-flat-bw.png: remove alpha bit from
191         graphic; this probably causes problems on some pdf
192         viewers, notably Adobe Acrobat.
193
194 2006-04-24  Graham Percival  <gpermus@gmail.com>
195
196         * Documentation/user/instrument-notation.itely: many alterations
197         to Vocal music, from Eduardo Viera.
198
199 2006-04-23  Graham Percival  <gpermus@gmail.com>
200
201         * Documentation/user/instrument-notation.itely: fix \new
202         instead of \context problem.
203
204 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
205
206         * lily/relocate.cc (expand_environment_variables): new function.
207         (read_line): id.
208         (read_relocation_file): id.
209
210         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
211
212 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
213
214         * ly/engraver-init.ly: remove old comments from TabVoice
215
216 2006-04-20  Graham Percival  <gpermus@gmail.com>
217
218         * Documentation/user/instrument-notation.itely: added Erlend's
219         latest doc patch, thanks!
220
221 2006-04-19  Erlend Aasland <erlenda@gmail.com>
222
223         * lily/include/slur.hh:
224         * lily/slur.cc:
225         * lily/phrasing-slur-engraver.cc:
226         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
227         acknowledge_extra_object () from Phrasing_slur_engraver:: and
228         Slur_engraver:: and putting it in
229         Slur::auxiliary_acknowledge_extra_object ().
230
231         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
232
233         * lily/note-collision.cc: fix a comment
234
235 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
236
237         * stepmake/bin/add-html-footer.py: fix footer position in
238         generated html files: before </body> and </html> tags.
239
240 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
241
242         * scripts/GNUmakefile: revert last "fix", which rather broke make.
243         Earlier successive `make' commands finally compiled ok.
244
245         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
246
247 2006-04-18  Erlend Aasland <erlenda@gmail.com>
248
249         * lily/include/stem-tremolo.hh:
250         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
251         callers.
252
253         * lily/lookup.cc:
254         * lily/include/lookup.hh: add rotated_box ()
255
256 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
257
258         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
259         been generated. Fixes "can't get `--help'" bug after make clean.
260
261         * THANKS: alphabetize contributors.
262
263 2006-04-17  Graham Percival  <gpermus@gmail.com>
264
265         * Documentation/user/instrument-notation.itely: added Erlend's
266         tabs and banjo doc patch.  Thanks!
267
268 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
269
270         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
271
272         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
273
274         * scm/output-lib.scm: add some more predefined string tunings.
275
276         * Documentation/user/instrument-notation.itely: and doc them.
277
278 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
279
280         * ly/engraver.ly: Remove obsolete comments.
281
282         * ly/gregorian-init.ly: Define default layout block.
283
284         * input/puer-fragment.ly: Updated and extended.
285
286 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
287
288         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
289         pdf conversion behaviour.
290
291         * flower/file-name.cc (dir_name)
292         (get_working_directory): Move from relocate.cc.
293
294         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
295         
296         * lily/relocate.cc: Encapsulate sys/stat.h in
297         HAVE_STAT_H.
298
299 2006-04-14  Graham Percival  <gpermus@gmail.com>
300
301         * Documentation/user/ various: small updates from Cameron
302         and Juergen, thanks!
303
304         * Documentation/user/ various: small updates of my own.
305
306         * THANKS: 2.7 -> 2.8.
307
308 2006-04-11  Graham Percival  <gpermus@gmail.com>
309
310         * scm/define-context-properties.scm: typo.
311
312         * Documentation/user/ : many more small updates.
313
314 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
315
316         * scm/define-music-types.scm: disposed "docme".
317
318 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
319
320         * lily/hairpin.cc: make niente circles a bit smaller.
321
322 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
323
324         * mf/GNUmakefile: remove redundant mftrace check. Also remove
325         get-pfa and get-*-fonts targets.
326
327 2006-04-10  Graham Percival  <gpermus@gmail.com>
328
329         * THANKS, Documentation/user/ basic-notation, advanced-notation,
330         music-glossary, programming-interface: more minor fixes
331         from mailist.
332
333         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
334
335         * scm/define-context-properties.scm: another old \property update.
336         This time tested for compiling!
337
338 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
339
340         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
341
342 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
343
344         * scm/define-context-properties.scm (all-user-translation-properties): 
345         * Documentation/user/global.itely (Page formatting): Compile fix.
346
347 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
348
349         * Documentation/user/advanced-notation.itely (Polymetric
350         notation): Update the example to use the "+" symbol and add link
351         to input/test/compound-time.ly.
352
353 2006-04-08  Graham Percival  <gpermus@gmail.com>
354
355         * scm/define-grob-properties.scm: clarify docs for #'direction.
356
357         * scm/define-context-properties.scm: update old \property override.
358
359         * Documentation/user/ advanced-notation, global, lilypond-book:
360         more minor doc updates.
361
362 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
363
364         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
365
366         * scm/backend-library.scm (search-gs): oops.
367
368 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
369
370         * scripts/lilypond-book.py (output): use base, not filename for href.
371
372         * scm/backend-library.scm: only look for gs.
373
374         * scripts/lilypond-book.py (output): fix printfilename.
375
376         * lily/parser.yy (music_function_musicless_prefix): fold together
377         definitions of signature (SCM*) (Music|post_event|chord_body_element)
378
379         * lily/slur.cc (print): only set font-size if not set yet.
380
381         * lily/slur-configuration.cc (add_score): improved layout of debug
382         scoring output.
383
384 2006-04-05  David Feuer  <David.Feuer@gmail.com>
385
386         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
387         (draw_circle): Hopefully fixed regression.
388         Improved documentation for several procedures.
389         
390 2006-03-04  Werner Lemberg  <wl@gnu.org>
391
392         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
393
394 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
395
396         * scripts/musicxml2ly.py (bindir): add dynamic
397         relocation. 
398
399 2006-04-04  Graham Percival  <gpermus@gmail.com>
400
401         * Documentation/user/ basic-notation, advanced-notation, putting,
402         instrument-notation, invoking, lilypond, THANKS: another ream of small
403         fixes from the Doc Helpers.
404
405 2006-04-03  David Feuer  <David.Feuer@gmail.com>
406
407         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
408
409         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
410
411         * Cleaned up interfaces between PostScript and Scheme, and moved
412         computations from PostScript to Scheme:
413
414         * music-drawing-routines.ps
415         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
416         with stroke_and_fill throughout.
417         (euclidean_length, print_letter, draw_box): Deleted unused
418         procedures.  If someone needs draw_box, implement it using
419         draw_round_box; don't duplicate code.
420         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
421         Refactored/cleaned up interfaces.
422         (mark_URI): Moved.
423
424         * output-ps.scm: reordered arguments to PostScript functions to
425         match new interfaces
426         (glyph-string): Rewrote glyph-string.
427         (grob-cause): Replaced string-append with format.
428         (repeat-slash): Rewrote to do computation here.
429         (round-filled-box): Rewrote to do computation here.
430
431 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
432
433         * stepmake/stepmake/generic-targets.make: add cvs-clean target
434
435         * stepmake/stepmake/toplevel- targets.make: print help info about
436         cvs-clean
437
438 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
439
440         * input/regression/hairpin-circled.ly: new file
441
442 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
443
444         * lily/hairpin.cc (print): add support for circled tip
445
446         * scm/define-grob-properties.scm: add circled-tip parameter
447
448         * scm/define-grobs.scm: init circled-tip to false
449         
450 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
451
452         * scm/music-functions.scm (quote-substitute): set
453         iterators-ctor. 
454
455 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
456
457         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
458         BSTINPUTS. 
459
460         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
461
462         * scm/output-ps.scm (glyph-string): revert cid selectfont.
463
464 2006-03-31  David Feuer  <david.feuer@gmail.com>
465         
466         * scm/framework-ps.scm:
467         
468         * scm/output-ps.scm: glyph-string now produces smaller, more
469         readable, and probably faster PostScript.  Several findfont
470         scalefont setfont instances changed to selectfont
471         Hacked-up string-appends changed to formats.
472
473         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
474         
475 2006-03-30  Graham Percival  <gpermus@gmail.com>
476
477         * scm/lily-library.scm: make "no version" warning message more polite.
478
479         * lily/music.cc: add double quotes to failed octave check.
480
481         * Documentation/user/ advanced-notation, changing-defaults,
482         instrument-notation, invoking, music-glossary: whole bunch of minor
483         fixes from mailist.
484
485 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
486
487         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
488         $(buildscriptdir) iso. depth.
489
490         * VERSION (PACKAGE_NAME): release 2.9.1
491
492 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
493
494         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
495
496         * VERSION (PATCH_LEVEL): bump version number.
497
498         * flower/include/guile-compatibility.hh (scm_from_uint32): add
499         scm_from_uint32 ()
500
501         * lily/pango-font.cc (pango_item_string_stencil): use
502         scm_from_uint32 ()
503
504         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
505         $(outdir)/emmentaler-%.svg): remove canary.
506
507         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
508         glyphnames if we have a ttf font.
509
510 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
511
512         * Documentation/user/advanced-notation.itely (Font selection):
513         Corrected reference to the font-family-override.ly example.
514
515 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
516         
517         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
518         stem-tremolo object in the stem (or else the stem might not be
519         long enough).
520
521 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
522
523         * lily/ttf.cc (print_trailer): only print existing glyphs.
524
525 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
526
527         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
528         position the tremolo based on the position of the notehead.
529
530         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
531         notes and update the texidoc line with the new positioning rules.
532         
533 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
534
535         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
536
537         * scripts/lilypond-book.py (Module): set default for linewidth if
538         preamble not found.
539
540 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
541
542         * VERSION (PACKAGE_NAME): release 2.9.0.
543
544         * input/regression/stem-tremolo-position.ly: new file.
545
546         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
547
548 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
549
550         * lily/stem-tremolo.cc (print): position
551         the tremolo depending only on the end of the stem
552         and not on the notehead
553         (raw_stencil): center, on the middle staff line, the
554         flag that is closest to the end of the stem (previously
555         the bottom flag)
556         (calc_width): add this callback to shorten a tremolo when
557         it is beamed or it is stemup with a flag
558         (style): add this callback to make a tremolo rectangular when
559         it is beamed or it is stemup with a flag
560         (rotated_box): this is like Lookup::beam but makes a rotated
561         rectangle instead of a parallelogram
562
563         * lily/stem.cc (calc_stem_info): make sure the stem
564         is long enough to fit the tremolo
565         (calc-length): reduce the length of tremolo stems since the
566         tremolo code is now capable of better positioning
567
568         * scm/define-grobs.scm: make calc_width the default beam-width
569         callback for stem-tremolo and add the style callback
570                 
571 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
572
573         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
574         case. 
575
576 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
577
578         * lily/ttf.cc (make_index_to_charcode_map): restore old
579         cmap. 
580
581 2006-03-28  Werner Lemberg  <wl@gnu.org>
582
583         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
584
585 2006-03-28  Graham Percival  <gpermus@gmail.com>
586
587         * THANKS: update for 2.9, add section for Documentation helpers.
588
589         * Documentation/topdocs/NEWS.tely: compile fix.
590
591         * Documentation/user/ basic-notation, global, advanced-notation,
592         examples.itely: minor fixes from mailist.
593
594 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
595
596         * mf/feta-bolletjes.mf: match width of solfa notes with normal
597         note heads. 
598
599         * lily/ttf.cc (print_trailer): use it.
600
601         * lily/pango-font.cc (get_unicode_name): new function.
602
603         * lily/ttf.cc (make_index_to_charcode_map): move function from
604         open-type-font.cc
605         (print_trailer): substitute uniXXXX name if applicable. 
606
607         * lily/pango-font.cc (get_index_to_charcode_map): new function.
608         (pango_item_string_stencil): use it to generate uniXXXX names.
609
610         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
611         note heads, for uniform widths in shape note output.
612         (overdone_heads): hmm. remove them again.
613
614         * scripts/lilypond-book.py (output): add links to filenames.
615
616         * Documentation/topdocs/INSTALL.texi (Top): update versions.
617
618         * lily/note-collision.cc (get_clash_groups): only consider when
619         Note_column::dir <> CENTER. 
620
621         * scripts/lilypond-book.py (get_option_parser): init output_name
622         to ''. 
623
624 2006-03-24  Graham Percival  <gpermus@gmail.com>
625
626         * Documentation/topdocs/NEWS.tely: add @end itemize
627
628         * Documentation/user/ global, advanced-notation: minor
629         stuff from mailist.
630
631 2006-03-23  Graham Percival  <gpermus@gmail.com>
632
633         * Documentation/user/ lilypond.tely, music-glossary,
634         preface: housekeeping; 2005->2006, remove "notes for 2.6"
635
636 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
637
638         * mf/GNUmakefile: don't install .enc files.
639
640         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
641
642         * VERSION (PATCH_LEVEL): bump to 2.9.0
643
644 2006-03-22  Graham Percival  <gpermus@gmail.com>
645
646         * Documentation/user/advanced-notation.itely: minor fixes
647         from mailist.
648
649 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
650
651         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
652
653         * branch lilypond_2_8
654
655 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
656
657         * scripts/lilypond-book.py (samefile): new function, for windoze
658         compatibility.
659
660 2006-03-21  Graham Percival  <gpermus@gmail.com>
661
662         * ly/engraver-init.ly: add info about StaffGroup.
663
664 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
665
666         * input/regression/stem-direction-context.ly: idem.
667
668         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
669
670         * THANKS: add Mats.
671
672         * input/regression/page-layout-twopass.ly: comment out \markup so
673         tweak-file is left.
674
675         * lily/instrument-name-engraver.cc (finalize): add to instrument
676         name global System. This also fixes chopped instrument names, but
677         doesn't crash when there are slurs/beams.
678
679         * lily/slur-configuration.cc (add_score): disallow negative slur
680         scores.
681         
682 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
683
684         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
685
686         * lily/instrument-name-engraver.cc (process_music): kludge: add
687         InstrumentName spanner to axis group of left bound. Fixes chopped
688         off instrument names in EPS images.
689
690         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
691
692         * scripts/abc2ly.py (option_parser): update to 2.7.40
693
694 2006-03-20  Graham Percival  <gpermus@gmail.com>
695
696         * THANKS: move small doc contributors to SUGGESTIONS.
697
698         * Documentation/user/ basic-notation, advanced-notation,
699         global: small changes from mailist.
700
701 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
702
703         * Documentation/user/advanced-notation.itely (Text marks): update
704         for new rehearsalMarkAlignSymbol convention.
705
706         * VERSION (PATCH_LEVEL): bump version.
707
708         * input/test/instrument-name-align.ly: new file.
709
710         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
711
712         * input/test/instrument-name-align.ly: new file. Document how to
713         align instrument names.
714
715         * lily/mark-engraver.cc: remove properties.
716
717         * scm/define-context-properties.scm
718         (all-user-translation-properties): remove align symbol properties
719         for barnumber/reh. mark.
720
721         * lily/break-align-interface.cc (self_align_callback): new
722         interface, new function. Look at complete alignment. This handles
723         tunable break alignments in case break-align-symbols are missing.
724
725         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
726
727         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
728
729         * python/convertrules.py (conv): mark/bar number alignment rule.
730
731         * lily/break-align-interface.cc (calc_positioning_done): also
732         store offset from last visible break-alignment to its
733         neighbor. This makes alignment on non-visible objects more reliable.
734
735         * po/lilypond.pot (Module): ran po-replace.
736
737         * input/regression/tie-single-manual.ly (Module): new file.
738
739         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
740         look at has_manual_position_.
741         (from_ties): set has_manual_position_ if tie has staff-position set.
742
743         * lily/tuplet-bracket.cc (calc_positions): idem.
744
745         * lily/tuplet-number.cc (print): don't print tupletnumber if it
746         doesn't span time.
747
748 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
749
750         * scm/define-markup-commands.scm (smallCaps): new markup command
751         for turning a text to small caps using smaller font size and upper
752         casing.
753
754 2006-03-17  Graham Percival  <gpermus@gmail.com>
755
756         * Documentation/user/ examples, instrument-notation,
757         advnaced-notation: minor fixes from mailist.
758
759 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
760
761         * Documentation/user/tutorial.itely (First steps): change example
762         to verbatim.  
763
764 2006-03-17  Graham Percival  <gpermus@gmail.com>
765
766         * Documentation/user/ examples, advanced: minor changes from mailist.
767
768         * THANKS: add Geoff Horton, for documentation stuff.
769
770 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
771
772         * python/lilylib.py (system): revert have_select kludge.
773
774         * Documentation/user/tutorial.itely (Commenting input files):
775         update version numbers in doc. 
776
777         * scm/define-grob-interfaces.scm (multi-measure-interface): add
778         bound-padding to multi-measure-interface
779
780 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
781
782         * input/test/engraver-example.ily: update version number.
783
784         * VERSION (PACKAGE_NAME): release 2.7.39
785
786         * lily/note-spacing.cc (get_spacing): heighten threshold where
787         accidentals/arpeggios influence previous spacing fully.
788
789         * lily/rest.cc (y_offset_callback): only use direction if
790         staff-position wasn't set before.
791
792         * lily/bar-number-engraver.cc: add support for
793         barNumberAlignSymbol. 
794         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
795
796         * lily/pointer-group-interface.cc (set_ordered): new function. 
797         (add_unordered_grob): new function.
798
799         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
800         to ordered, unless the opposite has been proved.  This fixes
801         random reordering of large object groups across linebreaks,
802         eg. beams.
803
804         * lily/main.cc (do_chroot_jail): printf format fix.
805
806         * lily/tie-formatting-problem.cc (generate_configuration):
807         multiply y-shift for dot with direction.
808  
809         * scm/define-markup-commands.scm (note-by-number): put (magstep
810         size) in y-attach too.
811
812         * Documentation/topdocs/NEWS.tely (Top): show override.
813
814         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
815         direction for stems.
816         
817 2006-03-15  Graham Percival  <gpermus@gmail.com>
818
819         * Documentation/user/ changing-defaults, global: minor
820         fixes from mailist.
821
822 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
823
824         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
825
826         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
827         breakable items after uniformly stretched notes.
828
829         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
830         outline with outer edge of note heads. This prevents infinity
831         problems with tied whole notes.
832
833         * scripts/lilypond-book.py (do_file): use os.popen
834
835         * python/convertrules.py (conv): add rule for Stem #'beamed-*
836
837 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
838
839         * Documentation/user/invoking.itely: Add ragged-right to bug report
840         guidelines.
841
842 2006-03-14  Graham Percival  <gpermus@gmail.com>
843
844         * Documentation/user/global.itely: small fix from mailist.
845
846 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
847
848         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
849         file descriptor returned by tempfile.mkstemp() when writing
850         to tmpfile and closing it. Solves problem with unlink(tmpfile)
851         on mingw.
852
853 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
854
855         * po/fi.po: newline bugfix.
856
857 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
858
859         * scm/paper.scm (paper-alist): Rounding fixes.
860
861 2006-03-13  Graham Percival  <gpermus@gmail.com>
862
863         * Documentation/user/ changing-defaults, instrument-notation,
864         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
865
866 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
867
868         * po/fi.po: update.
869
870 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
871
872         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
873         mailto: to http:// 
874
875         * python/lilylib.py (print_environment): move ps_page_count to
876         lilypond-book.py
877
878 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
879
880         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
881
882         * scm/framework-ps.scm (embed-document): new function. Use to
883         embed PFA files.
884
885         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
886
887 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
888
889         * Documentation/user/instrument-notation.itely (Setting simple
890         songs): Added \book{...} around the full example, so the separate
891         markups are included in the printed example. 
892
893 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
894
895         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
896         tmphandle.
897
898         * python/lilylib.py (system): rewrite system() using
899         subprocess. Remove >& redirection trickery.
900
901 2006-03-11  Graham Percival  <gpermus@gmail.com>
902
903         * Documentation/user/ changing-defaults, global, scheme-tutorial,
904         notation-appendices.itely: minor fixes from mailist.
905
906 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
907
908         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
909         unsplit man also needs images.
910
911         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
912
913         * VERSION (PACKAGE_NAME): 2.7.38 released.
914
915 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
916
917         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
918         log in output dir.
919
920 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
921
922         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
923         respects the Score.skipTypesetting property.
924         
925 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
926
927         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
928         Prolog. No %%EOF after CFF file.
929
930 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
931         
932         * lily/constrained-breaking.cc (get_max_systems): used to return a
933         much too big value
934         (combine_demerits): use pointers to reduce copying data
935         (calc_subproblem): idem
936         (get_page_penalty): add page turn penalties
937         
938 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
939
940         * Documentation/user/invoking.itely (Invoking lilypond): better
941         explanation of -e usage.
942
943         * lily/main.cc (main_with_guile): don't append to
944         init_scheme_code_string
945
946         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
947
948         * Documentation/user/invoking.itely: add note about MacOS X scripts.
949
950         * scripts/convert-ly.py (do_options): don't print help for
951         --show-rules rule.
952
953         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
954         @code and @example. Update from texinfo.tex from CVS.
955
956 2006-03-08  Graham Percival  <gpermus@gmail.com>
957
958         * Documentation/user/scheme-tutorial.itely: clarifies distances
959         measured in staff-spaces.
960
961 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
962
963         * lily/slur.cc (outside_slur_callback): only calculate offsets if
964         consider[k] is true.
965
966         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
967
968         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
969         consider columns that have originals.  Unifies spacing for mm
970         rests around line breaks.
971
972         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
973         (set_text_rods): idem.
974         (calculate_spacing_rods): new function: share code between
975         set_text_rods and set_spacing_rods.
976         (set_text_rods): take extents of bounds into account.  
977
978 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
979
980         * Documentation/user/basic-notation.itely (Writing music in
981         parallel): don't use relative.
982
983 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
984
985         * ly/music-functions-init.ly (Module): add shiftDurations
986
987         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
988
989         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
990
991         * ly/engraver-init.ly: init vocalName to nil.
992
993 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
994
995         * scm/music-functions.scm (music->make-music): bugfix,
996         KeyChangeEvents are now handled correctly.
997
998         * scripts/lilypond-book.py: Add --debug option.
999
1000 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1001
1002         * python/lilylib.py: add tempfile.
1003
1004 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1005
1006         * VERSION (PACKAGE_NAME): release 2.7.37
1007
1008         * python/lilylib.py (ps_page_count): remove make_ps_images().
1009         (ps_page_count): remove mkdir_p
1010         (system): remove cleanup_temp.
1011         (exit): remove lilypond_version_(check)
1012         (error_log): remove pseudo_filter_p
1013         remove read_pipe
1014         remove cp_to_dir
1015         remove identify
1016
1017         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
1018         use __main__
1019
1020         * lily/accidental-engraver.cc (make_standard_accidental): only add
1021         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
1022
1023         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1024         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
1025         Make incompatibilities.
1026
1027         * scm/output-ps.scm (grob-cause): replace backslashes by /
1028         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
1029
1030 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1031
1032         * cygwin/GNUmakefile: Install fixes.
1033
1034         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
1035
1036         * lily/note-head.cc (head::get_balltype): Compile fix.
1037
1038         * flower/file-name.cc (dos_to_posix): Flower string fix.
1039
1040 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1041
1042         * python/lilylib.py: pychecker cleanups.
1043
1044         * scripts/lilypond-book.py
1045         (Lilypond_snippet.output_print_filename): pychecker cleanups
1046
1047         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
1048
1049         * python/lilylib.py (underscore): remove identify() , warranty()
1050
1051         * ps/music-drawing-routines.ps: change Border routine for GSView
1052         compatibility.
1053
1054         * lily/stem.cc (height): use quantize-positions.  This triggers
1055         set_stem_lengths, so scripts on beamed stems are handled correctly.
1056
1057         * lily/side-position-interface.cc (aligned_side): check if edges
1058         of script are inside staff. Fixes accent of edge of the staff.
1059
1060         * input/regression/staccato-pos.ly: more examples.
1061
1062         * stepmake/aclocal.m4 (depth): fix bashism.
1063
1064         * lily/lyric-combine-music-iterator.cc: move from
1065         new-lyric-combine-iterator.cc
1066         (process): add pending_grace_lyric_ member to delay lyrics on
1067         grace notes.
1068
1069         * lily/system-start-text.cc (print): suicide if we don't have any
1070         elements. Fixes hara kiri'd instrument names.
1071
1072         * scripts/mup2ly.py (Module): remove.
1073
1074 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1075
1076         * Documentation/user/global.itely (A single music expression):
1077         close @lilypond properly
1078
1079         * lily/volta-bracket.cc (modify_edge_height): change from
1080         after_line_breaking_callback. Suicide last bracket if appropriate.
1081  
1082         * python/lilylib.py: strip getopt support
1083
1084         * scripts/etf2ly.py (do_options): use optparse
1085
1086         * scripts/midi2ly.py: optparse, strip lilylib copy. 
1087
1088         * scripts/abc2ly.py (voices): use optparse.
1089
1090         * stepmake/stepmake/generic-vars.make: new function absdir.
1091
1092         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
1093
1094         * scripts/lilypond-book.py (find_file): use global_options for
1095         include path
1096
1097         * scm/ps-to-png.scm (ps-page-count): prevent null characters
1098         entering C code.
1099
1100 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1101
1102         * python/lilylib.py (get_global_option): ughness for extracting
1103         global options from lilylib.
1104         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
1105
1106         * scripts/lilypond-book.py (get_option_parser): use optparse for
1107         option handling.  Put options in global_options variable.
1108
1109 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
1110
1111         * Documentation/index.html.in: clarify.
1112
1113 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1114
1115         * scm/layout-page-layout.scm (write-page-breaks): add a
1116         music-system-heights property to the page layout output.
1117
1118         * scm/page.scm (make-page-stencil): take footer into account when
1119         computing the 'space-left page property
1120         (annotate-space-left): take footer into account when annonating
1121         space left.
1122
1123 2006-02-28  Graham Percival  <gpermus@gmail.com>
1124
1125         * Documentation/user/ advanced-notation, global: more (final)
1126         docs for music expressions, removed special fermatas.
1127
1128 2006-02-27  Graham Percival  <gpermus@gmail.com>
1129
1130         * Documentation/user/ basic-notation, global: minor changes
1131         from mailist.
1132
1133 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1134
1135         * scm/framework-ps.scm:         
1136         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
1137         layer for inf? and nan? from framework-ps to lily-library.
1138
1139 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1140
1141         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
1142         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
1143
1144         * buildscripts/substitute-encoding.py (Module): remove file.
1145
1146         * mf/GNUmakefile: more PFA strippage.
1147
1148         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
1149
1150         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
1151         generation
1152
1153         * scm/framework-ps.scm: remove font name munging.
1154
1155         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
1156
1157 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1158
1159         * scm/markup.scm (define-markup-command): change
1160         def-markup-command to define-markup-command
1161
1162         * scm/music-functions.scm (define-music-function): change
1163         def-music-function to define-music-function.
1164
1165         * python/convertrules.py (conv): rules for def-music-function
1166         and def-markup-commands
1167
1168         * Documentation/user/programming-interface.itely,
1169         input/no-notation/display-lily-tests.ly,
1170         input/regression/lily-in-scheme.ly,
1171         input/regression/markup-user.ly,
1172         input/regression/music-function.ly, input/regression/tie-chord.ly,
1173         scm/fret-diagrams.scm, ly/music-functions-init.ly,
1174         ly/gregorian-init.ly: use new macro names (define-music-function,
1175         define-markup-command).
1176
1177 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1178
1179         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
1180         (output): add comments to lp-book latex output.
1181
1182         * GNUmakefile.in (footifymail): use gmane address for webpage bug
1183         address.
1184
1185 2006-02-23  Graham Percival  <gpermus@gmail.com>
1186
1187         * Documentation/user/ tutorial, global: minor changes.
1188
1189 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1190
1191         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
1192         blocks (for make 3.80)
1193
1194         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
1195         \notemode so that user should not have to explicitely type it.
1196
1197         * scm/define-music-display-methods.scm: various
1198         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
1199         constructs)
1200
1201         * input/no-notation/display-lily-tests.ly: new tests for
1202         \applyOutput and \applyContext
1203
1204 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1205
1206         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
1207         changed it slightly so that the number of systems returned by
1208         solve () will be the same as the last value passed to resize
1209         (). I've also added more documentation, removed casts, fixed style
1210         problems and put in some recovery if constraints aren't satisfied."
1211
1212 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1213
1214         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
1215         for emacs < 22 compatibility.
1216         (count-rexp): Use it.
1217         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
1218         substring juggling (Milan Zamazal).
1219
1220 2006-02-23  Graham Percival  <gpermus@gmail.com>
1221
1222         * Documentation/user/ basic-notation, advanced-notation,
1223         global.itely, invoking.itely, tutorial,itely:
1224         minor fixes from mailist.
1225
1226         * scm/define-markup-commands.scm: improve docs of \filled-box.
1227
1228 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
1229
1230         * Documentation/index.html.in: changes concern the previous release.
1231
1232         * input/regression/+.ly: cultivate typographical terminology.
1233
1234 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1235
1236         * scm/define-grob-interfaces.scm (parentheses-interface): add
1237         padding to parentheses-interface.
1238
1239         * Documentation/user/GNUmakefile: remove $(CROSS) support from
1240         Documentation/user/GNUmakefile. Use --disable-documentation for that.
1241
1242         * VERSION (PATCH_LEVEL): release 2.7.36
1243
1244         * lily/slur.cc: add avoid-slur (ugh.)
1245         
1246         * lily/slur-configuration.cc (fit_factor): oops, skip point if
1247         intersection gets smaller. This fixes slurs over extreme points.
1248
1249         * lily/melody-engraver.cc (stop_translation_timestep): ignore
1250         stems with neutral-direction set.
1251
1252         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
1253
1254         * lily/open-type-font.cc (load_table): format error.
1255
1256         * lily/change-iterator.cc (process): format fix.
1257
1258         * flower/include/international.hh (_f): idem.
1259
1260         * flower/include/std-string.hh: add format printf attribute.
1261
1262         * scm/define-grobs.scm (all-grob-descriptions): height of all
1263         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
1264
1265         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
1266         ambitus lines.
1267
1268         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
1269
1270 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
1271
1272         * input/regression/: upgraded syntax for some files.
1273
1274         * THANKS: Add bughunters.
1275
1276 2006-02-22  Graham Percival  <gpermus@gmail.com>
1277
1278         * Documentation/user/ invoking.itely, advanced-notation.itely,
1279         global.itely: long-awaited "let's make chapter 10 not suck"
1280         update.  Rearrange chapter 10; now called "global issues",
1281         addresses file structure, etc.  Some info from other files
1282         moved into global.itely.
1283
1284 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1285
1286         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
1287         catch trill-span-event notes.
1288
1289         * Documentation/user/examples.itely (Ancient notation templates): typo.
1290         (Jazz combo): typo.
1291
1292         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
1293
1294         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
1295
1296         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
1297
1298         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
1299
1300         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
1301         froum Laissez_vibrer_engraver.
1302
1303         * ly/declarations-init.ly (repeatTie): add \repeatTie
1304
1305         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
1306
1307         * scm/define-grob-properties.scm (all-user-grob-properties): add
1308         head-direction property.
1309
1310         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
1311         from_lv_ties. Take head direction argument.
1312
1313         * lily/semi-tie-column.cc: rename from
1314         laissez-vibrer-tie-column.cc. Rename class too.
1315
1316         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
1317         class too.
1318
1319         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
1320
1321         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
1322         0 case.
1323         (find_breaks): idem.
1324
1325 2006-02-21  Graham Percival  <gpermus@gmail.com>
1326
1327         * Documentation/user/advanced-notation.itely: fixed make-moment]
1328         example.
1329
1330         * Documentation/user/basic-notation.itely: more clarification to
1331         transpose.
1332
1333 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1334
1335         * lily/include/constrained-breaking.hh (class
1336         Constrained_breaking): new file.
1337
1338         * lily/constrained-breaking.cc (resize): new file.
1339
1340         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
1341
1342         * Documentation/user/advanced-notation.itely (Clusters): insert
1343         end ignore too.
1344
1345         * lily/tie-column.cc (calc_positioning_done): support for
1346         tie-score debugging
1347
1348         * lily/tie-formatting-problem.cc
1349         (generate_extremal_tie_variations): factor out.
1350         (score_ties_configuration): annotate all tie 
1351         (print_ties_configuration): new routine.
1352         (generate_configuration): nudge extremal ties outside of the head
1353         Y extents.
1354         (score_ties_configuration): oops. convert to staff-space before
1355         determining position symmetry.
1356
1357 2006-02-20  Graham Percival  <gpermus@gmail.com>
1358
1359         * Documentation/user/*-notation.itely: misc minor editing,
1360         shifting doc sections around.
1361
1362         * Documentation/user/*-notation-itely, global.itely,
1363         changing-defaults.itely: added new stuff from NEWS.
1364
1365 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
1366
1367         * po/fi.po: update.
1368
1369 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1370
1371         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
1372         lilypond --verbose for lp-book.
1373
1374         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1375         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
1376
1377         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
1378         $(buildscript-dir) iso. absolute depth.
1379
1380         * buildscripts/genicon.py (dir): thinko.
1381
1382         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
1383
1384 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
1385
1386         * scm/output-lib.scm: swap darkcyan/darkyellow
1387
1388         * THANKS: Add bughunters.
1389
1390 2006-02-19  Graham Percival  <gpermus@gmail.com>
1391
1392         * Documentation/user/programming-interfaces.itely: fixed example.
1393
1394         * Documentation/user/instrument-notation.itely: fix @{ @}.
1395
1396         * scm/script.scm: add avoid-slur for \open.
1397
1398 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1399
1400         * lily/tie-formatting-problem.cc (score_configuration): use
1401         sliding score for min-length. 
1402
1403         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
1404         spaghetti for icons.
1405
1406         * buildscripts/genicon.py (program_name): new file.
1407
1408         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
1409         in outline too.  
1410         (generate_configuration): for small ties, also look for collisions
1411         at Y + DIR*h + DELTA_Y.
1412         (get_variations): consider variation for dot positions too.
1413
1414         * lily/side-position-interface.cc (aligned_side): take abs for
1415         quantized rounded position. Fixes tenuto below staff.
1416
1417         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
1418         markers when necessary.
1419
1420         * lily/program-option.cc (internal_set_option): add
1421         strict_infinity_checking option.
1422
1423         * scm/output-lib.scm (cyan): swap yellow and cyan.
1424
1425 2006-02-19  Graham Percival  <gpermus@gmail.com>
1426
1427         * darwin.patch: trivial linenumber update.
1428
1429         * Documentation/user/ {various}: `\context foo = named' changed
1430         to `\new foo = "name"' in docs.
1431
1432 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1433
1434         * scm/stencil.scm (annotate-y-interval): use it.
1435
1436         * scm/lily-library.scm (interval-sane?): new function.
1437
1438         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
1439         tfm_checksum stuff.
1440
1441         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
1442         common refpoint.
1443
1444         * flower/include/std-vector.hh (iterof): add iterof macro.
1445
1446         * lily/enclosing-bracket.cc (width): new function.
1447
1448         * lily/align-interface.cc (align_elements_to_extents): reinstate
1449         warning.
1450
1451 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
1452
1453         * Documentation/index.html.in: fix spelling: thankyous.
1454
1455 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1456
1457         * lily/lyric-hyphen.cc: typo.
1458
1459 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1460
1461         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
1462         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
1463         builds don't work. 
1464
1465         * VERSION: release 2.7.35
1466
1467         * lily/beam.cc (get_default_dir): oops. Take abs () for
1468         extremes[DOWN].
1469         (get_default_dir): use extreme position criterion only in absence
1470         of forced stem directions.
1471
1472         * VERSION (PATCH_LEVEL): bump VERSION.
1473
1474         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
1475         dependencies. Necessary for -jX builds.  
1476
1477 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1478
1479         * lily/relocate.cc (setup_paths): Yet another const fix.
1480
1481 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1482
1483         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
1484
1485         * lily/relocate.cc (setup_paths): oops.
1486
1487 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
1488
1489         * Documentation/index.html.in: order links: html before PDF.
1490
1491 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1492
1493         * lily/tie-column-format.cc (Module): remove.
1494
1495         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
1496
1497         * lily/text-spanner.cc (print): idem.
1498
1499         * lily/dynamic-text-spanner.cc (print): only print line if longer
1500         than dash-period.
1501
1502         * lily/auto-change-iterator.cc (change_to): formatting.
1503
1504         * lily/beam.cc (get_default_dir): take extreme note head as input
1505         for stem direction.
1506
1507         * lily/tie.cc (get_default_dir): only look directions for visible
1508         stems. 
1509
1510         * lily/side-position-interface.cc (aligned_side): oops. Don't
1511         mutiply with direction. This fixes quantized (staccato, tenuto)
1512         scripts below notes.
1513
1514         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
1515         direction. Fixes c-lyrics-center-align.ly
1516
1517 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1518
1519         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
1520         constructor.
1521
1522         * lily/std-string.cc:
1523         * lily/include/std-vector.hh (split_string): Move and rename from
1524         lily/include/misc.hh, lily/misc.cc.  Update callers.
1525
1526 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1527
1528         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
1529
1530 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1531
1532         * flower/test-file.cc: New file.
1533
1534         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
1535         libraries.
1536
1537         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
1538
1539 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1540
1541         * flower/include/file-storage.hh: remove file.
1542
1543         * lily/include/midi-item.hh (class Midi_track): idem.
1544
1545         * lily/include/source.hh (class Sources): idem.
1546
1547         * lily/include/performance.hh (class Performance): use vector
1548         iso. Cons<>
1549
1550         * flower/include/cons.hh (class Cons): remove file.
1551
1552         * flower/include/flower-proto.hh: remove template cruft.
1553
1554         * lily/include/font-metric.hh: use size_t not vsize for indices.
1555
1556         * flower/include/flower-proto.hh (Module): remove std-vector.hh
1557         from proto.
1558
1559         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
1560
1561         * lily/include/paper-book.hh (class Paper_book):
1562         make get_system_specs() public.
1563
1564         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
1565         the force=10000 case if we don't have a current-best. 
1566
1567         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
1568         vsize 
1569
1570         * flower/include/flower-proto.hh: remove outdated templates.
1571
1572         * scm/page.scm: use annotate-spacing
1573
1574 2006-02-15  Graham Percival  <gpermus@gmail.com>
1575
1576         * scm/translation-functions.scm: circle patch from Erlend, thanks!
1577
1578         * THANKS: moved Erlend Aasland to contributors.
1579
1580 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1581
1582         * config.hh.in: remove HAVE_PANGO_16
1583
1584         * lily/tuplet-bracket.cc (calc_positions): multiply with
1585         staff-space for beam case. This fixes tuplets+beams on scaled
1586         staves.
1587
1588         * config.hh.in: remove all Kpathsea related defines.
1589
1590         * lily/dot-column.cc (side_position): reach stem via dots->
1591         head->stem. Inspect all stems for dot collisions. 
1592
1593         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
1594         stem handling.
1595
1596         * lily/bar-number-engraver.cc (process_music): document function
1597         of whichBar.
1598
1599         * lily/score.cc (default_rendering): add pscore, not systems
1600         themselves.
1601
1602         * lily/paper-book.cc (get_system_specs): separate generation of
1603         titles and systems.
1604
1605         * flower/include/std-vector.hh: don't include config.hh
1606
1607 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1608
1609         * flower/include/std-vector.hh: Better wrapper compatibility with
1610         std::vector.
1611
1612         * flower/include/flower-proto.hh: Remove cheap forward declaration
1613         attempts.
1614
1615         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
1616
1617 2006-02-14  Graham Percival  <gpermus@gmail.com>
1618
1619         * Documentation/user/invoking.itely: add warning about command line.
1620
1621 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1622
1623         * lily/include/lily-proto.hh: add Prob, rm Page.
1624
1625         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
1626
1627         * VERSION: release 2.7.34
1628
1629         * lily/relocate.cc (framework_relocation): show canary if
1630         GHOSTSCRIPT_VERSION undefined.
1631
1632         * GNUmakefile.in: remove $(VERSION) symlink.
1633
1634         * lily/relocate.cc (setup_paths): add + 
1635
1636 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
1637
1638         * Documentation/index.html.in: specify sizes for all big HTML pages.
1639
1640 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1641
1642         * config.hh.in: remove @FRAMEWORKDIR@
1643
1644         * lily/system-start-text.cc (get_stencil): new file: separate out
1645         system-start-delimiter text support.
1646
1647         * input/**ly: replace \context with \new where appropriate.
1648         
1649         * THANKS: add Don.
1650
1651         * lily/slur-scoring.cc (get_base_attachments): use
1652         robust_relative_extent. This fixes problems with empty paper-columns. 
1653
1654 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1655
1656         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
1657
1658         * scm/define-music-properties.scm (all-music-properties):
1659         create-new property.
1660
1661         * lily/context-specced-music-iterator.cc (construct_children):
1662         inspect 'create-new property iso. magical $uniqueContextId context
1663         id.
1664
1665         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
1666
1667         * lily/context-key-manager.cc (Module): new file. Encapsulate
1668         object key generation.
1669
1670         * lily/include/context-key-manager.hh (Module): new file.
1671
1672 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1673
1674         * scm/define-grobs.scm (all-grob-descriptions): center instrument
1675         names vertically
1676
1677         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
1678         options.
1679         (reloc_b): excise --enable-framework-dir
1680
1681         * lily/relocate.cc (framework_relocation): use getenv
1682         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
1683
1684 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1685
1686         * flower/include/std-string.hh: 
1687         * flower/include/std-vector.hh: Finish std:: conversion; move
1688         flower extensions from std:: namespace.  Update users.
1689
1690         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
1691         their expansion to vector<*>.  Update users.
1692
1693 2006-02-10  Graham Percival  <gpermus@gmail.com>
1694
1695         * Documentation/user/invoking.itely: add example to File structure.
1696
1697         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
1698         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
1699
1700 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1701
1702         * ly/paper-defaults.ly: typo.
1703
1704         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
1705         set_parent() for parentheses. This will make it show up in bbox
1706         calculations.
1707
1708         * scm/output-lib.scm (parentheses-item::print): rewrite, using
1709         ly:grob-common* functions.
1710
1711         * lily/grob-scheme.cc (LY_DEFINE):
1712         ly:grob-common-refpoint-of-array: new function 
1713         ly:grob-common-refpoint: new function 
1714         ly:grob-relative-coordinate: new function 
1715
1716         * lily/instrument-name-engraver.cc (process_music): use
1717         Text_interface::is_markup(). This fixes \markup on instrument names.  
1718
1719         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
1720         for ties and slurs.
1721
1722         * lily/slur.cc (print): idem.
1723
1724         * lily/tie.cc: add line-thickness for ties. 
1725
1726 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1727
1728         * scm/output-svg.scm: Document diversion from GNU coding standards
1729         as a workaround for a bug in Microsoft Internet Explorer.
1730
1731 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1732
1733         * lily/instrument-name-engraver.cc (process_music): use
1734         is_markup() iso. is_string()
1735
1736         * Documentation/user/changing-defaults.itely (Module): add menu entry.
1737
1738         * lily/percent-repeat-engraver.cc (process_music): only look at
1739         main_part_ for % repeats.
1740
1741         * lily/stem-tremolo.cc (get_beam_translation): new function.
1742         (calc_slope): new function.
1743         (height): don't use real slope.
1744
1745 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
1746
1747         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
1748         new connect-to-neighbor, control-points and staff-padding
1749         properties to make ligature brackets showing up again.
1750
1751 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1752
1753         * VERSION: release 2.7.33
1754
1755         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
1756         too many.
1757
1758         * Documentation/user/changing-defaults.itely (Difficult tweaks):
1759         remove applyOutput example.
1760         (Objects connected to the input): document \tweak, \parenthesize
1761
1762         * lily/relocate.cc (prefix_relocation): allow "current"
1763         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
1764         changing VERSION in a lily tree less painful.
1765
1766         * input/regression/parenthesize.ly: new file. 
1767
1768         * scm/output-lib.scm (parenthesize-element): new function.
1769
1770         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
1771
1772         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
1773
1774         * lily/accidental-engraver.cc (make_standard_accidental): reroute
1775         cause: accidentals are caused by note heads, not note events. 
1776
1777 2006-02-08  Graham Percival  <gpermus@gmail.com>
1778
1779         * darwin.patch: small patch from Erlend, thanks!
1780
1781         * Documentation/user/basic-notation.itely: add stem-neutral example.
1782
1783         * Documentation/user/putting.itely: clarifications.
1784
1785 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1786
1787         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
1788         note, add more guidelines to what should go into NEWS.
1789
1790         * input/sakura-sakura.ly: document how to override font.
1791
1792         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
1793
1794 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1795
1796         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
1797
1798 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1799
1800         * scripts/convert-ly.py (lilypond_version_re_str): Move from
1801         convertrules.  Add explicit grouping, needed for python2.2.
1802
1803 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1804
1805         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
1806
1807 2006-02-07  Graham Percival  <gpermus@gmail.com>
1808
1809         * Documentation/user/global.itely: fix line-width in (text) docs.
1810
1811         * Documentation/user/lilypond-book.itely: same.
1812
1813 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1814
1815         * VERSION (PACKAGE_NAME): release 2.7.32
1816
1817         * Documentation/topdocs/NEWS.tely (Top): document new variable
1818         naming.
1819
1820         * flower/include/array.icc (Message): remove file.
1821
1822         * flower/include/std-vector.hh: make sure vsize and VPOS are
1823         defined for binary_search_bounds().
1824
1825         * flower/std-string.cc (std): add to_string(long unsigned).
1826
1827         * configure.in (gui_b): excise std_string option.
1828         (gui_b): excise std_vector option.
1829
1830         * flower/string.cc (Module): excise flower array & string
1831
1832         * flower/include/std-string.hh: excise flower string.
1833
1834         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
1835
1836         * python/convertrules.py (lilypond_version_re_str): require
1837         only numbers and dots in \version string.
1838
1839 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1840
1841         * lily/system-start-delimiter.cc (print): allow style = text too.
1842
1843         * lily/system-start-delimiter-engraver.cc
1844         (acknowledge_system_start_text): new function, also add add to
1845         support of system-start-text (instrument names). This fixes
1846         instrument names on piano staves.
1847
1848         * lily/instrument-name-engraver.cc: rewrite. Use
1849         system-start-delimiter approach. This save memory and cpu.
1850
1851         * scm/define-grobs.scm (all-grob-descriptions): remove
1852         instrument-name from break-alignment.
1853
1854         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
1855
1856 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1857
1858         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
1859         jobserver going.
1860
1861         * configure.in (std_vector): On by default.
1862
1863         * lily/include/font-metric.hh:
1864         * lily/include/tfm-reader.hh: 
1865         * lily/include/spanner.hh: Use unsigned for indices and sizes.
1866         Update users.
1867
1868         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
1869
1870 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1871
1872         * VERSION (PACKAGE_NAME): 2.7.31
1873
1874         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
1875         EPS edge at 0, but take minimum with left-overshoot. This fixes
1876         cut off system start delims. 
1877
1878         * lily/instrument-name-engraver.cc (stop_translation_timestep):
1879         hack: add to axis group if not added yet. This fixes hara kiri'd
1880         piano staves.
1881
1882         * lily/hara-kiri-group-spanner.cc
1883         (force_hara_kiri_in_y_parent_callback): fix signatures.
1884
1885         * lily/hairpin.cc (print): check next hairpin to see whether or
1886         not to be continuing.
1887
1888 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1889
1890         * Remove trailing whitespace from makefiles.
1891         
1892         * flower/include/std-vector.hh: Add binary_search_bounds workaround
1893         for earlier gcc.
1894
1895         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
1896
1897         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
1898
1899         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
1900
1901         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
1902
1903         * configure.in: Use it.
1904
1905 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1906
1907         * scm/music-functions.scm (pitch-of-note): new function.
1908
1909         * ly/music-functions-init.ly: add \octave and \addquote
1910
1911         * lily/parser.yy (music_function_chord_body): softcode \octave.
1912         (lilypond_header): softcode \addquote
1913
1914 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1915
1916         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
1917         array.hh, parray.hh at all.  Getting ready to flip the
1918         configure default.
1919
1920         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
1921
1922         * lily/source-file.cc (file::get_line): Help binary_search_bounds
1923         a bit.
1924
1925         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
1926
1927 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1928
1929         * flower/include/array.hh: typo. 
1930
1931 2006-02-02  Graham Percival  <gpermus@gmail.com>
1932
1933         * Documentation/user/advanced-notation.itely: doc "\#" in text.
1934
1935 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1936
1937         * flower/include/pqueue.hh: Derive from std::vector.
1938
1939         * flower/include/parray.hh: Conform to std::vector interface.
1940         Update users.
1941
1942 2006-02-02  Graham Percival  <gpermus@gmail.com>
1943
1944         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
1945
1946 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1947
1948         * flower/file-path.cc (is_file): remove if 0 section.
1949
1950         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
1951         selecting afii61352.
1952
1953 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1954
1955         * flower/include/std-vector.hh (boundary): Oops, reverse.
1956
1957         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
1958         remove superfluous `d'.
1959
1960         * flower/include/std-vector.hh (boundary, top): Detach from class.
1961         Remove empty vector shell.
1962
1963         * flower/include/array.hh (reverse, swap): Detach from class.
1964         Update users.
1965         
1966         * flower/include/std-vector.hh
1967         * flower/include/array.hh (concat): Globally change to insert ().
1968
1969         
1970         * flower/include/std-vector.hh
1971         * flower/include/parray.hh
1972         * flower/include/array.hh (elem, elem_ref): Globally replace by
1973         at ().
1974
1975 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1976
1977         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
1978
1979         * python/convertrules.py (FatalConversionError.sub_cxx_id):
1980         anticipate on identifier substitutions.
1981
1982 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1983
1984         * flower/include/std-vector.hh (insert): Remove, replace by
1985         std::vector interface.  Update callers.
1986
1987         * flower/include/array.icc (insert): Change signature to
1988         match std::vector interface.
1989         
1990         * flower/include/array.icc (vector_sort): Bugfix.
1991
1992 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1993
1994         * lily/parser.yy (output_def_head_with_mode_switch): new
1995         production. Result: dashes and underscores may be used in the
1996         \paper block.
1997
1998         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
1999
2000         * python/convertrules.py (conv): oops. One slash too much.
2001
2002 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2003
2004         * flower/include/std-vector.hh (sort): Remove, replace by
2005         ::vector_sort.  Update callers.
2006
2007         * flower/include/std-vector.hh (slice): Remove.  Update callers.
2008         (sort): Bugfix.
2009
2010         * flower/test-std.cc (vector_sort): New test.
2011
2012 2006-02-01  Graham Percival  <gpermus@gmail.com>
2013
2014         * Documentation/user/putting.itely: fixes from Erik.
2015
2016 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2017
2018         * flower/test-std.cc: Add simple unit test for vector migration.
2019
2020         * stepmake/stepmake/test*: Unit test support.
2021
2022         * flower/include/std-vector.hh (del): Remove.  Use erase (),
2023         update callers.
2024
2025         * flower/include/array.hh (begin, end): Add.
2026         (del, get): Remove.
2027
2028 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2029
2030         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
2031         std::string not String. 
2032
2033         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
2034         iso UINT_MAX.
2035
2036         * lily/prob.cc (Prob): copy type_ too.
2037
2038         * lily/lily-guile.cc (mangle_cxx_identifier): new
2039         function. Class_bla::foo_bar_[px] ->
2040         ly:class-bla::foo-bar[?!]. Changes throughout
2041
2042 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2043
2044         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
2045
2046         * lily/beam.cc (calc_direction): take dir from visible stem in
2047         degenerate case.
2048
2049 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2050
2051         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
2052         Fix -1, >=0 boundary checks for unsigned vsize.
2053
2054         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
2055         loop for unsigned vsize.
2056
2057         * configure.in (--enable-std-vector): New option.
2058         (--enable-std-string): On by default.
2059
2060         * flower/include/std-vector.hh: New file.  Enable switch to
2061         std::vector, update client code.
2062
2063 2006-01-30  Graham Percival  <gpermus@gmail.com>
2064
2065         * scm/document-translation.scm: clarify "this context is also
2066         known as".  Thanks, Werner!
2067
2068         * Documentation/user/putting.itely: small fixes from Don Blaheta.
2069
2070         * Documentation/user/invoking.itely: small fix from Don.
2071
2072 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2073
2074         * scm/lily.scm (define-scheme-options): rename option
2075         preview-include-book-title to book-title-preview
2076         (define-scheme-options): move force-eps-font-include (from paper
2077         block) to eps-font-include -d option.
2078
2079         * VERSION (PATCH_LEVEL): release 2.7.30
2080
2081         * input/bach-schenker.ly (staffPiano): new file.
2082
2083         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
2084
2085         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
2086         credits to Nicolas.
2087
2088         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
2089
2090         * ps/lilyponddefs.ps: remove start-system, stop-system,
2091         start-page fluff. This saves putting { } code on the stack, fixing
2092         stack overflows when including EPS files.
2093
2094 2006-01-29  Graham Percival  <gpermus@gmail.com>
2095
2096         * Documentation/user/putting.itely: minor fixes (comments on -devel).
2097
2098 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2099
2100         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
2101
2102 2006-01-28  Graham Percival  <gpermus@gmail.com>
2103
2104         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
2105
2106 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2107
2108         * input/mutopia/claop.py: Update.
2109
2110 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2111
2112         * input/regression/completion-heads.ly (texidoc): fix.
2113
2114         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
2115
2116         * lily/tie-formatting-problem.cc
2117         (set_ties_config_standard_directions): use abs iso fabs for ints.
2118
2119         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
2120
2121         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
2122         little less than noteheight, to prevent overlaps in chords.
2123
2124         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
2125         head, and fudge stem-attachment.
2126
2127         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
2128
2129         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
2130
2131 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2132
2133         * lily/main.cc (main): Debugging aid: catch exceptions.
2134
2135         * flower/std-string.cc (to_string): Robustification.  Fixes midi
2136         output with std::string.
2137
2138 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2139
2140         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
2141
2142 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2143
2144         * Fix -DSTRING_UTILS_INLINED.
2145
2146 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2147
2148         * VERSION (PATCH_LEVEL): release 2.7.29
2149
2150         * lily/relocate.cc (setup_paths): mingw uses std string too.
2151
2152         * lily/*.cc: various fixes for substr(ARG).
2153
2154         * lily/sustain-pedal.cc (print): 
2155
2156         * flower/file-name.cc (slashify): use std strings.
2157
2158         * flower/string-convert.cc: remove publib.h
2159
2160         * scm/define-markup-commands.scm (verbatim-file): new markup
2161         command \verbatim-file
2162
2163         * Documentation/topdocs/NEWS.tely: fixup URLs
2164
2165         * input/regression/alignment-vertical-manual-setting.ly (Module):
2166         new file.
2167
2168         * lily/align-interface.cc (align_elements_to_extents): overwrite
2169         translations with numbers in alignment-offsets from left bound
2170
2171         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
2172         (page-translate-systems): new function: take into account Y-offset.
2173
2174         * Documentation/topdocs/NEWS.tely (Top): document new features.
2175
2176         * input/regression/page-layout-manual-position.ly (Module): new
2177         file.
2178
2179 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2180
2181         * flower/file-path.cc (path::parse_path): Oops.
2182
2183         * Finish std::string interface.  For now, use std:: marker
2184         throughout for easy s/r.
2185
2186 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2187
2188         * Documentation/user/putting.itely (Score is a single musical
2189         expression): typo.
2190         (Score is a single musical expression): more typos.
2191
2192         * scm/page.scm (annotate-space-left): thinko.
2193         (annotate-page): more thinkos.
2194
2195 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2196
2197         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
2198         for different \score blocks separately.
2199         (post-process-pages): put write-page-layout into paper block.
2200
2201         * lily/output-def.cc (get_parser): new file.
2202
2203         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
2204         file.
2205
2206         * lily/include/output-def.hh (class Output_def): add parser_ member.
2207
2208         * input/regression/page-layout-twopass.ly (Module): new file.
2209
2210         * scm/lily.scm: remove cpp hack.
2211
2212         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
2213
2214 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2215
2216         * GNUmakefile.in (c-clean): New target.
2217
2218         * flower/include/std-string.hh: String/std::string compatibility:
2219         Use NPOS for `not found' (iso -1), use ssize for length () and pos
2220         type.
2221
2222         * flower/rational.cc: 
2223         * flower/include/rational.hh: 
2224
2225         * flower/offset.cc: 
2226         * flower/include/offset.hh: 
2227
2228         * flower/interval.cc: 
2229         * flower/include/interval.hh: 
2230
2231         * flower/string-convert.cc: 
2232         * flower/include/string-convert.hh: Use std::string [interface].
2233         Update callers.
2234
2235 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2236
2237         * Documentation/index.html.in: clean up.
2238
2239 2006-01-25  Graham Percival  <gpermus@gmail.com>
2240
2241         * Documentation/user/putting.itely: another new untested doc section.
2242
2243 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2244
2245         * scm/layout-page-layout.scm (write-page-breaks): write
2246         \spacingTweaks #ALIST. Handle grace timing.
2247
2248         * scm/: more imports.
2249
2250         * scm/page.scm (make-page): add footer/header.
2251         (annotate-space-left): revise: only take page argument.
2252         (layout->page-init): new function.
2253
2254         * scm/layout-page-layout.scm (write-page-breaks): preliminary
2255         version of the system/spacing/linebreak hack writing to the output
2256
2257         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
2258         ly:make-prob.
2259
2260         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
2261         ly:spanner-bound
2262
2263 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2264
2265         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
2266
2267         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
2268
2269         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
2270         handling to page.scm
2271
2272         * lily/prob-scheme.cc (LY_DEFINE): new file.
2273         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
2274
2275         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
2276         prob functions.
2277
2278         * lily/music.cc (derived_mark): derive Music from Prob.
2279
2280         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
2281
2282         * lily/prob.cc (Module): Implement Prob (Property Object), object
2283         with shared and r/w property alists.  
2284
2285         * lily/include/prob.hh (Module): new file. Declare Prob.
2286
2287         * flower/string.cc: remove is_empty().
2288
2289         * flower/include/string.hh (class String): remove String:: qualifier.
2290
2291         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
2292         substitute appropriate functions.
2293
2294         * flower/include/string.hh (class String): remove to_str0 and
2295         is_empty(). S&R everywhere.
2296
2297 2006-01-23  Graham Percival  <gpermus@gmail.com>
2298
2299         * Documentation/user/basic-notation.itely: add hairpin
2300         after-linebreak tweak to commonprop.
2301
2302         * Documentation/user/putting.itely: added two new sections.
2303
2304 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2305
2306         * flower/international.cc: 
2307         * flower/include/international.hh: 
2308
2309         * flower/getopt-long.cc: 
2310         * flower/include/getopt-long.hh: Use std::string [interface].
2311         Update callers.
2312
2313         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
2314
2315         * stepmake/stepmake/executable-rules.make: Add dependency on
2316         module libraries.
2317
2318 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2319
2320         * flower/file-path.cc: 
2321         * flower/include/file-path.hh: Use std::string [interface].
2322         Update callers.
2323
2324         * flower/direction.cc: 
2325         * flower/axis.cc: Unused.  Remove.
2326
2327         * configure.in (--enable-std-string): New option.
2328
2329         * flower/std-string.cc: 
2330         * flower/include/std-string.hh: New file.
2331
2332         * flower/file-name.cc[STD_STRING]:
2333         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
2334
2335 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2336
2337         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
2338
2339         * scm/define-markup-commands.scm (with-dimensions):
2340         with-dimensions markup command.
2341
2342         * input/test/font-table.ly: use it.
2343
2344         * lily/open-type-font.cc (glyph_list): new function.
2345
2346         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
2347
2348         * lily/ttf.cc: remove ly:font-glyph-list scheme function
2349
2350 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2351
2352         * ly/music-functions-init.ly (parallelMusic): new music function
2353         for parallel music entry.
2354
2355         * scm/define-music-properties.scm (all-music-properties): new
2356         'void music property
2357
2358         * scm/music-functions.scm (ly:music-message): make public, to be
2359         used in music function definitions
2360
2361         * scm/lily-library.scm (collect-music-for-book): discard music
2362         when the 'void property is set.
2363
2364 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2365
2366         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
2367
2368         * mf/GNUmakefile: idem.
2369
2370         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
2371
2372         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
2373
2374         * Documentation/user/notation-appendices.itely (The Feta font):
2375         use it.
2376
2377         * input/test/font-table.ly: new file. Generate font table within lily.
2378
2379         * Documentation/user/notation-appendices.itely (The Feta font):
2380         use new font-table.ly file. 
2381
2382         * stepmake/stepmake/install-out-targets.make
2383         (local-install-outfiles): only create directory if
2384         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
2385
2386 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2387
2388         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
2389
2390         * VERSION (PACKAGE_NAME): release 2.7.28
2391
2392         * scm/framework-ps.scm (write-preamble): use it to pick exactly
2393         the right font from a Mac dfont.
2394         (write-preamble): don't forget directory, only look at files.
2395
2396         This fixes problems with TTF files in dfonts that don't match
2397         their PostScript names.
2398          
2399         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
2400         PS name from TTF font.
2401
2402         * input/regression/tie-manual.ly: document new feature.
2403
2404         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
2405
2406         * VERSION (MY_PATCH_LEVEL): bump to .28
2407
2408         * Documentation/user/basic-notation.itely (Ties): add tie examples
2409         refs.
2410
2411         * lily/tie-formatting-problem.cc (score_ties_configuration):
2412         symmetry penalties for outer ties.
2413
2414 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2415
2416         * lily/tie-formatting-problem.cc (generate_configuration) 
2417         (set_manual_tie_configuration): skip non-pair manual
2418         tie-configuration, so you can set individual ties as
2419
2420           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
2421
2422         * input/regression/tie-chord.ly: use generateTiePattern to
2423         simplify file.
2424
2425         * lily/tie-formatting-problem.cc (peak_around): new function.
2426         (score_configuration): use sliding criterion for staff line collisions. 
2427         (score_configuration): idem for dot collisions.
2428         (generate_configuration): use separate stem_gap for gap to stem.
2429
2430         * lily/include/tie-formatting-problem.hh (struct Tie_details):
2431         separate penalty factors for x and y distance.
2432         (struct Tie_details): separate penalties for tip and center line collisions.
2433
2434 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
2435
2436         * lily/tie-formatting-problem.cc (generate_configuration): make
2437         large ties avoid stafflines in the horizontal section.
2438         (score_configuration): use softcoded penalties
2439         (score_aptitude): idem.
2440
2441         * lily/tie-helper.cc (from_grob): softcode tie details
2442
2443         * lily/staff-symbol-referencer.cc (on_staff_line): new function
2444
2445         * lily/staff-symbol-referencer.cc (on_line): rename from
2446         on_staffline 
2447
2448 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2449
2450         * ly/music-functions-init.ly: remove duplicate tag.
2451
2452         * lily/include/*.hh: GCC 4.1 fixes.
2453
2454 006-01-16  Erlend Aasland  <erlenda@gmail.com>
2455
2456         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
2457
2458         * scm/define-music-types.scm: fix bug in desc. string
2459         for OverrideProperty
2460
2461 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
2462
2463         * scripts/lilypond-book.py: bugfix
2464
2465         * scm/define-music-types.scm: fix typos.
2466
2467 2006-01-14  Graham Percival  <gpermus@gmail.com>
2468
2469         * Documentation/user/ basic-notation.itely, global.itely,
2470         advanced-notation.itely, instrument-notation.itely: small
2471         additions (bugs and commonly tweaked properties).
2472
2473 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2474
2475         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
2476         detection of mingw build.
2477         (MINGW_BUILD): opps.
2478
2479 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2480
2481         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
2482         i686-mingw32.
2483
2484 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2485
2486         * scm/music-functions.scm (skip->rest): add skip->rest
2487
2488 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2489
2490         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
2491         explicitly.
2492
2493         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
2494         config dirs. Aids debugging. 
2495         (display_config): also display config files.
2496
2497 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2498
2499         * VERSION: release 2.7.27
2500
2501         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
2502         for determining bar size.
2503
2504         * lily/staff-symbol.cc (print): place lines at distance line-positions
2505
2506         * scm/define-grob-properties.scm (all-user-grob-properties): add
2507         line-positions.
2508
2509         * lily/staff-symbol.cc (height): new function.
2510
2511         * input/regression/staff-line-positions.ly:  new file.
2512
2513 2006-01-06  Graham Percival  <gpermus@gmail.com>
2514
2515         * input/test/add-staccato.ly: remove reference to old file.
2516
2517 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2518
2519         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
2520         lilypond binary too.
2521
2522 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2523
2524         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
2525
2526 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2527
2528         * scripts/midi2ly.py: Bugfix: Declare datadir.
2529
2530         * make/ly-rules.make:
2531         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
2532         that seems to be gone). Fixes make web.
2533
2534         * The grand 2005-2006 replace.
2535
2536         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
2537
2538 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2539
2540         * make/lilypond-vars.make: set LILYPOND_BINARY variable
2541         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
2542         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
2543         like -dgs-font-load.
2544
2545         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
2546         remove absolute path to lilypond binary.
2547         
2548 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
2549
2550         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
2551
2552 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2553
2554         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
2555
2556         * mf/GNUmakefile: remove broken dvips map symlink.
2557
2558 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2559
2560         * lily/main.cc: 
2561         * configure.in: Cosmetic fixes.
2562
2563 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2564
2565         * Documentation/user/music-glossary.tely (Pitch names): Added
2566         Spanish pitch names and durations, thanks to Ernesto Gancedo
2567
2568 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2569
2570         * scm/lily.scm (define-scheme-options): use quasi-quote for option
2571         init. Fixes verbose printing of .scm files.
2572
2573         * stepmake/aclocal.m4: add spaces before - options.
2574         
2575 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2576
2577         * lily/relocate.cc (setup_paths): Bugfix: do not store result
2578         of path search in local block variable.
2579
2580 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2581
2582         * configure.in (NCSB_DIR): --enable-ncsb-dir
2583         (LINK_GXX_STATICALLY): denko.
2584
2585         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
2586
2587         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
2588         use locate to find c059033l.pfb. 
2589         
2590 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2591
2592         * lily/tie-formatting-problem.cc
2593         (problem::generate_base_chord_configuration): Use my_round (was
2594         round).
2595
2596         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
2597         do not invoke mbrtowc.
2598
2599         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
2600
2601 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2602
2603         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
2604
2605 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
2606
2607         * Documentation/user/invoking.itely (svg): revise.
2608
2609 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2610
2611         * lily/lexer.ll: use sourcefilename iso. renameinput.
2612
2613 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2614
2615         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
2616         <PostScriptName>.ttf instead of c059XXXttf.
2617
2618         * lily/program-option.cc (LY_DEFINE): special support for
2619         --verbose, so it works before option init too.
2620  
2621         * mf/GNUmakefile (local-install): oops.
2622
2623         * lily/lyric-hyphen.cc (print): oops.
2624
2625         * buildscripts/pfx2ttf.fontforge: new file.
2626         
2627         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
2628         ($(outdir)/%.ttf): new rule. 
2629
2630         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
2631         to LyricHyphen.
2632
2633         * lily/lyric-hyphen.cc (print): multiply hyphen height by
2634         font-size
2635
2636 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2637
2638         * VERSION: release 2.7.26
2639         
2640         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
2641
2642 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2643
2644         * lily/font-config.cc (init_fontconfig): verbosity.
2645
2646         * THANKS: add Muziekacademie Lede. 
2647
2648         * scripts/musicxml2ly.py (print_voice_definitions): new function 
2649         (print_score_setup): new function
2650         (convert): read part definition to output staves properly.
2651
2652         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
2653         Music_xml notes.
2654
2655         * python/musicexp.py (Output_printer.__init__): use _ in data
2656         members.
2657         (Output_printer.unformatted_output): new function: no formatting,
2658         but count braces.
2659         (Duration.get_length): remove isinstance() checks for
2660         Output_printer everywhere.
2661
2662         * input/regression/lyrics-bar.ly (texidoc): add
2663         Separating_line_group_engraver.
2664
2665 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2666
2667         * lily/relocate.cc (framework_relocation): New function,
2668         factored from set_relocation ().
2669         (prefix_relocation): Rename from set_relocation ().
2670         (setup_paths): Use it.
2671
2672 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2673
2674         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
2675         numbers. Patch by Erlend Aasland.
2676
2677 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2678
2679         * lily/font-config.cc (init_fontconfig): print warning if cache
2680         file is not existant.
2681
2682         * lily/main.cc: don't use #ifdef but #if
2683
2684 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2685
2686         * lily/grob-property.cc (internal_set_property): don't abort on
2687         calculation-in-progress.
2688
2689         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
2690
2691         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
2692         connect-to-neighbor property not connect-to-other
2693
2694         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
2695         (LY_DEFINE): oops. don't forget protection.
2696
2697         * flower/parse-afm.cc (Module): strip AFM handling completely.
2698
2699         * lily/stencil-expression.cc: idem.
2700
2701         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
2702
2703         * lily/function-documentation.cc (ly_add_function_documentation):
2704         use static member iso. Protected_scm
2705
2706         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
2707
2708         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
2709
2710 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2711
2712         * lily/relocate.cc (set_env_dir): New function.
2713         (set_relocation): Use it to fix setting PANGO_PREFIX.
2714
2715 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2716
2717         * input/regression/stem-direction-context.ly: remove rest.
2718
2719         * lily/melody-engraver.cc (process_music): restart for bar lines.
2720         (acknowledge_slur): restart for slurs.
2721
2722 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
2723
2724         * Documentation/user/invoking.itely: describe how to view SVG 
2725         output using Inkscape which replace embedded fonts with OTF fonts.
2726
2727 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2728
2729         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
2730
2731 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2732
2733         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
2734         comment.
2735
2736 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2737
2738         * VERSION (PACKAGE_NAME): release 2.7.25
2739
2740         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2741
2742         * input/regression/stem-direction-context.ly: new file.
2743
2744         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
2745
2746         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
2747         on rest.
2748
2749         * ly/engraver-init.ly: add Melody_engraver
2750
2751         * lily/beam.cc (calc_direction): use default-direction
2752         iso. get_default_direction()
2753
2754         * scm/define-grob-properties.scm (all-user-grob-properties): add
2755         default-direction property.
2756
2757         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
2758
2759         * lily/stem.cc (calc_default_direction): remove
2760         Stem::get_default_direction, use default-direction with callback
2761         instead.
2762
2763         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
2764
2765         * lily/melody-engraver.cc: new file. Acknowledge stems for
2766         interpolated stem directions. 
2767
2768         * lily/melody-spanner.cc: new file. Interpolate stem directions.
2769
2770         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
2771
2772         * lily/slur-configuration.cc (fit_factor): more robust check for
2773         point in curve X-extent.
2774
2775         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
2776         (outside_slur_callback): check for 'outside avoidance.
2777
2778         * lily/slur-configuration.cc (score_extra_encompass): don't use
2779         bound->column() == avoid->column() for checking extents, as this
2780         doesn't work for accidentals. 
2781
2782         * lily/slur-engraver.cc (acknowledge_extra_object): remove
2783         DynamicText hardcoding.
2784
2785         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
2786         crash if bound stem is NULL
2787
2788         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
2789         pedals.
2790
2791 2005-12-22  Graham Percival  <gpermus@gmail.com>
2792
2793         * scm/define-markup-commands.scm: typo.  @code{\raise}
2794         => @code{\\raise}.
2795
2796         * darwin.patch: now used again, includes a
2797         required patch from fink.
2798
2799 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
2800
2801         * po/TODO: mention gtranslator along with kbabel.
2802         * po/fi.po: update translations.
2803
2804 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2805
2806         * lily/relocate.cc (setup_paths): Bugfix.
2807
2808 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2809
2810         * lily/slur-configuration.cc (score_extra_encompass): don't use
2811         "avoid" choice for avoid-slur.
2812
2813         * stepmake/bin/install.py (dest): don't create existing dir.
2814
2815 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2816
2817         * stepmake/bin/install.py: Remove file before copying.
2818
2819         * config.make.in: 
2820         * stepmake/aclocal.m4: Do not substitute INSTALL.
2821
2822 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2823
2824         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
2825         depend on link-tree.
2826
2827         * lily/relocate.cc (setup_paths): only check path for non-absolute
2828         dir without directory part.
2829
2830         * flower/file-name.cc (is_absolute):  new method.
2831         (is_absolute): check root_ too.
2832
2833 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2834
2835         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
2836         relocation code.  Oops, don't comment out too much.
2837
2838         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
2839         iso itself.
2840
2841         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
2842         compile.
2843
2844 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2845
2846         * .cvsignore: Add install-sh.
2847
2848         * autogen.sh (srcdir): Typo.
2849
2850 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2851
2852         * autogen.sh (srcdir): urg. Touch install-sh.
2853
2854         * stepmake/bin/install-sh (Module): remove.
2855
2856         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
2857
2858         * lily/include/relocate.hh: new file.
2859
2860         * lily/relocate.cc: new file. Contain relocation logic.
2861
2862         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
2863         (main): read LILYPOND_VERBOSE as the first thing.
2864
2865         * stepmake/aclocal.m4: remove INSTALL variable.
2866
2867         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
2868         separate target for making font symlinks.
2869         (documentation-dir): use $(if $(findstring )) for switching off
2870         Documentation.
2871
2872         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
2873         something if DOCUMENTATION is no.
2874
2875 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2876
2877         * VERSION: release 2.7.24
2878
2879         * lily/script-column-engraver.cc (stop_translation_timestep):
2880         delay adding to script-column.
2881
2882         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
2883
2884         * python/convertrules.py (conv): rule for number-visibility
2885
2886         * lily/slur-configuration.cc (score_extra_encompass): different
2887         distance measure for avoid and inside avoidance.
2888         (score_extra_encompass): use 1/(distance+eps) as penalty.
2889
2890         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
2891         encompass objects for generating slur curves.
2892
2893         * lily/slur.cc: use details iso. slur-details property.
2894
2895         * input/regression/slur-tuplet.ly: new file.
2896
2897         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
2898
2899         * flower/include/offset.hh (class Offset): new operator /=
2900
2901         * lily/tuplet-number.cc (print): new file, new interface.
2902
2903         * scm/define-grob-properties.scm (all-user-grob-properties):
2904         remove number-visibility property.
2905
2906         * lily/tuplet-bracket.cc (calc_control_points): new function
2907         (calc_connect_to_neighbors): new function.
2908         (print): remove text handling for tuplet numberdef.
2909
2910         * lily/tuplet-engraver.cc (struct Tuplet_description): create
2911         TupletNumbers too. 
2912
2913         * lily/lily-guile.cc (robust_scm2booldrul): new function
2914
2915         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
2916
2917         * lily/tuplet-bracket.cc (calc_position_and_height): use
2918         staff-padding to control whether tuplet brackets are over staves.
2919
2920         * lily/grob.cc (suicide): clear dim_caches_.
2921
2922         * lily/dimension-cache.cc (clear): new function.
2923
2924         * lily/grob.cc (extent): swap order of min-extent and extent
2925         calculations. This fixes hara kiri staves. 
2926
2927 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2928
2929         * lily/main.cc: Nitpick: relocation is not based on path, but on
2930         directory (location).
2931
2932 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2933
2934         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
2935
2936         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
2937
2938         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
2939
2940         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
2941
2942         * stepmake/stepmake/generic-vars.make (Module): idem.
2943
2944         * stepmake/stepmake/executable-targets.make (default): use it.
2945
2946         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
2947
2948         * make/GNUmakefile: don't install make rules.
2949
2950         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
2951         slashes.
2952         (prepend_env_path): more verbosity.
2953
2954 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2955
2956         * GNUmakefile.in: add dir argument for find command.
2957
2958         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
2959         fixes weird line numbers for point & click.
2960
2961         * lily/source-file.cc (get_counts): init line/column/char counts.
2962
2963 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2964
2965         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
2966
2967 2005-12-16  Graham Percival  <gpermus@gmail.com>
2968
2969         * Documentation/user/basic-notation.itely, advanced-notation.itely:
2970         minor fixes from Fredric.  Thanks!
2971
2972 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2973
2974         * ly/music-functions-init.ly: add \bar and \clef music function 
2975
2976         * lily/lily-lexer.cc: idem.
2977
2978         * lily/parser.yy (FIXME): remove BAR and CLEF.
2979
2980 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2981
2982         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
2983
2984         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
2985         function arguments too
2986
2987         * lily/main.cc (set_relocation): new function.
2988
2989         * scripts/musicxml2ly.py (convert): add \version
2990
2991         * lily/tie.cc: remove get_default_attachments()
2992
2993         * VERSION (PACKAGE_NAME): release 2.7.23
2994         
2995         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
2996         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
2997
2998         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2999
3000         * lily/tie-formatting-problem.cc (score_ties): new function
3001         (get_variations): new function. Try flipping dirs for collisions.
3002         (generate_optimal_chord_configuration): new function. 1-opt search
3003         for better configuration.
3004
3005         * lily/tie-configuration.cc: new file.
3006
3007         * lily/tie.cc: junk Tie::get_configuration()
3008
3009         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
3010         (score_ties_configuration): new function.
3011         (generate_ties_configuration): new function.
3012         (generate_base_chord_configuration): new function.
3013         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
3014         (set_manual_tie_configuration): Move body from tie-column-format.cc 
3015
3016         * input/regression/tie-dot.ly: new file.
3017
3018         * lily/tie-formatting-problem.cc (score_configuration): score
3019         tie/dot collisions.
3020
3021         * lily/tie-helper.cc (get_transformed_bezier): new function
3022
3023         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
3024
3025         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
3026         -undefined suppress iso. -framework Python 
3027
3028         * scm/define-grobs.scm (all-grob-descriptions): set
3029         springs-and-rods (thanks Joe Neeman!)
3030
3031 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3032
3033         * input/no-notation/display-lily-tests.ly (test): 
3034         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
3035         changed from \tag #'(a b) to \tag #'a \tag #'b
3036
3037 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3038
3039         * Documentation/topdocs/NEWS.tely: strip out-www.
3040
3041         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
3042
3043         * config.make.in (AR): add AR and RANLIB
3044
3045         * flower/libc-extension.cc: include cassert
3046
3047         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
3048         darwin check.
3049
3050 2005-12-11  Graham Percival  <gpermus@gmail.com>
3051
3052         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
3053
3054         * stepmake/stepmake/python-modules-vars.make: define
3055         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
3056
3057         * THANKS: added Johannes Schindelin.
3058
3059 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3060
3061         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
3062
3063         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3064         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
3065
3066         * lily/parser.yy: reorganize file layout.
3067
3068         * ly/music-functions-init.ly: add tweak music function.
3069
3070         * lily/grob-info.cc (ultimate_music_cause): new function:
3071         recursively lookup causes. 
3072
3073         * lily/parser.yy (chord_body_element): allow music functions for
3074         post-events, allow music functions for chord elements. 
3075  
3076         * lily/font-config-scheme.cc (display_fontset): add cast.
3077
3078         * python/convertrules.py (FatalConversionError.sub_syms): \tag
3079         #'(a b) -> \tag #'a \tag #'b rule.
3080
3081         * python/musicexp.py (Output_printer.dump_version): new function
3082
3083 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3084
3085         * lily/parser.yy (FIXME): remove \tag
3086         (FIXME): remove tag_music() function.
3087
3088         * lily/lily-lexer.cc: remove \tag
3089
3090         * ly/music-functions-init.ly: define music-function "tag"
3091
3092         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
3093
3094 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3095
3096         * VERSION (PATCH_LEVEL): release 2.7.22
3097
3098         * input/regression/lyric-hyphen-retain.ly: renew.
3099
3100         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
3101         grob
3102
3103         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
3104         iso. minimum-length property for rods.
3105
3106         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
3107         LyricSpace item to keep lyrics spaced apart.
3108
3109         * ly/engraver-init.ly: remove Separating_line_group_engraver
3110
3111         * Documentation/user/music-glossary.tely: do setfilename before
3112         music-glossary.
3113
3114 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
3115
3116         * Documentation/user/lilypond-book.itely: use `,´ after xref:
3117         See xref documentation, for example.
3118
3119 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3120
3121         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
3122         pending_skip iso. ly_voice[-1]
3123         (main): add if __main__ for debugging.
3124
3125         * python/musicxml.py (Accidental.__init__): new class.
3126
3127         * scripts/musicxml2ly.py (progress): new function
3128         (musicxml_key_to_lily): don't barf on modeless keys.
3129         (create_skip_music): new function.
3130         (musicxml_spanner_to_lily_event): new function. Handle beams too.
3131         (musicxml_note_to_lily_main_event): new function.
3132
3133         * python/musicexp.py (Music.__init__): add comment field.
3134         (NestedMusic.append): new routine.
3135         (SequentialMusic.print_ly): print comment.
3136         (ArpeggioEvent.ly_expression): new class
3137         (BeamEvent.ly_expression): new class
3138         (NoteEvent.__init__): support for cautionary/forced accs.
3139
3140         * lily/lookup.cc (slur): normal order for array loop.
3141
3142         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
3143         to 0.0.
3144
3145         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
3146         collapsed.
3147
3148 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
3149
3150         * scm/music-functions.scm: Make phrasing slurs follow voice direction
3151
3152         * scripts/lilypond-book.py: Introduce option
3153             --preserve-line-breaks, for usage with srcltx
3154
3155 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3156
3157         * scm/output-lib.scm (print-circled-text-callback): draw circle
3158         around text using make-circle-markup.
3159
3160         * Documentation/user/*: strip out-www from file names.
3161
3162 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
3163
3164         * Documentation/user/lilypond.tely (direntry): remove empty lines;
3165         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
3166
3167 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3168
3169         * Documentation/user/GNUmakefile: idem.
3170
3171         * Documentation/user/macros.itexi: strip out-www
3172
3173         * python/rational.py: python 2.3 compat.
3174
3175         * VERSION (PATCH_LEVEL): release 2.7.21
3176
3177         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
3178         option formatting, lilypond style.
3179
3180         * python/musicexp.py: grab from Ikebana: a library for composing
3181         ly music expressions. 
3182         (Output_printer): class for advanced .ly printing.
3183         (eg. tupletting) 
3184
3185         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
3186         convert to pythonesque structure.
3187
3188         * python/rational.py: PD rational number class.
3189
3190         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
3191
3192 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
3193
3194         * lily/part-combine-iterator.cc: Minor bugfix
3195         
3196         * THANKS: Update bughunters
3197
3198 2005-12-02  Werner Lemberg  <wl@gnu.org>
3199
3200         * mf/README: Document process for proper mf2pt1 conversion.
3201
3202         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
3203         overlapping.
3204
3205         * mf/feta-harmonica.mf: Removed.  Unused.
3206
3207 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3208
3209         * scripts/lilypond-book.py (do_file): fix thinkos.
3210
3211 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3212
3213         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
3214         ($(outdir)/parser.cc): 
3215         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
3216
3217 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
3218
3219         * ly/titling-init.ly (tagline): it should be a space between
3220         "Music engraving by LilyPond" and the version number.
3221
3222 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3223
3224         * VERSION (PACKAGE_NAME): release 2.7.20
3225
3226 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3227
3228         * scm/define-markup-commands.scm (pad-to-box): new markup command.
3229
3230         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
3231         1.0.
3232         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
3233
3234 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3235
3236         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
3237
3238         * kpath-guile/: remove directory
3239
3240         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
3241         file. Encapsulate kpathsea using commandline tools.
3242
3243         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
3244         kpathsea) module.
3245
3246 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3247
3248         * Documentation/user/advanced-notation.itely (Setting automatic
3249         beam behavior): Correct a few typos. Thanks to David Bobroff.
3250
3251         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
3252         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
3253
3254 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3255
3256         * scripts/*.py: gmane address for bugs.
3257
3258 2005-11-28 Pal Benko <benkop@freestart.hu>
3259         
3260         * make/ly-rules.make: add -f switch to mv
3261
3262         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
3263
3264         * lily/bar-line.cc: interpret it
3265
3266 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3267
3268         * configure.in (--disable-documentation): New switch.
3269
3270         * GNUmakefile.in: Use it.
3271
3272         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
3273
3274 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3275
3276         * scripts/lilypond-book.py (do_file): search chunks for
3277         \\begin{document}
3278
3279         * GNUmakefile.in: add copy step in between so we can lose the
3280         out-www directories.
3281
3282 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3283
3284         * lily/pango-font.cc (pango_item_string_stencil): put
3285         geometry.width into glyph-string too.
3286
3287 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3288
3289         * scm/define-music-display-methods.scm (RevertProperty):
3290         (OverrideProperty): Use grob-property-path property, a list of
3291         symbols, instead of grob-property, which used to be a single
3292         symbol.
3293         (BassFigureEvent): a figure can be a plain number, not necessarily a
3294         markup.
3295
3296 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3297
3298         * VERSION: release 2.7.19
3299         
3300         * lily/figured-bass-engraver.cc (process_music): check
3301         figuredBassCenterContinuations first.
3302
3303         * scm/translation-functions.scm (format-bass-figure): make double
3304         sharp larger. 
3305
3306         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
3307         determine X-parent.
3308
3309         * lily/system-start-delimiter-engraver.cc: move from
3310         Nested_system_start_delimiter_engraver, rename
3311         Nested_system_start_delimiter_engraver ->
3312         System_start_delimiter_engraver.
3313
3314         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
3315         bracket type from hierarchy.
3316
3317 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3318
3319         * lily/rest.cc (y_offset_callback): read staff-position.
3320
3321         * scm/define-grob-properties.scm (all-user-grob-properties): don't
3322         mark after-line-breaking-callback as internal.
3323
3324         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
3325
3326 2005-11-25  Werner Lemberg  <wl@gnu.org>
3327
3328         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
3329
3330 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3331
3332         * stepmake/bin/add-html-footer.py (do_file): add google
3333
3334         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
3335         staff if first_start_ is true.
3336
3337 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3338
3339         * scripts/midi2ly.py (split_track): add __repr__ members.
3340         (track_first_item): only return Item if not None. This fixes a
3341         problem when dumping a track that starts with an empty channel.
3342
3343         * python/midi.c: doc module.
3344
3345 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3346
3347         * Documentation/user/global.itely (Creating MIDI files): Fix
3348         compilation problem.
3349
3350 2005-11-22  Graham Percival  <gpermus@gmail.com>
3351
3352         * Documentation/user/basic-notation.itely: clarify dynamic
3353         padding text.
3354
3355         * Documentation/user/advanced-notation.itely: add unicode
3356         escape control example, whatever that is.  :)
3357
3358         * Documentation/user/global.itely: added "removing dynamics
3359         from MIDI" code.
3360
3361 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3362
3363         * VERSION (PATCH_LEVEL): release 2.7.18
3364
3365         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
3366         System_start_delimiter_engraver by
3367         Nested_system_start_delimiter_engraver.
3368
3369         * lily/nested-system-start-delimiter-engraver.cc (struct
3370         Bracket_nesting_node): new class.
3371         (struct Bracket_nesting_group): new class
3372         (struct Bracket_nesting_staff): new class.
3373         (process_music): create hierarchy of grobs. This allows separate
3374         tuning of different SSDs. 
3375
3376         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
3377         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
3378
3379 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3380
3381         * lily/side-position-interface.cc (aligned_side): multiply
3382         staff_radius by 2.
3383
3384         * lily/script-engraver.cc (make_script_from_event): allow setting
3385         values to '()
3386
3387 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3388
3389         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
3390
3391         * scm/define-grobs.scm (all-grob-descriptions): new grob
3392         NestedSystemStartDelimiter.
3393
3394         * input/regression/system-start-heavy-bar.ly: new file.
3395
3396         * lily/nested-system-start-delimiter-engraver.cc: new file.
3397
3398         * lily/nested-system-start-delimiter.cc: new file.
3399
3400         * input/regression/system-start-nesting.ly: new file.
3401
3402         * scm/define-grobs.scm (all-grob-descriptions): use X side
3403         positioning for positioning braces for nested contexts.
3404
3405         * lily/system-start-delimiter.cc (print): don't divide extent by
3406         staff_space.
3407         (print): use style iso. glyph.
3408         (staff_bracket): translate glyph inside routine already.
3409
3410 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
3411
3412         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
3413         names.
3414
3415 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3416
3417         * scm/define-context-properties.scm
3418         (all-user-translation-properties): rename figuredBassFormatter
3419         from newFiguredBassFormatter.
3420
3421         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
3422
3423         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
3424
3425         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
3426
3427         * lily/beam.cc (calc_beaming): new function.
3428         (calc_shorten): new function.
3429
3430         * THANKS: add Edward Neeman.
3431
3432         * input/regression/accidental-clef-change.ly: new file.
3433
3434         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
3435
3436         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
3437
3438         * lily/clef-engraver.cc (inspect_clef_properties): reset
3439         localKeySignature for clef changes.
3440
3441 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3442
3443         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
3444         add dummy definition that works in Linux and add information in
3445         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
3446
3447         * Documentation/user/changing-defaults.itely (Modifying context
3448         plug-ins): Add index for \with.
3449
3450         * Documentation/user/music-glossary.tely (dal segno): Updated
3451         example to version >=2.6.
3452
3453 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3454
3455         * Documentation/user/instrument-notation.itely (Printing chord
3456         names): Reorder \chordmode and \repeat in one example.
3457
3458 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3459
3460         * VERSION: release 2.7.17
3461         
3462         * Documentation/topdocs/NEWS.tely (Top): add note about
3463         refactoring.
3464
3465         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3466         new function. Search region of 3 positions for best tie.
3467         (score_configuration): new function.
3468         (score_aptitude): new function.
3469         (generate_configuration): new function.
3470         (get_configuration): new function.
3471         (Tie_formatting_problem): new function
3472
3473         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
3474
3475         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
3476
3477         * THANKS: add Eduardo Vieira & Ralph Little
3478
3479         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
3480         narrower.
3481
3482         * lily/include/tie-formatting-problem.hh (class
3483         Tie_formatting_problem): add Tie_details to
3484         Tie_formatting_problem. Update calling conventions.
3485
3486         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
3487         config.make.
3488
3489         * Documentation/user/lilypond.tely: remove musedata2ly entry.
3490
3491 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
3492
3493         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
3494         scm/define-context-properties.scm: Maintenance bugfix: make
3495         ligature brackets work again by removing obsolete ligature
3496         primitive callback push/pop.
3497
3498         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
3499         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
3500         value.
3501
3502 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3503
3504         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
3505         used and do not call it a path.
3506         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
3507
3508 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3509
3510         * lily/include/tie-formatting-problem.hh (class
3511         Tie_formatting_problem): new file.
3512
3513         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
3514
3515         * Documentation/misc/ChangeLog-2.3:  new file.
3516
3517         * lily/audio-staff.cc (output): degarianize.
3518
3519 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3520
3521         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
3522         Unset PYTHONOPTIMIZE.  Fixes install if set.
3523
3524 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3525
3526         * python/convertrules.py (conv): add warning about drums. 
3527
3528         * make/stepmake.make: include toplevel-version.make after config.make.
3529
3530         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
3531         also allow python2.4
3532
3533         * config.make.in (configure-srcdir): remove GXX GCC vars.
3534
3535         * stepmake/aclocal.m4: don't do non-srcdir build with
3536         symlinks. Use inclusion, so the src directory name can be changed.
3537
3538 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3539
3540         * make/mutopia-vars.make:
3541         * make/ly-vars.make: Use src-wildcard iso wildcard for source
3542         files.
3543
3544 2005-11-13  Werner Lemberg  <wl@gnu.org>
3545
3546         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
3547         but the affected path.  This ensures that the (overlapping) outlines
3548         have the same direction, which is a necessary prerequisite for
3549         FontForge's algorithm to remove overlaps.
3550         Formatting.
3551
3552         * mf/feta-haak.mf: Formatting.
3553         (draw_bracket): Slightly modify outline to avoid an unnecessary
3554         corner.
3555         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
3556         them from the affected paths.
3557
3558 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3559
3560         * mf/README: remove xpm / accordion notes.
3561
3562         * lily/tie-column-format.cc (set_chord_outline): add dots into
3563         skyline extents. This fixes tie formatting if the left head has dots.
3564
3565         * lily/tie.cc (get_configuration): only shift tie by a whole staff
3566         space inside the staff.
3567         (get_configuration): shift another position if necessary in case
3568         of left head tie  
3569
3570 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3571
3572         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
3573         buildscript-dir iso. $(depth)/buildscripts.
3574
3575         * tex/GNUmakefile (local-uninstall): remove
3576         music-drawing-routines.ps juggling.
3577
3578         * stepmake/stepmake/install-targets.make (local-install-files):
3579         prepend src-dir to install targets.
3580
3581         * lily/system-start-delimiter-engraver.cc
3582         (acknowledge_system_start_delimiter): use
3583         add_offset_callback(). This fixes translation of nested
3584         staffgroups.
3585
3586         * lily/grob-closure.cc (add_offset_callback): only encaps in
3587         simple_closure if it's a procedure.
3588         
3589         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
3590         from bar-line.
3591
3592         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
3593         remove-empty where pertinent.
3594
3595 2005-11-12  Graham Percival  <gpermus@gmail.com>
3596
3597         * Documentation/user/instrument-notation.itely: added
3598         Cameron Horsburgh's multiple stanzas docs.  Thanks!
3599
3600 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3601
3602         * lily/GNUmakefile
3603         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
3604         make picture in builddir, not srcdir.
3605
3606 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3607
3608         * VERSION: release 2.7.16
3609         
3610         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
3611         shell arguments. 
3612
3613 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3614
3615         * Documentation/user/examples.itely (Piano templates): Minor
3616         modification to the Piano centered lyrics example.
3617
3618 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3619
3620         * scripts/lilypond-invoke-editor.scm (run-browser): look at
3621         $BROWSER.
3622
3623         * Documentation/user/point-and-click.itely: simplify p&c
3624         instruction: don't configure firefox. Put lilypond-invoke-editor
3625         in front of the browser.
3626
3627         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
3628         (run-browser): new function.
3629
3630         * lily/parser.yy (Lily_lexer): recognize Book
3631
3632         * lily/book.cc (clone): new function
3633
3634         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
3635
3636 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
3637
3638         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
3639         Maintenance bugfix: reduce number of font related warnings by
3640         updating naming conventions for glyph-name.
3641
3642 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3643
3644         * scm/define-grobs.scm (all-grob-descriptions): add
3645         rhythmic-grob-interface to TabNoteHead.
3646
3647         * scm/layout-beam.scm (check-quant-callbacks): remove
3648         set_stem_lengths()
3649
3650 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
3651
3652         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
3653         alignment of centered divisiones.
3654
3655         * scm/scripts.scm (articulations): Maintenance bugfix:
3656         follow-into-staff -> quantize-position.
3657
3658         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
3659         plica head in porrectus deminutus.
3660
3661 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3662
3663         * make/lilypond.fedora.spec.in (Group): add %clean section.
3664
3665         * lily/tuplet-bracket.cc (print): change check: remove bracket if
3666         less then 1/5th of total length.  
3667         (print): use gap too.  Fixes tupletUp-single-bracket.ly
3668
3669         * scm/music-functions.scm (glue-mm-rest-texts): also put other
3670         events into EventChord. This fixes textspanners on mm rests. Fixes
3671         spanner-rest.ly
3672
3673         * lily/side-position-interface.cc (get_axis): read side-axis
3674         (set_axis): set side-axis.
3675
3676         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
3677         properties everywhere.
3678
3679         * lily/spacing-spanner.cc (breakable_column_spacing): add
3680         average-spacing-wishes. Take maximum if not set.
3681         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
3682
3683         * scm/define-grobs.scm (all-grob-descriptions): add
3684         average-spacing-wishes.
3685
3686         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
3687         offset callbacks. This fixes alignment for Fingering objects.
3688
3689         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
3690         space for key - timesig combination. 
3691
3692         * input/regression/script-stem-tremolo.ly (Module): new file.
3693
3694         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
3695         to key sig.
3696
3697         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
3698         Fixes: c-tremolo-script.ly.
3699         
3700         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
3701
3702         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
3703         
3704         * scm/define-grobs.scm (all-grob-descriptions): remove
3705         self-X-offset. Fixes alignment of octavate-8.
3706
3707         * scripts/lilypond-book.py (datadir): look in
3708         LILYPONDPREFIX/share/lilypond/current/
3709
3710         * GNUmakefile.in: symlink current to <VERSION>. 
3711
3712 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
3713
3714         * lily/main.cc: eps listed as a backend.
3715
3716 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3717
3718         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
3719
3720 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3721
3722         * lily/include/score.hh (class Score): remove texts_ member.
3723
3724         * lily/beam.cc (set_stem_lengths): force direction callback.
3725         (print): read quantized-positions, so we can force
3726         Beam::set_stem_lengths to occur.
3727         (rest_collision_callback): use common X parent. 
3728
3729 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3730
3731         * flower/file-path.cc (find): Bugfix: Return name of file found.
3732
3733         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
3734         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
3735         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
3736
3737 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3738
3739         * flower/offset.cc: idem.
3740
3741         * mf/*.mf: update email address.
3742
3743         * lily/font-config-scheme.cc:  new file.
3744
3745         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
3746
3747         * lily/*:  cs.uu.nl -> xs4all.nl
3748
3749         * VERSION (PATCH_LEVEL): release 2.7.15
3750
3751         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
3752         spec files.
3753
3754         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
3755
3756 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3757
3758         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
3759
3760         * lily/staff-performer.cc (process_music): add audio
3761         elements. This makes MIDI instrument changes work once again.
3762
3763         * lily/main.cc (LY_DEFINE): add gmane address.
3764
3765         * lily/beam.cc: remove calc_positions()
3766
3767         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
3768         original_ in private scope.
3769         (class Grob): drop pscore_ pointer, change to output_def pointer.
3770         (class Grob): cleanup class definition.
3771
3772         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
3773
3774 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3775
3776         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
3777         absolute.  Better diagnostics.
3778
3779         * GNUmakefile.in: Add bin/ to tree and populate with some links.
3780         This makes lilypond run from the build directory using argv0
3781         relocation (without any --prefix or LILYPONDPREFIX setting).
3782
3783 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3784
3785         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
3786
3787         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
3788         with simple-closure.
3789
3790         * lily/self-aligment-interface.cc (set_align_self): new function
3791         (set_center_parent): new function.
3792
3793         * lily/side-position-interface.cc (set_axis): new function.
3794
3795         * lily/new-fingering-engraver.cc (position_scripts): use drul for
3796         generic code. 
3797
3798         * scm/define-grob-properties.scm (all-user-grob-properties):
3799         remove [XY]-offset-callbacks add [YX]-offset
3800         
3801 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3802
3803         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
3804         entry for time signatures after breathing signs. Bug report by
3805         Scott Russell.
3806
3807 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3808
3809         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
3810         not absolute, make it absolute using PATH.
3811
3812 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3813
3814         * python/midi.c (initmidi): Fix type for mingw.
3815
3816 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3817
3818         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
3819
3820         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
3821         cross compiling.
3822
3823         * stepmake/aclocal.m4: Support python cross compiling.
3824
3825         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
3826         Add mingw section.
3827
3828 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3829
3830         * scm/output-lib.scm (chain-grob-member-functions): replace
3831         chained-callback.cc
3832
3833         * lily/chained-callback.cc (Module): remove file.
3834
3835         * lily/rest-collision.cc (force_shift_callback_rest): change to
3836         chained callback.
3837
3838         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
3839
3840         * lily/grob.cc (y_parent_positioning): remove axis argument from
3841         parent_positioning callbacks.
3842         (Grob): junk init code
3843         (get_offset): use generic property callbacks for
3844         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
3845         (axis_parent_positioning): new function
3846         (axis_offset_symbol): new function
3847         (chain_offset_callback): new function
3848         (add_offset_callback): new function
3849
3850         * lily/beam.cc (rest_collision_callback): change signature; this
3851         is now a chained callback.
3852
3853         * lily/include/dimension-cache.hh (class Dimension_cache): remove
3854         callback administration.
3855
3856         * lily/simple-closure.cc: new file. Smob type that allows "grob
3857         member functions",
3858
3859             (ly:make-simple-closure FUNC A B)
3860
3861         is evaluated as (FUNC grob A B). This allows chaining of callbacks
3862         in various ways.
3863
3864         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
3865         callbacks.
3866
3867         * lily/slur.cc (outside_slur_callback): take 2 arguments.
3868
3869         * lily/rest.cc (polyphonic_offset_callback): remove.
3870
3871         * lily/script-engraver.cc (try_music): remove bool* argument.
3872
3873         * scm/script.scm (default-script-alist): set quantize-position
3874         appropriately.
3875
3876         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
3877
3878         * lily/side-position-interface.cc (aligned_side): move staff
3879         position quantization from
3880         Side_position_interface::quantised_position().
3881         (quantised_position): remove
3882         
3883 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3884
3885         * input/regression/beam-quant-standard.ly: reindent, set
3886         debug-beam-quanting to #t.
3887
3888         * lily/beam-concave.cc (calc_concaveness): set concaveness to
3889         10000 if this is a "hard" concave beam.
3890
3891         * lily/beam.cc (calc_least_squares_positions): change from
3892         calc_least_squares_dy
3893         (set_stem_lengths): this is now a chained callback.
3894
3895         * lily/context-property.cc (execute_general_pushpop_property):
3896         bugfix override with procedure should have effect.
3897
3898         * scm/define-grob-properties.scm (all-internal-grob-properties):
3899         remove position-callbacks.
3900
3901         * scm/define-grobs.scm (all-grob-descriptions): use
3902         ly:make-callback-chain for positions property.
3903
3904         * scm/layout-beam.scm (check-quant-callbacks): return list of
3905         chained callbacks.
3906
3907         * scm/lily.scm (type-p-name-alist): add callback-chain
3908
3909         * lily/lily-guile.cc (type_check_assignment): type check failure
3910         is warning not message.
3911
3912         * lily/grob-property.cc (try_callback): walk callback chain if
3913         appropriate.
3914
3915         * lily/chained-callback.cc: new file. new smob type.
3916
3917         * lily/lily-guile.cc (procedure_arity): new function.
3918
3919 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3920
3921         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
3922
3923 2005-10-25  John Mandereau  <john.mandereau@free.fr>
3924  
3925         * Documentation/user/instrument-notation.itely (Figured bass):
3926         describe new features
3927
3928 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3929
3930         * lily/beam.cc (calc_least_squares_dy): use property callback.
3931
3932         * lily/beam-concave.cc (calc_concaveness): use property callback.
3933
3934         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
3935
3936 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3937
3938         * HACKING: Update.
3939
3940 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3941
3942         * scm/layout-page-layout.scm (page-headfoot): annotate
3943         pagetopspace too.
3944
3945         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
3946
3947         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
3948         doesn't take y-space.
3949
3950         * scm/paper.scm (paper-alist): fix A7 dimensions. 
3951
3952 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3953
3954         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
3955         src-wildcard, remove $(wildcard).
3956
3957         * po/GNUmakefile (PO_FILES): 
3958         * ps/GNUmakefile (PS_FILES): 
3959         * tex/GNUmakefile (TEX_FILES): 
3960         * cygwin/GNUmakefile (POSTINSTALLS):
3961         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
3962         some wildcard calls.
3963
3964 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3965
3966         * THANKS: add Thomas Bushnell.
3967
3968 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3969
3970         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
3971         (lilypond-main): Redirect to gui-main if 'gui is set.
3972         Backportme.
3973
3974         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
3975         for alternative installations kludging s/share/lib/g
3976         LILYPONDPREFIX. Backportme.
3977
3978         * SConstruct (libdir_package_version): Define.
3979
3980         * python/SConscript: 
3981         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
3982         module in libdir.  Backportme.
3983
3984 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3985
3986         * lily/main.cc: clarify --safe.
3987
3988 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3989
3990         * VERSION: release 2.7.14
3991         
3992         * Documentation/user/*.itely: remove minimumVerticalExtent.
3993
3994         * scm/define-grobs.scm (all-grob-descriptions): remove
3995         RemoveEmptyVerticalGroup
3996
3997         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
3998
3999         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
4000         compile on MOSX
4001
4002         * python/convertrules.py (conv): add rules.
4003
4004         * lily/grob.cc: remove is_empty()
4005
4006         * lily/grob-property.cc: remove add_to_list_property().
4007
4008         * scripts/convert-ly.py (datadir): add prefix switching hack to
4009         .py too.
4010
4011         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
4012         space-function tweak.
4013
4014         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
4015
4016         * scm/define-grob-properties.scm (all-user-grob-properties):
4017         remove callback property.
4018
4019         * lily/include/grob.hh (class Grob): remove property_callbacks_
4020         member. Properties of procedure type are assumed to be callbacks.
4021
4022         * lily/ligature-engraver.cc (override_stencil_callback):
4023         rewrite. Use noteHeadLigaturePrimitive as source.
4024
4025         * scm/define-grob-properties.scm (all-internal-grob-properties):
4026         remove ligature-primitive-callback
4027
4028         * lily/include/dimension-cache.hh (class Dimension_cache): make
4029         class, with Grob as friend.
4030
4031         * lily/grob.cc: remove set_extent_callback(), set_extent() and
4032         has_extent_callback()
4033
4034         * scm/translation-functions.scm (format-new-bass-figure): read
4035         figuredBassPlusDirection
4036
4037         * scm/define-context-properties.scm
4038         (all-user-translation-properties): add figuredBassPlusDirection.
4039
4040         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
4041
4042         * lily/align-interface.cc (set_ordered): new function.
4043
4044         * lily/grob.cc (flush_extent_cache): rewrite.
4045
4046         * lily/dimension-cache.cc (Dimension_cache): cache extent as
4047         Interval pointer directly.
4048
4049         * lily/main.cc (setup_paths): insert extra / .
4050         (setup_paths): junk cff entry.
4051
4052         * lily/font-config.cc (init_fontconfig): only add type1 / otf
4053         directories.
4054
4055         * lily/axis-group-engraver.cc (finalize): remove
4056         extraVerticalExtent, minimumVerticalExtent verticalExtent.
4057
4058         * lily/grob.cc (Grob): don't set extent from ctor.
4059         (extent): use property callbacks. 
4060
4061         * lily/axis-group-interface.cc: remove set_axes() function.
4062
4063         * lily/grob-property.cc (del_property): new function.
4064
4065 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4066
4067         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
4068         
4069 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4070
4071         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
4072
4073 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4074
4075         * mf/SConscript: Updates.
4076
4077         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
4078
4079         * stepmake/stepmake/*:
4080         * */GNUmakefile:
4081         * config.make.in:
4082         * GNUmakefile.in:
4083         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
4084         from any directory in build-dir.  Cleanups.
4085
4086         * make/srcdir.make.in: Remove.
4087
4088         * lily/main.cc (setup_paths): Fix and document build-dir hack.
4089
4090         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
4091         main).
4092
4093         * lily/SConscript: Remove ttftools.
4094
4095         * SConstruct: Resurrect.
4096
4097 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4098
4099         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
4100         Y coordinate. 
4101
4102         * lily/paper-book.cc (add_score_title): put Paper_score title into
4103         systems_ list.
4104
4105         * scm/translation-functions.scm (format-new-bass-figure): also
4106         allow plus in combination with _
4107
4108 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4109
4110         * VERSION: 2.7.13 released.
4111
4112         * lily/note-collision.cc (check_meshing_chords): don't wipe
4113         stencil, merely set transparent.
4114
4115         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
4116         (Top): document #'callbacks.
4117         (Top): document nested \override.
4118
4119         * input/regression/figured-bass.ly: update for slash and pluses.
4120
4121         * input/regression/figured-bass-continuation-forbid.ly (Module):
4122         new file.
4123
4124         * scm/translation-functions.scm (format-new-bass-figure): use
4125         slashed-digit if diminished is set.
4126         (format-new-bass-figure): add + if 'augmented is set.
4127
4128         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
4129
4130         * input/test/piano-staff-distance.ly: remove file.
4131
4132         * Documentation/user/advanced-notation.itely (Formatting cue
4133         notes): use length-fraction for making stems/beams smaller.
4134
4135         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
4136         modifications.
4137
4138         * lily/new-figured-bass-engraver.cc: new property
4139         centerFiguredBassContinuations
4140
4141         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4142         use callbacks.
4143
4144         * lily/context-property.cc (execute_general_pushpop_property):
4145         robustness checks.
4146
4147         * input/regression/override-nest.ly: new file.
4148
4149         * python/convertrules.py (FatalConversionError.subber): conversion
4150         rule for #'callbacks
4151
4152         * input/regression/override-nest.ly: new function.
4153
4154         * lily/parser.yy (music_property_def): allow \override #'a #'b =
4155         #c too. 
4156
4157         * lily/context-property.cc (lookup_nested_property): new function.
4158         (evict_from_alist): new function.
4159         (general_pushpop_property): new function.
4160         (execute_general_pushpop_property): rewrite. Support nested
4161         properties too.
4162
4163 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4164
4165         * lily/beam.cc: use length-fraction too.
4166
4167         * scm/define-grob-properties.scm (all-user-grob-properties):
4168         remove property flag-width-function
4169         (all-user-grob-properties): remove space-function.
4170
4171         * scm/layout-beam.scm: remove flag-width-function.
4172
4173         * lily/beam.cc: remove flag-width-function
4174
4175         * scm/layout-beam.scm: remove beam dir functions.
4176
4177         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
4178
4179         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
4180         for easier grace tweaks.
4181
4182         * lily/beam.cc: remove dir-function.
4183
4184         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
4185
4186         * lily/grob.cc: remove spacing-procedure.
4187
4188         * lily/note-head.cc (calc_stem_attachment): new function.
4189         (internal_print): use callback to get glyph-name.
4190
4191         * lily/grob-property.cc (get_interfaces): new function.
4192
4193         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
4194
4195         * lily/stem.cc (calc_stem_end_position): new function.
4196         (calc_length): new function.
4197         document details for stem.
4198         remove Stem::get_direction()
4199
4200         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
4201
4202         * lily/grob-property.cc (set_callback): new function.
4203
4204         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
4205
4206         * lily/item-scheme.cc: new file.
4207
4208         * lily/bar-line.cc (before_line_breaking): remove function.
4209         remove bar-size-procedure, break-glyph-function
4210
4211         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
4212
4213         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
4214
4215         * lily/system-start-delimiter.cc (print): suicide from
4216         here. Remove after_line_breaking_callback.
4217
4218         * lily/script-interface.cc (calc_direction): use callback for direction.
4219
4220         * lily/side-position-interface.cc (aligned_side): don't use
4221         Side_position_interface::get_direction directly. Use callback. 
4222
4223         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
4224         calculate stencil.
4225         (get_print_stencil): rename from get_stencil: create stencil with
4226         transparency, color and cause. 
4227
4228         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
4229
4230         * python/convertrules.py (conv): insert temporary warning rule.
4231
4232         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
4233
4234         * lily/grob-property.cc (try_callback): remove marker if applicable.
4235
4236         * lily/grob.cc: elucidate doc about after/before-line-breaking
4237
4238         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
4239
4240         * lily/stem.cc (height): idem.
4241
4242         * lily/stem-tremolo.cc: idem.
4243
4244         * lily/slur.cc (height): don't use get_uncached_stencil()
4245
4246         * lily/rest.cc (y_offset_callback): use offset callback
4247         iso. after-line-breaking callback.
4248
4249         * lily/grob.cc: change after/before-line-breaking-callback to
4250         after/before-line-breaking dummy properties.
4251
4252         * lily/include/grob.hh: remove Grob_status.
4253
4254         * scm/define-context-properties.scm
4255         (all-user-translation-properties): remove verticalAlignmentChildCallback
4256
4257         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
4258         (calc_direction): use callback
4259         (calc_positions): use callback.
4260
4261         * lily/tie.cc (calc_direction): use callback. Only call parent
4262         positioning for more than one tie.
4263
4264         * lily/tie-column.cc (calc_positioning_done): use callback
4265
4266         * lily/slur-scoring.cc (calc_control_points): use callback
4267
4268         * lily/slur.cc (calc_direction): use callback.
4269
4270         * lily/note-collision.cc (force_shift_callback): remove.
4271
4272         * lily/dot-column.cc (force_shift_callback): remove. Use
4273         other_axis_parent_positioning.
4274
4275         * lily/grob.cc (other_axis_parent_positioning): new function.
4276         (same_axis_parent_positioning): new function
4277
4278         * lily/align-interface.cc (alignment_callback): remove function.
4279
4280         * lily/note-collision.cc (calc_positioning_done): use callback.
4281
4282         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
4283         (calc_direction): idem.
4284         remove print function.
4285
4286         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
4287
4288         * lily/dot-column.cc (calc_positioning_done): use callback.
4289
4290         * lily/break-align-interface.cc (calc_positioning_done): use callback.
4291
4292         * lily/beam.cc (calc_direction): use pseudo-property for beam
4293         direction callback.
4294         (calc_positions): use callback 
4295
4296         * lily/align-interface.cc (calc_positioning_done): use
4297         callback. Fold fixed  distance and normal alignment in one function.
4298
4299         * lily/stem.cc (calc_stem_end_position): use callback.
4300         (calc_positioning_done): idem.
4301         (calc_direction): idem.
4302         (calc_stem_end_position): idem
4303         (calc_stem_info): idem.
4304
4305         * lily/grob-property.cc (get_property_data): new function: 
4306         (try_callback): new function.
4307
4308         * scm/define-grob-properties.scm (all-user-grob-properties): doc
4309         callbacks property.
4310
4311         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
4312
4313 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4314
4315         * lily/tie.cc (get_position): robustness fix. Don't crash if a
4316         tie
4317         has no heads.
4318         
4319         * lily/include/*.hh (Module): compile fixes.
4320
4321 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
4322
4323         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
4324         as an argument for char-syntax: use (char-syntax (or nil 0)) 
4325         instead of (char-syntax nil), thanks to Milan Zamazal.
4326
4327 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4328
4329         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
4330         dist.
4331
4332         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
4333         themselves.
4334
4335 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4336
4337         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
4338         add class_name() method.
4339
4340         * lily/music-scheme.cc: remove ly:music-name.
4341
4342 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4343
4344         * cygwin/postinstall-lilypond.sh: Remove cruft.
4345
4346         * cygwin/postremove-lilypond.sh: Remove.
4347
4348         * cygwin/GNUmakefile (default): Remove postremove rules.
4349
4350 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4351
4352         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
4353         even header too.
4354         
4355         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
4356         MacOS 9 users.
4357
4358         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
4359         consider break index for broken spanner.
4360
4361         * scm/define-markup-commands.scm (wordwrap-string): remove \r
4362         characters from string before splitting.
4363
4364 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4365
4366         * scm/framework-ps.scm (output-preview-framework): use
4367         is-book-title to determine whether to chop off the booktitle.
4368
4369         * lily/paper-book.cc (systems): init from book-title-properties
4370         (add_score_title): init score-title-properties.
4371
4372         * ly/paper-defaults.ly: add {score,book}-title-properties.
4373
4374         * scm/document-backend.scm (lookup-interface): error message if
4375         using unknown interface.
4376
4377         * lily/volta-bracket.cc (after_line_breaking): new function. Set
4378         edge-height.
4379
4380         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
4381         make_bracket.
4382         (make_bracket): new function.
4383
4384         * scm/lily.scm (define-scheme-options): add paper-size option.
4385
4386         * ly/declarations-init.ly (laissezVibrer): get paper size from
4387         -dpaper-size
4388
4389         * scm/translation-functions.scm: use \fontsize for changing the
4390         fontsize.
4391
4392         * scm/define-grobs.scm (all-grob-descriptions): set
4393         between-length-limit to 1.0
4394
4395         * lily/tie-helper.cc: add between_length_limit_ detail property.
4396
4397         * mf/feta-bolletjes.mf: typos.
4398
4399         * lily/note-head.cc (internal_print): don't shadow idx
4400         parameter. This fixes wrong attachment for do shape heads.
4401
4402 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4403
4404         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
4405
4406         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
4407
4408         * scm/layout-slur.scm: rename from slur.scm
4409
4410         * scm/layout-page-layout.scm: rename from page-layout.scm
4411
4412         * scm/layout-beam.scm: rename from beam.scm
4413
4414         * scm/define-grob-interfaces.scm (bass-figure-interface): add
4415         bass-figure-interface
4416
4417         * lily/new-figured-bass-engraver.cc (process_music): add
4418         implicitBassFigures property.
4419         
4420         * scm/define-markup-commands.scm (pad-x): new markup.
4421
4422         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
4423         minimumVerticalExtent on FiguredBass context.
4424
4425         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
4426         case the continuation crosses a line break.
4427
4428 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4429
4430         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
4431         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
4432         absolute file name bug.  Backportme.
4433
4434 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4435
4436         * VERSION (PACKAGE_NAME): release 2.7.12
4437
4438         * input/regression/figured-bass-continuation-center.ly: new file.
4439
4440         * input/regression/beam-outside-beamlets.ly: new file.
4441
4442         * lily/beam.cc (set_beaming): don't clip edges.
4443         (connect_beams): don't clip edges.
4444
4445         * lily/beaming-info.cc (clip_edges): new function.
4446
4447         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
4448
4449         * Documentation/user/instrument-notation.itely (Figured bass):
4450         demonstrate extenders, update seealso links.
4451
4452         * scm/titling.scm (marked-up-headfoot): change tagline
4453         handling. tagline = ##f will blank the tagline as well.
4454
4455 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4456
4457         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
4458
4459         * lily/new-figured-bass-engraver.cc (struct
4460         New_figured_bass_engraver): add new_music_found_ member.
4461
4462         * lily/lilypond-version.cc (Lilypond_version): deal with
4463         incorrectly formatted version strings. 
4464
4465         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
4466         New_figured_bass_engraver by default.
4467
4468         * lily/ttf.cc (print_trailer): only define glyph names when
4469         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
4470
4471 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4472
4473         * lily/horizontal-bracket.cc (make_bracket): new function.
4474
4475         * scm/define-grobs.scm (all-grob-descriptions): new grobs
4476         NewBassFigure, BassFigureBracket, BassFigureContinuation,
4477         BassFigureLine, BassFigureAlignment
4478
4479         * lily/new-figured-bass-engraver.cc (process_music): new file.
4480
4481         * lily/figured-bass-continuation.cc: new file.
4482
4483         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
4484         new file.
4485
4486 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4487
4488         * scripts/lilypond-book.py: Bug fix, put the quote around the
4489         actual score for LaTeX documents.
4490
4491         * scm/define-grobs.scm (all-grob-descriptions): Change
4492         collapse-height of the SystemStartBracket grob to 5.0, 
4493         so the bracket disappears for single stave score lines (similarly
4494         to SystemStartBraces). 
4495
4496         * Documentation/user/advanced-notation.itely (Polymetric
4497         notation): Clarify the use of compressMusic.
4498
4499         * Documentation/user/basic-notation.itely (Grace notes): Clarify
4500         that the grace spacer note in other staves need the same duration
4501         and document the stroke-style property.
4502
4503 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4504
4505         * Documentation/user/global.itely (Vertical spacing): document
4506         alignment-extra-space and fixed-alignment-extra-space.
4507
4508         * Documentation/topdocs/NEWS.tely (Top): add entry.
4509
4510         * input/regression/alignment-vertical-spacing.ly: new file.
4511
4512         * python/convertrules.py (conv): add rule.
4513
4514         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
4515
4516         * lily/align-interface.cc (stretch_after_break): new
4517         function. Read fixed-alignment-extra-space property.
4518         (align_elements_to_extents): read alignment-extra-space property.
4519
4520         * lily/lily-guile.cc (robust_scm2dir): new function.
4521
4522         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
4523         (annotate-space-left): new function. Annotate space left on page. 
4524         (annotate-y-interval): new function.
4525         (paper-system-annotate-last): new function. Annotate bottom-space.
4526
4527         * mf/feta-beugel.mf (y): 
4528
4529 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4530
4531         * VERSION (PACKAGE_NAME):  release 2.7.11
4532
4533         * scm/lily-library.scm (interval-translate): new function
4534         (interval-center): new function. 
4535
4536         * scm/page-layout.scm (paper-system-annotate): new function. Add
4537         arrows for dimensions.
4538  
4539         * scm/stencil.scm (dimension-arrows): new function.
4540
4541         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
4542
4543         * input/regression/page-spacing.ly: add annotatespacing
4544
4545         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
4546         (LY_DEFINE): new function ly:paper-system-set-property!
4547
4548         * Documentation/user/global.itely (Paper size): explain how to add
4549         sizes.
4550
4551         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
4552         correspond to GS's definition.
4553
4554         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
4555         tuplet bracket.
4556         (print): only connect to next bracket if the next one is alive.
4557         (print): set padding to 0.0 if the bound is a breakable
4558         column. This makes tupletFullLength brackets reach up to the staff
4559         line if it doesn't connect to the next line.
4560
4561 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4562
4563         * lily/bar-number-engraver.cc: correct docs.
4564
4565         * scm/output-lib.scm (first-bar-number-invisible): rename from
4566         default-bar-number-visibility
4567
4568 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4569
4570         * scm/define-music-properties.scm (all-music-properties): remove
4571         predicate property.
4572
4573 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
4574
4575         * po/fi.po: refresh.
4576
4577 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4578
4579         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
4580         superfluous s1.
4581         (disappear): bugfix.
4582
4583         * lily/stem-tremolo.cc (raw_stencil): read slope property.
4584
4585         * lily/include/paper-system.hh (class Paper_system): remove
4586         staff_extents_ member.
4587
4588         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
4589
4590         * lily/include/paper-system.hh (class Paper_system): remove
4591         number_ variable. Remove is_title_. Remove break_before_penalty_
4592
4593         * lily/paper-book.cc (systems): use 'number property iso. number_
4594         member.
4595
4596         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
4597         remove ly:paper-system-number.
4598
4599         * scm/lily-library.scm (paper-system-title?): new function.
4600
4601         * lily/book.cc (process): bugfix: flip ?: cases. 
4602
4603         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4604         add outputProperty.
4605
4606         * ly/music-functions-init.ly: add outputProperty music function.
4607
4608         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
4609
4610         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
4611         and next-padding.
4612         (optimal-page-breaks): rename from ly:optimal-page-breaks.
4613
4614         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
4615
4616         * lily/paper-system.cc (internal_get_property): new function.
4617
4618         * Documentation/user/global.itely (Vertical spacing): refer to
4619         page-spacing.ly
4620
4621         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
4622         pagetopspace
4623
4624         * input/regression/page-spacing.ly: new file.
4625
4626         * input/regression/page-top-space.ly: new file.
4627
4628         * lily/spacing-spanner.cc: cmath -> math.h
4629
4630         * lily/paper-system.cc (read_left_bound): new function. Read
4631         line-break-system-details from left bound to determine extents.
4632  
4633         * Documentation/user/programming-interface.itely (Using LilyPond
4634         syntax inside Scheme): change applyxxx -> applyXxx.
4635
4636         * ly/music-functions-init.ly: add outputProperty music function.
4637
4638         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
4639
4640         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
4641
4642         * python/convertrules.py (conv): rule
4643
4644         * ly/music-functions-init.ly: applyxxx -> applyXxx
4645
4646         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
4647         TabVoice to Voice.
4648
4649 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4650
4651         * flower/include/real.hh: include <math.h> iso. <cmath>
4652
4653         * flower/include/offset.hh: include real.hh
4654
4655 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4656
4657         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4658         fix example, now that 'interfaces is no longer directly available.
4659
4660         * lily/book.cc (process): don't crash if paper == NULL.
4661
4662         * po/fr.po: update.
4663
4664 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4665
4666         * scm/define-music-types.scm (music-descriptions): set length and
4667         start-callback for QuoteMusic
4668
4669 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4670
4671         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
4672         arguments. Fixes compilation error with gcc 3.3.
4673
4674 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4675
4676         * VERSION: release 2.7.10
4677
4678         * stepmake/stepmake/python-module-rules.make
4679         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
4680
4681         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
4682         real.hh
4683
4684 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4685
4686         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
4687         -Werror. Otherwise GCC barfs over various optimizations.
4688
4689         * scm/define-grob-properties.scm (all-internal-grob-properties):
4690         add note-head property
4691
4692         * Documentation/user/instrument-notation.itely (Laissez vibrer
4693         ties): new node.
4694
4695         * input/regression/laissez-vibrer-ties.ly: new file.
4696
4697         * lily/laissez-vibrer-engraver.cc: new file.    
4698
4699         * lily/include/tie-column-format.hh: new file.
4700
4701         * lily/tie-column-format.cc: new file. 
4702
4703         * lily/tie-column.cc (set_manual_tie_configuration): new function.
4704
4705         * lily/laissez-vibrer-tie.cc: new file.
4706
4707         * lily/include/laissez-vibrer-tie.hh: new file.
4708
4709         * ly/engraver-init.ly: add Laissez_vibrer_engraver
4710
4711         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
4712
4713         * scm/define-grobs.scm (all-grob-descriptions): add
4714         LaissezVibrerTie, LaissezVibrerTieColumn
4715
4716         * lily/tie-column.cc (set_tie_config_directions): new function
4717         (final_shape_adjustment): new function.
4718         (shift_small_ties): new function.
4719
4720         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
4721
4722         * lily/include/tie.hh (struct Tie_details): add x_gap_
4723         (struct Tie_configuration): add head_position_
4724
4725         * lily/tie-column.cc (set_chord_outline): new function.
4726
4727         * mf/cmr.enc.in:  remove file.
4728
4729 2005-09-11  Graham Percival  <gpermus@gmail.com>
4730
4731         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
4732
4733 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4734
4735         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
4736         reduce aliasing effects.
4737
4738         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
4739         box in skyline.
4740
4741 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4742
4743         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
4744
4745         * flower/include/real.hh: std::fabs too.
4746
4747 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4748
4749         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
4750
4751         * lily, flower: Include C++ iso C headers.  Import namespace std
4752         throughout.
4753
4754         * lily/side-position-interface.cc: 
4755         * lily/scm-hash.cc: 
4756         * lily/note-head.cc: 
4757         * lily/include/includable-lexer.hh: 
4758         * flower/include/string-data.icc: Remove using std::*.
4759
4760         * lily, flower: Include C++ iso C headers.  Import namespace std
4761         throughout.
4762
4763         * lily/side-position-interface.cc: 
4764         * lily/scm-hash.cc: 
4765         * lily/note-head.cc: 
4766         * lily/include/includable-lexer.hh: 
4767         * flower/include/string-data.icc: Remove using std::*.
4768
4769         * Documentation/user/instrument-notation.itely (Entering lyrics):
4770         Multiple latin-1->utf-8 conversion fix.
4771
4772         * Documentation/user/*tely: Update Emacs cookie to utf-8.
4773
4774 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4775
4776         * lily/tie.cc (get_configuration): also avoid dots for non-space
4777         situations.
4778
4779 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4780
4781         * Documentation/user/instrument-notation.itely: Bugfix.
4782
4783 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4784
4785         * tex/GNUmakefile: don't install texinfo.tex
4786
4787         * tex/ : cleanup: remove unused files.
4788
4789         * lily/general-scheme.cc: remove my_{isinf,isnan}.
4790
4791         * flower/include/real.hh: using std::{isnan,isinf}
4792         
4793         * VERSION (PATCH_LEVEL): release 2.7.9
4794
4795 2005-09-05  Graham Percival  <gpermus@gmail.com>
4796
4797         * Documentation/user/ instrument-notation.itely,
4798         advanced-notation.itely: minor tweaks.
4799
4800         * input/test/script-chart.ly: add item padding.
4801
4802 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4803
4804         * flower/offset.cc: use math.h iso. <cmath>
4805
4806         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
4807         of IE users.
4808
4809         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
4810         (widen-left-stencil-edges): new function. Fix alignment problems
4811         with LaTeX includegraphics.
4812
4813         * lily/text-interface.cc (interpret_markup): use abort().
4814
4815 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4816
4817         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
4818
4819         * lily/tie.cc (get_configuration): update bezier shape as we
4820         change Y positions.
4821         (get_configuration): don't move large ties if we're outside of the
4822         staff.
4823
4824 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4825
4826         * scm/define-markup-commands.scm (strut): swap X and Y dims.
4827         
4828 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4829
4830         * .cvsignore: Add auto-generated configure files and then some.
4831
4832 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4833
4834         * scm/define-grobs.scm (DynamicLineSpanner): Add
4835         X-extent-callback.  Fixes hairpin-slur collision.
4836
4837 2005-08-31  Graham Percival  <gpermus@gmail.com>
4838
4839         * Documentation/user/advanced-notation.itely,
4840         basic-notation.itely: minor changes.
4841
4842 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4843
4844         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
4845         \linebreak between each .eps file if \betweenLilyPondSystem is
4846         undefined. 
4847
4848         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4849         music): Document the \linebreak
4850
4851         * Documentation/user/lilypond-book.itely,
4852         input/tutorial/lbook-latex-test.tex,
4853         Documentation/user/examples.itely: Remove \usepackage{graphics}
4854
4855 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4856
4857         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
4858
4859         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
4860         compat bugfix.
4861
4862         * scripts/lilypond-book.py (PREAMBLE_LY): define
4863         inside-lilypond-book
4864         (modify_preamble): new function. Insert \RequirePackage{graphics}
4865         when no {graphics found in preamble.  
4866
4867 2005-08030  Graham Percival  <gpermus@gmail.com>
4868
4869         * Documentation/user/basic-notation.itely, global.itely,
4870         tutorial.itely: misc small changes.
4871
4872 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4873
4874         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
4875         VERSION.
4876
4877 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4878
4879         * lily/tie-column.cc (new_directions): put Tie down on center
4880         staff line. 
4881
4882         * lily/script-interface.cc (before_line_breaking): use
4883         Grob::programming_error
4884
4885         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
4886
4887         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
4888         of splitext.
4889
4890 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4891
4892         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
4893
4894 2005-08-29  Werner Lemberg  <wl@gnu.org>
4895
4896         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
4897         the `*.scale.pfa' files to avoid warnings.
4898
4899 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4900
4901         * lily/tempo-performer.cc (process_music): idem.
4902
4903         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
4904
4905 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4906
4907         * Documentation/user/advanced-notation.itely (Text markup): not a
4908         fragment.
4909
4910         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
4911
4912         * lily/staff-performer.cc (initialize): add tempo/name to
4913         audio_staff_
4914
4915
4916 2005-08-26  Graham Percival  <gpermus@gmail.com>
4917
4918         * Documentation/user/advanced.itely: add text-only example.
4919
4920         * Documentation/user/invoking.itely: add index entries for
4921         convert-ly.
4922
4923         * Documentation/user/ tutorial.itely, basic-notation.itely:
4924         small fixes suggested by Steve D.  Thanks!
4925
4926 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4927
4928         * input/regression/markup-bidi-pango.ly: new file.
4929
4930         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
4931         standard. Remove #ifdef. Remove memleak.
4932         (text_stencil): use text_dir to decide how to composite items.
4933         (text_stencil): determine uniform text direction for the entire
4934         string.
4935
4936         * scripts/lilypond-book.py (output_name): remove
4937         latex_filter_cmd. Non-portable to non-Unix systems. 
4938         (get_latex_textwidth): use File.write and os.unlink() instead.
4939
4940         * THANKS: add Vicente & Trevor.
4941
4942         * lily/grob.cc (discretionary_processing): look up origin for
4943         programming_error too. 
4944
4945         * input/regression/tie-broken.ly: new file.
4946
4947         * lily/tie-column.cc (set_chord_outlines): set outline for line
4948         break case too.
4949         
4950 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4951
4952         * lily/pango-font.cc (text_stencil): don't translate glyphs in
4953         unscaled transform, just translate stencils.
4954
4955         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
4956         MIDI.
4957
4958         * scm/define-markup-commands.scm (wordwrap-string): use
4959         text-direction
4960         (wordwrap-stencils): idem.
4961         (line): idem.
4962         (fill-line): idem.
4963         (wordwrap-stencils): translate last line to right for
4964         text-direction = LEFT.
4965
4966         * scm/define-grob-properties.scm (all-user-grob-properties): add
4967         text-direction.
4968
4969 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4970
4971         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
4972         when copying a Lily_parser object.
4973
4974 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4975
4976         * scm/define-markup-commands.scm (null): add null markup.
4977
4978 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4979
4980         * lily/item.cc: Add documentation of center-invisible
4981
4982 2005-08-24  Graham Percival  <gpermus@gmail.com>
4983
4984         * Documentation/user/advanced-notation.itely: add info about
4985         raising text.
4986
4987         * Documentation/user/programming-interface.itely: fix example
4988         involving raised text.
4989
4990 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4991
4992         * lily/beam.cc (print): fix X start/end points of isolated
4993         beamlets.
4994
4995         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
4996
4997         * lily/multi-measure-rest.cc (set_text_rods): new function.
4998
4999         * lily/vertical-align-engraver.cc (process_music): call
5000         Align_interface::set_axis(). This forces #'elements to be ordered,
5001         preventing random vertical reordering of staves.
5002
5003         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
5004         add avoid-slur property. 
5005
5006         * Documentation/user/basic-notation.itely (Measure repeats): add
5007         countPercentRepeats example.
5008
5009         * Documentation/user/advanced-notation.itely (Other text markup
5010         issues): remove remark about normal-font.  We have \normal-text
5011
5012         * input/regression/tie-chord.ly: add note about remaining bugs.
5013
5014         * lily/tie.cc (print): try Tie_column::set_directions () if
5015         control-points not yet defined.
5016
5017 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5018
5019         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
5020         extent. This fixes braces falling out of the EPS bbox.
5021
5022         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
5023         exactly to bbox.
5024
5025 2005-08-23  Graham Percival  <gpermus@gmail.com>
5026
5027         * {various} : change #up->#UP and #down->#DOWN.
5028
5029         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
5030
5031         * Documentation/user/advanced-notation.itely: clarify
5032         what objects handles text on a multimeasure rest.
5033
5034 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5035
5036         * VERSION (PATCH_LEVEL): release 2.7.7
5037
5038 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5039
5040         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
5041
5042         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
5043
5044         * input/regression/*.ly: formatting clean-up. Default layout
5045         before music expression.
5046
5047         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
5048         romanze28-2 example.
5049
5050         * scm/ps-to-png.scm: remove dir-re function.
5051         (make-ps-images): generate page names, instead of globbing them.
5052         This brings down LilyPond memory usage for make web by a factor
5053         10. (backportme?) 
5054
5055         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
5056         don't use glob. With 3000 files, globbing
5057         Documentation/user/out-www/ can take too much time. (backportme?)
5058         
5059         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
5060
5061         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
5062
5063         * input/regression/tie-manual.ly: new file
5064
5065         * input/regression/tie-chord.ly: update.
5066
5067         * flower/include/interval.hh (struct Interval_t): 
5068
5069         * lily/tie.cc (distance): new function 
5070         (height): new function.
5071         (init): new function
5072         (Tie_details): new struct.
5073
5074         * lily/skyline.cc (skyline_height): new function.
5075
5076         * lily/tie-column.cc (set_chord_outlines): new function.
5077         (new_directions): read tie-configuration
5078
5079         * lily/skyline.cc: fix ASCII art.
5080         
5081 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5082
5083         * python/convertrules.py (string_or_scheme): Fix spelling error
5084
5085 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5086         
5087         * lily/tie-column.cc (set_directions): set directions only once.
5088         (add_configuration): new function.
5089
5090         * lily/tie.cc (set_control_points): new function
5091
5092         * lily/tie-column.cc (new_directions): new function.
5093
5094         * ly/music-functions-init.ly: set 'pitch property
5095         iso. trill-pitch. This makes \relative work with \pitchedTrill
5096
5097         * lily/tie.cc (get_configuration): new function. Don't generate
5098         control points, rather, generate configuration.
5099         remove head-pair property.
5100
5101         * lily/include/tie.hh (struct Tie_configuration): new struct.
5102
5103 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
5104
5105         * Documentation/topdocs/NEWS.tely: clarify.
5106
5107 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5108
5109         * lily/tie.cc: remove minimum-length
5110
5111         * scm/define-grob-properties.scm (all-user-grob-properties):
5112         remove staffline-clearance, y-offset 
5113
5114         * input/regression/tie-dots.ly (Module): remove.
5115
5116         * lily/tie.cc (get_control_points): rewrite. Put short ties in
5117         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
5118
5119         * input/regression/tie-single.ly: new file.
5120
5121 2005-08-21  Graham Percival  <gpermus@gmail.com>
5122
5123         * ly/bagpipe.ly: fix compile problem.
5124
5125 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5126
5127         * lily/midi-item.cc (name): new method.
5128
5129         * lily/staff-performer.cc (acknowledge_audio_element): use
5130         signature of baseclass.
5131
5132         * lily/engraver-group.cc (do_announces): move recursion call out
5133         of while loop. 
5134
5135         * lily/drum-note-performer.cc (class Drum_note_performer): use
5136         process_music everywhere.
5137
5138         * ly/performer-init.ly: add default children everywhere.
5139
5140         * lily/paper-book.cc (output): call paper-book-write-midis
5141         directly: always write MIDI, even if no \layout {} block. 
5142
5143 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5144
5145         * VERSION (PACKAGE_NAME): release 2.7.6
5146
5147         * lily/percent-repeat-engraver.cc (try_music): don't print warning
5148         about not being able to handle repeat.
5149
5150 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5151
5152         * Documentation/user/examples.itely (Piano templates):
5153         * lily/include/performer-group.hh: Remove last traces of
5154         Performer_group_performer.  Fixes make web.
5155
5156 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5157
5158         * Documentation/user/examples.itely (Piano templates): change
5159         Engraver_group_engraver -> Engraver_group
5160
5161         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
5162         scm_stand_in_procs is not weak_any.
5163
5164         * lily/volta-bracket.cc (print): don't use strcmp().
5165
5166         * lily/volta-engraver.cc (process_music): use
5167         Text_interface::is_markup() for setting the 'text property of the
5168         volta bracket.
5169
5170         * input/mutopia/claop.py (accents): update syntax to 2.6
5171
5172         * scm/define-context-properties.scm
5173         (all-user-translation-properties): add countPercentRepeats.
5174
5175         * Documentation/user/basic-notation.itely (Measure repeats): add
5176         isolated percent example.
5177
5178 2005-08-18  Graham Percival  <gpermus@gmail.com>
5179
5180         * input/ {various}: change direction #1, #-1 to
5181         #up/#down or \fooUp, \fooDown.
5182
5183         * Documentation/user/music-glossary.tely: #-1 to #down.
5184
5185         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
5186         to #up, #-1 to #down.
5187
5188 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5189
5190         * lily/include/engraver-group.hh: rename.
5191
5192         * lily/include/performer-group.hh: rename.
5193
5194 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5195
5196         * input/test/script-abbreviations.ly: Removed some old LaTeX
5197         left overs.
5198
5199 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5200
5201         * python/convertrules.py (conv): inside-slur -> avoid-slur.
5202         Remove functions.  Remove if 1: constructs, reindent.
5203
5204         * scripts/convert-ly.py (add_version): Add functions from
5205         convertrules.py
5206
5207         * scm/script.scm (default-script-alist):
5208         s/priority/script-priority.  Fixes script stacking.  Backportme.
5209         (Fermata): Very low priority.
5210
5211 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5212
5213         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
5214
5215         * input/regression/slur-script.ly: remove padding tweaks. Add
5216         comment strings.
5217
5218         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
5219         time sigs and related stuff.
5220
5221         * scm/define-grob-properties.scm (all-user-grob-properties): add
5222         @code{} tags to property description.
5223
5224         * lily/include/line-group-group-engraver.hh (Module): remove file.
5225
5226         * python/convertrules.py (conv): add rule for
5227         Engraver_group_engraver -> Engraver_group.
5228
5229         * lily/include/performer-group-performer.hh: analogous.
5230
5231         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
5232
5233         * lily/context-def.cc (instantiate): check for
5234         Engraver_group_engraver and Performer_group_performer not
5235         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
5236  
5237 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5238
5239         * input/les-nereides.ly: Remove three fingering tweaks, update
5240         remaining one.
5241
5242         * input/regression/slur-script-inside.ly: Update, fix doc.
5243
5244         * scm/script.scm: Update to avoid-slur.
5245
5246         * scm/define-grob-properties.scm (avoid-slur): New property.
5247
5248         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
5249         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
5250         outside_slur_callback if avoid-slur != #'inside.
5251
5252         * scm/define-grobs.scm (Fingering, Textscript): No
5253         inside-slur/outside-slur preference.
5254         (DynamicLineSpanner): Always outside slur.
5255
5256         * input/regression/slur-script.ly: More tests.
5257
5258 2005-08-17  Graham Percival  <gpermus@gmail.com>
5259
5260         * Documentation/user/lilypond-book: fix notime entry.
5261
5262         * Documentation/user/advanced-notation.itely: add info on
5263         getting an I rehearsal mark.
5264
5265         * Documentation/user/putting.itely: reinstate "I", re-enforce
5266         the fact that \override numbers are the result of
5267         experimentation and personal taste.
5268
5269         * Documentation/user/invoking.itely: update convert-ly bugs.
5270
5271 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5272
5273         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
5274         to #t.
5275
5276         * lily/timing-translator.cc (initialize): don't initialize timing.
5277
5278         * input/regression/stem-spacing.ly (Module): remove file.
5279
5280         * input/regression/spacing-stick-out.ly: specify Score context for
5281         \override
5282
5283         * input/regression/clefs.ly: remove spurious {}s 
5284
5285 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
5286
5287         * Documentation/topdocs/NEWS.tely,
5288         input/regression/repeat-percent-count.ly: clarify a bit.
5289
5290 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5291
5292         * input/no-notation/display-lily-tests.ly: delete
5293         display-lily-init call.
5294
5295         * ly/music-functions-init.ly (displayLilyMusic): move
5296         display-lily-init call at top level, so that the user should not
5297         have to call it.
5298
5299         * scm/define-music-display-methods.scm (note-name->lily-string):
5300         retrieve note names directly from pitchnames using new function `rassoc'.
5301         (display-lily-init): note names list construction removed.
5302
5303 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5304
5305         * THANKS: spello.
5306
5307         * lily/lily-parser.cc (get_header): copy module, instead of
5308         returning it.
5309
5310         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
5311         counters.
5312
5313         * Documentation/user/basic-notation.itely (Measure repeats): add
5314         links to Counter grobs.
5315
5316         * scm/define-grobs.scm (all-grob-descriptions): add
5317         DoublePercentRepeatCounter
5318         (all-grob-descriptions): add PercentRepeatCounter
5319
5320         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
5321         also create counter grobs.
5322
5323         * lily/separation-item.cc (extremal_break_aligned_grob): don't
5324         return grob without space-alist.
5325
5326         * input/proportional.ly: tune staff-padding.
5327
5328         * input/regression/repeat-percent-count.ly: new file. 
5329
5330 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5331
5332         * input/no-notation/display-lily-tests.ly: moved from
5333         input/regression/ to input/no-notation. Be sure to call
5334         `display-lily-init' before trying to use the display function.
5335
5336 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5337
5338         * scripts/lilypond-book.py (option_definitions): Don't localize
5339         the empty string. Fixes bug when --psfonts was used with
5340         non-English locale.
5341
5342 2005-08-15  Graham Percival  <gpermus@gmail.com>
5343
5344         * lily/tuplet-bracket.cc: simple build fix.
5345
5346         * Documentation/user/putting.itely: use "we" instead of "I".
5347
5348         * Documentation/user/basic-notation.itely: cautionary accidentals
5349         work with naturals, too.
5350
5351 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5352
5353         * lily/tuplet-bracket.cc (calc_position_and_height): add
5354         staff-padding support.
5355
5356         * input/proportional.ly: set staff-padding.
5357         
5358         * VERSION (PATCH_LEVEL): release 2.7.5
5359
5360         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
5361         fixes. Remove tweaks.
5362
5363         * input/regression/tuplet-slope.ly: add a test case.
5364
5365         * lily/tuplet-bracket.cc (calc_position_and_height): revert
5366         erroneous fix. Add spanner bounds to offset array with relative X
5367         positions.
5368
5369         * ly/engraver-init.ly: add Rest_engraver only once.
5370
5371         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
5372         (*parser*) lookup if (*parser*) != #f.
5373
5374 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5375
5376         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
5377         Cut-and paste update.
5378
5379         * input/regression/slur-script.ly: Add example of reverting
5380         inside-slur for fingering.
5381
5382         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
5383         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
5384
5385         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
5386         outside_slur_callback if inside-slur == #f (as opposed to unset).
5387
5388 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5389
5390         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
5391         encoding files are already removed.
5392
5393 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5394
5395         * Documentation/user/advanced-notation.itely (Instrument names):
5396         Document a workaround for instrument names that collide with
5397         system start braces/brackets.
5398
5399 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5400
5401         * lily/rest-collision.cc (do_shift): spello.
5402
5403         * input/proportional.ly: use #'used property. Set break-overshoot
5404         property.
5405
5406         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
5407
5408         * lily/paper-column.cc: add #'used property
5409
5410         * lily/mark-engraver.cc (stop_translation_timestep): set grob
5411         array for staves found.
5412
5413         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
5414         array for stavesFound.
5415
5416         * lily/staff-spacing.cc (next_note_correction): add fixed and
5417         space to calling convention. This fixes spacing of accidentals
5418         after barlines.
5419
5420         * input/regression/spacing-accidental-stretch.ly: add barline -
5421         accidental case.
5422
5423         * scm/framework-ps.scm (page-header): add version number to
5424         creator
5425         (eps-header): idem.
5426
5427         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
5428         
5429 2005-08-13  Graham Percival  <gpermus@gmail.com>
5430
5431         * Documentation/user/global.itely: add "fit as much as
5432         possible onto this page" example (Vertical spacing).
5433
5434 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5435
5436         * *: Nitpick run.
5437
5438         * buildscripts/fixcc.py: Fixes.
5439
5440 2005-08-12  Graham Percival  <gpermus@gmail.com>
5441
5442         * Documentation/user/advanced-notation.itely: add markup
5443         example to Text spanners.
5444
5445 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5446
5447         * Documentation/user/basic-notation.itely (Ties): Add example of
5448         tying a tremolo to a chord. Thanks to Steve Doonan. 
5449
5450         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
5451         properties and move tieMelismaBusy to the list of written
5452         properties. 
5453
5454 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
5455
5456         * po/TODO: suggest to use a dedicated tool like kbabel.
5457
5458         * po/fi.po: update using kbabel.
5459
5460 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5461
5462         * *: Remove obsolete files.  Nitpick run.
5463
5464         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
5465
5466 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5467
5468         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
5469         too.
5470
5471         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
5472
5473         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
5474         whitespace as symbol separator.
5475
5476         * lily/side-position-interface.cc: Add slur-padding.
5477
5478         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
5479         quite a large fix, and it never worked in a stable release; so not
5480         really a regression.
5481
5482         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
5483         Update cut and paste code from Slur_engraver.
5484
5485         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
5486         Add.
5487
5488         * scm/define-grobs.scm (DynamicLineSpanner): Add
5489         dynamic-line-spanner-interface.
5490         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
5491
5492 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5493
5494         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
5495         to_boolean () so that non-set 'inside-slur means false.
5496
5497         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
5498         slur has control-points.  Skip script without direction.  Always
5499         do_shift if script inside slur, even if slur not contained in
5500         script y-extent.  Increment k in loop.
5501
5502 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5503
5504         * scm/define-markup-commands.scm: Improved regexp to search for
5505         EPS bounding boxes and corrected call to ly:warning.
5506
5507 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5508
5509         * Documentation/user/programming-interface.itely (Displaying music
5510         expressions): doc for \displayLilyMusic. Also some precisions in
5511         "Markup construction in Scheme"
5512
5513 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5514
5515         * scm/define-markup-commands.scm (normal-text): Added 2 new
5516         markup commands, \normal-text and \medium (the latter thanks to
5517         Bruce Fairchild). 
5518
5519 2005-08-08  Graham Percival  <gpermus@gmail.com>
5520
5521         * Documentation/user/programming-interface.itely: fix @{ @}.
5522
5523         * scm/define-markup-commands.scm: add linewidth info to
5524         \justify and \wordwrap, add "upright is the opposite of italic".
5525
5526         * Documentation/user/advanced-notation.itely: shaped->shape,
5527         add (cons (markup "foo")) type of example to text markup,
5528         reword multi-measure rests section.
5529
5530         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
5531         comment.  No actual code was touched.
5532
5533         * Documentation/user/invoking.itely: add more info about
5534         \include.  Thanks, Bruce!
5535
5536         * THANKS: add Bruce Fairchild, alphabetise.
5537
5538         * Documentation/user/global.itely: document \score{\header{}}
5539         behavior.
5540
5541         * Documentation/user/basic-notation.itely: reword multi-measure
5542         rest discussion in Rests.
5543
5544 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5545
5546         * Documentation/user/programming-interface.itely (Markup
5547         construction in Scheme): Corrected example and tried to clarify
5548         the implicit \line in the table.
5549
5550 2005-08-07  Graham Percival  <gpermus@gmail.com>
5551
5552         * Documentation/user/instrument-notation.itely: moved
5553         some bagpipe info back into the bagpipe section.  Somehow
5554         it ended up in the "other vocal issues" section?!  :o_O
5555
5556 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5557
5558         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
5559         directories, not paths).
5560
5561 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5562
5563         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
5564         plain emmentaler/aybabtu.  Backportme.
5565
5566         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
5567         missing dir correction.
5568
5569 2005-08-05  Graham Percival  <gperlist@shaw.ca>
5570
5571         * scm/define-markup-commands: fix reversed justify/wordwrap
5572         doc strings.
5573
5574 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
5575
5576         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
5577         lily/gregorian-ligature-engaver.cc,
5578         lily/include/ligature-engraver.hh,
5579         lily/include/coherent-ligature-engraver.hh,
5580         lily/include/gregorian-ligature-engraver.hh: make these classes
5581         truely abstract.  This should fix some internal oddities such as
5582         duplicate as well as dead translator/property declarations, and
5583         also some dead code.
5584
5585         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
5586         bugfix: avoid message "junking empty ligature" on ligature
5587         brackets by collecting dummy grobs.
5588
5589 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5590
5591         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
5592
5593         * input/proportional.ly (staffKind): bugfix.
5594         (staffKind): updates by Trevor Baca.
5595
5596         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
5597         default layout. 
5598
5599         * lily/tuplet-bracket.cc (print): check whether edge-text is a
5600         pair.
5601
5602         * lily/beam.cc (rest_collision_callback): call position_beam() if
5603         necessary.
5604
5605         * VERSION: release 2.7.4
5606
5607         * input/regression/spacing-uniform-stretching.ly: new file.
5608
5609         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
5610
5611         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
5612         contributor.
5613
5614         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
5615
5616         * input/proportional.ly: new file.
5617
5618         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
5619         columns is empty
5620
5621         * lily/tuplet-engraver.cc (finalize): new function. Reset right
5622         bounds to currentCommandColumn for the last step.
5623         (start_translation_timestep): if tupletFullLength is set, set
5624         bound to Paper Column
5625
5626         * input/regression/tuplet-full-length.ly (indent): new file.
5627
5628         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
5629         clique of loose columns, eg. a set of grace notes in strict
5630         notespacing.
5631
5632         * input/regression/spacing-strict-spacing-grace.ly: new file.
5633
5634         * lily/key-signature-interface.cc: change property name to
5635         alteration-alist
5636
5637         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
5638         keyAccidentalOrder
5639
5640         * python/convertrules.py (conv): keyAccidentalOrder ->
5641         keyAlterationOrder
5642
5643         * lily/key-engraver.cc (create_key): always print a cancellation
5644         for going to C-major/A-minor, regardless of printKeyCancellation.
5645         (create_key): remove typecheck for visibility. This fixes key
5646         signature not being printed.
5647
5648         * lily/spacing-determine-loose-columns.cc: new file.
5649
5650         * input/regression/spacing-strict-notespacing.ly: new file.
5651
5652         * lily/spacing-spanner.cc (generate_springs): rename from
5653         do_measure. 
5654         (generate_pair_spacing): new function.
5655         (init, generate_pair_spacing): set between-cols for floating
5656         nonmusical columns.
5657
5658         * lily/spaceable-grob.cc (get_spring): new function. 
5659
5660         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
5661         relative to the right edge of the prefatory matter.
5662
5663         * lily/beam.cc (print): read break-overshoot to determine where to
5664         stop/start broken beams.
5665
5666         * input/regression/spanner-break-overshoot.ly: new file.
5667
5668 2005-08-04  Graham Percival  <gperlist@shaw.ca>
5669
5670         * ly/bagpipe.ly: updated.
5671
5672         * Documentat/user/instrument.itely: un-comment out bagpipe example.
5673
5674 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5675
5676         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
5677         support: now (de)crescs avoid slurs as well.
5678
5679         * Documentation/user/instrument-notation.itely (Bagpipe example):
5680         comment out non-functioning bagpipe example.
5681         (Bagpipe definitions): idem.
5682
5683         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
5684         (Top): add proportionalNotationDuration example.
5685
5686         * input/regression/spacing-proportional.ly: new file.
5687
5688         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
5689         synched to a beam.
5690
5691         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
5692         fixes beams with a single stem (eg. beams across linebreaks.)
5693
5694         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
5695
5696         * flower/rational.cc (operator +): prevent overflow. This fixes
5697         heavily nested tuplets.
5698
5699         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
5700         have to protect even those unlikely to be corrupted data members.  
5701
5702 2005-08-04  Graham Percival  <gperlist@shaw.ca>
5703
5704         * ly/bagpipe.ly: new file.
5705
5706         * THANKS: added Sven Axelsson.
5707
5708 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5709
5710         * lily/spacing-engraver.cc (stop_translation_timestep): directly
5711         copy proportionalNotationDuration into currentMusicalColumn if
5712         set.
5713
5714         * lily/spacing-spanner.cc (musical_column_spacing): if
5715         uniform-stretching set, fixed space is 0.0
5716
5717         * input/regression/spacing-multi-tuplet.ly: show
5718         uniform-stretching property.
5719
5720         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
5721
5722         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
5723         (struct Spacing_options): new struct.
5724
5725         * lily/spacing-basic.cc: new file.
5726
5727         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
5728         delta_t doesn't have to be smaller than shortest_playing_len
5729
5730 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5731
5732         * input/regression/markup-arrows.ly:  new file.
5733
5734         * lily/tuplet-bracket.cc: document new behavior.
5735
5736         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
5737         with line breaks.
5738
5739         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
5740
5741         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
5742         default 
5743
5744         * lily/tuplet-bracket.cc: add edge-text property.
5745         add break-overshoot.
5746         (print): read break-overshoot.
5747         (print): read edge-text, add stencils.
5748
5749         * mf/feta-arrow.mf: new file.
5750
5751         * mf/feta-generic.mf: add feta-arrow.
5752
5753 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5754
5755         * Documentation/user/lilypond-book.itely (An example of a
5756         musicological document): Added flag -o to dvips for people who use
5757         the default setting in teTeX where output is sent to the printer. 
5758
5759         * Documentation/user/global.itely (Vertical spacing): Added
5760         reference to the Axis_group_engraver which documents the *Extent
5761         properties.
5762
5763 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5764
5765         * Documentation/user/basic-notation.itely (Tuplets): add note
5766         about nested tuplets. Remove BUG. 
5767
5768         * input/regression/tuplet-nest.ly: update: remove manual hack. 
5769
5770         * lily/tuplet-bracket.cc (print): use robust_scm2drul
5771         (print): manually call print() for subtuplets.
5772         (calc_position_and_height): add subtuplets to the
5773         support. Vertically shift outer tuplet 
5774
5775         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
5776         remove-first for Lyrics, ChordNames and FiguredBass
5777
5778         * scm/define-grob-properties.scm (all-internal-grob-properties):
5779         use ly:grob-array? iso. grob-list?
5780         (all-internal-grob-properties): add tuplets grob-array.
5781
5782         * lily/tuplet-bracket.cc (add_tuplet_bracket):
5783         new function
5784
5785 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5786
5787         * input/test/time-signature-staff.ly: new file.
5788
5789         * ly/declarations-init.ly (center): escape to Scheme. Fixes
5790         spurious #<Music FingerEvent> errors. Backportme.
5791
5792 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5793
5794         * Documentation/user/programming-interface.itely (Markup
5795         construction in Scheme): Corrected markup syntax in the
5796         translation table.
5797
5798 2005-08-03  Graham Percival  <gperlist@shaw.ca>
5799
5800         * Documentation/user/instrument-notation.itely: small update
5801         to bagpipe notation docs; thanks Sven!
5802
5803         * Documentation/user/basic-notation.itely: add link about trills.
5804
5805 2005-08-02  Graham Percival  <gperlist@shaw.ca>
5806
5807         * Documentation/user/music-glossary: remove accidentally committed
5808         fink patch.
5809
5810 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
5811
5812         * lily/lily-parser.cc (get_header): new function. Enable multiple
5813         \header definitions.
5814
5815         * lily/parser.yy (lilypond_header_body): use get_header.
5816
5817         * ly/init.ly:
5818         * scm/lily-library.scm (print-score-with-defaults): renamed
5819         $globalheader to $defaultheader
5820             
5821         * Documentation/user/global.itely (Creating titles): added short
5822         explanation that multiple headers are useable.
5823
5824
5825 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5826
5827         * lily/module-scheme.cc (LY_DEFINE): new file. 
5828
5829         * Documentation/user/advanced-notation.itely (Font selection): add
5830         doco for make-pango-font-tree.
5831
5832 2005-07-31  Graham Percival  <gperlist@shaw.ca>
5833
5834         * Documentation/user/music-glossary: more languages
5835         for tenuto.
5836
5837         * Docuemntation/user/instrument-notation.itely: minor
5838         update for bagpipe example.
5839
5840 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5841
5842         * input/regression/+.ly (TODO): add some text.
5843
5844 2005-07-28  Graham Percival  <gperlist@shaw.ca>
5845
5846         * Documentation/user/invoking.itely: \score begins with music.
5847
5848         * Documentation/user/ basic-notation.itely,
5849         instrument-notation.itely: minor changes.
5850
5851         * Documentation/user/music-glossary.itely: began tenuto entry.
5852
5853 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5854
5855         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
5856
5857         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
5858
5859 2005-07-27  Graham Percival  <gperlist@shaw.ca>
5860
5861         * Documentation/user/examples.itely: remove bagpipe template.
5862
5863         * Documentation/user/instrument-notation.itely: add bagpipe
5864         section, maybe fix quotes in lyrics.  I hate text encoding.
5865         Clarify chord durations, more bagpipe stuff.
5866
5867 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5868  
5869         * lily/accidental-engraver.cc: formatting fixes.
5870
5871         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
5872         grob-array.
5873
5874         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
5875
5876         * lily/note-column.cc (arpeggio): new function.
5877
5878         * lily/note-spacing.cc (get_spacing): also take arpeggio into
5879         account for spacing.
5880
5881 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5882
5883         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
5884         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
5885         mingw build.
5886         
5887 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5888
5889         * scm/lily.scm (lilypond-all): clear anonymous modules after
5890         processing files.
5891
5892 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5893
5894         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
5895         SCM_I_CONSP
5896
5897         * VERSION: 2.7.3 released
5898
5899         * Documentation/user/invoking.itely (Invoking lilypond): add
5900         LILYPOND_GC_YIELD documentation.
5901
5902         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
5903         scm_from_real / scm_make_real.
5904
5905         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
5906         higher. This increases memory footprint, but provides overall
5907         speedup of 15 to 20%. 
5908
5909         * lily/include/translator.hh (class Translator): remove
5910         PRECOMPUTED_VIRTUAL everywhere.
5911
5912         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
5913
5914         * lily/context.cc (now_mom): non-recursive now_mom() 
5915
5916         * lily/include/profile.hh: new file.
5917
5918         * lily/profile.cc: new file.
5919
5920         * lily/grob.cc (Grob::Grob): look properties up directly.
5921
5922         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
5923         lookups.
5924
5925         * lily/include/box.hh (class Box): smob Box type.
5926
5927         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
5928
5929         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
5930         protect() and unprotect(). Use throughout.
5931
5932 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5933
5934         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
5935
5936         * scm/define-music-display-methods.scm (markup->lily-string):
5937         markup elements can also be strings (without simple-markup
5938         appended)
5939
5940 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5941
5942         * lily/context.cc (where_defined): also assign value in
5943         where_defined().
5944
5945         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
5946         (curve_coordinate): new function
5947
5948         * lily/simple-spacer.cc (add_columns): only add rods between
5949         column i and begin/end if keep-inside-line is set (this repleces
5950         allow-outside-line as default)
5951
5952 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5953
5954         * lily/tuplet-engraver.cc (start_translation_timestep): only read
5955         tupletSpannerDuration if applicable.
5956
5957         * lily/font-size-engraver.cc (process_music): read fontSize only
5958         once per timestep.
5959
5960         * lily/engraver*cc: use throughout.
5961         
5962         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
5963
5964         * lily/translator.cc (add_acknowledger): new file. Directly jump
5965         into an Engraver::acknowledge_xxx () method based on a grobs
5966         interface-list.
5967
5968         * lily/include/translator-dispatch-list.hh (class
5969         Engraver_dispatch_list): new struct, new file.
5970
5971         * scm/define-context-properties.scm
5972         (all-internal-translation-properties): remove acceptHashTable,
5973         acknowledgeHashTable
5974
5975         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
5976
5977         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
5978         change acknowledgeHashTable to C++ member. 
5979
5980         * lily/rest-collision.cc (do_shift): use extract_grob_set().
5981
5982 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5983
5984         * scm/display-lily.scm: new file. Define a `display-lily-music'
5985         function, that displays the music expression given as an argument,
5986         using LilyPond notation.
5987
5988         * scm/define-music-display-methods.scm: new file. Implementation
5989         of display methods for each music type.
5990
5991         * ly/music-functions-init.ly (displayLilyMusic): new function for
5992         displaying music with LilyPond notation.
5993
5994         * input/regression/display-lily-tests.ly: new regression test file
5995         for `display-lily-music'.
5996
5997         * scm/markup.scm: remove obsolete debugging code (for printing
5998         markups with LilyPond notation).
5999
6000         * scm/define-music-types.scm (music-name-to-property-table):
6001         * scm/clef.scm (supported-clefs): export, in order to be accessible
6002         from the (scm display-lily) module.
6003
6004 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6005
6006         * Documentation/topdocs/NEWS.tely (Top): Typo.
6007
6008 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6009
6010         * Documentation/index.html.in, Documentation/texinfo.css,
6011           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6012           Documentation/bibliography/index.html.in,
6013           Documentation/bibliography/html-long.bst: revert css-width patch,
6014           it does not work with IE6.
6015
6016 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6017
6018         * Documentation/texinfo.css: revert 760px hack. 
6019
6020         * VERSION: release 2.7.2
6021
6022         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
6023
6024         * Documentation/user/basic-notation.itely (Barnumber check): add
6025         section.
6026
6027         * scm/music-functions.scm (skip-to-last): new function. Show only
6028         last showLastLength part of the \score.
6029
6030         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
6031
6032         * python/convertrules.py (conv): add ly:x-moment rule
6033
6034         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
6035
6036         * Documentation/topdocs/NEWS.tely (Top): add new feature.
6037
6038         * Documentation/user/instrument-notation.itely (Flexibility in
6039         alignment): options in subsections.
6040
6041         * lily/lyric-engraver.cc (process_music): don't typeset text for _
6042         syllable text. Instead, assume that the previous lyric text is a
6043         melismated text.
6044
6045         * Documentation/index.html.in: revert 800x600 change.
6046
6047 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6048
6049         * lily/main.cc (main): Remove invalid handle kludge.
6050
6051         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
6052         (lambda): add gui define.
6053
6054 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6055
6056         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
6057
6058         * Documentation/user/instrument-notation.itely (Musica ficta
6059         accidentals): add section Musica ficta accidentals
6060
6061         * lily/accidental-engraver.cc (make_suggested_accidental): new
6062         function.
6063         (make_standard_accidental): move into new function.
6064         (create_accidental): new function.
6065
6066         * scm/define-grobs.scm (all-grob-descriptions): new Grob
6067         AccidentalSuggestion
6068
6069         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
6070
6071         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
6072         undefined.
6073
6074         * Documentation/user/global.itely (Page formatting): document
6075         horizontalshift.
6076
6077         * scm/page-layout.scm (default-page-music-height):
6078         horizontalshift: new variable, shift all systems by
6079         horizontalshift to the right, to make space for instrument names.
6080
6081         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
6082
6083         * lily/input-scheme.cc (LY_DEFINE): take format commands.
6084
6085 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6086
6087         * lily/note-column.cc (dir): idem.
6088
6089         * lily/spacing-spanner.cc (Module): idem.
6090
6091         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
6092
6093         * lily/include/paper-column.hh (class Paper_column): add
6094         non-static get_rank() member.
6095
6096         * VERSION: release 2.7.1
6097         
6098         * scm/framework-null.scm: new file, used for benchmarking.
6099
6100 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6101
6102         * Documentation/topdocs/INSTALL.texi, configure.in: fix
6103         version dependencies for fontforge and gs.
6104
6105         * Documentation/index.html.in, Documentation/texinfo.css,
6106         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6107         Documentation/bibliography/index.html.in, 
6108         Documentation/bibliography/html-long.bst: optimize width of
6109         html for a 800x600 screen (width:760), increases printability
6110         when 'fit to page' is not set and readability in wide screens.
6111
6112         * stepmake/bin/add-html-footer.py: add missing </p>.
6113
6114 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6115
6116         * scm/define-markup-commands.scm (beam): use polygon in beam
6117         command.
6118
6119         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
6120         all acknowledged grobs, and do potentially expensive merge and
6121         write in one go.
6122
6123         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
6124
6125         * configure.in (reloc_b): add --enable-static-gxx to statically
6126         link to libstdc++
6127
6128         * lily/GNUmakefile (static-gxx-libs): new target
6129         static-gxx-libs. Create symlink to libstdc++.a
6130
6131         * lily/new-lyric-combine-music-iterator.cc: rename to
6132         Lyric_combine_music_iterator
6133
6134         * lily/lyric-combine-music-iterator.cc
6135         (Old_lyric_combine_music_iterator): rename to
6136         Old_lyric_combine_music_iterator
6137
6138         * lily/*-engraver.cc (various): remove double use of
6139         PRECOMPUTED_VIRTUAL function: only use
6140         start_translation_timestep() and stop_translation_timestep(), not
6141         both.
6142
6143         * lily/break-substitution.cc (fast_substitute_grob_array): do
6144         fast_substitute_grob_array for all unordered grob_arrays.
6145         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
6146         (substitute_grob_array): optimize.
6147
6148         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
6149
6150         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
6151
6152         * lily/parser.yy: revert $globalheader patch.
6153         
6154         * lily/include/translator.icc
6155         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
6156         Translator methods, without _static helper.
6157  
6158         * lily/grob-smob.cc (derived_mark): rename from
6159         do_derived_mark(). Return void.
6160
6161         * scm/define-context-properties.scm
6162         (all-internal-translation-properties): remove tweakCount/tweakRank.
6163
6164         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
6165         predefined break-visibilities.
6166
6167         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
6168         booleans for break-visibility.
6169
6170         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
6171
6172         * python/convertrules.py (conv): rule for Timing_translator. 
6173
6174         * lily/include/translator.icc: new file. 
6175
6176         * lily/paper-column-engraver.cc (process_music): new
6177         file. Separate Paper_column factory from Score_engraver.
6178
6179         * lily/vertically-spaced-context-engraver.cc: administer
6180         spaceable-staves property of System.
6181
6182         * lily/translator-group-ctors.cc: new file.
6183
6184         * lily/context-property.cc (make_grob_from_properties): construct
6185         the right Grob class programmatically, looking at the class entry
6186         for the meta property.
6187
6188         * lily/break-align-engraver.cc (stop_translation_timestep): call
6189         Break_align_interface::add_element() directly.
6190
6191         * lily/context.cc (measure_position): measure_position() is now a
6192         normal function.
6193
6194         * lily/include/translator.hh (class Translator): rename
6195         process_acknowledged_grobs() to process_acknowledged() and move to
6196         Translator.
6197
6198         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
6199         field for each grob description.
6200
6201         * lily/include/translator-group.hh (class Translator_group):
6202         change to base class. Separate class from Translator. This gets
6203         rid of virtual inheritance for Engravers/Performers.
6204
6205         * lily/staff-performer.cc (class Staff_performer): derive
6206         Staff_performer from Performer, not Performer_group_performer 
6207
6208         * Lily/translator-group.cc (precomputed_recurse_over_translators):
6209         new function.
6210         (precompute_method_bindings): new function. Precompute lists of
6211         Translators, so we only call methods (process_music,
6212         start_translation_timestep, etc.) for Translators needing
6213         it. Also: dispose of pointer-to-member-function calls.
6214
6215         * lily/engraver-group-engraver.cc: remove engraver_each,
6216         recurse_down_engravers ()
6217
6218         * lily/note-head.cc (internal_print): only call
6219         glyph-name-procedure if style != default. 
6220
6221 2005-07-16  Graham Percival  <gperlist@shaw.ca>
6222
6223         * ly/titling-init.ly: add printallheaders option.
6224
6225         * Documentation/user/global.itely: document printallheaders.
6226
6227 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6228
6229         * lily/system.cc (do_derived_mark): don't mark from object_alist_
6230         anymore, but do it centrally.  
6231
6232         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6233         hammer hack.
6234
6235         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
6236
6237         * scm/output-lib.scm: remove hammer-print-function.
6238
6239         * lily/include/pointer-group-interface.hh (extract_grob_set): new
6240         macro. Declare a Link_array<Grob> and fill it from a grob.
6241         (extract_item_set): idem for item.
6242
6243         * lily/break-substitution.cc: add header.
6244         (fast_substitute_grob_array): rewrite for Grob_arrays.
6245         (substitute_grob_array): idem.
6246
6247         * lily/group-interface.cc (add_thing): remove file.
6248
6249         * flower/include/parray.hh (class Link_array): slice() is const.
6250
6251         * lily/include/grob-array.hh: new file.
6252
6253         * lily/grob-array.cc (spanner): new file.
6254
6255         * lily/beam-quanting.cc (fill): read details property from beam.
6256
6257         * lily/beam.cc: support details property.
6258
6259         * total speedups below: approx 10%.
6260
6261         * lily/include/beam.hh: new struct, softcode beam quanting parameters
6262
6263         * lily/include/grob.hh (class Grob): add interfaces_ member.
6264
6265         * lily/bezier.cc (init_polynomial_cache): new function: cache
6266         binom(3,j) t^j (1-t)^{3-j}
6267         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
6268
6269         * lily/*.cc: substitution throughout.
6270
6271         * lily/grob-property.cc (internal_get_object): new routine.
6272         (internal_set_object): idem. Store grob refrences in separate
6273         alist. This saves processing time, since properties aren't
6274         break-substituted, and the per grob namespace is smaller, both for
6275         grobs and non-grob properties.
6276
6277         * scm/define-grob-properties.scm (all-internal-grob-properties):
6278         remove center-element.
6279
6280         * lily/grob.cc: remove tweak-count, tweak-rank.
6281
6282 2005-07-15  Graham Percival  <gperlist@shaw.ca>
6283
6284         * Documentation/user/lilypond-book.itely: fixes example.
6285
6286 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6287
6288         * Documentation/user/global.itely (Creating titles):    
6289         * Documentation/user/examples.itely (All headers): change the
6290         place of \header in \score blocks (after music block) to make
6291         examples compile (cf. changes on parser.yy on 2005-07-10)
6292
6293 2005-07-13  Graham Percival  <gperlist@shaw.ca>
6294
6295         * python/convertrules.py: add exc -> ecc rule.
6296
6297         * scripts/convert-ly.py: add location of convertrules.py
6298         in a comment.
6299
6300         * Documentation/user/changing-defaults.itely: fix language.
6301
6302 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6303
6304         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
6305
6306 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6307
6308         * scm/output-socket.scm (grob-bbox): don't use inf? 
6309
6310         * flower/include/rational.hh: add operator bool() 
6311
6312         * scm/define-music-types.scm (music-descriptions): remove
6313         internal-class-name properties.
6314
6315         * lily/include/event.hh: remove file.
6316
6317         * lily/include/music-constructor.hh: remove file.
6318
6319         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
6320         in 'types property.
6321
6322         * lily/music.cc (duration_length_callback): new function.
6323
6324         * lily/event.cc: remove file.
6325
6326         * lily/music-constructor.cc: remove file.
6327
6328         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
6329
6330         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
6331         (get_context_key): idem.
6332
6333         * scm/lily.scm (lambda): new option object-keys (default to #f)
6334
6335         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
6336
6337         * scm/output-gnome.scm: remove beam routine.
6338
6339         * scm/output-ps.scm (scm): idem.
6340
6341         * scm/output-svg.scm: remove beam.
6342
6343         * ps/music-drawing-routines.ps: remove draw_beam.
6344
6345         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
6346
6347         * flower/include/guile-compatibility.hh (scm_from_locale_string):
6348         add scm_from_locale_string compatibility glue. 
6349
6350 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
6351
6352         * scripts/lilypond-book.py: Prevent occuring error when
6353         'lilypond-book --output=foo/ somefile.ly' is executed multiple
6354         times and target file shoud be overwritten.  (Error message said
6355         'input file and output file is same'.)
6356
6357 2005-07-13  Graham Percival  <gperlist@shaw.ca>
6358
6359         * input/regression/slur-extreme.ly,
6360         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
6361         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
6362         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
6363         "excentricity" to "eccentricity".
6364
6365         * Documentation/user/converters.itely: fix URL for Noteedit and
6366         Rosegarden.
6367
6368         * THANKS: added Yoshinobu Ishizaki.
6369
6370 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6371
6372         * scm/define-markup-commands.scm (justify-field): add. 
6373
6374         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
6375
6376 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6377
6378         * lily/lookup.cc (filled_box): express filled_box with
6379         round_filled_box
6380
6381         * scm/midi.scm (paper-book-write-midis): new function. Write all
6382         performances in numbered MIDI files.
6383
6384         * lily/performance-scheme.cc (LY_DEFINE): new file.
6385         (LY_DEFINE): new function ly:performance-write.
6386
6387         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
6388         new function.
6389         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
6390
6391         * scm/framework-*.scm: use port arguments throughout.
6392
6393         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
6394
6395         * lily/paper-outputter.cc (Paper_outputter): take port argument.
6396
6397         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
6398
6399         * scm/framework-texstr.scm (output-framework): 
6400
6401         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
6402
6403         * scm/output-lib.scm (tablature-stem-attachment-function):
6404         tablature stem attachment fix. 
6405
6406 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6407
6408         * lily/bezier.cc: hardcode binomial coefficients of order 3.
6409
6410         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
6411
6412         * scm/define-music-types.scm (music-descriptions): don't use
6413         Music_wrapper type.
6414
6415         * lily/paper-column.cc (print): print moment too.
6416
6417         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
6418         remove compatibility cruft.
6419
6420         * lily/parser.yy (score_body): \score can only begin with Music. 
6421
6422         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
6423         make-score. Take music argument only. Move parser interaction to
6424         Scheme.
6425
6426         * scm/lily-library.scm (scorify-music): new function.
6427
6428         * python/lilylib.py (datadir): remove 2.1 compat kludge.
6429         (datadir): remove resource import.
6430         (print_environment): remove get_bbox()
6431         (cp_to_dir): remove pre 1.5.2 compat glue.
6432
6433 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6434
6435         * lily/include/simple-spacer.hh (Module): idem.
6436
6437         * lily/include/spring.hh (struct Spring): store inverse
6438         strength. This prevents division by zero.
6439
6440         * VERSION: release 2.7.0
6441         
6442         * lily/include/music.hh (class Music): remove Music::duration_log()
6443
6444         * lily/stem-engraver.cc (make_stem): take duration log from event.
6445
6446         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
6447
6448 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6449
6450         * scm/lily.scm (ly:load): load autochange.scm
6451
6452         * Documentation/user/tutorial.itely (Running LilyPond for the
6453         first time): remove reference to DVI/TeX
6454
6455         * scm/define-markup-commands.scm (text): add \text markup command.
6456
6457         * configure.in (reloc_b): bump requirement to Python 2.2.
6458
6459         * lily/include/dots.hh (class Dots): make has_interface() static.
6460
6461         * python/convertrules.py (conv): add rule for ly:grob-default-font
6462
6463         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
6464         alphabetical order.
6465
6466         * input/regression/trill-spanner-pitched.ly: new file.
6467
6468         * lily/font-interface-scheme.cc (LY_DEFINE): function
6469         ly:grob-default-font (changed from get-default-font).
6470
6471         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
6472
6473         * lily/note-head.cc (internal_print): if style is not a symbol,
6474         set style to 'default. 
6475         (internal_print): no style suffix if glyph-name-procedure not
6476         set. Default to quarter head.
6477
6478         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
6479
6480         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
6481
6482         * ly/music-functions-init.ly: \pitchedTrill
6483
6484         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
6485
6486         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
6487
6488         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
6489
6490         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
6491
6492         * po/fr.po: update
6493
6494         * po/de.po: update.
6495
6496 2005-07-06  Graham Percival  <gperlist@shaw.ca>
6497
6498         * Documentation/user/changing-defaults.itely: add link
6499         to grob-iterface.
6500
6501         * Documentation/user/advanced-notation.itely: add material
6502         to Setting automatic beam behaviour.  Thanks, Joe!
6503
6504         * Documentation/user/lilypond.itely: change encoding to utf-8.
6505
6506 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6507
6508         * Documentation/user/advanced-notation.itely (Setting automatic
6509         beam behavior): Correct the documentation of
6510         revert-auto-beam-setting (backportme)
6511
6512 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6513
6514         * lily/ly-module.cc (ly_make_anonymous_module): define
6515         %module-public-interface of module. 
6516
6517         * lily/lily-parser.cc (print_smob): allow printing of parser smob
6518         without lexer.
6519
6520 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6521
6522         * input/regression/fret-diagrams.ly: stretch example.
6523
6524 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6525
6526         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
6527         Fodor).
6528
6529 2005-06-30  Graham Percival  <gperlist@shaw.ca>
6530
6531         * Documentation/topdocs/AUTHORS.texi: update personal web address.
6532
6533         * Documentation/user/examples.itely, lilypond-book.itely:
6534         change \RequirePackage to \usepackage.
6535
6536         * Documentation/user/global.itely: document copyright and tagline.
6537
6538 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6539
6540         * Documentation/user/basic-notation.itely (Transpose): remove link
6541         to nonexistent UntransposableMusic.
6542
6543         * scm/output-svg.scm: remove old definitions.
6544
6545         * scripts/lilypond-book.py (do_file): search for kpsewhich before
6546         invoking.
6547
6548         * python/lilylib.py (search_exe_path): new function.
6549
6550 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6551
6552         * python/lilylib.py (mkdir_p): remove setup_environment()
6553         (backportme)
6554
6555         * buildscripts/mutopia-index.py (headertext): trim text.
6556
6557         * Documentation/topdocs/NEWS.tely (Top): refresh.
6558
6559         * scm/define-markup-commands.scm (wordwrap-string): new function:
6560         split string in paras and words.
6561         (wordwrap-markups): new function.
6562         (wordwrap-stencils): new function. 
6563         (justify): use it.
6564         (wordwrap): use it.
6565         (wordwrap-string): use it
6566         (justify-string): use it.
6567
6568         * scm/lily-library.scm (regexp-split): new function.
6569
6570         * scm/define-markup-commands.scm: remove encoded-simple. 
6571         remove font-markup.
6572         (fontsize): remove old version  of fontsize.
6573         (wordwrap): new markup function. Wrap into paragraphs.
6574
6575         * VERSION: Branch lilypond_2_6
6576         (MINOR_VERSION): go to 2.7.0
6577
6578 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6579
6580         * po/zh_TW.po: update from translation project.
6581
6582 2005-06-28  Graham Percival  <gperlist@shaw.ca>
6583
6584         * scm/midi.scm: compile fix.
6585
6586 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6587
6588         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
6589         patch. Now, the tempfile module is loaded too, not only used.
6590
6591 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
6592
6593         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
6594         0.05 - 1.00 to 0.25 - 1.00
6595
6596         * scm/midi.scm: moved the default-instrument-equalizer procedure
6597         to just under the insturment-equalizer-alist it takes as an
6598         argument.
6599
6600 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6601
6602         * Documentation/user/advanced-notation.itely (Font selection):
6603         remove CMR note.
6604
6605         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
6606
6607 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6608
6609         * THANKS: Add UTF-8 marker.
6610
6611         * Documentation/user/point-and-click.itely (http): Update: use
6612         lilypond-invoke-editor.  Fix: instruct to use user.js.
6613
6614 2005-06-27  Graham Percival  <gperlist@shaw.ca>
6615
6616         * ly/titling-init.ly: implements printpagenumber, increases
6617         space between dedication and title (to avoid collisions with
6618         "g" and "q" in dedication), and nicer logic about copyright
6619         and instrument fields being printed on the first page.
6620         Thanks Vincent!
6621
6622         * Documentation/user/global.itely: document printpagenumber.
6623
6624 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6625
6626         * Documentation/topdocs/NEWS.tely: Update to 2.6.
6627
6628 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6629
6630         * THANKS: update to 2.6
6631
6632         * VERSION: 2.6.0 released.
6633
6634 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6635
6636         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
6637         rule, errorneously removed probably because of misleading comment.
6638
6639 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6640
6641         * python/lilylib.py (datadir): py2exe comments.
6642
6643         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
6644
6645         * configure.in (reloc_b): make fontconfig REQUIRED.
6646
6647 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
6648
6649         * po/fi.po: add latest translations.
6650
6651 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6652
6653         * ChangeLog: recode utf-8
6654
6655         * Documentation/pictures/lilypond.xpm (Module): edited photo as
6656         logo.
6657
6658         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
6659
6660         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
6661
6662         * python/convertrules.py (do_conversion): don't print program_name
6663         from within a module
6664
6665         * configure.in (reloc_b): bump fontforge requirement to 20050624.
6666
6667         * python/convertrules.py (conv): add 2.6.0 dummy rule.
6668
6669 2005-06-23  Graham Percival  <gperlist@shaw.ca>
6670
6671         * Documentation/user/lilypond-book.itely,
6672         Documentation/user/examples.itely: add \RequirePackage{graphics}.
6673
6674         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
6675         fixes baseline-skip.  Thanks Vincent!
6676
6677         * Documentation/user/advanced-notation.itely, global.itely:
6678         moved "Selecting font sizes" to global, since it deals with
6679         notation font size, not text fonts.
6680
6681 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6682
6683         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
6684         to fonts.
6685
6686 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6687
6688         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
6689         workaround since /dev/stdin doesn't work on Cygwin. Using a
6690         temporary file in the current directory since latex doesn't
6691         understand the path name to the default TMP in Cygwin (at least on
6692         win XP).
6693         
6694         * Documentation/user/global.itely (Creating titles): Correct
6695         misprint in example. Thanks to Rob Vlasaty.
6696
6697 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6698
6699         * VERSION (PATCH_LEVEL): release 2.5.32
6700
6701         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
6702         variable in lily module
6703
6704         * scm/framework-ps.scm (output-classic-framework): error message
6705         regarding the classic framework.
6706
6707         * Documentation/user/henle-flat-gray.png (Module): new file.
6708
6709         * Documentation/user/baer-flat-gray.png (Module): new file.
6710
6711         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
6712         whiteout for markups.
6713
6714         * buildscripts/substitute-encoding.py (note_glyph): include _ in
6715         regex too. This fixes change clef appearance in PDF. 
6716
6717         * ttftool/include/*: remove.
6718
6719         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
6720
6721         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
6722
6723         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
6724
6725         * ttftool/*: remove ttftool subdirectory.
6726
6727         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
6728
6729         * lily/ttf.cc (print_header): new file. Convert to type42, using
6730         FreeType to parse the TTF. 
6731
6732         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
6733         and post table may differ. Pass around post_nglyphs as well.
6734
6735 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6736
6737         * ly/music-functions-init.ly (musicMap): new music function
6738         musicMap. 
6739         
6740 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6741
6742         * make/mutopia-rules.make: anti-alias-factor = 2
6743
6744         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
6745         page switch.
6746
6747         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
6748         anti-alias-factor for lilypond-book runs.
6749
6750         * scm/ps-to-png.scm (scale-down-image): new function.
6751         (my-system): new function.
6752         (make-ps-images): blow up GS resolution by anti-alias-factor,
6753         scale down image by anti-alias-factor.  This improves appearance
6754         of bitmaps
6755         (make-ps-images): remove showpage. Fixes spurious empty png at
6756         end.
6757
6758         * scm/framework-ps.scm (write-preamble): downcase filename before
6759         string-matching. Should fix .TTF files (as opposed to ttf files)  
6760
6761         * Documentation/user/tutorial.itely (Running LilyPond for the
6762         first time): separate subsections for windows, macos and unix.  
6763
6764         * Documentation/user/invoking.itely (Updating files with
6765         convert-ly): add MacOS X note.
6766
6767 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6768
6769         * Documentation/user/introduction.itely (Engraving): don't include
6770         file optical-spacing, add directly.
6771
6772         * lily/paper-outputter.cc (file): open file in binary mode. This
6773         fixes OTF embedding on windows.
6774
6775 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6776
6777         * scm/framework-ps.scm (write-preamble): remove debugging output.
6778
6779         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
6780
6781         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
6782         outdir.
6783         (install-fc-cache): install font cache in installation directories.
6784
6785 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6786
6787         * scm/editor.scm (editor-command-template-alist): Use char iso
6788         column, except for Emacs.
6789         (get-editor-command): Substitute char too (Bertalan Fodor).
6790
6791 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6792
6793         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
6794         quoted ~s.  This should fix PNG output on Windows; single quotes
6795         are regular characters on Windows.
6796
6797 2005-06-16  Graham Percival  <gperlist@shaw.ca>
6798
6799         * Documentation/user/basic-notation.itely: include ChoirStaff
6800         in System start delimiters.
6801
6802         * Documentation/user/putting.itely: new doc section on
6803         fixing overlapping notation.
6804
6805 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6806
6807         * Documentation/user/global.itely (Paper size): \paper is in
6808         \book, not \score.
6809
6810         * make/mutopia-rules.make: -ddelete-intermediate-files
6811
6812         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
6813
6814 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6815
6816         * ChangeLog: Recode utf-8.
6817
6818         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
6819         datadir with .py modules.
6820
6821 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
6822
6823         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
6824
6825 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6826
6827         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
6828         
6829         * scm/framework-ps.scm (write-preamble): remove status check.
6830
6831         * Documentation/user/invoking.itely (Updating files with
6832         convert-ly): remove -o option.
6833
6834         * VERSION (PACKAGE_NAME): release 2.5.31
6835
6836         * scm/framework-ps.scm (write-preamble): use ly:system.
6837         (write-preamble): verbosity.
6838
6839         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
6840
6841         * python/convertrules.py: new file. Store conversion rules
6842         separately.
6843
6844 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6845
6846         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
6847
6848 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6849
6850         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
6851         \musicDisplay 
6852
6853         * Documentation/user/instrument-notation.itely (More stanzas): Add
6854         reference to StanzaNumber.
6855
6856 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6857
6858         * THANKS: separate section for website translators.
6859
6860 2005-06-14  Graham Percival  <gperlist@shaw.ca>
6861
6862         * Documentation/topdocs/INSTALL.texi: update vim info;
6863         thanks Simon Bailey!
6864
6865         * Documentation/user/advanced-notation.itely: included
6866         color names.
6867
6868         * Documentation/user/advanced-notation.itely,
6869         Documentation/usr/notation-appendices.itely: moved
6870         color names into an appendix.
6871
6872 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6873         
6874         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
6875
6876         * scm/lily.scm (lambda): initialize program options from here.
6877
6878         * scm/framework-*.scm: add header info.
6879
6880         * lily/main.cc (parse_argv): only set output format to pdf if no
6881         other format specified.
6882
6883         * scm/backend-library.scm (postprocess-output): process
6884         'delete-intermediate-files after running convert-to-*. This fixes
6885         PNG generation when 'delete-intermediate-files is set.
6886         
6887 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6888
6889         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
6890         links on website. 
6891
6892 2005-06-13  Graham Percival  <gperlist@shaw.ca>
6893
6894         * Documentation/topdocs/INSTALL.texi,
6895         Documentation/user/lilypond-book.itely: typos.
6896
6897 2005-06-12  Pal Benko  <benkop@freestart.hu>
6898
6899         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
6900         added between program name and switch; -b changed to -f not
6901         to generate pdf
6902
6903 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6904
6905         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
6906         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
6907
6908         * input/sakura-sakura.ly: add \midi.
6909
6910         * buildscripts/mutopia-index.py (find): use /usr/bin/find
6911         iso. python find. 
6912
6913         * ttftool/test.c (main): cosmetics.
6914
6915         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
6916
6917         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
6918         create a ttf2ps binary.
6919
6920         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
6921
6922         * scm/backend-library.scm (postscript->png): set rename-page-1 to
6923         true.
6924
6925 2005-06-11  Graham Percival <gperlist@shaw.ca>
6926
6927         * Documentation/user/lilypond-book.itely: add warning about
6928         the font warnings in dvips.
6929
6930 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6931
6932         * THANKS: typo
6933
6934         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
6935
6936         * GNUmakefile.in: remove links for .map, .enc
6937         don't fail if out/ doesn't exist yet.
6938
6939 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6940
6941         * ttftool/util.c (surely_read): return nbytes
6942
6943         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
6944
6945         * VERSION (PACKAGE_NAME): release 2.5.30
6946
6947         * flower/string-convert.cc (precision_string): >? fix.
6948
6949         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
6950         (make-ps-images): add verbose -q too.
6951
6952         * lily/default-actions.cc (Module): new file. default
6953         {book,score}-print functions.
6954
6955         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
6956         pass results via parseStringResult, lookup via ly:parser-lookup.  
6957
6958         * lily/lily-parser.cc (Lily_parser): only clone lexer in
6959         constructors.
6960         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
6961         (parse_string): idem.
6962
6963         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
6964
6965         * lily/main.cc (main_with_guile): copy be_verbose_global into
6966         ly_set_option()
6967
6968 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6969
6970         * scm/backend-library.scm (postscript->pdf):
6971         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
6972         verbose mode.  Search for several names of gs executable.
6973
6974 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6975
6976         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
6977         directly. This fixes a massive memory leak, provided you use CVS
6978         GUILE.
6979
6980 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
6981
6982         * ly/property-init.ly: Added tieDashed.
6983
6984         * THANKS: Added some bughunters for 2.5.
6985
6986 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6987
6988         * lily/program-option.cc: add debug-gc option.
6989
6990         * lily/include/lily-guile-macros.hh: don't protect exported module
6991         objects.
6992
6993         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
6994
6995         * scm/backend-library.scm (postscript->pdf): use
6996         delete-intermediate-files iso. running-from-gui? 
6997
6998         * ttftool/util.c (surely_read): robustness. Allow read() to return
6999         less bytes than requested, as per posix standards.
7000
7001         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
7002         program option.
7003
7004         * ttftool/include/ttftool.h ("C"): rename verbosity to
7005         ttf_verbosity. Add to public interface.
7006
7007         * scm/music-functions.scm (unfold-repeats): remove debugging display.
7008
7009         * lily/program-option.cc: rename from scm-option.cc
7010
7011         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
7012         (get_help_string): Print pretty help string.
7013
7014         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
7015         to snippet preamble.
7016
7017         * lily/scm-option.cc: remove command-line-settings option. Fold
7018         all command-line options plus default settings in a generic
7019         interface. 
7020
7021         * flower/getopt-long.cc (table_string): indent 2nd lines of help
7022         texts too.
7023
7024 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7025
7026         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
7027         or EXT_ components non-empty.
7028
7029 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7030
7031         * scm/lily.scm (running-from-gui?): Export.
7032
7033         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
7034         output in .ly source directory.
7035
7036 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7037
7038         * ttftool/util.c (surely_lseek): more verbosity.
7039
7040         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
7041         compile.
7042
7043         * lily/parser.yy (Repeated_music): remove >? 
7044
7045         * scm/backend-library.scm (postscript->pdf): Support for
7046         -dgs-font-load=1
7047
7048         * scm/framework-ps.scm (write-preamble): make font loading
7049         switchable to GS via --define-default gs-font-load=1
7050
7051 2005-06-09  Graham Percival  <gperlist@shaw.ca>
7052
7053         * Documentation/user/global.itely: added \layout docs.
7054
7055 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7056
7057         * lily/lily-parser-scheme.cc: add unistd.h
7058
7059 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7060
7061         * scm/editor.scm: add char argument.
7062
7063         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
7064
7065         * ttftool/util.c (syserror): use errno for better error reporting.
7066
7067         * lily/source-file.cc (get_counts): new function. Calc column,
7068         line and char count in one go.
7069
7070         * lily/binary-source-file.cc (quote_input): rename to quote_input
7071
7072         * lily/input.cc (set): new function.
7073
7074 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7075
7076         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
7077         directory part of file name to search directory.
7078
7079         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
7080         search path and chdir to DIR if --outname=DIR used.
7081
7082         * lily/main.cc (prepend_env_path): Bugfix: Check directory
7083         existence before appending original path.
7084
7085 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7086
7087         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
7088         file" massage.
7089
7090         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
7091         texinfo.tex is always used.
7092         
7093 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7094
7095         * flower/include/axis.hh: rename from axes.hh
7096
7097         * lily/include/text-interface.hh (Module): rename from text-item.hh
7098
7099         * VERSION (PATCH_LEVEL): release 2.5.29
7100
7101         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
7102
7103         * scm/framework-ps.scm (font-file-as-ps-string): new function.
7104         (handle-macfont): new function. Call fondu for Native mac fonts.
7105
7106         * scm/define-markup-commands.scm (fill-line): handle text-widths =
7107         '() case.
7108
7109 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7110
7111         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
7112         multi-page.  Fix .eps regular expression.
7113
7114 2005-06-07  Graham Percival  <gperlist@shaw.ca>
7115
7116         * Documentation/user/putting.itely: add info on modifying templates.
7117
7118         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
7119         misc small changes.
7120
7121 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7122
7123         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
7124
7125         * scripts/lilypond-ps2png.scm
7126
7127         * VERSION (PACKAGE_NAME): release 2.5.28
7128
7129 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7130
7131         * lily/main.cc (prepend_env_path): Do not append /, that does not
7132         work.  Localedir lives in datadir, not in prefix.
7133
7134         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
7135         hack for windows.
7136
7137         * flower/include/file-cookie.hh: Compile fix.
7138
7139 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7140
7141         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
7142
7143         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
7144         system primitives.
7145         (gulp-port): using read-string!/partial. We don't want to read an
7146         entire PS file  (GUILE 1.6 limits strings to 16M) 
7147
7148         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
7149         properties. Add font-interface. 
7150
7151         * scm/define-grob-properties.scm (all-user-grob-properties):
7152         remove old bracket properties.
7153
7154         * scm/x11-color.scm: reformat. 
7155
7156         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
7157         LedgerLineSpanner if new StaffSymbol is found. 
7158
7159         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
7160         staff-symbol for finishing staff. 
7161
7162         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
7163
7164         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
7165         change black to currentColor everywhere. This fixes color support
7166         in SVG.
7167
7168 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
7169
7170         * input/regression/fret-diagrams.ly: new file to test fret diagram
7171         capability
7172
7173         * scm/output-tex.scm: remove white-dot and white-text
7174
7175         * scm/output-ps.scm: remove white-dot and white-text
7176
7177         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
7178         using ly:stencil-in-color instead
7179         (draw-dots) : remove call to white-dot
7180
7181 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7182
7183         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
7184         support.
7185
7186         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
7187
7188         * flower/include/file-cookie.hh: new file. lily_cookie extension 
7189
7190         * flower/file-cookie.cc: new file. lily_cookie extension.
7191         
7192 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7193
7194         * scm/editor.scm (editor-command-template-alist): Add syn
7195         editor (Jaap [de Vos]).
7196
7197 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7198
7199         * scripts/lilypond-ps2png.scm:
7200         * scm/ps-to-png.scm: New file.
7201
7202         * scm/backend-library.scm (postscript->png): Use it.
7203
7204         * scripts/lilypond-ps-to-png.py: Remove file.
7205
7206         * python/lilylib.py (get_bbox, make_ps_images): Remove.
7207
7208 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7209
7210         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
7211
7212         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
7213         start on grace moment. Fixes autobeam-grace.ly.
7214
7215         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
7216         process anything unless we're at the end of a pending beam. Fixes
7217         syncopated 8ths beamed across a beat.
7218
7219 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7220
7221         * scm/editor.scm (editor-command-template-alist): Start emacs if
7222         emacslient fails.
7223
7224         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
7225
7226         * flower/file-path.cc (is_file, is_dir): Export.
7227
7228         * lily/main.cc (prepend_env_path, set_env_file): Use them.
7229
7230 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7231
7232         * lily/easy-notation.cc: Added include cctype to correct
7233         compilation error.
7234
7235 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7236
7237         * scm/backend-library.scm (postscript->pdf): set resolution to
7238         1200, so bitmap fonts aren't that ugly. 
7239
7240         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
7241
7242         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
7243         parent if we have a notehead. Fixes incorrect offsets when
7244         Paper_column is very wide in the X direction.
7245
7246         * input/regression/font-family-override.ly (Module): new file.
7247
7248         * scm/font.scm (make-pango-font-tree): new function.
7249
7250         * lily/beam.cc (before_line_breaking): remove warning about less
7251         than 2 visible stems. We still get a warning when there is only
7252         one stem.
7253
7254 2005-06-01  Werner Lemberg  <wl@gnu.org>
7255
7256         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
7257         correctly.
7258
7259 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7260
7261         * lily/slur-scoring.cc (generate_avoid_offsets): new
7262         function. Generate avoid offsets once per slur.
7263
7264         * lily/slur.cc (add_extra_encompass): add dependency to
7265         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
7266
7267         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
7268         too. Fixes inf error with added bass notes.
7269
7270         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
7271         argument anymore.
7272
7273         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
7274
7275         * input/tutorial/lbook-latex-test.tex: add line length test.
7276
7277         * scripts/lilypond-book.py (set_default_options): new
7278         function. Call this before dissecting snippets, so linewidth
7279         settings reach the snippets.
7280
7281 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7282
7283         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
7284
7285 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7286
7287         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
7288
7289 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7290
7291         * stepmake/aclocal.m4: More autopackage friendliness.
7292
7293 2005-05-31  Graham Percival  <gperlist@shaw.ca>
7294
7295         * Documentation/index.html.in: remove link to LSR.
7296
7297         * Documentation/user/global.itely: remove duplicate
7298         "dedication" \header{} section.
7299
7300 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7301
7302         * VERSION (PACKAGE_NAME): release 2.5.27.
7303
7304         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
7305         too. Plugs memory leak.
7306
7307         * make/lilypond.fedora.spec.in (Group): remove
7308         lilypond-pdfpc-helper.
7309
7310         * scripts/GNUmakefile (SEXECUTABLES): remove
7311         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
7312
7313         * scm/font.scm (make-century-schoolbook-tree): add Mono as
7314         'typewriter family.
7315
7316         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
7317         memory leak.
7318
7319         * lily/parser.yy (score_body): don't clone Score, that's done in
7320         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
7321
7322         * lily/score-engraver.cc (derived_mark): new function.
7323         (initialize): unprotect Paper_score. This fixes a memory leak.
7324
7325         * lily/score-performer.cc (derived_mark): new function.
7326
7327         * lily/score-translator.cc (get_output): use SCM for get_output() call.
7328
7329         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
7330         spurious warning.
7331
7332         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
7333         serif.
7334
7335 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7336
7337         * configure.in (reloc_b): Add --enable-relocation.
7338
7339 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7340
7341         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
7342
7343         * input/regression/alignment-order.ly: add Staff example.
7344
7345 2005-05-31  John Mandereau   <john.mandereau@free.fr>
7346
7347         * po/fr.po: update.
7348
7349 2005-05-31  Graham Percival  <gperlist@shaw.ca>
7350
7351         * Documentation/index.html.in: add link to LSR.
7352
7353 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7354
7355         * scm/define-stencil-commands.scm (Module): new file. Register all
7356         allowed stencil expression heads in a central place.
7357
7358         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
7359         ly:make-stencil
7360
7361         * lily/stencil-expression.cc (all_stencil_heads): registering
7362         stencil expressions.
7363
7364         * lily/stencil-interpret.cc: new file. Stencil expression
7365         interpreting.
7366
7367         * input/xiao-haizi-guai-guai.ly: move file back.
7368
7369 2005-05-30  Graham Percival  <gperlist@shaw.ca>
7370
7371         * Documentation/user/advanced.itely, converters.itely,
7372         instrument-notation.itely, lilypond-book.itely: misc small
7373         changes.
7374
7375 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7376
7377         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
7378
7379         * make/lilypond.fedora.spec.in: Fix source url.
7380
7381         * cygwin: Update from mingw patches.
7382
7383         * scm/editor.scm (editor-command-template-alist): Use jedit
7384         -reuseview (Bertalan), add uedit (Patrick Huberts).
7385
7386         * input/xiao-hai-zi-guai-guai.ly: Rename from
7387         xiao-haizi-guai-guai.ly.
7388
7389         * input/*: Reindent, do not use TAB.
7390
7391         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
7392         white background.
7393
7394 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7395
7396         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
7397         numerical overflow error.
7398
7399 2005-05-29 Laura Conrad <lconrad@laymusic.org>
7400         
7401         * abc2ly.py: fix to syntax error in multi-part output.
7402
7403 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7404
7405         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
7406         with disappearing span bars when alignAboveContext is active
7407
7408         * lily/property-iterator.cc (check_grob): use is-grob?
7409         object-property. Fixes crash-key-sig-font-size.ly. 
7410
7411 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7412
7413         * lily/bar-line.cc (print): don't round barlines; this produces
7414         odd aliasing effects in Acroread.
7415
7416         * lily/timing-engraver.cc (process_music): robustness fix.
7417
7418         * lily/context-def.cc (filter_engravers): bugfix.
7419
7420 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7421
7422         * lily/lilypond.rc.in: Add ly-icon.
7423
7424         * lily/GNUmakefile: 
7425         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
7426         rules.
7427
7428 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7429
7430         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
7431
7432         * ps/music-drawing-routines.ps: 
7433
7434         * scm/output-ps.scm: remove draw ez_ball.
7435
7436         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7437         EasyNotation context definition.
7438
7439         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
7440         Text_interface and color for making easy note heads.
7441
7442         * lily/stencil.cc (with_color): new function.
7443
7444         * ps/music-drawing-routines.ps: remove draw_zigzag_line
7445
7446         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
7447         output routine. Zigzag now works in SVG too.
7448
7449         * scm/output-tex.scm (filledbox): idem.
7450
7451         * scm/output-svg.scm (filledbox): idem.
7452
7453         * scm/output-ps.scm (lily-def): remove horizontal-line. 
7454
7455         * lily/lookup.cc (horizontal_line): use draw-line. 
7456
7457         * lily/system-start-delimiter.cc: remove old staff bracket code.
7458
7459         * mf/feta-haak.mf: further tweaks.
7460
7461         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
7462
7463         * mf/feta-generic.mf: include feta-haak.
7464
7465         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
7466
7467         * scm/framework-ps.scm (write-preamble): only load fonts if their
7468         filename is a string. 
7469
7470 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7471
7472         * scm/output-svg.scm (circle): support circle.
7473         (bracket): stub for bracket.
7474
7475         * scripts/lilypond-book.py (main): make sure --psfonts warning is
7476         correct.
7477
7478 2005-05-26  Graham Percival  <gperlist@shaw.ca>
7479
7480         * Documentation/user/lilypond.tely, advanced-notation.itely,
7481         basic-notation.itely, instrument-notation.itely, global.itely,
7482         introduction.itely, tutorial.itely: rearranging, editing,
7483         clean-up.
7484
7485         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
7486         for compiling on FreeBSD.
7487
7488 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7489
7490         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
7491         otf files.
7492
7493         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
7494         bugfixes.
7495
7496         * VERSION: 2.5.26 released.
7497
7498         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
7499
7500 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
7501
7502         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
7503         if printpagenumber is false.
7504
7505 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7506
7507         * lily/font-config.cc (init_fontconfig): comment out FontConfig
7508         cache warning.
7509
7510         * lily/tie.cc (print): support dotted ties.
7511         
7512 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7513
7514         * scm/define-grobs.scm (all-grob-descriptions): switch off
7515         debugging
7516         (all-grob-descriptions): Arpeggio has Y-extent.
7517
7518         * scm/define-music-properties.scm (all-music-properties): document
7519         length-callback and start-callback as "read-only".
7520
7521         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
7522         length-callback after creation. 
7523
7524         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
7525         compressmusic -> compressMusic.
7526
7527         * ly/music-functions-init.ly (oldaddlyrics): idem.
7528
7529         * lily/parser.yy: NewLyricCombineMusic ->
7530         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
7531
7532 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
7533
7534         * ly/Welcome_to_LilyPond.ly: typo.
7535
7536 2005-05-24  Graham Percival  <gperlist@shaw.ca>
7537
7538         * Documentation/user/lilypond.tely: move changing-defaults to be
7539         before global issues.
7540
7541         * Documentation/user/basic-notation.itely: move Transpose section
7542         here from advanced/Other.
7543
7544         * Documentation/user/changing-defaults.itely,
7545         advanced-notation.itely: move Fonts to advanced, edit.
7546
7547 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7548
7549         * lily/parser.yy (bare_int): remove rule.  From now on, we require
7550         # before negative integers.
7551
7552 2005-05-23  Graham Percival  <gperlist@shaw.ca>
7553
7554         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
7555
7556         * Documentation/user/lilypond.tely: change Unified index to
7557         LilyPond index.
7558
7559         * Documentation/user/advanced-notation.itely,
7560         instrument-notation.itely: editing.
7561
7562 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7563
7564         * scm/lily.scm (lilypond-all): Bugfix: return failed.
7565
7566         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
7567
7568 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7569
7570         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
7571         ly:port-move.  Needs to be stderr-specific on mingw.
7572         Run fixcc.
7573
7574 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7575
7576         * lily/general-scheme.cc (ly:port-move): Remove.
7577
7578         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
7579         windows.
7580
7581         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
7582         variables.  This eliminates the need for a gs.bat wrapper, which
7583         opens a console.
7584
7585         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
7586         * scm/lily.scm (running-from-gui?): 
7587         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
7588         artifact of not compiling with -mwindows.
7589
7590         * scm/editor.scm: Define PLATFORM.
7591
7592 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7593
7594         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
7595         can start to cut & paste lilypond-book fragments.  
7596
7597         * scm/define-music-types.scm (music-descriptions): remove
7598         UntransposableMusic
7599
7600 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7601
7602         * scm/output-ps.scm (glyph-string): remove / before CIDs.
7603
7604 2005-05-20  Graham Percival  <gperlist@shaw.ca>
7605
7606         * Documentation/user/instrument-notation.itely: remove *Engraver.
7607
7608         * Documentation/user/advanced-notation.itely: edit, rearrange.
7609
7610 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7611
7612         * scm/output-ps.scm (glyph-string): take cid? argument. Use
7613         findresource iso. findfont for CID CFF fonts.
7614
7615         * VERSION (PACKAGE_NAME): release 2.5.25
7616
7617         * ly/Welcome_to_LilyPond.ly: add  \version
7618
7619 2005-05-20  Graham Percival  <gperlist@shaw.ca>
7620
7621         * Documentation/user/programming-interface.itely: move
7622         \displayMusic into its own section.
7623
7624         * Documentation/user/basic-notation.itely: finish editing.
7625
7626 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7627
7628         * flower/file-path.cc (find): don't throw away file_name.dir, but
7629         append to it. Fixes \include with directories.
7630
7631         * flower/include/file-path.hh (class File_path): don't derive from
7632         Array<String>.
7633
7634         * flower/include/file-name.hh (class File_name): remove to_str0()
7635
7636         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
7637         Hara_kiri_engraver in separate file.
7638
7639         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
7640         translation went wrong. Fixes vertically translated slurs.
7641
7642 2005-05-19  Graham Percival  <gperlist@shaw.ca>
7643
7644         * Documentation/user/basic-notaton.itely: editing.
7645
7646 2005-05-18  Graham Percival  <gperlist@shaw.ca>
7647
7648         * Documentation/user/macros.itexi, basic-notation.itely:
7649         add @commonprop (commonly used properties) macro.
7650
7651 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7652
7653         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
7654
7655         * scripts/lilypond-book.py (invokes_lilypond): new function
7656         (main): only run fontextract if invokes_lilypond() is true.
7657
7658         * lily/function-documentation.cc (ly_add_function_documentation):
7659         duh, use !=
7660
7661         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
7662
7663         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
7664
7665         * scm/lily.scm (running-from-gui?): lowercase Darwin.
7666
7667         * lily/function-documentation.cc (ly_add_function_documentation):
7668         use scm_hash_table_p() for checking.
7669
7670 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7671
7672         * Documentation/user/advanced-notation.itely (Text scripts):
7673         Change nonexisting @internalsref{Text markup} to @ref{Text
7674         markup}.  Change @internalsref{Text script} to
7675         @internalsref{TextScript}.
7676
7677         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
7678
7679 2005-05-17  Graham Percival  <gperlist@shaw.ca>
7680
7681         * Documentation/user/tutorial.itely, basic-notation.itely,
7682         changing-defaults.itely: remove duplicate cindex entries
7683         that appear on the same page.
7684
7685         * scm/define-grobs.scm: change default padding for TextSpanner.
7686
7687         * Documentation/topdocs/AUTHORS.texi: update email address.
7688
7689         * Documentation/user/global.itely: add info about \include.
7690
7691 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7692
7693         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
7694         when running-from-gui.
7695
7696         * scm/editor.scm (get-editor): Add platform defaults.
7697
7698         * scm/backend-library.scm (postscript->pdf): Typo.
7699
7700 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7701
7702         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
7703
7704         * lily/font-config.cc (init_fontconfig): add warning about cache.
7705
7706 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7707
7708         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
7709
7710 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7711
7712         * lily/horizontal-bracket.cc (print): Take care of the direction
7713         property so brackets above the stave point downwards. 
7714
7715         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
7716         for HorizontalBracket so it doesn't end up within the stave.
7717
7718 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7719
7720         * lily/GNUmakefile (default): Typo.
7721
7722         * scm/lily.scm (PLATFORM): Export.
7723
7724         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
7725         load-font-via-GS, ttftool or fopencookie is broken on windows.
7726         
7727         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
7728         -dSAFER, that is broken on windows.
7729
7730 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7731
7732         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
7733         for FlexLexer.h
7734
7735         * scripts/lilypond-invoke-editor.scm: remove stray -
7736
7737 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7738
7739         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
7740         Fixes deprecation warning.
7741
7742         * flower/include/string.icc (to_string): Only inline if
7743         -DSTRING_UTILS_INLINED.
7744
7745         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
7746         name.  Remove windows comment.
7747
7748         * scm/editor.scm (slashify): New function.
7749         (get-editor-command): Use it.
7750         (get-command-template): Do not alter editor command if
7751         environment value includes `%(file)s' magic.
7752
7753         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
7754         (dissect-uri): Use it.
7755         (unquote-uri): Bugfix.
7756
7757 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7758
7759         * scm/framework-ps.scm (write-preamble): add TTF rule.
7760
7761         * Documentation/topdocs/README.texi (Top): remove note about
7762         xdelta.
7763
7764         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
7765         requirement.
7766
7767         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
7768         function. Figure out where FlexLexer.h lives
7769
7770         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
7771         
7772 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7773
7774         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
7775         with Windows root in file name.
7776
7777         * scm/backend-library.scm (ly:system): Only redirect output (using
7778         system and shell, ugh) if /dev/null is writable.
7779
7780         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
7781         windows icon.
7782
7783         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
7784         on Mingw.
7785
7786         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
7787         click.
7788
7789         * flower/file-path.cc (is_dir, is_file): New function.  Actually
7790         use result of stat when available.
7791
7792         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
7793         absolute file name and root.
7794
7795         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
7796
7797         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
7798
7799         * flower/file-name.cc (slashify): Bugfix, do substitute if no
7800         slashes in file name.
7801
7802 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7803
7804         * Documentation/user/preface.itely (Preface): Run
7805         texinfo-all-menus-update.
7806
7807         * scm/editor.scm (get-editor-command): Bugfix: allow full
7808         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
7809
7810         * Documentation/pictures/lilypond-48.xpm: New file.
7811
7812         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
7813
7814         * ly/Welcome_to_LilyPond.ly: New file.
7815
7816         * lily/main.cc (main): Only identify if we have a terminal.
7817
7818         * scm/backend-library.scm (postscript->png)
7819         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
7820         non-/bin/sh).
7821
7822 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
7823
7824         * Documentation/topdocs/AUTHORS.texi: polish, update.
7825
7826 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7827
7828         * Documentation/user/preface.itely (Notes for version 2.6): new
7829         notes for 2.6
7830
7831         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
7832         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
7833         is not fully contained" warnings.
7834
7835         * lily/slur-scoring.cc (get_bound_info): remove warning.
7836
7837         * lily/staff-symbol-engraver.cc (process_music): start initial
7838         spanner in process_music(). This fixes overrides of StaffSymbol
7839         properties.
7840
7841         * scm/framework-pdf.scm (Module): remove.
7842
7843         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
7844
7845         * lily/ambitus-engraver.cc: formatting cleanups.
7846
7847         * mf/feta-solfa.mf (Module): remove.
7848
7849         * ChangeLog: more details about contributions.
7850
7851 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7852
7853         * lily/align-interface.cc (align_elements_to_extents): warn if
7854         called too early. Fixes: disappearing-staff-lines.ly
7855
7856         * VERSION (PACKAGE_NAME): release 2.5.24
7857
7858 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7859
7860         * stepmake/aclocal.m4: Typo.
7861
7862         * flower/string.cc (substitute): Take two strings or two
7863         characters.  Update callers.
7864
7865 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7866
7867         * flower/file-name.cc (File_name): Slashify.
7868
7869         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
7870
7871         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
7872
7873         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
7874
7875         * configure.in (gui_b): Use it.
7876
7877         * lily/lilypond.rc.in: New file.
7878
7879         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
7880
7881 2005-05-12  Graham Percival  <gperlist@shaw.ca>
7882
7883         * Documentation/user/advanced-notation.itely: edit of Text
7884         section; clarify text scripts vs. text markup.
7885
7886 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7887
7888         * lily/multi-measure-rest-engraver.cc
7889         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
7890         separation items on start. Fixes mm rests in start of score.
7891
7892         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
7893         don't access StaffSymbol if not there.
7894         Fixes: crash-staff-symbol-engraver.ly.
7895
7896         * lily/instrument-name-engraver.cc (class
7897         Instrument_name_engraver): data member first_. Create
7898         InstrumentName on start. 
7899
7900 2005-05-12  Graham Percival  <gperlist@shaw.ca>
7901
7902         * Documentation/user/instrument-notation.itely: add guitar
7903         position.
7904
7905         * Documentation/user/introduction.itely,
7906         Documentation/user/lilypond.tely,
7907         Documentation/user/tutorial.itely: begin pruning
7908         unused (duplicated) cindex entries and misc cleanup.
7909
7910 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7911
7912         * input/test/volta-chord-names.ly: Bring the explanation up to
7913         date.
7914
7915 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
7916
7917         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
7918         Specify `@documentencoding utf-8' for html, ignore warnings.
7919
7920 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
7921
7922         * THANKS: Added bughunters.
7923
7924 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
7925
7926         * lily/main.cc: update help string for `lilypond -H'.
7927
7928         * po/fi.po: update.
7929         
7930 2005-05-10  Graham Percival  <gperlist@shaw.ca>
7931
7932         * Documentation/user/advanced-notation.itely: minor fixes.
7933
7934 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7935
7936         * scm/editor.scm: New module.
7937
7938         * scm/lily.scm (gui-main): Use it.
7939
7940         * scm/framework-gnome.scm (spawn-editor): Use it.
7941
7942         * scripts/lilypond-invoke-editor.scm: Use it in new script.
7943
7944 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7945
7946         * scm/framework-ps.scm (load-font-via-GS):  new function.
7947
7948         * lily/pango-font.cc (pango_item_string_stencil): add support for
7949         CID keyed font.
7950
7951         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
7952
7953 2005-05-10  Graham Percival  <gperlist@shaw.ca>
7954
7955         * Documentation/user/basic-notation.itely: add @ref.
7956
7957         * Documentation/user/advanced-notation.itely: add example
7958         of 5/8 beaming.
7959
7960 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7961
7962         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
7963
7964         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
7965         going through ps2pdf wrappers.
7966
7967 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
7968
7969         * Documentation/user/instrument-notation.itely: petrucci note
7970         heads: updated docu
7971
7972         * input/regression/note-head-style.ly: updated regression test;
7973         indentation fixes
7974
7975         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
7976         heads as default
7977
7978         * mf/parmesan-heads.mf: minor editing; use musicological names
7979         (rather than optical description) as note head names
7980
7981         * scm/output-lib.scm: complete petrucci heads
7982
7983 2005-05-09  Pal Benko  <benkop@freestart.hu>
7984
7985         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
7986         heads, but bigger)
7987
7988 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7989
7990         * lily/main.cc (main_with_guile): Remove no files check.
7991
7992         * lily/main.cc (ly:usage): Export to Scheme.
7993
7994         * scm/lily.scm (no-files-handler): New function.
7995
7996         * scm/lily.scm (lilypond-main): Use it.
7997
7998         * configure.in (gui_b): Add mbrtowc checking.
7999         Resurrect [utf8/]wchar.h checking.
8000
8001 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8002
8003         * Documentation/user/advanced-notation.itely (Metronome marks):
8004         Add link to the program reference for MetronomeMark
8005
8006         * Documentation/user/lilypond-book.itely (An example of a
8007         musicological document): Correct the example using psfonts 
8008
8009 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
8010
8011         * po/fi.po: update after a lesson how to update entries against
8012         source.
8013         
8014         * po/TODO: document the lesson.
8015
8016 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8017
8018         * configure.in (gui_b): remove wcrtomb checking.
8019
8020         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
8021         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
8022
8023 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8024
8025         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
8026         keep Scheme expressions and strings unmodified when doing the
8027         conversion to postfix notation for slurs and beams. Should
8028         hopefully solve most related conversion problems. 
8029
8030         * Documentation/user/lilypond-book.itely : Clarify and correct how
8031         to call dvips with -h psfonts.
8032
8033 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8034
8035         * Documentation/user/instrument-notation.itely (Entering lyrics):
8036         Typo.  Fixes build.
8037
8038 2005-05-09  Graham Percival  <gperlist@shaw.ca>
8039
8040         * Documentation/user/lilypond-book.itely: document PSFONTS file.
8041
8042         * Documentation/user/lilypond.tely, lilypond-book.itely,
8043         tutorial.itely: change references to 2.5.x to 2.6.x.
8044
8045         * Documentation/user/instrument-notation.itely: clarified \addlyrics
8046         vs \lyricmode.
8047
8048         * Documentation/user/invoking.itely: remove old info about
8049         lilypond-profile.
8050
8051         * Documentation/topdocs/INSTALL.texi: remove old info about
8052         lilypond-profile, add warning about needing international fonts
8053         to build docs.
8054
8055 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8056
8057         * lily/include/grob-info.hh (class Grob_info): make data member
8058         private. Changes throughout.
8059
8060         * input/regression/alignment-order.ly: new file. 
8061
8062         * lily/vertical-align-engraver.cc (acknowledge_grob): read
8063         alignAboveContext and alignBelowContext
8064
8065 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8066
8067         * lily/pfb.cc (LY_DEFINE): add cast.
8068
8069         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
8070         matches .otf
8071         (write-preamble): warn about unknown fonts.
8072
8073         * lily/pfb.cc (Module): new function ly:otf->cff
8074
8075         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
8076         (get_otf_table): new function.
8077
8078 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8079
8080         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
8081         iso. ps2png.
8082
8083 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8084
8085         * po/fi.po: apply second round of update.
8086
8087 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8088
8089         * scm/x11-color.scm (make-x11-color-handler): don't use
8090         #\sp. Apparently doesn't work on all platforms. 
8091
8092 2005-05-06  Graham Percival  <gperlist@shaw.ca>
8093
8094         * Documentation/user/advanced-notation.itely, putting.itely,
8095         tutorial.itely, global.itely, introduction.itely: really minor fixes.
8096
8097 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8098
8099         * VERSION (PACKAGE_NAME): release 2.5.23
8100
8101 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8102
8103         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
8104         convert to utf-8.
8105
8106         * THANKS: Add translators for this release, convert to utf-8.
8107
8108         * mf/GNUmakefile (MFTRACE_FLAGS):
8109         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
8110         outdir as option (WAS: hardcoded).
8111
8112 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8113
8114         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
8115         finished_span_
8116
8117         * THANKS: add Hans Forbrich.
8118
8119         * Documentation/topdocs/NEWS.tely (Top): document new feature.
8120
8121         * Documentation/user/basic-notation.itely (Staff symbol): document
8122         start/stop staff. Reference to ossia.ly
8123
8124         * input/test/ossia.ly: new example using stop and startStaff.
8125
8126         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
8127         in other words, don't create "|" barline at start of the score.
8128         (start_translation_timestep): don't set whichBar for start of score.
8129
8130         * input/regression/staff-halfway.ly: use new functionality.
8131
8132         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
8133         start and stop staff based on events.
8134
8135         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
8136
8137         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
8138
8139 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8140
8141         * Documentation/user/programming-interface.itely (How markups work
8142         internally ): remove \encoding reference.
8143
8144 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8145
8146         * scripts/convert-ly.py: Attempt to do a smarter update of 
8147         text markups from versions < 1.9.0 with arbitrary nesting.
8148
8149 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8150
8151         * po/fi.po: convert to utf-8, and update.
8152
8153 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8154
8155         * make/lilypond.suse.spec.in: update from suse 2.4 package.
8156
8157         * lily/*.cc: more <? >? to min/max changes
8158
8159         * lily/include/interpretation-context-handle.hh: rename
8160         Interpretation_context_handle to Context_handle.
8161
8162 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8163
8164         * input/regression/GNUmakefile (local_delete): use `find` together 
8165         with `xargs` to avoid too long argument-lists in cmd line.
8166
8167 2005-05-04  Graham Percival  <gperlist@shaw.ca>
8168
8169         * Documentation/user/introduction.itely: updates "About this manual".
8170
8171         * Documentation/user/advanced-notation.itely,
8172         invoking.itely: minor fixes.
8173
8174 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8175
8176         * COPYING: add font exception. Update FSF address. 
8177
8178         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
8179         should be taken without child context.
8180
8181         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
8182
8183         * scm/define-markup-commands.scm (triangle): new command, as
8184         robust replacement for unicode Delta/Triangle.
8185
8186 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8187
8188         * ps/music-drawing-routines.ps: add fillp argument.
8189
8190         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
8191
8192         * lily/font-config.cc (init_fontconfig): don't add cff/
8193
8194         * VERSION (PACKAGE_NAME): release 2.5.22
8195
8196         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
8197
8198         * lily/grace-engraver.cc (consider_change_grace_settings): use
8199         is_alias(). Fixes problem with CueVoice grace notes. 
8200
8201         * lily/simultaneous-music-iterator.cc (construct_children): call
8202         Music_iterator::quit() for iterators that start out invalid. This
8203         fixes indefinitely continuing contexts.
8204
8205         * buildscripts/substitute-encoding.py: new file
8206
8207         * Documentation/user/basic-notation.itely (Basic polyphony): fix
8208         missing @end 
8209
8210         * scripts/lilypond-book.py (write_if_updated): print file name.
8211
8212         * Documentation/user/basic-notation.itely (Explicitly
8213         instantiating voices): idem.
8214
8215         * Documentation/user/advanced-notation.itely (Text spanners):
8216         remove stray { } 
8217
8218         * lily/context.cc (default_child_context_name): the default child
8219         is now first in accepts_list_.
8220
8221         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
8222         \defaultchild to all relevant contexts.  This fixes:
8223         drums-pitch.ly.
8224
8225         (Probably also fixes similar problems with ancient
8226         transcriptions getting CueVoices instead of the desired voices.)
8227  
8228         * lily/context-def.cc (get_default_child): new function.
8229         (get_accepted): place default child in front of list.
8230
8231         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
8232
8233         * lily/include/context-def.hh (struct Context_def): add
8234         default_accept_
8235
8236 2005-05-03  Graham Percival  <gperlist@shaw.ca>
8237
8238         * scm/define-grobs.scm: remove "remove-first" line, since
8239         the absent property is set to #f anyway.
8240
8241         * Documentation/user/basic-notation.itely,
8242         advanced-notation.itely, instrument-notation.itely: minor
8243         fixes.
8244
8245         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
8246
8247         * Documentation/user/advanced-notation.itely,
8248         changing-defaults.itely: consolidate Text stuff in
8249         advanced notation.
8250
8251         * Documentation/user/global.itely: better docs for \header.
8252
8253         * Documentation/user/putting.itely: new chapter; placeholder
8254         for future expansion.
8255
8256         * Documentation/user/examples.itely: moved "suggestions for
8257         writing LP files" section into putting.itely.
8258
8259         * Documentation/user/lilypond.itely: added new chapter,
8260         fixed the short table of contents.
8261
8262 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8263
8264         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
8265         infinity for unfeasible beams.
8266
8267         * make/lilypond.fedora.spec.in (Group): idem.
8268
8269         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
8270
8271         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
8272
8273         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
8274         fonts directly.
8275
8276         * buildscripts/gen-emmentaler-scripts.py (i): idem.
8277
8278         * mf/GNUmakefile: remove all CFF rules.
8279
8280         * scm/framework-ps.scm (ps-embed-cff): reinstate.
8281
8282         * lily/open-type-font-scheme.cc (LY_DEFINE):
8283         new function ly:otf-font-table-data.
8284         (LY_DEFINE): new function otf-font?
8285
8286 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8287
8288         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
8289         ($(outdir)/Fontmap.lily): idem.
8290
8291         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
8292         for PFAEmmentaler-XXX.pfa. 
8293
8294         * Documentation/user/music-glossary.tely (accidental): NL
8295         translation of accidental.
8296
8297 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8298
8299         * flower/include/international.hh: Bugfix: include "string.hh".
8300
8301         * lily/include/mingw-compatibility.hh: New file.
8302
8303         * flower/include/libc-extension.hh (memrev): Rename from strrev.
8304
8305         * configure.in: Search for mingw wcrtomb library.
8306
8307 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8308
8309         * scripts/convert-ly.py: Bug fix
8310
8311         * Documentation/user/changing-defaults.itely (Common tweaks):
8312         Added example where the context has to be specified explicitly
8313         (MetronomeMark). 
8314
8315 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8316
8317         * scripts/lilypond-book.py (ly_options): set timing to #f for
8318         notime option.
8319
8320         * scripts/convert-ly.py (conv): typo.
8321
8322         * flower/*.cc: remove <? and >?
8323         
8324         * lily/*.cc: remove <? and >?
8325
8326         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
8327         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
8328         editor.
8329
8330 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8331
8332         * lily/part-combine-engraver.cc: add space to variable list.
8333
8334 2005-04-30  Graham Percival  <gperlist@shaw.ca>
8335
8336         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
8337         remove-first to false (matches docs)
8338
8339         * Documentation/user/advanced-notation.itely: corrected docs
8340         concerning remove-first.
8341
8342 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8343
8344         * lily/part-combine-engraver.cc: make sure that the relevant
8345         properties are included in the documentation.
8346
8347 2005-04-28  Graham Percival  <gperlist@shaw.ca>
8348
8349         * Documentation/user/lilypond-book.itely: Bernard's docs
8350         for \betweenLilyPondSystem.
8351
8352 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8353
8354         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
8355         remarks.
8356
8357 2005-04-28  Pal Benko  <benkop@freestart.hu>
8358
8359         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
8360         only on vertical lines of flexa shape, and use a constant
8361         thickness value for horizontal lines (patch slightly modified by
8362         Jürgen Reuter)
8363
8364         * lily/include/mensural-ligature.hh: make 2 comments clearer
8365
8366 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
8367
8368         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
8369         to need_extra_horizontal_space; bugfix: use class scope to avoid
8370         global namespace pollution
8371
8372         * Documentation/user/instrument-notation.itely (ligatures): added
8373         comment on possible future syntax change and how to work around
8374
8375         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
8376         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
8377         intervals (fixes agnus dei example)
8378
8379         * Documentation/user/instrument-notation.itely (white mensural
8380         ligatures): selected a more illustrative example
8381
8382 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
8383
8384         * Documentation/index.html.in: specify utf-8 charset in meta content.
8385
8386 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8387
8388         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
8389         empty 2nd page for single page.
8390
8391         * scm/lily.scm: remove p&c definitions.
8392
8393         * po/zh_TW.po (Module): new translation.
8394
8395         * lily/lily-guile.cc (ly_chain_assoc): remove.
8396
8397         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
8398         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
8399
8400 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8401
8402         * lily/beaming-info.cc: remove infinity_i
8403
8404         * scripts/abc2ly.py (out_filename): fix thinko with \version.
8405
8406 2005-04-26  Graham Percival  <gperlist@shaw.ca>
8407
8408         * Documentation/user/basic-notation.itely,
8409         instrument-notation.itely, advanced-notation.itely,
8410         changing-defaults.itely: minor fixes.  Added docs
8411         for colors to advanced-notation.itely.
8412
8413         * Documentation/user/advanced-notation.itely: fixed compile
8414         problem and added Bernard's x11-color doc patch.
8415
8416 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8417
8418         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
8419         alright this time round.
8420
8421 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8422
8423         * Documentation/topdocs/INSTALL.texi (Top): idem.
8424
8425         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
8426
8427         * VERSION (MAJOR_VERSION): release 2.5.21
8428
8429         * scm/output-ps.scm (grob-cause): bugfix.
8430
8431 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8432
8433         * cygwin/*: Update.
8434
8435         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
8436         stuff.
8437
8438         * scm/output-ps.scm (grob-cause): Bugfix.
8439
8440         * scm/lily.scm (ly:load): Remove x11-color.
8441
8442         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
8443         quote executable, fixes getting version from program --with
8444         --options.
8445         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
8446         $ac_exeect.
8447
8448         * Documentation/user/GNUmakefile: Only build music-glossary with
8449         rendered lilypond snippets during web.
8450
8451 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8452
8453         * po/de.po: update.
8454
8455         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
8456
8457 2005-04-22  Laura Conrad <lconrad@laymusic.org>
8458  
8459         * scripts/abc2ly:
8460         second title line append with punctuation dash character;
8461         encode abc2ly python strings in utf-8
8462        
8463 2005-04-21  Laura Conrad <lconrad@laymusic.org>
8464
8465         * scripts/abc2ly fix chords (again)
8466  
8467 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
8468
8469         * scm/x11-color.scm: new file
8470         All x11 color names can be accessed with:
8471         #(x11-color 'ColorName),
8472         #(x11-color "ColorName") or:
8473         #(x11-color "color name")
8474         If the x11 color name is not recognised then it defaults
8475         to black
8476
8477         * scm/lily.scm: amended to call scm/x11-color.scm
8478
8479 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8480
8481         * Documentation/user/invoking.itely (Reporting bugs): comment out
8482         reference to online PNG bug repository.
8483
8484 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8485
8486         * lily/translator-scheme.cc (ly:translator-property): Remove.
8487         Update callers.
8488
8489         * lily/context-scheme.cc (ly:context-now): Move from translator.
8490         Update callers.
8491
8492 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8493
8494         * input/regression/grid-lines.ly (skips): refine example.
8495
8496         * scm/define-context-properties.scm
8497         (all-user-translation-properties): doc autoBeamCheck
8498
8499         * input/regression/grid-lines.ly (Module): new file.
8500
8501         * lily/grid-point-engraver.cc (Module): new file.
8502
8503         * lily/grid-line.cc (Module): new file.
8504
8505         * lily/grid-line-span-engraver.cc (Module): new file.
8506
8507         * lily/grid-line-interface.cc (Module): new file.
8508
8509 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8510
8511         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
8512         missing parameter, actualy cdr through list.  Actually return a
8513         list with ENTRY removed (was '()).
8514
8515         * scripts/convert-ly.py: Update.  Print warning if file cannot be
8516         opened.
8517         (do_conversion): Fix printing of continuation comma.
8518
8519         * Documentation/user/advanced-notation.itely (Beam formatting):
8520         Remove refbugs about compound time and mixed duration.
8521
8522         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
8523         modulo moments explicitely.
8524
8525         * lily/moment.cc (operator %): New function.
8526
8527         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
8528
8529         * lily/translator-scheme.cc (ly:translator-now,
8530         ly:translator-property): New function.
8531
8532         * scm/auto-beam.scm (default-auto-beam-check): New function.
8533
8534         * lily/auto-beam-engraver.cc (test_moment): Use it.
8535
8536         * flower/rational.cc (operator %): Bugfix.
8537
8538 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
8539
8540         * scripts/abc2ly: Bugfix
8541
8542 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8543
8544         * python/fontextract.py (write_extracted_fonts): bugfix, too many
8545         %'s on EndFont comment.
8546
8547         * lily/ledger-line-spanner.cc: some more words of explanation.
8548
8549 2005-04-20  John Williams <williams@tni.com>  
8550         
8551         * scripts/lilypond-book.py: htmlquote bugfix.
8552         Allow snippets to be given distinct filenames.
8553         Allow the default alt text to be overridden.
8554
8555 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
8556
8557         * ly/performer-init.ly: Bugfix
8558
8559         * THANKS: Added bughunters.
8560
8561 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8562
8563         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
8564
8565         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
8566         position (was: use modulo measure length).
8567
8568         * configure.in (no gui_b): Remove optional gtk+ requirement.
8569
8570 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8571
8572         * Documentation/user/basic-notation.itely (Pitches): add
8573         LedgerLineSpanner.
8574
8575         * lily/dynamic-engraver.cc (process_music): set right bound to
8576         script if present. Else, do not set.
8577         (acknowledge_grob): only set right bound of finished spanner to
8578         note column if no other bound is set.
8579
8580         * python/lilylib.py (make_ps_images): switch back to png16m.
8581         
8582 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8583
8584         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
8585         writing up to date file.  Add dvips usage suggestion.
8586
8587         * scripts/convert-ly.py: Fix error message.
8588         Print usage if no files on command line.
8589         (usage): Add example usage.
8590
8591         * input/test/compound-time.ly: New file.
8592
8593         * input/test/circle.ly: New file.
8594
8595         * Documentation/topdocs/NEWS.tely: Use them.
8596
8597         * input/test/boxed-stencil.ly: Remove \score.
8598
8599         * buildscripts/mf-to-table.py (base): Add .log dependency.
8600
8601         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
8602         pfa's.  Add .log dependency
8603
8604         * scm/define-markup-commands.scm (lower): New command.
8605
8606         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
8607         make it default.
8608
8609 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8610
8611         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
8612         also to finished cresc as right bound. This fixes:
8613         skip-string-decresc.ly
8614
8615         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
8616         relative_coordinate if extent is empty.
8617
8618         * lily/stem.cc (width_callback): determine correct extent if flag
8619         is not there. This fixes slur-no-flag.ly
8620
8621         * lily/grace-engraver.cc (consider_change_grace_settings): new
8622         function.
8623         (initialize): also consider_change_grace_settings() on
8624         initialization. Fixes large grace notes at start of score.
8625
8626         * lily/break-align-interface.cc (do_alignment): don't translate if
8627         total_extent is empty.
8628
8629         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
8630
8631 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8632
8633         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
8634         with slash.
8635
8636 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8637
8638         * stepmake/aclocal.m4: Remove tfm_path.
8639
8640 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8641
8642         * scm/music-functions.scm (markup-expression->make-markup): fix
8643         bug with cons arguments of markup commands.
8644         (music->make-music): fix music expression property list building
8645
8646 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8647
8648         * aclocal.m4: Massage package names.
8649
8650         * SCons updates.
8651
8652 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8653
8654         * VERSION (PACKAGE_NAME): release 2.5.20
8655
8656         * lily/stem.cc (calc_stem_info): add minimum Y extent of
8657         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
8658
8659         * lily/percent-repeat-engraver.cc (try_music): add measure before
8660         next_moment to future processing moment. Fixes:
8661         percent-repeat-mm-rest.ly
8662         (process_music): don't add moment for 2nd time.
8663
8664         * input/regression/repeat-percent.ly: add mmrests as extra test.
8665
8666         * lily/axis-group-engraver.cc (acknowledge_grob): read
8667         keepAliveInterfaces to decide what to kill.
8668
8669         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
8670         percent-repeat-interface to keepAliveInterfaces. This fixes
8671         percent-repeat-harakiri.
8672
8673 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8674
8675         * SCons updates.
8676
8677 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8678
8679         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
8680
8681         * aclocal.m4: remove --enable-tfm-path configure option
8682
8683         * input/test/ancient-font.ly (lowerStaff): clef name errors.
8684
8685         * scm/backend-library.scm (postscript->png): newline after
8686         finishing command.
8687
8688         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
8689         (LY_DEFINE): ly:paper-score-paper-systems: new function 
8690
8691         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
8692
8693         * lily/score.cc (default_rendering): use Music_output too.
8694
8695         * input/test/chord-names-languages.ly (Module): rename file.
8696
8697         * lily/text-spanner.cc: add bound-padding.
8698
8699         * lily/paper-book.cc (systems): accept Paper_score
8700         iso. Paper_system vector. 
8701
8702         * input/regression/line-arrows.ly: new file.
8703
8704         * lily/paper-score.cc (process): run get_paper_systems() only once.
8705
8706         * lily/line-spanner.cc (line_stencil): add arrows.
8707
8708 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
8709
8710         * lily/line-interface.cc (make_arrow): new function. 
8711         (arrows): idem.
8712
8713 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
8714
8715         * input/test/chord-names-german.ly: update for italian/french
8716         chords.
8717         
8718         * Documentation/user/instrument-notation.itely (Printing chord
8719         names): update.
8720
8721 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8722
8723         * lily/include/paper-score.hh (class Paper_score): remove unused
8724         prototypes.
8725
8726         * lily/book.cc (process): add -COUNT to midi output.
8727
8728         * lily/score.cc (book_rendering): remove outname argument
8729         (book_rendering): return list of Music_outputs. 
8730
8731         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
8732
8733         * lily/book.cc (process): loop over Music_outputs returned from
8734         Score::book_rendering().
8735
8736         * lily/*.cc (width_callback): remove spurious "unused" warnings
8737         for assert (axis==[XY]_AXIS); 
8738
8739         * lily/include/music-output.hh (class Music_output): smobify class.
8740
8741         * lily/include/paper-score.hh (class Paper_score): make members
8742         private.
8743
8744         * lily/performance.cc (process): return #f iso. #<undefined>. This
8745         prevents #<undefined> leaking into GUILE-userspace.
8746
8747 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8748
8749         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
8750
8751 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
8752
8753         * scm/chord-name.scm : support for italian and french
8754         chords names.
8755
8756         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
8757         a space defined by chordPrefixSpacer when the root name is
8758         direclty followed by a prefix.
8759
8760         * ly/engraver-init.ly : chordPrefixSpacer       
8761         * scm/define-context-properties.scm : chordPrefixSpacer
8762         * ly/property-init.ly : italianChords, frenchChords 
8763
8764 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8765
8766         * mf/feta-din.mf: Remove.
8767
8768         * mf/GNUmakefile (fontdir): Bugfix.
8769
8770         * mf/SConstruct: Some updates.
8771
8772         * SConstruct: Require pkg-config.
8773         (test_program): Bugfix for double digit version compares, use
8774         integer (not string-) compare.
8775         Optionally require gs 8.14.
8776
8777         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
8778
8779         * lily/*: s/ifdef HAVE_*/if have/.
8780
8781         * SConstruct (test_lib): New function.  Update pkg-config and some
8782         other requirements.
8783
8784         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
8785         freetype, pangof2t.
8786
8787 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8788
8789         * po/lilypond.pot, ...: Update using bison-CVS.
8790
8791         * python/lilylib.py (make_ps_images): Fixo.
8792
8793 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8794
8795         * python/lilylib.py (make_ps_images): typo.
8796
8797         * configure.in (gui_b): make bison optional.
8798
8799         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
8800
8801 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
8802
8803         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
8804         with one parameter can be defined in a LaTeX file when processed
8805         by lilypond-book this will be evaluated between the systems of
8806         a multi-system score. The parameter is the number of systems processed.
8807
8808 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8809
8810         * python/lilylib.py (make_ps_images): Escape newline.
8811
8812         * Documentation/user/music-glossary.tely: Run
8813         texinfo-all-menus-update.
8814
8815 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8816
8817         * scm/lily-library.scm (old-relative-not-used-message)
8818         (version-not-seen-message): Add input-file-name-location to message.
8819
8820         * lily/parser.yy (lilypond): Add token aliases.
8821
8822         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
8823         not confuse with alteration.
8824         (alteration): Add.
8825
8826 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8827
8828         * python/lilylib.py (make_ps_images): use -dEPSCrop
8829
8830         * VERSION (PACKAGE_NAME): release 2.5.19 
8831
8832         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
8833         only put xrefs in info documentation.
8834
8835         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
8836         .pdf rule to tex-rules.make.
8837
8838         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
8839         from -systems.* output.
8840
8841         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
8842         directly, remove -$(PAGESIZE) target.
8843
8844         * input/test/embedded-postscript.ly: update.
8845
8846 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8847
8848         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
8849
8850         * Documentation/user/changing-defaults.itely (Font selection):
8851         document font-name.
8852
8853         * input/regression/font-name.ly: show Pango fonts for
8854         font-name. Update example. 
8855
8856         * lily/pango-select.cc (properties_to_pango_description): don't
8857         convert symbol font-size to number, but use to lookup.
8858
8859         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
8860
8861         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
8862         (NAME . FILE-NAME) tuples for font descriptions. 
8863         (write-preamble): display BeginFont DSC comments.
8864
8865         * python/fontextract.py (write_extracted_fonts): new file. Extract
8866         font resources from a PS file.
8867
8868         * scripts/lilypond-book.py (option_definitions): --psfonts option.
8869         (Compile_error.process_include): do_file returns chunks.
8870
8871         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
8872
8873         * make/lysdoc-targets.make: .texi is .PRECIOUS
8874
8875         * scripts/lilypond-book.py (write_if_updated): new function.
8876
8877 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8878
8879         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
8880
8881 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8882
8883         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
8884
8885         * input/regression/markup-syntax.ly: remove \score.
8886
8887         * scm/define-markup-commands.scm (draw-circle): add fill argument
8888
8889         * scm/stencil.scm (make-circle-stencil): add fill argument
8890
8891         * ps/music-drawing-routines.ps: add fill argument.
8892
8893         * ly/performer-init.ly: add CueVoice to MIDI too.
8894
8895         * ps/music-drawing-routines.ps: new routine BeginEPSF /
8896         EndEPSF.
8897
8898         * input/regression/markup-eps.ly: new file.
8899
8900         * scm/framework-ps.scm (write-preamble): change order: vars should
8901         be inited before procedures.
8902
8903         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
8904         for EPS files.
8905
8906         * scm/define-markup-commands.scm (epsfile): add epsfile command.
8907
8908 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8909
8910         * configure.in (gui_b): add check for ghostscript 8.15
8911
8912 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8913
8914         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
8915         start of line. Fixes cresc-after-newline.ly
8916
8917         * lily/source-file.cc (file_line_column_string): use get_column().
8918
8919 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8920
8921         * lily/source-file.cc (get_column): utf-8 support for column numbers.
8922
8923 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8924
8925         * lily/*: use message () iso progress_indication () for messages.
8926         Revise/uniformise user messages.
8927
8928         * flower/warn.cc (progress_indication): New function.
8929         (message): Use it.  Fixes newline problems.
8930
8931         * config.make.in (webdir): Sort out install dirs.
8932
8933         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
8934
8935         * python/lilylib.py (command_name): Bugfix.
8936         (make_ps_images):
8937
8938 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
8939
8940         * lily/main.cc: --help says what types of backends are availabe
8941
8942 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8943
8944         Fix ./VERSION dependency, and without need to reconfigure.
8945
8946         * lily/main.cc (setup_paths): Update.
8947
8948         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
8949
8950         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
8951
8952         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
8953         Add \line for some simplistic cases.
8954
8955         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
8956
8957 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8958
8959         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
8960         to compile LY files (useful for adding eg. "-I" args)
8961         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
8962         2Gnome command for gnome backend.
8963         (LilyPond-command-formatgnome): call the 2Gnome command. key
8964         binding: C-c C-g
8965
8966 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8967
8968         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
8969         depend on all PNG images.
8970
8971 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8972
8973         * GNUmakefile.in: Bugfix: also link .map files.
8974
8975 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8976
8977         * scm/music-functions.scm (music->make-music): generate 
8978         a (make-music ...) sexpr from a music expression.
8979         (display-scheme-music): use guile pretty printer to display the
8980         make-music sexpr.
8981
8982 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8983
8984         * ly/engraver-init.ly: reindent.
8985         Add CueVoice.
8986
8987         * scm/music-functions.scm (music-pretty-string): handle moments
8988         too.
8989         (music-pretty-string): only print non-empty lists.
8990         (cue-substitute): create CueVoice context, which has smaller type.
8991
8992         * lily/moment-scheme.cc (LY_DEFINE): new methods
8993         ly:moment-grace-{numerator,denominator}
8994
8995         * lily/context-handle.cc: remove quit() method. 
8996
8997         * lily/font-config.cc (init_fontconfig): be verbose about font path.
8998         (init_fontconfig): success is 0, not !0
8999
9000 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9001
9002         * mf/feta-nummer-code.mf (code): add plus glyph.
9003
9004         * lily/tie.cc (print): idem.
9005
9006         * lily/slur.cc (print): don't use thickness property for
9007         slur shape-thickness.
9008
9009         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
9010         while adding stencils.
9011
9012         * scm/define-markup-commands.scm (with-color): with-color markup
9013         command.
9014         (whiteout): new markup command 
9015         (filled-box): new markup command
9016
9017 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9018
9019         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
9020         test for PDF docs.
9021
9022         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
9023         PFAAybabtu-Regular.  Fixes feta font in PDFs.
9024         
9025         Notes for tetex-3.0 make web:
9026            psclean.map: s/uhv8a/uhvr8a/
9027            config.ps add:
9028                 p +psfonts_t1.map
9029                 p +psclean.map
9030                 p +typeface.map
9031
9032 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9033
9034         * scm/music-functions.scm (music-pretty-string): fix bug with
9035         string argument.
9036
9037 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9038
9039         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
9040
9041 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9042
9043         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
9044         only process options if they're there.
9045         (write_file_map): add version-seen? to snippet-map.ly
9046
9047 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9048
9049         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
9050         formatting cleanups.
9051
9052         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
9053         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
9054
9055 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9056
9057         * scm/framework-ps.scm (ps-font-command): don't hash, just use
9058         name directly.
9059
9060         * lily/main.cc (setup_paths): either add mf/out to search path or 
9061         fonts/{otf,type1,etc}
9062         
9063         * lily/font-config.cc (init_fontconfig): either add mf/out to
9064         FontConfig or fonts/{otf,type1,etc}
9065
9066         * GNUmakefile.in: don't put mf/ link in share/ dir.
9067
9068         * lily/staff-spacing.cc: move same-direction-correction to
9069         note-spacing-interface
9070
9071         * scm/lily.scm (lilypond-main): use variable argument count for
9072         exception handler.
9073
9074         * lily/font-config.cc (init_fontconfig): add operator pacification
9075         message.
9076
9077         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
9078
9079         * buildscripts/gen-emmentaler-scripts.py (i): generate
9080         PFAEmmentaler as well.
9081
9082         * scm/framework-ps.scm (munge-lily-font-name): new function
9083         (write-preamble): hack: insert PFA equivalent of CFF into
9084         .PS. This makes LilyPond output printable on normal PS printers
9085         again.
9086
9087         * buildscripts/gen-emmentaler-scripts.py (i): generate
9088         PFAEmmentaler.pfa aswell.
9089
9090 2005-04-06  John Williams <williams@tni.com>  
9091         
9092         * scripts/lilypond-book.py: refactor the compose_ly procedure.
9093         
9094 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9095
9096         * scm/page-layout.scm (default-page-make-stencil): always combine
9097         the header stencil, even if empty. This prevents the body text to
9098         reach up to the margins.
9099
9100         * po/rw.po (Module): new file, for Kinyarwanda.
9101
9102         * input/test/spacing-optical.ly (Module): new file.
9103
9104         * lily/staff-spacing.cc: add same-direction-correction
9105
9106 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9107
9108         * Documentation/user/introduction.itely (Engraving): Comment-out
9109         non-existent file.
9110
9111 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9112
9113         * scm/define-grob-properties.scm (all-user-grob-properties): add
9114         same-direction-correction
9115
9116         * VERSION: release 2.5.18
9117
9118 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9119
9120         * lily/grob.cc (mark_smob): Check pscore->layout_ before
9121         dereferencing.  Fixes make web.
9122
9123         * lily/midi-stream.cc: Handle unwritable midi file.  Include
9124         errno.h.
9125
9126         * Documentation/user/: Fix links.
9127
9128 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9129
9130         * lily/text-interface.cc (Module): rename from text-item.cc
9131
9132         * input/regression/apply-output.ly (texidoc): function naming fix.
9133
9134         * lily/time-signature-performer.cc (derived_mark): new function.
9135
9136         * lily/lily-parser-scheme.cc:  print mapped file name for progress
9137
9138         * scripts/lilypond-book.py (find_linestarts): new function.
9139         (find_toplevel_snippets): keep track of line numbers.
9140
9141         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
9142         all key changes.
9143
9144         * ly/declarations-init.ly (partCombineListener): use
9145         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
9146
9147         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
9148
9149 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9150
9151         * lily/text-item.cc: Fix link.
9152
9153         * Documentation/user/changing-defaults.itely (Changing defaults):
9154         Fix programs reference links.
9155
9156         * Documentation/user/music-glossary.tely: Convert to utf-8.
9157
9158 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9159
9160         * make/lilypond-vars.make: remove TEXMF from variables.
9161         remove DEB_BUILD pk font variables.
9162         remove GUILE_LOAD_PATH
9163         remove TeX memory vars.
9164
9165 2005-04-04  Werner Lemberg  <wl@gnu.org>
9166
9167         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
9168
9169 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9170
9171         * ps/lilyponddefs.ps: remove reencode-font
9172
9173         * lily/simple-spacer.cc (add_columns): also compare
9174         directly. Column rank doesn't distinguish between broken and
9175         unbroken columns. This fixes large spaces before time sig changes.
9176
9177         * Documentation/user/point-and-click.itely: document ly:set-option.
9178
9179         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
9180         point_and_click_global is set.
9181
9182         * lily/scm-option.cc (LY_DEFINE): add point-and-click
9183         ly:set-option argument.
9184
9185 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9186
9187         * GNUmakefile.in: Include symlinks in webball.
9188
9189         * Documentation/user/GNUmakefile (source-links): Add symlinks to
9190         source dir for split and non-split manuals.
9191
9192         * Documentation/user/*y: Fix @uref/@inputfile links for
9193         split/non-split HTML documents.
9194
9195         * Documentation/user/GNUmakefile (local-WWW): Do not generate
9196         .ps.gz.
9197         
9198 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9199
9200         * GNUmakefile.in: Add newline.
9201
9202 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
9203
9204         * tex/lilyponddefs.tex: use color instead of xcolor
9205         * scm/output-tex.scm: minor editing
9206
9207 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9208
9209         * scm/music-functions.scm (display-scheme-music): pretty printer
9210         for music expressions.
9211
9212 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9213
9214         * buildscripts/install-info-html.sh (index_file): Fix link.
9215
9216 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9217
9218         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
9219
9220         * Documentation/index.html.in: Add size estimates with some big pages.
9221
9222         * Documentation/user/tutorial.itely (Running LilyPond for the
9223         first time): Add/replace some @rglos links.  TODO: add more
9224         @rglos links in tutorial, test non-intrusiveness (.css).
9225
9226         * stepmake/bin/add-html-footer.py (do_file): Remove info's
9227         annoying's indication of referencing external document.
9228
9229         * Documentation/user/GNUmakefile: Split version of glossary too.
9230         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
9231         links, not only for html.
9232
9233         * Documentation/user/introduction.itely: Fix some links for other
9234         than html, do not use `here' as link name.
9235
9236 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9237
9238         * scm/documentation-generate.scm (string-append): Fix @usermanref,
9239         @glossaryref.
9240
9241 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9242
9243         * scm/page-layout.scm (default-page-make-stencil): only add header
9244         if existing and not empty. Fixes spurious programming error.
9245
9246         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
9247
9248 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
9249
9250         * scm/output-tex.scm: implement {re,}setcolor
9251         * tex/lilyponddefs.tex: use color package
9252
9253 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9254
9255         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
9256         additions to website.
9257
9258         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
9259
9260         * Documentation/user/macros.itexi: Fix @usermanref html links in
9261         split documents: use @inforef.
9262
9263 2005-03-30  Graham Percival  <gperlist@shaw.ca>
9264
9265         * Documentation/user/programming-interface.itely: minor fix.
9266
9267         * Documentation/user/advanced-notation.itely: added info to
9268         Metronome markings.
9269
9270 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9271
9272         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
9273         use box-stencil.  Remove y-padding argument.
9274         (make-stencil-circler): New function.
9275
9276         * buildscripts/lilypond-words.py (F): 
9277         * elisp/SConscript (a): 
9278         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
9279         * vim/SConscript (a): 
9280         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
9281
9282         * lily/general-scheme.cc: Build fix.
9283
9284         * scm/markup.scm:
9285         * input/regression/markup-scheme.ly: 
9286         * input/regression/markup-syntax.ly: Drop 'new-' from name.
9287
9288         * scm/stencil.scm (make-circle-stencil): New function.
9289
9290         * scm/define-markup-commands.scm (draw-circle): Use it.  New
9291         name (was cicle).  Update callers.
9292         (circle): New markup command, similar to box.
9293
9294         * scm/stencil.scm (circle-stencil): New function.
9295
9296 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
9297
9298         * configure.in: Detect libutf8/wchar.h variant.
9299
9300         * stepmake/aclocal.m4: Modify shared size test.
9301
9302 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9303
9304         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
9305
9306 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9307
9308         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
9309         
9310         * VERSION (PACKAGE_NAME):  release 2.5.17
9311
9312 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9313
9314         * scm/backend-library.scm (postscript->png): Fix comment and png
9315         message.
9316
9317         * GNUmakefile.in (link-tree): Fix locales.
9318
9319 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9320
9321         * lily/stencil-scheme.cc (LY_DEFINE): change to
9322         ly:stencil-aligned-to, non mutating.
9323
9324         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
9325
9326         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
9327
9328         * lily/quote-iterator.cc (derived_mark): call
9329         Music_wrapper_iterator::derived_mark() too.
9330
9331         * lily/grace-engraver.cc (derived_mark): change signature, add
9332         const.
9333
9334 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9335
9336         * SConstruct (symlink): 
9337         * GNUmakefile.in (link-tree): Add scripts to prefix.
9338
9339         * lily/general-scheme.cc (ly:effective-prefix): New function.
9340
9341         * scm/backend-library.scm (postscript->png): Use it.
9342
9343 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9344
9345         * lily/paper-score.cc (process): don't delete grobs after
9346         producing stencils. 
9347
9348         * scm/part-combiner.scm (determine-split-list): switch off
9349         debugging info.
9350
9351         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
9352         if available.
9353
9354         * scm/define-context-properties.scm
9355         (all-user-translation-properties): add stringNumberOrientations.
9356
9357         * lily/new-fingering-engraver.cc (position_scripts): make generic,
9358         so fingering and string-numbers are separately controlled.
9359
9360 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9361
9362         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
9363         not use debugging.
9364
9365 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9366
9367         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
9368
9369         * config.hh.in: add HAVE_FONTCONFIG.
9370
9371         * Documentation/user/instrument-notation.itely (String number
9372         indications): new node.
9373
9374         * input/regression/new-markup-syntax.ly (texidoc): add circle.
9375
9376         * lily/new-fingering-engraver.cc (add_string): new function. 
9377         (acknowledge_grob): accept string-number-event as well.
9378
9379         * scm/define-markup-commands.scm (circle): new markup command.
9380
9381         * scm/output-lib.scm (print-circled-text-callback): new function.
9382
9383         * lily/GNUmakefile: move ifeq after include stepmake.make.
9384
9385 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9386
9387         * config.make.in (HAVE_LIBKPATHSEA_SO):
9388         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
9389
9390         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
9391         add KPATHSEA_LIBS.
9392
9393         * debian/watch: 
9394         * debian/control: Update.
9395
9396 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9397
9398         * input/test/title-markup.ly (spaceTest): remove.
9399
9400         * input/test/embedded-tex.ly (Module): remove.
9401
9402         * input/test/music-box.ly: use 'name property, not ly:music-name.
9403
9404         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
9405
9406         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
9407
9408 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9409
9410         * Documentation/topdocs/INSTALL.texi (Top): Remove information
9411         about xdeltas.  Add information about CVS.
9412
9413         * scm/lily.scm (lilypond-main): Fix invocation of handler,
9414         gracefully handle failed files.
9415
9416         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
9417
9418         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
9419         small fixes.
9420
9421         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
9422         No unnecessarily specific i18n messages.  Remove stray `1'.
9423
9424 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9425
9426         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
9427         documentencoding
9428
9429         * scm/documentation-lib.scm (texi-file-head): set utf-8
9430         documentencoding.
9431
9432         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
9433         Delta, not the Symbol one. 
9434
9435         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
9436         for the .map file.
9437
9438         * Documentation/topdocs/INSTALL.texi (Top): add running
9439         requirement as compilation requirement.
9440
9441 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9442
9443         * buildscripts/mutopia-index.py (headertext): add h1 header and
9444         utf-8 charset meta field.
9445
9446         * input/GNUmakefile: prune example list.
9447
9448         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
9449         options.
9450
9451         * lily/slur-scoring.cc (get_base_attachments): only look at stem
9452         extent for visible stems.
9453
9454         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
9455
9456 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9457
9458         * Documentation/topdocs/INSTALL.texi (Top): Updates.
9459
9460         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
9461
9462 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9463
9464         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
9465         pass inf/nan into slur scoring.
9466
9467         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
9468         page.
9469
9470         * scripts/abc2ly.py (dump_voices): use alphabet().
9471
9472 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
9473         
9474         * mf/GNUmakefile (depth): use $(FONTFORGE). 
9475
9476 2005-03-27 Matthias Neeracher <neeracher@mac.com>
9477         
9478         * flower/include/virtual-methods.hh: simplify. Patch by
9479
9480 2005-03-25  John Williams <williams@tni.com>  
9481
9482         * scripts/lilypond-book.py (main): add png for HTML too, guess
9483         only if necessary. 
9484
9485 2005-03-25  Graham Percival  <gperlist@shaw.ca>
9486
9487         * Documentation/topdocs/INSTALL.texi: now recommends
9488         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
9489
9490         * Documentation/user/basic-notation.itely,
9491         Documentation/user/tutoria.itely: warn about
9492         only one (phrasing) slur at once.
9493
9494 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9495
9496         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
9497
9498 2005-03-23  Graham Percival  <gperlist@shaw.ca>
9499
9500         * Documentation/user/basic-notation.itely: fixed info about
9501         ending a (de)cresc.
9502
9503         * Documentation/user/lilypond-book.itely: fixed
9504         lilypond-book filter example and warned about not doing
9505         --filter and --process at the same time.
9506
9507 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9508
9509         * lily/parser.yy (bass_number),
9510         Documentation/user/instrument-notation.itely (Figured bass): 
9511         Add the possibility to use text markup in figured bass. 
9512
9513 2005-03-19  Graham Percival  <gperlist@shaw.ca>
9514
9515         * Documentation/user/global.itely: added info about naming
9516         identifiers and breakbefore.
9517
9518         * Documentation/user/invoking.itely: added info about batch
9519         processing files with convert-ly, removed references to TeX
9520         in the jail section.
9521
9522         * Documentation/user/examples.itely: possibly fixed piano
9523         dynamics.
9524
9525         * Documentation/user/advanced-notation.itely: added info
9526         about removing other types of Staff.
9527
9528         * Documentation/user/instrument-notation.itely: possibly
9529         fixed piano staff line switch.
9530
9531         * Documentation/user/changing-defaults.itely: added info
9532         about using normal font in titles.
9533
9534 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9535
9536         * VERSION (PATCH_LEVEL): release 2.5.16
9537
9538         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
9539         explicitly.
9540
9541 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9542
9543         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
9544         whitespace.
9545
9546         * python/lilylib.py (make_ps_images):
9547         * scm/backend-library.scm (postscript->pdf, postscript->png):
9548         Quote file name.  Use format rather than string-append juggling.
9549
9550 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9551
9552         * python/lilylib.py (make_ps_images): add x to -g argument. 
9553
9554         * lily/key-performer.cc (create_audio_elements): don't use
9555         scm_eval_string. Check for minor 3rd directly.
9556   
9557         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
9558         (sarabandeCelloGlobal): key is D minor, not F major.
9559
9560 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9561
9562         Fix truncated --png output (Peter Danenberg).
9563         
9564         * python/lilylib.py (make_ps_images):
9565         * scripts/ps2png.py (copyright): Grok --papersize option.
9566
9567         * scm/backend-library.scm (postscript->png): Add parameter
9568         PAPERSIZE.  Update callers.
9569
9570         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
9571         Fixes symbol placement.
9572
9573         * lily/spanner.cc: 
9574         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
9575         <libc-extension.hh>).
9576
9577 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9578
9579         * Nitpick run.
9580
9581         * buildscripts/fixcc.py: Update.
9582
9583         Builddir run fixes.
9584
9585         * HACKING (datadir): Add VERSION.
9586
9587         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
9588         higher up.
9589
9590 2005-03-15  Werner Lemberg  <wl@gnu.org>
9591
9592         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
9593         diagonal stem doesn't become thinner.
9594
9595 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9596
9597         * buildscripts/fixcc.py: Fixes (Werner).
9598
9599 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9600
9601         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
9602         Emmentaler/Aybabtu.
9603
9604         * GNUmakefile.in: fix lilypond-words path.
9605
9606         * po/tr.po: update to 2.3.21
9607
9608         * lily/new-fingering-engraver.cc (position_scripts): take priority
9609         from head position.
9610
9611         * input/regression/finger-chords-order.ly (texidoc): new file.
9612
9613 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9614
9615         * make/ly-rules.make: 
9616         * stepmake/aclocal.m4: 
9617         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
9618
9619         * buildscripts/fixcc.py (rules): Leave space after operator.
9620
9621 2005-03-14  Werner Lemberg  <wl@gnu.org>
9622
9623         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
9624         top of the glyph with smooth curve.
9625
9626 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9627
9628         * Documentation/user/global.itely (Page layout): remove
9629         printpagenumber.
9630
9631 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
9632
9633         * input/regression/mensural-ligatures.ly: new file (with examples
9634         compiled by Pal Benko).
9635
9636         * Documentation/user/instrument-notation.itely: Bugfix: yet some
9637         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
9638         musicglyph access.  Many small beautifications in ancient
9639         examples.
9640
9641         * input/test/divisiones.ly: fixed indentation; small
9642         beautifications
9643
9644         * ly/engraver-init.ly: added FIXME comment
9645
9646         * scripts/lilypond-book.py,
9647         Documentation/user/lilypond-book.itely: added music fragment
9648         option "packed" to lilypond-book
9649
9650         * Documentation/user/instrument-notation.itely: Bugfix: added
9651         missing LedgerLineSpanner color setting in several places.  Added
9652         music fragment option "packed" to VaticanaContext example.
9653
9654 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9655
9656         * scm/define-grobs.scm (all-grob-descriptions): switch off
9657         Hyphen_spanner::set_spacing_rods 
9658
9659         * lily/lyric-hyphen.cc (print): add padding between syllable and
9660         hyphen.
9661         (print): shorten hyphen in tight situations (determine using
9662         minimum-length)
9663
9664         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
9665         0.4pt.
9666
9667 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9668
9669         * ly/titling-init.ly (bookTitleMarkup): Refinements.
9670
9671         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
9672         header/footer markings for regression-test.
9673
9674         * scm/backend-library.scm (output-scopes, header-to-file): Move
9675         from framework-tex.scm.
9676
9677         * scm/framework-ps.scm (output-framework)
9678         (output-preview-framework):
9679         * scm/framework-eps.scm (output-classic-framework)
9680         (output-framework): Use it.  Fixes collated files.
9681
9682 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9683
9684         * input/sakura-sakura.ly: 
9685         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
9686
9687         * buildscripts/guile-gnome.sh: Update.
9688
9689         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
9690
9691         * mf/aybabtu.pe.in: Capitalize Aybabtu.
9692
9693 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9694
9695         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
9696         culprit: always exit the loop if we find a rod, even if it has
9697         distance < 0. 
9698
9699         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
9700         algorithm.
9701
9702         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
9703         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
9704
9705         * scm/output-svg.scm (dashed-line): new  function body.
9706         
9707         * GNUmakefile.in: create .htaccess.
9708
9709 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9710
9711         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
9712
9713 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9714
9715         * VERSION (PACKAGE_NAME): release 2.5.15
9716
9717         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
9718
9719         * scm/framework-svg.scm (output-framework): put scaling in
9720         document header. Apply scaling only once.
9721         (output-framework): dump page size in px, not mm. 
9722
9723         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
9724         from font-size.
9725
9726         * lily/paper-outputter-scheme.cc (LY_DEFINE):
9727         ly:outputter-output-scheme, new function.
9728
9729         * scm/output-svg.scm (pango-description-to-svg-font): new function
9730
9731 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9732
9733         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
9734         target.
9735
9736         * input/typography-demo.ly: new file.
9737
9738 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9739
9740         * Documentation/user/global.itely (File structure): Add markup blocks
9741         to toplevel expressions.
9742         (Multiple movements, Creating titles): Add markup blocks.
9743
9744         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
9745         <libc-extension.hh>).
9746
9747         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
9748
9749         * flower
9750         * lily
9751         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
9752
9753 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9754
9755         * lily/accidental.cc: special bboxes for natural. 
9756
9757         * mf/feta-toevallig.mf: make stems heavier.
9758
9759         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
9760         texts as well.
9761
9762         * mf/feta-klef.mf: revise. 
9763
9764         * mf/feta-schrift.mf: make thinning of accent less pronounced.
9765
9766         * mf/feta-klef.mf: add rounded curve at top. 
9767         make thinnib a little heavier.
9768
9769 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9770
9771         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
9772
9773         * buildscripts/fixcc.py: New file.
9774
9775         * input/regression/utf8.ly: Update Debian font description.
9776
9777 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9778
9779         * stepmake/aclocal.m4: Fix test.
9780
9781 2005-03-09  Graham Percival  <gperlist@shaw.ca>
9782
9783         * Documentation/user/invoking.itely: added Sebastino Vigna's
9784         docs for the --jail option.
9785
9786 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9787
9788         * lily/stem.cc (print): only produce stemlets if there are no
9789         noteheads on this stem.
9790
9791         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
9792         don't crash on stemlet (visible stem without heads).
9793
9794         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
9795         unbroken situations. 
9796
9797         * scm/output-lib.scm (center-invisible): new function.
9798
9799         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
9800         wishes to determine loose column space.
9801
9802         * lily/font-config.cc (init_fontconfig): add
9803         fonts/{otf,type1,cff}  to path.
9804
9805         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
9806
9807         * mf/GNUmakefile (Module): install all fonts under otf/
9808
9809         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
9810         replace /fonts/otf/ by /ps/ 
9811
9812         
9813 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9814
9815         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
9816
9817         * lily/book.cc (process): Oops, add score_.header_.
9818
9819         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
9820
9821         * lily/parser.yy: Handle toplevel and book texts as score.
9822
9823         * scm/page-layout.scm (default-page-make-stencil):
9824         Bugfix: (page-properties rename.
9825
9826         * scm/backend-library.scm (ly:system): Typo.
9827
9828 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9829
9830         * stepmake/stepmake/executable-targets.make (installexe): don't
9831         strip installed executables
9832
9833         * lily/font-select.cc (get_font_by_design_size): revert
9834         pango_description_string as well.
9835
9836         * lily/system.cc (set_loose_columns): put loose column just left
9837         of next column.
9838
9839         * lily/include/group-interface.hh (extract_grob_array): rename
9840         from Pointer_group_interface__extract_grobs
9841
9842         * input/regression/ledger-line-minimum.ly (texidoc): new file.
9843
9844         * lily/ledger-line-spanner.cc (set_spacing_rods): new
9845         function. Keep ledgered note heads at a minimum distance.
9846         Introduce minimum-length-fraction
9847         (print): introduce length-fraction property.
9848
9849 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9850
9851         * tex/GNUmakefile: remove latin1.enc rules.
9852
9853 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9854
9855         * scm/titling.scm: Typo.
9856
9857         * input/regression/score-text.ly: Really add.
9858
9859         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
9860
9861 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9862
9863         * lily/open-type-font-scheme.cc:  new file.
9864
9865 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9866
9867         * scm/titling.scm (layout-extract-page-properties): Rename from
9868         page-properties.  Update callers.
9869
9870         * lily/lexer.ll (Lily_lexer):
9871         * lily/parser.yy: Junk lyric_markup state.
9872
9873         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
9874
9875         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
9876         Add texts parameter.
9877
9878 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9879
9880         * lily/lexer.ll (lyric_markup): New mode.
9881         (Lily_lexer::push_lyric_markup_state): New method.
9882         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
9883
9884         * lily/parser.yy (book_body):
9885         (toplevel_expression): Grok \markup texts.
9886
9887         * lily/score-scheme.cc (ly:music-scorify): 
9888         * scm/lily-library.scm (collect-music-for-book): Take texts
9889         parameter.
9890
9891         * lily/score.cc (texts_): New member.
9892
9893         * lily/paper-book.cc (systems): Format score texts.
9894
9895         * score-text.ly: New file.
9896
9897         * ttftool/SConscript:
9898         * kpath-guile/SConscript: New file.
9899
9900         * lily/SConscript:
9901         * SConstruct: Update.
9902
9903 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9904
9905         * VERSION (PACKAGE_NAME): release 2.5.14
9906
9907 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9908
9909         * lily/main.cc: Add dummy xgettext markers.
9910
9911 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9912
9913         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
9914         requirements
9915
9916         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
9917         executable is < 40k
9918
9919         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
9920         hack.
9921
9922 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9923
9924         * flower/libc-extension.cc:
9925         * flower/include/libc-extension.hh: [Open]BSD simply cast
9926         cookie/funopen declarations.
9927
9928         * stepmake/aclocal.m4: Check for libkpathsea.so.
9929
9930         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
9931         dl_kpse_find_file.
9932
9933 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9934
9935         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
9936         (open_library): alternative for static library.
9937
9938 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9939
9940         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
9941
9942         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
9943
9944         Drop run-time dependency on teTeX.
9945
9946         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
9947
9948         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
9949         KPATHSEA_LIBS in LIBS.
9950         (STEPMAKE_DLOPEN): New function.
9951
9952         * lily/font-config.cc (init_fontconfig): Use dir for directory,
9953         not path.
9954
9955         * flower/file-path.cc (directories): Rename from paths, as this
9956         return an array of directories (a single path).
9957
9958 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9959
9960         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
9961
9962         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
9963         new ly:kpathsea-find-file
9964
9965         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
9966
9967         * kpath-guile/GNUmakefile: new file
9968
9969         * buildscripts/gen-emmentaler-scripts.py (i): generate
9970         emmentaler-X.fontname as well.
9971
9972         * buildscripts/ps-embed-cff.py: new script
9973
9974         * scm/lily-library.scm: remove ps-embed-cff.
9975
9976         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
9977         font loading. 
9978
9979         * scm/font.scm (add-music-fonts): load dynamics/numbers through
9980         fontconfig as well.
9981
9982         * lily/font-config.cc (init_fontconfig): add cff/ too.
9983
9984         * ly/generate-embedded-cff.ly: capitalize.
9985
9986         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
9987         so as to register the pango font.
9988
9989         * lily/font-config.cc (init_fontconfig): add
9990         prefix/{otf,type1,mf/out} to fontconfig path.
9991
9992         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
9993         overrides all. 
9994
9995         * configure.in (gui_b): remove ec mftrace check
9996
9997         * config.hh.in: use lilypond-Major.Minor as data directory.
9998
9999         * scm/framework-ps.scm (dump-page): use output-units for landscape.
10000
10001         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
10002         name.
10003
10004 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10005
10006         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
10007         error messages.
10008
10009         * flower/libc-extension.cc:
10010         * flower/include/libc-extension.hh: [Open]BSD fixes for
10011         cookie/funopen declarations.
10012
10013 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10014
10015         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
10016         emmentaler.
10017
10018         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
10019         lcrm10.
10020
10021         * scm/define-markup-commands.scm (fontsize): new markup
10022         command. Also set baseline-skip
10023
10024 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
10025         
10026         * lily/main.cc (do_chroot_jail): paranoia security for webserver
10027         use.
10028
10029 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10030
10031         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
10032
10033         * lily/pdf.cc: remove PDF related files
10034
10035 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10036
10037         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
10038         <hamamatsu@gmx.de>
10039
10040 2005-03-05  Graham Percival  <gperlist@shaw.ca>
10041
10042         * Documentation/user/advanced-notation.itely: first draft
10043         of reorg done.
10044
10045         * Documentation/user/global.itely: fixed (sub)section
10046         bits of MIDI.
10047
10048 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10049
10050         * cygwin/mknetrel (extras): Bufix (Bertalan).
10051
10052         * Documentation/user/basic-notation.itely (Chords): @ref fix.
10053         * Documentation/user/instrument-notation.itely (Introducing chord
10054         names): Compile fix: must have unique name.
10055
10056 2005-03-02  Graham Percival  <gperlist@shaw.ca>
10057
10058         * Documentation/user/instrument-notation.itely: reorg.
10059
10060 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10061
10062         * scm/output-gnome.scm:
10063         * scm/output-svg.scm: Fix font scaling.
10064
10065 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10066
10067         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
10068         what link to use best.
10069
10070         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
10071         * Documentation/user/tutorial.itely (Automatic and manual beams):
10072         Fix @ref.
10073
10074         * lily/tweak-registration.cc (replace_grob_tweak): New function.
10075         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
10076         * scm/framework-gnome.scm (tweak): Use it.
10077
10078 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10079
10080         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
10081
10082         * scm/output-ps.scm (white-text): reinstate white-text
10083
10084 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10085
10086         * scm/output-ps.scm (offset-add): Remove.
10087
10088         * scm/lily-library.scm (offset-flip-y): New function.
10089         * scm/framework-gnome.scm (tweak): Use it.
10090
10091         * scm/output-gnome.scm (grob-cause): Add parameter.
10092
10093         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
10094         * scm/output-ps.scm (url-link): Move.
10095         (white-text): Warn user about brokenness.
10096
10097         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
10098         wrt ghostscript.
10099
10100 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10101
10102         * lily/slash-repeat-engraver.cc (try_music): always make slashes
10103         if body length smaller than measure length.
10104
10105         * scm/define-markup-commands.scm (with-url): oops. use Y extent
10106         for Y.
10107
10108         * ly/titling-init.ly (tagline): put default tagline in \paper
10109
10110 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10111
10112         * lily/kpath.cc: 
10113         * lily/pdf.cc (Pdf_file): Use more generic error messages.
10114
10115         * scm/lily-library.scm (version-not-seen-message): New function.
10116         * ly/init.ly: Use it.
10117
10118         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
10119         breaks as progess.
10120
10121         * scripts/lilypond-book.py (do_process_cmd): Do not lump
10122         whitespace with l10n message.
10123
10124         * scm/framework-tex.scm (convert-to-ps):
10125         (convert-to-dvi): Do not use overly specific l10n messages.
10126
10127         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
10128
10129         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
10130         merge stderr with stdout.  
10131
10132 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10133
10134         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
10135         Neeracher).
10136
10137 2005-02-29  Graham Percival  <gperlist@shaw.ca>
10138
10139         * Documentation/user/instrument-notation.teily: moved
10140         \arpeggio to Basic.
10141
10142         * Documentation/user/advanced-notation.itely: Articulation to
10143         Basic, a bunch of stuff from Basic moved to Advanced.
10144
10145         * Documentation/user/basic.itely: swapped various sections,
10146         reorganized Basic.
10147
10148 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10149
10150         * flower/memory-stream.cc: 
10151         * flower/libc-extension.cc: Remove obsolete #undefs.
10152
10153         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
10154         more carefully.
10155
10156 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10157
10158         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
10159         dependency.
10160
10161         * VERSION (PACKAGE_NAME): release 2.5.13
10162
10163         * GNUmakefile.in (web-ext): don't ship ps.gz
10164
10165         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
10166         stdout
10167
10168 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10169
10170         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
10171         without libintl.  Now it compiles too.
10172
10173 2005-02-28  Graham Percival  <gperlist@shaw.ca>
10174
10175         * Documentation/user/basic-notation.itely,
10176         instument-notation.itely, advanced-notation.itely:
10177         split up contents of notation.itely.
10178
10179         * Documentation/user/notation.itely: file removed.
10180
10181         * Documentation/user/invoking.itely, converters.itely:
10182         moved convert-ly info to invoking.itely.
10183
10184         * Documentation/user/global.itely, changing-defaults.itely,
10185         sound-output.itexi: moved global settings, file layout, and
10186         sound into global.itely.
10187
10188         * Documentation/user/sound-output.itexi: file removed.
10189
10190         * Documentation/user/lilypond.tely: removed links to
10191         notation.itely and sound.itely.
10192
10193 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10194
10195         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
10196
10197         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
10198  
10199         * THANKS: add sponsor.
10200
10201         * scm/define-markup-commands.scm (with-url): new markup command.
10202
10203         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
10204         tagline.
10205         
10206         * scm/output-tex.scm (url-link): stub.
10207
10208         * scm/output-ps.scm (url-link): new function.
10209
10210         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
10211         ly:set-point-and-click
10212
10213 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10214
10215         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
10216         based on pdf-viewer setting.
10217
10218         * scm/framework-ps.scm (write-preamble): Find and set preferred
10219         pdf-viewer.
10220
10221 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10222
10223         * Documentation/user/point-and-click.itely: update for PDF point &
10224         click.
10225
10226         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
10227         editors based on EDITOR setting.
10228
10229 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10230
10231         * scm/*: Oops, more grand 2005 replace bits.
10232
10233 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10234
10235         * ps/music-drawing-routines.ps: new routine: insert PDF mark
10236
10237         * scm/output-ps.scm (grob-cause): point & click support for
10238         PostScript
10239
10240 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10241
10242         * lily/input-scheme.cc (LY_DEFINE): rename to
10243         ly:input-file-line-column
10244
10245 2005-02-26  Graham Percival  <gperlist@shaw.ca>
10246
10247         * Documentation/user/examples.itely: small fix from Steve Doonan.
10248
10249         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
10250
10251         * THANKS: added Yuval Harel.
10252
10253         * Documentation/user/{various}: inserted two spaces after a period.
10254
10255         * Documentation/user/lilypond.tely: added framework for reorg.
10256
10257         * Documentation/user/basic-notation.itely, instrument-notation.itely,
10258         advanced-notation.itely, global.itely: new files, placeholder for
10259         future reorg.
10260
10261 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
10262
10263         * Documentation/user/notation.itely: revamped Polyphony section
10264         
10265 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10266
10267         * Documentation/user/lilypond-book.itely (Music fragment options):
10268         doc fontload.
10269
10270         * Documentation/user/changing-defaults.itely (Text encoding): add
10271         fontload option to utf8 include
10272
10273         * scripts/lilypond-book.py (compose_ly): add fontload option
10274
10275         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
10276         force-eps-font-include option.
10277
10278         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
10279         black triangle
10280
10281         * Documentation/user/invoking.itely (Editor support): remove
10282         lilypond-latex section.
10283
10284         * scripts/lilypond-latex.py (Module): remove script.
10285
10286         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
10287         overwrite .log. 
10288
10289         * lily/main.cc: remove -m, --no-layout
10290
10291         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
10292         to define. We don't want to override fprintf everywhere.
10293
10294 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10295
10296         * cygwin/lilypond.hint: 
10297         * cygwin/README.in: Update dependencies.
10298
10299         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
10300         Bugfix: do not pollute CPPFLAGS, LIBS.
10301
10302         * cygwin/mknetrel (extras): Cross compile fixes.
10303
10304         * ttftool/util.c: 
10305         * ttftool/ttfps.c: 
10306         * ttftool/ps.c: #include libc-extension.hh
10307
10308         * flower/include/libc-extension.hh:
10309         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
10310         wrapper using funopen.
10311         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
10312         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
10313
10314         * config.hh.in:
10315         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
10316         (AC_CHECK_HEADERS): Add libio.h
10317
10318         * scripts/convert-ly.py: Uniformize, internationalize.
10319         (2.5.2): Remove fatal encoding rule.
10320         (2.5.13): Handle latin1 encoding gracefully.
10321
10322 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10323
10324         * HACKING: Fix line breaks.
10325
10326 2005-02-23  Werner Lemberg  <wl@gnu.org>
10327
10328         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
10329         contains those two files.
10330
10331 2005-02-21  Werner Lemberg  <wl@gnu.org>
10332
10333         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
10334         to improve overlap removal process.
10335
10336         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
10337         left and right ending.  This ensures better overlapping.
10338         Update all callers.
10339         ("lineprall"): Don't use draw_gridline to get better overlapping.
10340
10341 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10342
10343         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
10344
10345         * Documentation/topdocs/NEWS.tely (Top): oops.
10346
10347 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
10348
10349         * HACKING: new file.
10350
10351         * input/regression/utf8.ly (portuguese): added a portuguese example
10352         to show latin1 accents.
10353
10354 2005-02-21  Pal Benko  <benkop@freestart.hu>
10355
10356         * lily/mensural-ligature-engraver.cc:
10357         * lily/mensural-ligature.cc:
10358         * lily/include/mensural-ligature.hh: new algorithm implemented
10359
10360         * scm/define-grob-properties.scm: join-left killed (add-join may
10361         be used); join-left-amount changed to join-right-amount
10362
10363 2005-02-21  Graham Percival  <gperlist@shaw.ca>
10364
10365         * Documentation/user/notation.itely: small but urgent fix.
10366
10367 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
10368
10369         * lily/duration-scheme.cc: bugfix: correct parameters to
10370         SCM_ASSERT_TYPE.
10371
10372         * THANKS: added Pal.
10373
10374         * Documentation/user/notation.itely: bugfix: unTeXified
10375         $\\backslash$.  Bugfix: yet another glyph renaming victim:
10376         "timesig.*x/y" -> "timesig.*xy".
10377
10378 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10379         
10380         * VERSION (PACKAGE_NAME): release 2.5.12
10381
10382 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10383
10384         * ly/engraver-init.ly: set tieWaitForNote to #t by default
10385
10386         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
10387
10388         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
10389
10390         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
10391
10392 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10393
10394         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
10395         latin1..utf-8.
10396
10397         * input/regression/stanza-number.ly:
10398         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
10399
10400         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
10401
10402 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10403
10404         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
10405         NEWS. Refer to website for older news.  
10406
10407         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
10408         .HTML. This should be done for specific servers only.
10409
10410         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
10411         .ly image examples.
10412
10413         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
10414         in layer 0 too.
10415
10416         * scm/define-context-properties.scm
10417         (all-user-translation-properties): add tieWaitForNote
10418
10419         * scm/define-grobs.scm (all-grob-descriptions): add
10420         Tie_column::before_line_breaking
10421
10422         * lily/tie.cc (get_column_rank): new function
10423
10424         * lily/tie-column.cc (before_line_breaking): new function.
10425         (werner_directions): take into account ties that start on
10426         different columns.  
10427
10428         * lily/score-engraver.cc (set_columns): move add_column() so we
10429         have column rank available.
10430
10431         * lily/tie.cc (get_column_rank): new function.
10432
10433         * input/regression/utf8.ly (japanese): add japanese lyrics.
10434
10435         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
10436
10437         * THANKS: add Steve D
10438
10439         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
10440         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
10441
10442 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
10443
10444         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
10445         to show harmonic notes
10446         * scm/define-markup-commands.scm: in \markup-by-number
10447         "dots-dot" -> "dots.dot" to show dotted notes
10448
10449 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10450
10451         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
10452
10453         * flower/memory-stream.cc (writer): new file.
10454
10455         * configure.in: add endian test.
10456
10457 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
10458
10459         * Documentation/user/examples.itely: small
10460         simplification/beautification
10461
10462         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
10463         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
10464         notation manual.
10465
10466         * lily/mensural-ligature.cc: bugfix: another few victims of the
10467         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
10468
10469         * ly/gregorian-init.ly: commit some experimental code for hi-level
10470         ligature input language lying around here for several months.
10471
10472         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
10473         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
10474
10475         * lily/vaticana-ligature-engraver.cc: bugfix: another few
10476         "x-y-z"->"x.y.s-z" fixes.
10477
10478 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10479
10480         * scm/framework-pdf.scm (scm): new file
10481
10482         * lily/include/pdf.hh (class Pdf_file): new file.
10483
10484         * lily/pdf.cc (write_trailer): new file.
10485
10486 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
10487
10488         * input/regression/color.ly: new file
10489
10490         * lily/stencil.cc (interpret_stencil_expression):
10491         when a color expression is encountered: save current color,
10492         process the rest of the expression, and restore previous color.
10493
10494         * lily/system.cc (get_line): check all grobs for color property and
10495         prepare the stencil scheme expressions for further processing.
10496         Fix layer-loop.
10497
10498         * scm/define-grob-properties.scm: introduce the color property.
10499
10500         * scm/output-lib.scm: color helper functions.
10501
10502         * scm/output-ps.scm: introduce setcolor/resetcolor.
10503
10504 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
10505
10506         * ly/*.ly, input/regression/*.ly: Added missing \version
10507         statements in some files.
10508
10509 2005-02-15  Graham Percival  <gperlist@shaw.ca>
10510
10511         * Documentation/user/notation.itely: minor editing.
10512
10513         * Documentation/user/converters.itely: updated convert-ly bugs.
10514
10515         * Documentation/user/lilypond-book.itely: add info about using
10516         feta characters in latex.
10517
10518 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10519
10520         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
10521
10522 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10523
10524         * scm/define-grob-properties.scm (all-user-grob-properties):
10525         removed 'dashed property.
10526
10527 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10528
10529         * scm/lily.scm (define-safe-public): new macro for defining
10530         variables that can be used in --safe mode. Use it in *.scm
10531         instead of manually setting safe-objects in safe-lily.scm.
10532
10533 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10534         
10535         * lily/slur.cc: Slur-dash patch by Bertalan.
10536
10537         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
10538
10539         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
10540
10541 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10542
10543         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
10544
10545 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10546
10547         * mf/GNUmakefile: teTeX-3.0 install fix.
10548
10549         * Cygwin patch from Bertalan.
10550
10551         * stepmake/stepmake/metafont-rules.make: Remove bashism.
10552
10553 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10554
10555         * GNUmakefile.in: 
10556         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
10557
10558         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
10559         2.0.x compatibility.
10560
10561 2005-02-08  Werner Lemberg  <wl@gnu.org>
10562
10563         * mf/feta-din-code.mf: Format; clean up code.
10564         Replace `---' with `--' plus explicit path directions.
10565         (linethickness#, stafflinethickness#): Remove.
10566         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
10567         ("dynamic s"): Improve shape.
10568         ("dynamic p"): Improve shape.
10569         Replace `draw' with better outline approximation.
10570         ("dynamic r"): Improve shape.
10571         Don't call `fill' and `draw' at the same time.
10572
10573 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10574
10575         * SConstruct (symlink):
10576         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
10577         build fix: add enc symlink.
10578
10579         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
10580
10581         Support for DESTDIR besides prefix=/foo
10582
10583         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
10584
10585         * stepmake/stepmake/*.make:
10586         * */GNUmakefile:
10587         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
10588
10589         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
10590
10591         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
10592         mawk in fontforge (date) test.
10593
10594 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10595
10596         * scm/font.scm (make-century-schoolbook-tree): add NCS as
10597         font-family=roman. Add Luxi Sans as sans
10598
10599 2005-02-07  Graham Percival  <gperlist@shaw.ca>
10600
10601         * Documentation/user/notation.itely: add warning about
10602         percent repeats and Voice contexts.
10603
10604         * Documentation/user/lilypond-book.itely: clarified the
10605         necessity of dvips -u arguments.
10606
10607 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
10608
10609         * THANKS: Added a bunch of bug hunters.
10610
10611 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10612
10613         * scm/framework-ps.scm (output-preview-framework): bugfix.
10614
10615         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
10616         o/ for chord modifier..
10617
10618         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
10619
10620         * lily/drum-note-performer.cc:  remove unused (thanks Michael
10621         Welsh Duggan). 
10622
10623 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10624
10625         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
10626
10627         * ly/titling-init.ly: Do not also print intstrument in header on
10628         first page.  Do not print page number on first and only page.
10629
10630 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10631
10632         * input/regression/*.ly: remove old-relative everywhere
10633
10634         * lily/music-sequence.cc (simultaneous_relative_callback): do
10635         what-if analysis on copy, not on original. Fixes old-relative
10636         compatibility.
10637
10638         * scm/backend-library.scm (postscript->png): space before
10639         --verbose.
10640         
10641 2005-02-05  Werner Lemberg  <wl@gnu.org>
10642
10643         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
10644         is defined.
10645
10646         * mf/feta-alphabet.mf: Define `staffsize#'.
10647         Include `feta-params.mf'.
10648         s/staffheight/design_size/.
10649
10650         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
10651
10652         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
10653
10654         * mf/feta-nummer-code.mf: Reformatted.
10655         (draw_six): Use outline intersection to avoid a self-intersecting
10656         path.
10657         ("Numeral comma"): Fix serious outline glitches.  This slightly
10658         changes the glyph shape.
10659         ("Numeral dash"): Use `draw_rounded_block'.
10660         ("Numeral dot"): Use `drawdot'.
10661         ("Numeral 1"): Assure identical tangent directions for the
10662         intersection points of paths.  The glyph shape improvement is only
10663         visible at very high magnifications.
10664         ("Numeral 2"): Use `solve' macro to make the lower right part of
10665         the glyph outline touch the x axis exactly.  This changes the
10666         glyph shape.
10667         Minor fixes for better overlap removal support.
10668         ("Numeral 4"): Make lefter corner `rounder'.
10669         ("Numeral 5"): Assure identical tangent directions for the
10670         intersection points of paths.  This improves the glyph shape at
10671         high magnifications.
10672         ("Numeral 7"): Use `solve' macro to make the upper right part of
10673         the glyph outline touch the metrics box exactly.  This changes the
10674         glyph shape.
10675         Avoid corner in the upper left part of the glyph (causing a minor
10676         shape change).
10677
10678         * mf/feta-ital-*.mf: Removed.  Unused.
10679
10680 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10681
10682         * VERSION (PATCH_LEVEL): release 2.5.11
10683
10684         * input/regression/fill-line-test.ly: new file.
10685
10686         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
10687         emmentaler name, eg. emmentaler-23. 
10688
10689 2005-02-04  Christian Hitz  <chhitz@gmx.net>
10690
10691         * scm/scm/define-markup-commands.scm (fill-line): rework for better
10692         alignment with centered texts
10693
10694         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
10695         list of paddings
10696
10697 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10698
10699         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
10700
10701         * lily/note-column.cc (translate_rests): call flush_extent_cache()
10702         of parents when translating rests. Fixes: c-chord-rest.ly 
10703
10704         * lily/include/dimension-cache.hh (struct Dimension_cache): add
10705         dimension_callback_ member.
10706
10707         * lily/grob.cc (flush_extent_cache): new function. Force recompute
10708         of extents.
10709
10710 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10711
10712         * all but lily/*: The grand 2004/2005 replace.
10713
10714 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10715
10716         * lily/*: add space after ,  
10717
10718         * scm/music-functions.scm (has-request-chord): don't use
10719         ly:music-name anywhere. Fixes <<\\>> notation. 
10720
10721         * scm/define-markup-commands.scm (box): use font-size for
10722         padding. Fixes boxed-rehearsal-marks.ly
10723
10724         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
10725         identifier definition too, so foo = \lyrics { ...   } bar = #1
10726         doesn't complain about "bar" being LYRICS_STRING.
10727
10728         * lily/paper-def.cc (find_pango_font): new routine; Store
10729         pango_fonts in hash tab too. This is necessary for retrieving
10730         Pango_fonts::physical_font_tab() later on.
10731  
10732         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
10733         crash if psname is null.
10734
10735         * lily/lily-guile.cc (ly_hash2alist): new function
10736
10737         * Documentation/user/changing-defaults.itely (Text encoding):
10738         rewrite. 
10739
10740         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
10741         -> font_filename mapping.
10742
10743         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
10744         ly_pango_font_physical_fonts
10745
10746         * scm/framework-ps.scm (supplies-or-needs): extract names from
10747         physical Pango_fonts.
10748
10749         * utf8.ly: new file.
10750
10751 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10752
10753         * Documentation/user/changing-defaults.itely (Page layout): add
10754         doco about systemSeparatorMarkup.
10755
10756         * scm/page-layout.scm (default-page-make-stencil): add-to-page
10757         function.
10758         (default-page-make-stencil): insert system separators.
10759
10760         * scm/define-markup-commands.scm (hcenter): add
10761         (beam): add.
10762
10763 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10764
10765         * scm/output-ps.scm (ez-ball): reinstate ez notation.
10766
10767 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10768
10769         * lily/main.cc: Spell backend consistently.  Sort options.
10770
10771 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10772
10773         * scripts/lilypond-book.py (Module): revert @include.
10774         
10775 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10776
10777         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
10778         Bugfix: @include .tex (not .texi).  Small cleanups.
10779
10780         * stepmake/bin/add-html-footer.py (i18n): New function.
10781
10782 2005-01-31  Werner Lemberg  <wl@gnu.org>
10783
10784         * mf/feta-nummer.mf: Removed.  Unused.
10785
10786 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10787
10788         * lily/ : 2004 -> 2005 s&r
10789
10790         * scm/file-cache.scm (cached-file-contents): add file. Read each
10791         file only once.
10792
10793         * scm/font.scm (add-pango-fonts): change order. Medium weight is
10794         now default.
10795
10796         * VERSION: release 2.5.10
10797         
10798         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
10799
10800         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
10801
10802         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
10803         that both X and Y extents of bbox are non-nil.
10804
10805 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10806
10807         * scm/chord-name.scm (alteration->text-accidental-markup): change
10808         - to . 
10809
10810         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
10811
10812         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
10813
10814         * Documentation/user/invoking.itely (Invoking lilypond): add note
10815         about EPS backend.
10816
10817         * scm/framework-eps.scm: new file: create per-system/per-page EPS
10818         files for inclusion in lilypond-book document.
10819
10820         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
10821
10822         * input/tutorial/lbook-texi-test.texi: new file.
10823
10824         * scm/safe-lily.scm (safe-objects): add
10825         {begin,end}-of-line-(in)?visible as safe.
10826  
10827 2005-01-30  Graham Percival  <gperlist@shaw.ca>
10828
10829         * Documentation/user/changing-defaults.itely: fixed example
10830         of (dynamics).
10831
10832 2005-01-29  Graham Percival  <gperlist@shaw.ca>
10833
10834         * lily/main.cc: fix info about -o=FILE.
10835
10836 2005-01-29  Werner Lemberg  <wl@gnu.org>
10837
10838         * mf/feta-toevallig.mf ("Natural"): Completely changed the
10839         construction to assure smooth transition from straight to curved
10840         lines.
10841
10842 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10843
10844         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
10845         stencils.
10846
10847         * ps/lilyponddefs.ps: add start-page, start-system doesn't
10848         translate to top of page. Fixes alignment problems of
10849         lilypond-generated EPS files.
10850
10851 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10852
10853         * scm/part-combiner.scm (analyse-spanner-states): trigger on
10854         crescendo-end as well, since Decrescendo maybe ended with Stop
10855         Crescendo.). Fixes: partcombine-diminuendo.ly
10856
10857         * scm/script.scm (default-script-alist): swap portato symbols.
10858
10859         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
10860
10861         * lily/paper-outputter-scheme.cc (LY_DEFINE):
10862         ly:outputter-port. New function.
10863
10864         * scm/framework-ps.scm (output-classic-framework): dump a
10865         -systems.texi too
10866         (output-classic-framework): dump multiple systems on an "infinite"
10867         page EPS including fonts. 
10868
10869         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
10870         .eps files for both texi and tex formats. Use PNG coming from
10871         lilypond.
10872         
10873 2005-01-28  Graham Percival  <gperlist@shaw.ca>
10874
10875         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
10876
10877         * scripts/lilypond-latex.py: fix info about -o=FILE.
10878
10879 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10880
10881         * ly/generate-embedded-cff.ly: write .cff.ps files.
10882
10883         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
10884
10885         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
10886         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
10887
10888 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10889
10890         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
10891
10892 2005-01-28  Werner Lemberg  <wl@gnu.org>
10893
10894         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
10895         macros.
10896         (draw_bulb): Improved.
10897
10898         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
10899         metapost bug.
10900         (draw_pedal_P): Use soft_end_penstroke.
10901         (draw_pedal_d): Use soft_start_penstroke.
10902
10903         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
10904         path.
10905         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
10906         doesn't change the glyph shape.
10907
10908         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
10909         changing the shape) to avoid fontforge warnings.
10910
10911         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
10912         soft_end_penstroke and fix glyph shape.
10913
10914 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10915
10916         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
10917
10918 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10919
10920         * scm/define-markup-commands.scm (line): filter out empty stencils
10921         from line command.
10922
10923         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
10924         amount.
10925
10926 2005-01-27  Graham Percival  <gperlist@shaw.ca>
10927
10928         * Documentation/user/notation.itely: added info about what
10929         \voiceFoo does.  Also rewrote warning about marks at
10930         a line break.
10931
10932         * Documentation/user/changing-defaults.itely: added info
10933         about putting dynamics in parenthesis and brackets.
10934
10935 2005-01-27  Werner Lemberg  <wl@gnu.org>
10936
10937         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
10938
10939 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10940
10941         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
10942         portato-direction.ly
10943
10944         * lily/beam.cc (consider_auto_knees): add beam height to
10945         threshold. Fixes: knee-multiple-beam.ly
10946
10947         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
10948         pedal line spanners. Fixes: instrument-center-pedal.ly
10949
10950         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
10951         if encountering barline. Fixes: auto-beam-repeat.ly
10952
10953 2005-01-26  Werner Lemberg  <wl@gnu.org>
10954
10955         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
10956         overlapping.
10957
10958         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
10959         with inflections for the 1/2 sharp glyph.
10960
10961         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
10962         connection between `t' and `r'.
10963         Unify bulb with the rest of `r' to avoid grazing outlines which
10964         confuses the overlap removal algorithm of fontforge.
10965
10966         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
10967         inflections.
10968         (draw_cross): Fix shape to have uniform thickness in corners.
10969
10970         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
10971         to avoid an uneven number of self-intersections; this confuses
10972         fontforge.
10973         Fix a slight bug in the shape at left bottom (which is visible only
10974         at high magnifications).
10975         `Center' the stem horizontally to avoid overlapping.
10976
10977 2005-01-24  Werner Lemberg  <wl@gnu.org>
10978
10979         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
10980         to `asis'.
10981         (fet_begingroup): Save group name in string `feta_group'.
10982         (fet_endgroup): Updated.
10983         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
10984
10985         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
10986
10987         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
10988         in metapost.
10989
10990 2005-01-24  Graham Percival  <gperlist@shaw.ca>
10991
10992         * Documentation/user/notation.itely: really minor editing.
10993
10994 2005-01-22  Graham Percival  <gperlist@shaw.ca>
10995
10996         * Documentation/user/examples.itely: minor editing.
10997
10998         * Documentation/user/changing-defaults.itely: minor editing.
10999
11000         * Documentation/user/notation.itely: clarified info on polyphony
11001         and \addlyrics.
11002
11003 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11004
11005         * scm/output-gnome.scm: 
11006         * scm/output-svg.scm:
11007         * scm/lily-library.scm (font-name-style): Update font name
11008         kludging for fontconfig use.
11009
11010 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
11011
11012         * scm/define-markup-commands.scm: Document right-align and
11013         larger markup commands. Remove "TODO" from the topmost comment
11014         "each markup function should have a doc string." More consistent
11015         use of new-lines.
11016
11017 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11018
11019         * Documentation/user/changing-defaults: removed info about
11020         copyright symbol, since it's likely to change soon.
11021         Added info about betweensystemspace.
11022
11023         * Documentation/user/notation.itely: minor fixes.
11024
11025         * Documentation/user/lilypond.tely,
11026         Documentation/user/music-glossary.tely: changed copyright
11027         date to 2005 instead of 2004.
11028
11029         * input/test/volta-chord-names.ly: added old example back.
11030
11031 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11032
11033         * mf/feta-beugel.mf: use design size 20 (not 15).
11034
11035         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
11036         change name to aybabtu completely
11037
11038 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11039
11040         * buildscripts/gen-emmentaler-scripts.py (outdir): add
11041         design_size to fontname
11042
11043 2005-01-19  Werner Lemberg  <wl@gnu.org>
11044
11045         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
11046         mf/feta-schrift.mf: s/p/pat/ if a path variable.
11047
11048         * mf/feta-autometric.mf (set_char_box): Add code which emits
11049         specials for mf2pt1 if run with metapost.
11050         (to_bp): New macro for mf2pt1.
11051
11052 2005-01-18  Graham Percival  <gperlist@shaw.ca>
11053
11054         * Documentation/user/changing-defaults: added info on
11055         creating a copyright symbol.
11056
11057 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11058
11059         * VERSION: release 2.5.9
11060         
11061 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
11062
11063         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
11064
11065         * Documentation/user/notation.itely: Document
11066         score-override-auto-beam-setting Fix documentation for
11067         revert-auto-beam-setting.
11068
11069 2005-01-18  Werner Lemberg  <wl@gnu.org>
11070
11071         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
11072         (procset): New function to define a procset resource.
11073         (ps-embed-pfa): New function to define a font resource.
11074         (setup): New function to define a `Setup' environment.
11075         (preamble): Use new functions.
11076
11077         * ps/lilypond.defs (init-lilypond-parameters): New function to
11078         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
11079
11080 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11081
11082         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
11083
11084 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
11085
11086         * scm/define-markup-commands.scm: Change number->markletter-string
11087         to take two arguments (vector number). Add number->mark-alphabet-vector
11088         and markalphabet markup command.
11089
11090         * scm/translation-functions.scm: Add format-mark-box-alphabet,
11091         format-mark-alphabet, format-mark-box-barnumbers and
11092         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
11093
11094 2005-01-17  Graham Percival  <gperlist@shaw.ca>
11095
11096         * Documentation/user/examples.itely: add SATB automatic piano
11097         reduction template.
11098
11099         * Documentation/user/notation.itely: added info about changing
11100         partcombine texts.  Also adds examples of alternate lyrics.
11101
11102         * Documentation/user/changing-defaults.itely: added warning
11103         about \RemoveEmptyStaffContext overriding previous changes.
11104
11105 2005-01-17  Werner Lemberg  <wl@gnu.org>
11106
11107         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
11108         feta-alphabet*.
11109
11110 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11111
11112         * python/lilylib.py (make_ps_images): don't do final showpage for
11113         multi-page documents.
11114         
11115         * VERSION (MY_PATCH_LEVEL): release 2.5.8
11116
11117 2005-01-16  Graham Percival  <gperlist@shaw.ca>
11118
11119         * Documentation/user/lilypond.tely: changed order of appendices;
11120         unified index should be last.
11121
11122         * Documentation/user/notation.itely: add example of key signatures
11123         and info about Staff.printKeyCancellation.
11124
11125 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11126
11127         * lily/include/repeated-music.hh (class Repeated_music): change
11128         into "namespace" class.
11129
11130         * lily/event.cc: remove Key_change_event.
11131
11132         * lily/include/transposed-music.hh (class Transposed_music): remove.
11133
11134         * lily/transposed-music.cc: remove
11135
11136         * lily/include/relative-music.hh: remove.
11137
11138         * lily/include/music-sequence.hh (struct Music_sequence): change
11139         into "namespace" class.
11140
11141         * lily/untransposable-music.cc (Module): remove
11142
11143         * lily/include/un-relativable-music.hh (Module): remove
11144
11145         * lily/include/untransposable-music.hh (Module): remove
11146
11147         * lily/include/music-list.hh (Module): remove file
11148
11149         * lily/un-relativable-music.cc: remove file.
11150
11151 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11152
11153         * lily/parser.yy: Compile fix.
11154
11155 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11156
11157         * lily/include/music.hh (class Music): unvirtualize transpose().
11158
11159         * lily/sequential-music.cc: remove file.
11160
11161         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
11162
11163         * lily/slur-scoring.cc (get_best_curve): only switch on
11164         DEBUG_SLUR_SCORING for non NDEBUG builds.
11165
11166         * lily/include/music.hh (class Music): replace Music::start_mom()
11167         by start-callback property
11168
11169         * lily/include/grace-music.hh: remove file. 
11170
11171         * lily/stem.cc (height): robustness fix.
11172
11173         * lily/time-scaled-music.cc: remove file.
11174
11175         * lily/include/music.hh (class Music): include SCM init argument.
11176         (class Music): replace Music::get_length() virtual by
11177         length-callback property everywhere.
11178
11179         * scripts/convert-ly.py (conv): add  # to \property scalar value.
11180
11181         * mf/GNUmakefile: don't install *list.ly
11182
11183 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11184
11185         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
11186
11187 2005-01-12  Werner Lemberg  <wl@gnu.org>
11188
11189         This patch addresses the following problems in the feta sources
11190         files which contribute to the fetaXX fonts.
11191
11192         . Many fixes for rasterization at low resolutions (consistent use of
11193           `vround' and `hround', integer shift values for paths, applying
11194           `eps' for mirrored paths, use of `define_whole_pixels' and
11195           friends, etc.) -- while this probably looks like a waste of time
11196           it has revealed deficiencies in some glyph shapes.  See comment at
11197           the end of feta-params.mf how vertical symmetry is achieved.
11198
11199         . The `---' operator has been replaced everywhere with `--'; this
11200           both improves and considerably reduces the font size after
11201           conversion with mf2pt1.
11202
11203         These change aren't explicitly mentioned below since virtually all
11204         glyphs are affected.
11205
11206         Other notable differences:
11207
11208         . Glyphs from feta-accordion.mf now have charboxes around the
11209           outline.
11210
11211         . Fixed incorrect charbox for `accDot'.
11212
11213         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
11214
11215         . Fixed position of the bow in the `upprall' glyph and its siblings.
11216
11217         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
11218           dependent on the staff line thickness to avoid touching the middle
11219           staff line at smaller sizes.
11220
11221         . Largely extended output for feta-testXX: Where useful, glyphs
11222         are shown both between and on staff lines.
11223
11224
11225         * mf/feta-params.mf (staff_space_rounded,
11226         stafflinethickness_rounded, linethickness_rounded,
11227         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
11228         Update all code which uses them where appropriate.
11229         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
11230         New variables used to control rasterization at low resolutions.  Set
11231         to zero if feta code is processed with metapost.
11232
11233         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
11234         (draw_rounded_block, draw_square_block): Updated to use `--' only.
11235         (flare_path): Updated.
11236         Make it work with `filldraw' (but only circular pens).
11237         (hfloor, vfloor, hceiling, vceiling): New macros.
11238
11239         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
11240         Use `draw' again in mf mode to have good pixel dropout control.
11241         Fix intersection points of horizontal lines with circle.
11242         ("accDot"): Fix parameters for set_char_box.
11243         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
11244         control.
11245
11246         * mf/feta-banier.mf: Updated.
11247
11248         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
11249         testing.
11250         (undraw_inside_ellipse): Remove `center' argument.  Update all
11251         callers.
11252         (draw_brevis): New macro, called by "Brevis notehead".
11253         (draw_whole_triangle_head): New macro, called by "Whole
11254         trianglehead".
11255         (draw_small_triangle_head): Use `filldraw'.
11256
11257         * mf/feta-eindelijk.mf: Remove useless global group.
11258         Updated.
11259
11260         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
11261         `filldraw'.
11262
11263         * mf/feta-pendaal.mf: Updated.
11264
11265         * mf/feta-puntje.mf: Updated.
11266
11267         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
11268         less points.
11269         ("Flageolet"): Use `draw' again in mf mode to have good pixel
11270         dropout control.
11271         ("Varied Coda"): Use `draw_block'.
11272         (draw_comma): Fix typo.
11273         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
11274         pixel dropout control.
11275
11276         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
11277         position of bow.
11278
11279         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
11280         sizes.
11281
11282         * mf/feta-toevallig.mf (remember_pic): New variable, used for
11283         testing.
11284         (draw_meta_sharp): Much simplified.
11285         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
11286
11287         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
11288
11289 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11290
11291         * Documentation/user/notation.itely (Ancient rests): Fix typo
11292         (thanks Anthony)
11293
11294 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11295
11296         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
11297
11298         * lily/main.cc (setup_paths): Add cff.
11299
11300         * mf/GNUmakefile (foe): Include actual target %.cff.
11301         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
11302
11303 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11304
11305         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
11306         suffix for main_input_b_.
11307
11308         * scm/music-functions.scm (toplevel-music-functions):
11309         precompute music lengths for music expressions.  
11310
11311 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11312
11313         * lily/include/input.hh (class Input): new `end_' slot for end of
11314         input. Renamed defined_str0_ to start_.
11315
11316         * lily/input.cc (Input): Add Input::Input (Input const &) and
11317         remove Input::Input (Source_file*, char const *). Use the new
11318         slots.
11319         (set_location): method used by bison to propagate input
11320         locations (YYLLOC_DEFAULT).
11321         (end_line_number, end_column_number, step_forward): new methods
11322         
11323         * lily/input-scheme.cc (ly:input-both-locations): new function,
11324         similar to ly:input-location, but also return the end line and
11325         column.
11326
11327         * lily/include/includable-lexer.hh: 
11328         * lily/includable-lexer.cc: 
11329         * lily/include/lily-lexer.hh (class Lily_lexer): 
11330         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
11331         Includable_lexer to Lily_lexer, in order to update lexloc (the
11332         yylloc), a new slot of Lily_lexer.
11333         (here_input, LexerError): simplify by using the lexloc slot (aka
11334         yylloc)
11335
11336         * lily/lexer.ll: #define yylloc to use input locations (it may
11337         be useless here?). Fixed the #embedded_scm rule (step the location
11338         forward in order to skip the sharp sign before parsing the scheme
11339         expression)
11340
11341         * lily/include/lily-parser.hh (class Lily_parser): 
11342         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
11343         here_input()
11344         (parser_error): overload for more precise locations of errors.
11345
11346         * lily/parser.yy (YYLTYPE): set location type to Input
11347         (YYLLOC_DEFAULT): use Input::set_location()
11348         (yylex): add the YYLTYPE* location parameter.
11349         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
11350         Give an Input parameter to THIS->parser-error() for more accurate
11351         messages.
11352
11353 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11354
11355         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
11356
11357         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
11358         on BEAMQUANTING for non-NDEBUG builds.
11359
11360         * lily/stem.cc (head_count): performance: avoid String::String()
11361         inside oft called function.
11362
11363 2005-01-09  Graham Percival  <gperlist@shaw.ca>
11364
11365         * Documentation/user/examles.itely: attempted fix for broken
11366         string quartet template.
11367
11368         * Documentation/user/notation.itely: remove unnecessary broken
11369         link.
11370
11371 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11372
11373         * VERSION (PACKAGE_NAME): release 2.5.7
11374
11375 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11376
11377         * config.make.in (METAFONT): Append -progname=mf, fixes use with
11378         mf-nowin for teTeX-3.0.  Backportme.
11379
11380         * scm/output-svg.scm (utf8-string): New function.
11381
11382         * scm/output-gnome.scm (utf8-string): New function.
11383         (otf-name-mangling): Remove.
11384
11385         * lily/pango-font.cc (Pango_font): Use font string iso font
11386         filename for utf8-text.
11387
11388         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
11389         name.
11390
11391 2005-01-08  Graham Percival  <gperlist@shaw.ca>
11392
11393         * Documentation/user/notation.itely: add info about
11394         Staff.extraNatural = ##f in Pitches section.  Also
11395         fixed some minor issues in the Vocal music section.
11396
11397 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11398
11399         * scm/output-ps.scm (white-text): comment out Helvetica font,
11400         which is broken for my GS install.
11401
11402         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
11403         which provides a tighter bbox.
11404
11405         * scm/define-grobs.scm (all-grob-descriptions): remove all
11406         extra-offsets from definitions.
11407
11408 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
11409
11410         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
11411         add tuning for 4-string bass and some common 4/5-string banjo
11412         tunings.  New function (four-string-banjo) turns a 5-string tuning
11413         into a 4-string tuning.  New function
11414         (fret-number-tablature-format-banjo) computes correct fret numbers
11415         on 5-string banjos.
11416
11417         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
11418         Add beam correction to TabVoice.
11419
11420         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
11421         using bold font; makes tabs more readable.
11422
11423 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11424
11425         * lily/font-select.cc (get_font_by_design_size): don't make
11426         Modified_font_metric; this causes trouble, since we don't know the
11427         font magnification from inside Pango_font::text_stencil()
11428
11429         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
11430
11431         * Documentation/user/notation.itely (The Lyrics context): comment out
11432         broken {Small ensembles} link.
11433
11434         * scm/framework-svg.scm (output-framework): change calling convention.
11435
11436         * lily/object-key-dumper-scheme.cc: new file.
11437
11438         * lily/object-key-undumper-scheme.cc: new file.
11439
11440         * lily/tweak-registration-scheme.cc: new file.
11441
11442         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
11443
11444         * Documentation/user/examples.itely (String quartet): uncomment
11445         broken example.
11446
11447         * lily/font-config.cc: new file.
11448
11449 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11450
11451         * scm/output-svg.scm: 
11452         * scm/output-gnome.scm: s/bigcheese/emmentaler.
11453
11454         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
11455
11456 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11457
11458         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
11459         Add headers.
11460
11461         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
11462
11463 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11464
11465         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
11466
11467         * lily/include/main.hh: lose _b hungarian suffixes for global
11468         variables.
11469
11470         * lily/include/lily-guile-macros.hh: new file.
11471
11472         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
11473
11474         * lily/general-scheme.cc: new file. 
11475
11476         * lily/font-select.cc (get_font_by_design_size): retrieve
11477         PangoFont for (designsize . "pango-descr") entries.
11478
11479         * lily/lily-parser-scheme.cc: new file.
11480
11481         * lily/output-def-scheme.cc: new file.
11482
11483         * lily/paper-book-scheme.cc: new file.
11484
11485         * lily/duration-scheme.cc (LY_DEFINE): new file.
11486
11487         * lily/pitch-scheme.cc:  new file.
11488
11489         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
11490
11491 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11492
11493         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
11494
11495 2005-01-06  Graham Percival  <gperlist@shaw.ca>
11496
11497         * Documentation/user/notation.itely: minor editing.
11498
11499         * Documentation/user/changing-defaults: minor editing.
11500
11501         * Documentation/user/examples.itely: add template for
11502         string quartet part extraction; demonstrates tag.
11503
11504 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
11505
11506         * Documentation/user/notation.itely: documents
11507         format-mark-box-letters and format-mark-box-numbers
11508
11509         * scm/define-context-properties.scm: change comment.
11510
11511 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11512
11513         * scm/framework-ps.scm (output-classic-framework): new function:
11514         dump systems as separate .eps files (without fonts) and write a
11515         single collecting .tex file.
11516
11517 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11518
11519         * Documentation/user/notation.itely (Setting simple songs):
11520         Correct several errors in the equivalent formulation of
11521         \addlyrics. 
11522         (The Lyrics context): Corrected link to the SATB example.
11523
11524 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11525
11526         * scm/lily.scm (completize-formats): new function
11527         (postprocess-output): new function
11528
11529         * lily/paper-book.cc (classic_output): change calling
11530         convention. Give basename as first argument. 
11531         remove Paper_book::post_processing().
11532
11533         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
11534
11535 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11536
11537         * lily/paper-outputter.cc (LY_DEFINE): new function
11538         ly:outputter-close.
11539
11540         * lily/main.cc: change --format,-f to --backend,-b
11541
11542         * lily/include/main.hh: rename format to backend.
11543
11544         * scm/translation-functions.scm (format-mark-box-numbers): add.
11545         patch by Erlend Aasland
11546
11547 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11548
11549         * lily/pango-font.cc (text_stencil): dump string as
11550         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
11551
11552 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11553
11554         * configure.in (gui_b): Remove handy developer-only
11555         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
11556         CVS source installations (but break other non-default but correct
11557         PKG_CONFIG_PATH setups), as this is no longer developer-only.
11558
11559         * SConstruct: 
11560         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
11561         compatibility (backportme).
11562
11563         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
11564
11565 2005-01-03  Werner Lemberg  <wl@gnu.org>
11566
11567         Prepare glyph shapes for mf2pt1 conversion.
11568
11569         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
11570         (accDiscant, accFreebase, accStdbase): Replace `draw' with
11571         `penstroke'.
11572         (accDot): Use `drawdot'.
11573         (accBayanbase): Replace `draw' with `draw_gridline'.
11574         (print_penpos): Moved to feta-macros.mf.
11575         (accOldEE): Replace `filldraw' with `penstroke'.
11576         Replace `draw' with `penstroke' and `drawdot'.
11577
11578         * mf/feta-banier.mf: Code clean-up.
11579         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
11580         `fill'.
11581
11582         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
11583
11584         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
11585         paremeter to control drawing of labels.  Update all callers.
11586
11587         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
11588         (new_bulb): Return a bulb as a single path.  To do that, it now
11589         takes some more parameters.  Updated all callers.
11590         (draw_gclef): Major clean-up.  `draw' has been replaced with
11591         `penstroke', unnecessary outlines have been removed.
11592         Remove (unused) gnome-canvas code.
11593
11594         * mf/feta-macros.mf (print_penpos): New macro (from
11595         feta-accordion.mf).
11596         Other minor fixes.
11597
11598         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
11599         ("Pedal dot"): Use `drawdot'.
11600         (draw_pedal_P): Add parameter to control drawing of labels.  Update
11601         all callers.
11602         Fix shape at top.
11603         (draw_pedal_e): Add parameter to control drawing of labels.  Update
11604         all callers.
11605         (draw_pedal_d): Add parameter to control drawing of labels.  Update
11606         all callers.
11607         Revert drawing direction.
11608
11609         * mf/feta-schrift.mf (draw_fermata): Use single path.
11610         (draw_short_fermata): Replace `filldraw' with `fill'.
11611         (draw_long_fermata, draw_very_long_fermata): Replace calls to
11612         `draw_rounded_block' with a single path.
11613         ("Thumb"): Draw full circle instead of mirroring segments.
11614         (draw_accent): New macro.
11615         ("> accent", "espr"): Use it.
11616         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
11617         ("open (unstopped)"): Draw full circle instead of mirroring
11618         segments.
11619         (draw_vee): Removed.
11620         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
11621         ("Downbow"): Replace calls to `draw_rounded_block' with a single
11622         path.
11623         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
11624         partial pieces drawn with `fill' -- these do still overlap with the
11625         stem of the `t' but just once, not multiple times so that fontforge
11626         can handle it gracefully.
11627         Change other parts of the glyph so that fontforge's overlapping
11628         algorithm reliably works.
11629         (draw_heel): Replace `draw' with `fill'.
11630         (draw_toe): Use `draw_accent' instead of `draw_vee'.
11631         ("Flageolet"): Replace `draw' with `penstroke'.
11632         ("Segno"): Replace `filldraw' with `penstroke'.
11633         Replace `draw' with `drawdot'.
11634         ("Coda"): Replace `fill' with `penstroke', using a single path.
11635         ("Varied Coda"): Use less overlapping paths.
11636         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
11637         single path.
11638
11639         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
11640         group to better control the `labels' command.
11641         Rename argument to `offset' and use it actually.  Update all
11642         callers.
11643         Replace `filldraw' with `fill'.
11644         ("mordent", "prallmordent", "upmordent", "downmordent",
11645         "lineprall"): Replace `draw' with `draw_gridline'.
11646         ("upprall", "downprall"): Replace `draw' with `fill'.
11647
11648         * mf/feta-timesig.mf: Formatting.
11649
11650         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
11651         to...
11652         ("Flat"): Here.
11653         (draw_paren): Move code to draw labels to...
11654         ("Right Parenthesis"): Here.
11655
11656 2005-01-02  Graham Percival <gperlist@shaw.ca>
11657
11658         * Documentation/user/notation.itely: add example of \setTextDecresc
11659         and \setTextDim.
11660
11661 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
11662
11663         * scm/define-markup-commands.scm :  fix glyph-strings of
11664         accidentals and \note-by-number
11665
11666 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11667
11668         * VERSION: 2.5.6 released.
11669         
11670         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
11671
11672         * input/regression/new-markup-scheme.ly: oops. font-family=music
11673         -> font-encoding fetaMusic.  
11674
11675         * lily/main.cc: put default to PS.
11676
11677         * lily/tfm.cc: idem.
11678
11679         * lily/afm.cc: idem.
11680
11681         * lily/include/modified-font-metric.hh (struct
11682         Modified_font_metric): remove coding_scheme() method.
11683
11684         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
11685
11686         * scripts/convert-ly.py (conv): crash on encountering \encoding.
11687
11688         * input/les-nereides.ly: convert to utf8
11689
11690         * lily/modified-font-metric.cc (text_dimension): idem.
11691
11692         * lily/parser.yy (TODO): idem.
11693
11694         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
11695
11696         * lily/lexer.ll: remove encoding
11697
11698         * scm/framework-ps.scm (output-variables): separately scale the
11699         page to mm 
11700
11701         * lily/pango-font.cc (Pango_font): fix scaling.
11702
11703         * lily/font-metric.cc (design_size): design_size returns a
11704         dimension now as well.
11705
11706 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11707
11708         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
11709         brace generation. 
11710
11711         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
11712
11713 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11714
11715         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
11716         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
11717
11718 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11719
11720         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
11721         in first run as well.
11722
11723         * scm/paper.scm (layout-set-staff-size): use text-font-size in
11724         dimension less points (ie. 12 = 12 point)
11725
11726         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
11727
11728         * lily/all-font-metrics.cc (find_pango_font): set description_
11729
11730         * lily/pango-font.cc (text_stencil): export size as well.
11731         (text_stencil): fix scaling and extents box.
11732
11733 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11734
11735         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
11736
11737         * Documentation/user/invoking.itely (Invoking lilypond): document
11738         texstr
11739
11740         * scripts/convert-ly.py (conv): add ancient rules.
11741
11742         * scm/clef.scm (c0-pitch-alist): replace - with .
11743
11744         * scripts/lilypond-book.py (process_snippets): add texstr support.
11745
11746         * scm/framework-texstr.scm (header): change extension to .textmetrics
11747
11748         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
11749         -f tex.
11750
11751         * lily/text-metrics.cc: new file.
11752         (try_load_text_metrics): new function
11753
11754         * lily/include/text-metrics.hh: new file.
11755
11756 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11757
11758         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
11759         ly_scheme_function to ly_lily_module_constant.
11760
11761         * lily/modified-font-metric.cc (text_dimension): try
11762         lookup_tex_text_dimension() first.
11763
11764         * lily/tfm.cc: new function ly:load-text-dimensions
11765
11766 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11767
11768         * scm/output-texstr.scm (text): use \lilygetmetrics
11769
11770         * scm/framework-texstr.scm (header): dump in new format.
11771
11772         * tex/lilypond-tex-metrics: new file.
11773         
11774 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11775
11776         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
11777         mapping.
11778         (index_to_charcode): New method.
11779
11780         * scm/output-ps.scm (glyph-string): 
11781         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
11782
11783 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11784
11785         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
11786         implement fully, need FONT to get to charcode.
11787
11788         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
11789
11790         * scm: Cleanups.
11791
11792         * Documentation/user/changing-defaults.itely: Fix internalsrefs
11793         {Tunable context properties},
11794         {All layout objects},
11795         {Music definitions}.
11796
11797 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11798
11799         * VERSION: release 2.5.5
11800         
11801         * lily/main.cc: use TeX as default output format.
11802
11803         * flower/file-path.cc (find): try to open directly as well, so we
11804         find absolute path files. 
11805
11806         * lily/pango-select.cc: new file.
11807
11808         * scm/framework-ps.scm: remove all encoding code. 
11809         load pfb/pfa for PangoFont too.
11810         
11811         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
11812
11813 2004-12-22  Werner Lemberg  <wl@gnu.org>
11814
11815         Prepare glyph shapes for mf2pt1 conversion.
11816
11817         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
11818
11819         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
11820         (define_triangle_shape): Use it to replace `draw' with `fill' and
11821         `unfill'.  Update all callers.
11822         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
11823         (draw_cross): Ditto.
11824         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
11825         Use penrazor for better conversion with mf2pt1.
11826         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
11827         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
11828         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
11829         draw_la_head, draw_ti_head): Replace `filldraw' with
11830         `fill'.  Update all callers.
11831
11832 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11833
11834         * lily/paper-book.cc (output): revert: only allow a single output
11835         format.
11836
11837         * lily/include/pango-font.hh: new file.
11838
11839         * lily/pango-font.cc: new file.
11840
11841         * lily/font-metric.cc (text_stencil): new routine
11842
11843         * lily/all-font-metrics.cc (find_pango_font): new routine.
11844
11845         * lily/include/font-metric.hh (struct Font_metric): add
11846         text_stencil()
11847
11848         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
11849
11850 2004-12-22  Werner Lemberg  <wl@gnu.org>
11851
11852         Prepare glyph shapes for mf2pt1 conversion.
11853
11854         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
11855
11856         * mf/feta-toevallig.mf: Formatting.
11857         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
11858         ("Natural"): Fix paths to allow better postprocessing.
11859         (draw_meta_flat): Use `z3l' as additional point in path to get
11860         better conversion with mf2pt1.
11861         Other minor cleanups.
11862         ("3/4 Flat"): Add auxiliary points and modify path to replace
11863         `draw' with `fill'.
11864         ("Double Sharp"): Mirror path segments instead of picture elements
11865         to get a single outline.
11866         Modify path to replace `filldraw' with `fill'.
11867
11868 2004-12-22  Graham Percival  <gperlist@shaw.ca>
11869
11870         * input/test/unfold-all-repeats.ly: added file back.
11871
11872         * Documentation/user/notation.itely,
11873         Documentation/user/programming-interface.itely
11874         Documentation/user/changing-defaults.itely: fixed misc broken
11875         links to input/test/ files.
11876
11877 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11878
11879         * tex/texinfo.tex: Update.  We should not be distributing this,
11880         but since we do, use latest version.
11881
11882         * Documentation/user/macros.itexi: Comment-out \fetaflat,
11883         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
11884         macros for feta glyphs.
11885
11886 2004-12-22  Graham Percival  <gperlist@shaw.ca>
11887
11888         * Documentation/user/changing-defaults.itely: fix index for set.
11889
11890         * Documentation/user/converters.itely: added convert-ly bugs list
11891         from CVS.
11892
11893 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11894
11895         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
11896         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
11897         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
11898         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
11899
11900         * mf/GNUmakefile (pfa_warning): Use less broken check.
11901
11902         * python/lilylib.py (setup_environment): Remove cruft from
11903         GS_FONTPATH.
11904
11905         * configure.in: Bump mftrace requirement to 1.1.1.
11906
11907 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11908
11909         * scm/output-svg.scm (beam): Use polygon.
11910
11911         * scm/lily-library.scm: Bugfix.
11912
11913         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
11914
11915         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
11916
11917 2004-12-19  Werner Lemberg  <wl@gnu.org>
11918
11919         Prepare glyph shapes for mf2pt1 conversion.
11920
11921         * mf/feta-eindelijk: Some formatting.
11922         (multi_rest_x, multi_beam_height): Removed.  Unused.
11923         ("Quarter rest"): Use `intersectiontimes' to create a single
11924         outline.
11925         (rest_crook): Removed.  Unused.
11926         (draw_rest_bulb): Return path (without filling).  Update callers.
11927         Simplified.
11928         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
11929         "128th rest"): Simplify `pat'.
11930         Create single outline.
11931
11932 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11933
11934         * mf/GNUmakefile (ALL_GEN_FILES):
11935         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
11936
11937         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
11938         function.
11939
11940 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11941
11942         * scm/output-texstr.scm (placebox): add routine
11943
11944         * VERSION (PACKAGE_NAME): release 2.5.4
11945
11946         * scm/framework-texstr.scm (output-framework): new file.  
11947
11948         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
11949         processing.
11950
11951         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
11952
11953         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
11954         rule.
11955
11956         * configure.in (gui_b): bump mftrace requirement to 1.1.0
11957
11958         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
11959
11960         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
11961
11962 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11963
11964         * scm/framework-svg.scm (dump-page): Implement landscape.
11965
11966 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11967
11968         * lily/main.cc (setup_paths): Add svg to search path.
11969
11970         * scm/output-svg.scm:
11971         * scm/framework-svg.scm: Add pageSet.  Update.
11972         (dump-fonts): New function.
11973         (output-framework): Use it.
11974
11975         * mf/GNUmakefile: 
11976         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
11977
11978 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11979
11980         * tex/lilyponddefs.tex: comment out new ifpdf code.
11981
11982 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11983
11984         * GNUmakefile.in: 
11985         * SConstruct (symlink): Replace afm by otf.
11986
11987         * scm/framework-gnome.scm (gnome-main): Remove invocation of
11988         ly:pango-add-afm-decoder.
11989
11990         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
11991
11992 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11993
11994         * scm/output-ps.scm (new-text): don't access t glyph for getting
11995         space dimension.
11996
11997         * ly/init.ly: warn about \version
11998
11999         * lily/lexer.ll: set version-seen?
12000
12001 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12002
12003         * scm/output-svg.scm (string->entities): Update.
12004
12005 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12006
12007         * lily/main.cc (setup_paths): replace afm by otf for path. 
12008
12009         * lily/pangofc-afm-decoder.cc: remove.
12010
12011         * lily/include/pangofc-afm-decoder.hh: remove.
12012
12013         * scm/framework-scm.scm (output-framework): new file.
12014
12015         * mf/GNUmakefile: remove SAUTER_FONTS.
12016         remove SVG/sodipodi hacks.
12017
12018         * scm/lily-library.scm (stderr): move stderr.
12019
12020         * mf/GNUmakefile: remove AFM support.
12021
12022         * buildscripts/mf-to-table.py (base): remove AFM support.
12023
12024         * lily/open-type-font.cc (design_size): use design_size
12025
12026 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
12027
12028         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
12029
12030 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12031
12032         * mf/GNUmakefile: Generate combined aybabtu info.
12033         * mf/aybabtu.pe.in (i): Load it.
12034
12035         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
12036         are not symbols.
12037
12038         * lily/include/open-type-font.hh (count): New method.
12039
12040         * mf/aybabtu.pe.in: Typo.
12041
12042         * Documentation/user/out/lilypond-internals.nexi (Scheme
12043         functions): Typo.
12044
12045         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
12046
12047 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12048
12049         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
12050         subfonts.
12051
12052         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
12053
12054         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
12055         (tex-font-command-raw): new function.
12056
12057         * lily/include/virtual-font-metric.hh (Module): remove file
12058
12059         * lily/virtual-font-metric.cc (Module): remove file.
12060         
12061
12062         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
12063         (get_indexed_char): read bbox from lily table if present.
12064
12065 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12066
12067         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
12068         aybabtu.subfonts
12069
12070         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
12071         global glyphname. Enables more than 64 glyphs in the OTF.
12072
12073 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12074
12075         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
12076         braces.
12077
12078         * lily/open-type-font.cc (design_size): Use 12 as default for
12079         design size.
12080
12081         * mf/aybabtu.pe.in: New file.  Merge all our braces.
12082
12083         * mf/GNUmakefile: Generate aybabtu.
12084
12085         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
12086
12087 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12088
12089         * scm/lily-library.scm (char->unicode-index): Remove.
12090
12091         * scm/output-gnome.scm (text): Bugfix for plain string input.
12092         Updates.
12093
12094         * scm/output-svg.scm (svg-font): Add weight to font selection.
12095
12096 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12097
12098         * Documentation/topdocs/INSTALL.texi (Top): Point to
12099         buildscripts/out/clean-fonts instead of
12100         buildscripts/clean-fonts.sh. 
12101
12102 2004-12-13  Graham Percival  <gperlist@shaw.ca>
12103
12104         * input/regression/figured-bass.ly: attempt to clarify text.
12105
12106         * Documentation/user/notation.tely: add cindex for tag, attempt to
12107         add figured bass example.
12108
12109         * Documentation/user/changing-defaults: basic editing.
12110
12111 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12112
12113         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
12114
12115         * lily/open-type-font.cc (LY_DEFINE): new function
12116         ly:font-sub-fonts
12117
12118         * lily/include/font-metric.hh (struct Font_metric): new method
12119         sub_fonts()
12120
12121         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
12122         . with - in add.stem.
12123         
12124 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12125
12126         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
12127         and fetaDynamic.
12128
12129         * lily/rest.cc (glyph_name): Change - to . .
12130
12131         * scm/output-gnome.scm (text): Hello world, again.
12132
12133         * scm/output-svg.scm (named-glyph): New function.  Hello world!
12134
12135         * lily/modified-font-metric.cc (index_to_charcode): New method.
12136
12137         * lily/include/font-metric.hh (index_to_charcode): New function.
12138
12139         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
12140         new function.
12141         (ly:font-glyph-to-index): Remove.
12142
12143 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12144
12145         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
12146
12147         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
12148
12149         * lily/open-type-font.cc (load_scheme_table): new function
12150
12151         * lily/dots.cc (print): replace - 
12152
12153         * lily/open-type-font.cc (attachment_point): new function.
12154         (load_table): read LILC table
12155
12156         * buildscripts/gen-bigcheese-scripts.py (Module): new
12157         file. Generate FF scripts.
12158
12159         * mf/feta-din10.mf: idem.
12160
12161         * mf/feta-nummer10.mf: remove mf files.
12162
12163         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
12164
12165 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12166
12167         * lily/lily-guile.cc: Use scm_from_locale_stringn.
12168
12169         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
12170         compatibility.
12171
12172 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12173
12174         * lily/open-type-font.cc (get_indexed_char): scale metrics by
12175         design-size and units_per_EM.
12176
12177         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
12178
12179 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12180
12181         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
12182         does not crash fontforge.
12183
12184         * scm/lily-library.scm (char->unicode-index): Hack to map onto
12185         PUA.
12186
12187 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12188
12189         * scm/framework-ps.scm (ps-embed-cff): new function.
12190
12191         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
12192
12193 2004-12-12  Werner Lemberg  <wl@gnu.org>
12194
12195         * mf/bigcheese.pe.in: Add PUA mapping.
12196         Don't create Type 42 but bare CFF font.
12197
12198 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12199
12200         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
12201         within canvas boundaries.
12202
12203         * mf/merge.pe.in: Set font names, version, license GPL.
12204
12205         * make/substitute.make: Add FONTFORGE.
12206
12207         * config.make.in (FONTFORGE): Add.
12208
12209         * configure.in (gui_b): Use PATH_PROG for fontforge.
12210
12211 2004-12-11  Graham Percival  <gperlist@shaw.ca>
12212
12213         * scm/define-markup-commands.scm: add baseline-skip to info
12214         about \column.
12215
12216 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12217
12218         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
12219
12220         * scm/output-gnome.scm (named-glyph): Use it.
12221
12222         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
12223
12224         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
12225         (upper_string, lower_string, reverse_string): Remove.
12226
12227         * configure.in (fontforge): Reinstate version check.
12228
12229         * ly/engraver-init.ly: Fix clef glyph names.
12230
12231         * lily/time-signature.cc (special_time_signature): Fix fraction
12232         glyph names.
12233
12234 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12235
12236         * mf/merge.pe: new file.
12237
12238         * lily/freetype.cc: new file.
12239
12240         * lily/include/open-type-font.hh (class Open_type_font): new file.
12241
12242         * lily/include/freetype.hh: new file.
12243
12244         * lily/open-type-font.cc: new file.
12245
12246         * lily/all-font-metrics.cc (find_otf): new function.
12247
12248 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12249
12250         * lily/time-signature.cc (special_time_signature): Fix.
12251
12252         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
12253         GTK2 before checking for pango.  Fixes -fgnome.
12254
12255         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
12256         Scheme name.
12257
12258         * scm/define-markup-commands.scm:
12259         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
12260
12261         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
12262
12263         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
12264         date versions.  Fixes configure.
12265         (STEPMAKE_CHECK_VERSION): Support optional actual program version
12266         argument.
12267
12268 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12269
12270         * buildscripts/mf-to-table.py (write_ps_encoding): write real
12271         names in .enc
12272
12273         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
12274
12275 2004-12-09  Graham Percival  <gperlist@shaw.ca>
12276
12277         * Documentation/user/changing-defaults.itely: add info about
12278         make-dynamic-script
12279
12280         * Documentation/user/notation.itely: add link in dynamics to
12281         section about make-dynamic-script.
12282
12283 2004-12-09  Christian hitz  <chhitz@gmx.net>
12284
12285         * lily/lily-guile.cc: change MACOS_X to __APPLE__
12286
12287 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12288
12289         * buildscripts/mf-to-table.py (parse_logfile): use . for
12290         concatting name and group.
12291         (parse_logfile): use M for Minus (negative.)
12292
12293         * lily/include/type-swallow-translator.hh
12294         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
12295
12296         * lily/*.cc: cosmetics around = sign.
12297
12298         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
12299         lyric spacing on the penultimate column.
12300
12301 2004-12-05  Christian Hitz  <chhitz@gmx.net>
12302
12303         * configure.in:
12304         * lily/accidental-placement.cc:
12305         * lily/bar-line.cc:
12306         * lily/beam-concave.cc:
12307         * lily/beam-quanting.cc:
12308         * lily/beam.cc:
12309         * lily/bezier-bow.cc:
12310         * lily/bezier.cc:
12311         * lily/break-align-interface.cc:
12312         * lily/custos.cc:
12313         * lily/dimension-cache.cc:
12314         * lily/dot-column.cc:
12315         * lily/font-metric.cc:
12316         * lily/font-select.cc:
12317         * lily/gourlay-breaking.cc:
12318         * lily/grob-property.cc:
12319         * lily/grob.cc:
12320         * lily/lily-guile.cc:
12321         * lily/line-spanner.cc:
12322         * lily/lookup.cc:
12323         * lily/lyric-extender.cc:
12324         * lily/lyric-hyphen.cc:
12325         * lily/mensural-ligature.cc:
12326         * lily/midi-def.cc:
12327         * lily/misc.cc:
12328         * lily/note-collision.cc:
12329         * lily/note-column.cc:
12330         * lily/note-head.cc:
12331         * lily/paper-outputter.cc:
12332         * lily/percent-repeat-item.cc:
12333         * lily/rest-collision.cc:
12334         * lily/side-position-interface.cc:
12335         * lily/simple-spacer.cc:
12336         * lily/slur-configuration.cc:
12337         * lily/slur-scoring.cc:
12338         * lily/slur.cc:
12339         * lily/spaceable-grob.cc:
12340         * lily/spacing-spanner.cc:
12341         * lily/spanner.cc:
12342         * lily/staff-symbol-referencer.cc:
12343         * lily/stem.cc:
12344         * lily/stencil.cc:
12345         * lily/system-start-delimiter.cc:
12346         * lily/system.cc:
12347         * lily/text-item.cc:
12348         * lily/tie.cc:
12349         * lily/tuplet-bracket.cc:
12350         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
12351         <cmath> beacause isinf/isnan is undefined in <cmath>
12352
12353 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12354
12355         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
12356
12357 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12358
12359         * VERSION: release 2.5.3
12360         
12361 2004-11-29  Arno Waschk <arno@arnowaschk.de>
12362
12363         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
12364
12365 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12366
12367         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
12368
12369         * lily/note-head.cc (internal_print): always try the "s" head if
12370         u/d not found.
12371
12372         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
12373
12374 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12375
12376         * mf/parmesan-heads.mf (overdone_heads): typos.
12377
12378 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12379
12380         * lily/parser.yy (markup): in markups, { .. } without command
12381         before are also flattened, ie \line must be explicitely used.
12382
12383         * Documentation/user/changing-defaults.itely:
12384         * Documentation/user/notation.itely: 
12385         * input/wilhelmus.ly: 
12386         * input/regression/instrument-name-markup.ly: 
12387         * input/regression/markup-score.ly: 
12388         * input/regression/new-markup-scheme.ly: 
12389         * input/regression/new-markup-syntax.ly: 
12390         * input/test/coriolan-margin.ly: use \line in markups where
12391         appropriate
12392         
12393 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12394
12395         * scm/new-markup.scm (map-markup-command-list): helper function
12396         used in parser.yy to map markup commands on a markup list.
12397
12398         * lily/parser.yy: get rid off < > in markups by treating { } as
12399         real lists.
12400
12401         * lily/lexer.ll: remove < > from markup lexer mode.
12402
12403         * scripts/convert-ly.py (conv): add rule for converting 
12404         \markup < > to \markup { }
12405
12406         * ly/titling-init.ly: 
12407         * input/test/coriolan-margin.ly: 
12408         * input/regression/new-markup-syntax.ly: 
12409         * input/regression/new-markup-scheme.ly: 
12410         * input/regression/multi-measure-rest-text.ly: 
12411         * input/regression/markup-stack.ly: 
12412         * input/regression/markup-score.ly: 
12413         * input/regression/instrument-name-markup.ly: 
12414         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
12415         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
12416         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
12417         * input/wilhelmus.ly: 
12418         * Documentation/user/notation.itely: 
12419         * Documentation/user/music-glossary.tely: 
12420         * Documentation/user/changing-defaults.itely: change < > to { } in
12421         markups
12422
12423 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12424
12425         * lily/accidental-placement.cc (position_accidentals): shortcut if
12426         no accidentals to place.
12427
12428 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12429
12430         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
12431         typo s/ly:dimension ?/ly:dimension?/
12432
12433         * input/regression/lily-in-scheme.ly: 
12434         * input/regression/music-function.ly: 
12435         * ly/spanners-init.ly (assertBeamSlope): 
12436         * scm/music-functions.scm (def-grace-function): add the paper
12437         argument to music function definitions.
12438
12439 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12440
12441         * lily/moment.cc (LY_DEFINE):
12442         ly:moment-main-{denominator,numberator}, new function.
12443
12444         * lily/score-engraver.cc (typeset_all): assign to column on basis
12445         of axis-group-parent-X setting.
12446
12447         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
12448         add_element() on basis of axis-group-parent-Y setting.
12449
12450         * lily/grob.cc: add axis-group-parent-{XY} properties.
12451
12452         * input/regression/spacing-stick-out.ly: new file.
12453
12454         * lily/simple-spacer.cc (add_columns): use binary search for
12455         setting column rods. Changes O(n^2) to O(n log(n)) for
12456         constructing spacing problem from columns.
12457         (add_columns): read allow-outside-line to make sure no texts stick
12458         out.
12459         (solve): Simple_spacer::is_active() only determines
12460         satisfies_constraints_ for non-ragged typesetting.
12461
12462         * lily/simultaneous-music.cc (to_relative_octave): only set
12463         old_relative_used if return pitch actually changed.
12464
12465         * scm/define-context-properties.scm
12466         (all-user-translation-properties): change to match implementation.
12467
12468         * python/lilylib.py: Replace re.match by re.search and adds "-c
12469         showpage" to the gs command line (Johannes Schindelin)
12470
12471         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
12472         before processing. Prevents crash when inf is in the extent.
12473
12474         * scm/define-markup-commands.scm (note-by-number): add "s" to
12475         "noteheads-" glyphname.
12476  
12477         * lily/parser.yy (Generic_prefix_music): supply parser argument to
12478         music function as well.
12479         
12480 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12481
12482         * VERSION: release 2.5.2
12483
12484         * Documentation/user/changing-defaults.itely (Creating titles):
12485         add breakbefore variable.
12486
12487         * lily/paper-book.cc (set_system_penalty): new function. Set
12488         penalty_ based on breakBefore setting
12489
12490         * lily/context-specced-music-iterator.cc (construct_children):
12491         interpret special context id $uniqueContextId 
12492
12493         * lily/context.cc (create_unique_context): new method. Move
12494         creation of unique (\new) contexts into interpreting phase. This
12495         makes
12496
12497           foo= \new Staff ..
12498           << \foo \foo >>
12499
12500         produce 2 staves.
12501         
12502
12503         * scm/define-music-properties.scm (all-music-properties): add
12504         quoted-voice-direction
12505
12506         * ly/music-functions-init.ly: killCues function.
12507
12508         * scm/music-functions.scm (cue-substitute): move creation of voice
12509         contexts further to the back. 
12510
12511 2004-11-25  Werner Lemberg  <wl@gnu.org>
12512
12513         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
12514         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
12515
12516 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
12517
12518         * buildscripts/guile-gnome.sh: Fixed typo.
12519
12520 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12521
12522         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
12523
12524         * scripts/abc2ly.py (dump_slyrics): add ord(). 
12525
12526         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
12527         to regular engraver. 
12528
12529 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12530
12531         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
12532
12533 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12534
12535         * scm/define-markup-commands.scm (fill-line): Typo.
12536
12537         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
12538         and newer.
12539
12540 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
12541
12542         * ly/dynamic-scripts-init.ly: Fixed typo.
12543
12544 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12545
12546         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
12547         note-head, to have different attachment points for up and down.
12548
12549         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
12550
12551         * mf/feta-generic.mf (else): remove solfa.
12552
12553         * mf/feta-bolletjes.mf (tishape): remove unicode test.
12554
12555         * scm/define-context-properties.scm
12556         (all-user-translation-properties): add shapeNoteStyles property.
12557
12558         * lily/shape-note-heads-engraver.cc (process_music): new file.
12559
12560         * lily/event.cc (transpose): call Event::transpose() for
12561         transposing the tonic.
12562
12563 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12564
12565         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
12566         Unicode/OpenType and AFM.
12567
12568         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
12569
12570 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12571
12572         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
12573
12574         * lily/context.cc (Context): unprotect key from ctor.
12575
12576         * scm/stencil.scm (stack-lines): return empty-stencil if argument
12577         is '()
12578         (stack-stencils): idem.
12579
12580         * Documentation/user/changing-defaults.itely (Creating titles):
12581         document new title layout options.
12582
12583         * lily/parser.yy (lilypond_header_body): copy previous
12584         $globalheader if present.
12585
12586         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
12587         ly:module-copy
12588         
12589         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
12590
12591         * scm/titling.scm: remove old titling functions
12592
12593         * lily/stencil.cc (translate): remove absolute dimension.
12594
12595         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
12596         via markup.
12597
12598         * scm/page-layout.scm (marked-up-headfoot): create header/footer
12599         field from user-supplied markup
12600
12601         * scm/define-markup-commands.scm (on-the-fly): new markup
12602         command. Enter SCM markup procedure directly in Scheme.
12603         (fromproperty): new markup command. Read markup from props argument.
12604
12605         * scm/titling.scm (marked-up-title): create title via
12606         user-specified markup. 
12607
12608         * scm/define-markup-commands.scm (column): remove empty stencils
12609         from column.
12610
12611         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
12612         not have side-effect of creating variable stub.
12613
12614         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
12615
12616 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12617
12618         * scm/encoding.scm (coding-alist): 
12619         * scm/font.scm (add-ec-fonts):
12620         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
12621         Extended-TeX-Font-Encoding---Latin.
12622
12623         * lily/side-position-interface.cc (general_side_position): Add
12624         actual offset to error message (avoid constant error messages).
12625
12626         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
12627         block.
12628
12629         * lily/font-select.cc (select_encoded_font)
12630         (get_font_by_mag_step, get_font_by_design_size): 
12631         * lily/modified-font-metric.cc (Modified_font_metric): 
12632         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
12633
12634         * scm/encoding.scm (coding-alist): Add fetaDynamic.
12635         (read-encoding-file): Bugfix: do not require space after bracket.
12636
12637         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
12638         these do not exist.
12639
12640 2004-11-20  Graham Percival  <gperlist@shaw.ca>
12641
12642         * Documentation/user/notation.itely: added info about typesetting
12643         boxed bar numbers.
12644
12645 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12646
12647         * flower/interval.cc (T_to_string): gcc4 fixes.
12648
12649         * scm/define-markup-commands.scm (fill-line): use
12650         stack-stencils. This fixes problems with putting already centered
12651         stencils in a line.
12652
12653         * VERSION: release 2.5.1
12654
12655         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
12656
12657 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12658
12659         * input/example-[1-3].ly: simplify.
12660
12661         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
12662
12663         * scm/output-ps.scm (new-text): new function. Use glyphshow to
12664         show glyphs.
12665
12666         * scm/encoding.scm (decode-byte-string): new function.
12667
12668         * scripts/convert-ly.py (conv): add warning about
12669         set-global-staff-size.
12670
12671         * Doxyfile: add. 
12672
12673         * scripts/convert-ly.py (conv): add raggedlastbottom rule
12674         (conv): warn for TextSpanner split.
12675         (conv): warn for textheight.
12676
12677 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12678
12679         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
12680         building the documentation, info with images are installed.
12681         (final-install): Fix description.  Mention sourcing of login
12682         scripts (instead of running).
12683
12684 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12685
12686         * Debian lmodern support.  Note that LilyPond will issue warnings
12687         
12688             no such encoding: "FontSpecific"
12689
12690           The font selection mechanism wants to get the encoding from the
12691           font itself, but the idea of lmodern is that it is usable with
12692           different encodings, ie, Lily should get the encoding from the
12693           font tree, rather than the font itself.  This would require some
12694           more work.
12695         
12696         * configure.in: Test for and accept lmodern if EC fonts not found.
12697
12698         * scm/framework-tex.scm (font-load-command): TeX font name
12699         mangling for latin1 encoded cork-lm fonts.
12700         (convert-to-ps): Load lm.map if available.
12701
12702         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
12703         available.
12704
12705         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
12706
12707         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
12708         available.
12709
12710         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
12711         path for absolute file name, that is silly.
12712
12713         * lily/score-engraver.cc (initialize): 
12714
12715         * Documentation/user/GNUmakefile (local-install-info): Invoke
12716         install-info --remove first.
12717
12718         * #include cleanup (Andreas Scherer).
12719
12720 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
12721
12722         * input/test/script-abbreviations.ly: fix typos.
12723
12724 2004-11-17  Werner Lemberg  <wl@gnu.org>
12725
12726         * python/lilylib.py (options_help_str): Support pretty-printing of
12727         newlines in fourth element of option description.
12728
12729         * scripts/lilypond-book.py (option_definitions): Use new lilylib
12730         feature.
12731         Sort options.
12732
12733         * Documentation/user/lilypond-book.itely: Finish update.
12734
12735 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12736
12737         * Documentation/user/macros.itexi: Add comment about \command.
12738
12739         * Documentation/user/lilypond.tely:
12740         * Documentation/user/lilypond-book.itely: Fix names of lilypond
12741         and lilypond-book nodes, so that `info lilypond' visits the manual
12742         at top level, and `info lilypond-book' visits the lilypond-book
12743         section.
12744
12745         * Documentation/user/GNUmakefile (local-install-info): Fix rules
12746         and packager messages.
12747
12748         * lily/pangofc-afm-decoder.cc: Update test.
12749
12750 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12751
12752         * scm/lily-library.scm (char->unicode-index): New function.
12753
12754         * scm/output-gnome.scm: 
12755         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
12756
12757         * Proper naming of file name throughout; s/filename/file[-_]name/.
12758
12759         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
12760
12761         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
12762
12763 2004-11-16  Werner Lemberg  <wl@gnu.org>
12764
12765         * scripts/lilypond-book.py: The Lord has commanded me to use only
12766         tabs for indentation.  Your humble servant obeys.
12767
12768 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12769
12770         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
12771         including font, if LilyPond-feta font is only feta font in path.
12772
12773         * scm/output-gnome.scm (text): Revert to file name of font if font
12774         has no name.  Fixes ec font selection.
12775         (char): Bugfix: do not utf8 twice.  Fixes clefs.
12776
12777         * scm/framework-svg.scm:
12778         * scm/output-svg.scm: New file.  TODO: figure out how to
12779         do character by index in font.
12780
12781         * scm/output-sodipodi.scm: Remove.
12782
12783         * scm/output-ps.scm (stem): Remove.
12784
12785 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12786
12787         * scm/output-gnome.scm (beam): New function.
12788         (slur): Round corners.
12789         (round-filled-box): Round corners.
12790
12791 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12792
12793         * scm/output-gnome.scm (beam): add function.
12794         (draw-line): new routine.
12795         (dashed-line): stub; call draw-line
12796         (polygon): new routine.
12797
12798 2004-11-15  Werner Lemberg  <wl@gnu.org>
12799
12800         * Documentation/user/lilypond-book.itely: Revise section on
12801         lilypond-book options.
12802         Other minor fixes.
12803
12804         * scripts/lilypond-book.py: Change indentation to 4.
12805         Minor formatting.
12806
12807 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12808
12809         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
12810         grobs that have tweaks specced.
12811         
12812 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
12813
12814         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
12815
12816 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12817
12818         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
12819         actual char #, not 0 based index.
12820
12821         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
12822
12823         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
12824         Warning: do make -C mf clean.
12825
12826         * lily/context-property.cc: Compile fix.
12827
12828         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
12829         Grok ec-fonts, braces and dynamics.
12830
12831         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
12832
12833 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12834
12835         * lily/include/tweak-registration.hh: new file.
12836
12837         * lily/tweak-registration.cc: new file.
12838
12839         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
12840         saving tweaks.
12841
12842         * scm/output-gnome.scm (text): comment dribble.
12843
12844 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12845
12846         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
12847
12848         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
12849         path-def before using.  Fixes muchtomany slurs in wrong places
12850         bug.
12851
12852 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12853
12854         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
12855
12856         * lily/include/object-key-undumper.hh (Module): new file.
12857
12858         * lily/object-key-undumper.cc (Module): New file. Deserialize
12859         keys. SCM bindings
12860
12861         * lily/object-key-dumper.cc (Object_key_dumper): idem.
12862         Provide SCM bindings.
12863
12864         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
12865         new file. Serialize object keys.
12866         
12867         * lily/object-key.cc (dump): new function.
12868         (as_scheme): new virtual function
12869         (undump): new function
12870         (undumpers): new table.
12871
12872         * lily/include/global-context.hh (Context): take \score key upon init.
12873
12874         * lily/object-key-dumper.cc (serialize_key): new file.
12875
12876         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
12877
12878         * lily/lily-lexer.cc: remove \quote.
12879
12880         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
12881
12882         * lily/context.cc (Context): take key argument in ctor.
12883         (create_context): new function
12884
12885         * lily/grob.cc (Grob): take key argument in ctor.  
12886
12887         * lily/lilypond-key.cc (do_compare): new file.
12888
12889         * lily/object-key.cc (Object_key): new file.
12890
12891         * lily/include/object-key.hh (class Object_key): new file.
12892
12893         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
12894
12895 2004-11-13  Graham Percival  <gperlist@shaw.ca>
12896
12897         * Documentation/user/lilypond-book.itely: add small warning about
12898         noindent default in lilypond-book.
12899
12900         * Documentation/user/converters.itely: add examples for convert-ly.
12901
12902         * Documentation/user/examples.itely: change version string in templates
12903         to 2.4.0.
12904
12905 2004-11-12  Karl Hammar  <karl@aspodata.se>
12906
12907         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
12908         cmdline, use xargs instead (backportme)
12909
12910 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
12911         
12912         * Documentation/user/: Numerous fixes in the user manual.
12913
12914 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12915
12916         * lily/parser.yy (re_rhythmed_music): search music expression for
12917         context-id, surround by \new Voice if not found. Fixes:
12918         addlyrics-second-staff.ly
12919
12920         * VERSION: 2.5.0 released.
12921         
12922 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12923
12924         * Documentation/index.html.in: Fix url to one big page.  (backportme)
12925
12926         * Documentation/user/GNUmakefile: Separate rules for split and
12927         unsplit html documents.  Remove perl massaging.  (backportme)
12928
12929 2004-11-11  Graham Percival  <gperlist@shaw.ca>
12930
12931         * Documentation/user/lilypond-book.itely: add short warning about
12932         \lilypond{} in LaTeX docs.
12933
12934 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12935
12936         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
12937         found.  (backportme)
12938
12939         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
12940         version requirement.  (backportme)
12941
12942         * configure.in: Be explicit about old versions of
12943         ec-fonts-mtraced.  (backportme)
12944
12945         * lily/context-selector.cc (set_tweaks): New function.
12946         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
12947         web with -DTWEAK.
12948
12949         * Documentation/user/introduction.itely (Automated engraving):
12950         Remove fragment option.  Fixes web.
12951
12952         * lily/context-property.cc (make_item_from_properties):
12953         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
12954         #ifdef.
12955
12956         * scm/define-context-properties.scm
12957         (all-internal-translation-properties): Add tweakRank and tweakCount.
12958
12959         * lily/grob.cc: 
12960         * scm/define-grob-properties.scm (all-internal-grob-properties):
12961         Add tweak-rank and tweak-count.
12962
12963 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12964
12965         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
12966         New function.
12967         (text): Use them.
12968
12969         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
12970         animated/opaque grob dragging tweaks.
12971
12972         * buildscripts/guile-gnome.sh: Update.
12973
12974 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12975
12976         * scm/define-grobs.scm (all-grob-descriptions): Added
12977         line-interface to the LigatureBracket object.
12978
12979 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12980
12981         * scm/framework-gnome.scm (item-event): Support non-animated mouse
12982         dragging tweaks.
12983
12984         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
12985
12986         * lily/context-selector.cc (store_context): New function.
12987
12988         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
12989         (store_grob): New function.
12990         (identify_grob): Add Moment parameter.
12991
12992         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
12993         exists.
12994
12995         * scm/framework-gnome.scm (save-tweaks): Write as alist.
12996
12997 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12998
12999         * scm/framework-gnome.scm (item-event): Print grob id.
13000         (save-tweaks): New function.
13001         (tweak): New funtion.
13002         (item-event): Use it, bound to arrow keys.
13003
13004         * lily/context-property.cc (make_item_from_properties): Register grob.
13005         * lily/context.cc (add_context): Register context.
13006
13007         * lily/include/context-selector.hh:
13008         * lily/include/grob-selector.hh:
13009         * lily/context-selector.cc:
13010         * lily/grob-selector.cc: New file.
13011
13012 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13013
13014         * lily/slur.cc: add 'positions to interface
13015
13016         * lily/main.cc: reinstate PS as standard output format. 
13017
13018         * scm/framework-tex.scm (output-preview-framework): print systems
13019         up to first non title system.
13020
13021         * lily/grace-engraver.cc (start_translation_timestep): split
13022         scm_cadddr
13023         
13024 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13025
13026         * lily/quote-iterator.cc (Module): remove old quote-iterator
13027
13028         * scm/define-music-types.scm (music-descriptions): move
13029         NewQuoteMusic over QuoteMusic
13030
13031         * Documentation/user/notation.itely (Formatting cue notes): use
13032         \cueDuring.
13033
13034         * lily/new-quote-iterator.cc (quote_ok): new function.
13035
13036         * input/regression/quote-cue-during.ly: new file.
13037
13038         * input/regression/quote-grace.ly: new file.
13039
13040         * scm/define-context-properties.scm (Module): change definition of
13041         graceSettings
13042
13043         * lily/context-property.cc (Module): rename from
13044         translator-property.cc
13045
13046         * lily/context.cc (context_name_symbol): new function
13047
13048         * lily/grace-engraver.cc: new file. Set properties for grobs based
13049         on the grace-ness of now_moment().
13050
13051         * scm/music-functions.scm (add-grace-property): use list
13052         iso. vector for graceSettings
13053         remove set-{start,stop}-grace-properties. 
13054
13055         * lily/new-quote-iterator.cc (construct_children): set
13056         quote_outlet_ if no quoted-context-{id,type} specified.
13057
13058         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
13059
13060         * lily/parser.yy (command_element): remove \quote.
13061
13062         * ly/music-functions-init.ly (location): add quoteDuring music
13063         function. 
13064
13065         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
13066         optional semicolon. (backportme)
13067
13068 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13069
13070         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
13071         need to link to GUILE et al.
13072
13073 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13074
13075         * scm/define-music-properties.scm (all-music-properties): add
13076         quoted-context-type, quoted-context-id.
13077
13078         * scm/lily.scm (type-check-list): new function.
13079         
13080         * scm/lily-library.scm: new file. Generic library routines.
13081
13082         * lily/parser.yy (Generic_prefix_music): move typechecking out of
13083         parser.
13084
13085         * ly/music-functions-init.ly: add quoteDuring function.
13086
13087         * lily/include/music-iterator.hh (class Music_iterator): rename
13088         set_translator -> set_context
13089
13090         * lily/parser.yy (Generic_prefix_music_scm): add
13091         MUSIC_FUNCTION_SCM_SCM_MUSIC
13092
13093         * scm/lily.scm (sanitize-command-option): new function. (backportme)
13094
13095         * scm/framework-tex.scm (header): sanitize TeX paper size.
13096         (backportme)
13097
13098 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13099
13100         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
13101
13102         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
13103
13104         * scm/framework-tex.scm (font-load-command): Use T1 if no
13105         font-encoding set.  (backportme)
13106
13107         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
13108         exists before converting.  (backportme)
13109
13110         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
13111         exists before converting.  (backportme)
13112         (convert-to-ps): Remove .ps file if it exists before
13113         converting.  (backportme)
13114
13115         * lily/lexer.ll: Remove extra progress newline, use present tense.
13116
13117         * scm/paper.scm (paper-alist): public.
13118         * scm/framework-tex.scm (convert-to-ps):
13119         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
13120         command line.
13121
13122 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13123
13124         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
13125
13126         * lily/recording-group-engraver.cc (derived_mark): mark
13127         now_events_. (backportme)
13128
13129 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13130
13131         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
13132
13133         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
13134         invoking latex. (backportme.)
13135
13136         * lily/stem.cc (off_callback): center stems for all rest stems.
13137
13138 2004-11-05  Werner Lemberg  <wl@gnu.org>
13139
13140         * Documentation/user/lilypond.tely: Add more guidelines for writing
13141         lilypond texinfo documents.
13142
13143 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
13144
13145         * Documentation/index.html.in: remove <hr>.
13146
13147         * THANKS: change 2.3 to 2.4.
13148
13149 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
13150
13151         * scm/output-gnome.scm: More fontconfig comment.
13152
13153 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
13154
13155         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
13156         <package> directory in $(builddir)/share according with
13157         PACKAGE_NAME defined in the VERSION file.
13158
13159 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13160
13161         * lily/beam.cc (rest_collision_callback): use local beam
13162         multiplicity.
13163
13164         * input/regression/stem-stemlet.ly: new file.
13165
13166         * lily/stem.cc (add_head): store rests as well.
13167
13168         * scm/define-grob-properties.scm (all-user-grob-properties): add
13169         stemlet-length
13170
13171         * lily/stem.cc: store rests as well.
13172         
13173         * input/regression/new-slur.ly: mention forcing.
13174
13175 2004-11-04  Werner Lemberg  <wl@gnu.org>
13176
13177         * Documentation/user/*: A new round of layout fixes and document
13178         structure cleanup.
13179
13180 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
13181
13182         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
13183
13184 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
13185
13186         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
13187
13188 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13189
13190         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
13191
13192         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
13193
13194         * lily/main.cc (main): Invoke identify.
13195
13196         * scm/lily.scm (postscript->pdf): Remove progress newline.
13197         Write progress to stderr.
13198
13199         * lily/paper-book.cc (output): Remove progress newline.
13200
13201         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
13202         gettext on user messages, and remove whitespace.
13203
13204         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
13205
13206         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
13207         argv[0] (Thomas Scharkowski).
13208
13209         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
13210         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
13211         for ec-fonts-mtraced.
13212
13213         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
13214         --srcdir build (Bertalan).
13215
13216         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
13217         headers and library too (Laura Conrad).
13218
13219         * Documentation/topdocs/INSTALL.texi (Top): Mention development
13220         package for guile too (Laura Conrad).
13221
13222         * lily/main.cc (usage): Typo.
13223
13224 2004-11-02  Werner Lemberg  <wl@gnu.org>
13225
13226         * Documentation/user/notation.ly: More fixes to improve appearance.
13227
13228         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
13229         better output for multicolumn tables.
13230
13231 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13232
13233         * lily/main.cc (dir_info): Fixed typo in the printouts.
13234
13235 2004-11-01  Werner Lemberg  <wl@gnu.org>
13236
13237         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
13238         of output.
13239         Set `per_line' to 2; replace hard-coded value with it.
13240
13241         * Documentation/user/*: Many fixes to improve appearance of
13242         printed manual.
13243
13244 2004-11-01  Werner Lemberg  <wl@gnu.org>
13245
13246         * Documentation/user/changing-defaults.itely,
13247         Documentation/user/notation.ly,
13248         Documentation/user/programming-interface.itely: Use @/.
13249         Fix formatting of some lilypond snippets and tables.
13250
13251         * scripts/lilypond-book.py (compose_ly): Provide useful default
13252         for LINEWIDTH in `override'.
13253
13254 2004-10-31  Graham Percival  <gperlist@shaw.ca>
13255
13256         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
13257
13258 2004-10-31  Werner Lemberg  <wl@gnu.org>
13259
13260         Resetting @exampleindent to `5' gives ugly results with texinfo's
13261         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
13262         (if not quoting) to change @exampleindent only locally.
13263
13264         * scripts/lilypond-book.py (NOQUOTE): New variable.
13265         (output) [LATEX]: Remove AFTER and BEFORE.
13266         [TEXINFO]: Remove AFTER and BEFORE.
13267         Fix QUOTE and VERBATIM pattern.
13268         Add NOQUOTE pattern.
13269         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
13270         and BEFORE.
13271         [output_texinfo]: Use NOQUOTE.
13272
13273 2004-10-31  Graham Percival  <gperlist@shaw.ca>
13274
13275         * Documentation/user/changing-defaults.itely: clarify paper
13276         size commands with correct info.
13277
13278         * Documentation/user/lilypond-book.itely: add more docs for
13279         filename extensions.
13280
13281 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13282
13283         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
13284         (PATCH_LEVEL): start 2.5.0.
13285
13286 #Local variables:
13287 #coding: utf-8
13288 #End:
13289