]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
GCC 4 fix.
[lilypond.git] / ChangeLog
1 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * lily/include/constrained-breaking.hh: GCC 4 fix.
4
5 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
6
7         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
8         Replace it with functions get_line_forces and get_line_configuration.
9         (class Simple_spacer): Make data private.
10         Rewrite compression algorithm to be faster and simpler.
11
12         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
13         * lily/gourlay-breaking.cc (solve):
14         * lily/constrained_breaking.cc (space_line):
15         Change it to the new simple-spacer code.
16
17         * lily/paper-score.cc (get_paper_systems):
18         (Paper_score):
19         (process):
20         Delay breaking the systems until they are requested.
21         (find_break_indices):
22         Use vsize for indices.
23         (calc_breaking):
24         Move the "Calculating line breaks" message here.
25
26         * lily/system.cc (pre_processing):
27         Move the "Calculating line breaks" message away from here.
28         (break_into_pieces):
29         Allow multiple calls to this function in sequence (with touching-but-
30         not-overlapping breakpoints).
31
32         * lily/constrained-breaking.cc:
33         Replace most of the get_XXXX functions with get_line_details.
34         Only calculate the force for each line. Calculate configurations only
35         for the lines we will actually use.
36         Replace cols_ with lines_.
37
38 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
39
40         * mf/GNUmakefile (depth): remove FC_FIND.
41
42         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
43
44         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
45
46         * scm/framework-ps.scm (write-preamble): new function.
47         (write-preamble): load mac fonts via fondu, even if gs-font-load
48         is set.
49
50 2006-05-03  Werner Lemberg  <wl@gnu.org>
51
52         * mf/GNUmakefile (FC_FIND): Fix typo.
53
54 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
55
56         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
57
58 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
59
60         * stepmake/aclocal.m4: run python-config for crosscompiling
61         flags. Backportme.
62
63         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
64         -f png for HTML, TEXINFO formats. Backportme.
65
66         * input/tutorial/lbook-html-test.html: new file.
67
68         * lily/include/tie-formatting-problem.hh (class
69         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
70         [column, direction]. This fixes laissez vibrer ties.
71  
72         * flower/include/tuple.hh (struct Tuple2): new file.
73
74         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
75         $(FCMATCH), only if $(NCSB_DIR) not set. Backportme.
76
77         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
78
79         * config.make.in (DOCUMENTATION): set FCMATCH. Backportme. 
80
81         * autogen.sh (srcdir): don't set --with-ncsb-dir. Backportme.
82
83 2006-05-03  Graham Percival  <gpermus@gmail.com>
84
85         * Documentation/user/ various: final round of reorg.
86
87         * Documentation/user/instrument-notation.itely: some more
88         fixes from Eduardo, thanks!
89
90 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
91
92         * VERSION (PACKAGE_NAME): release 2.9.3
93
94         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
95
96         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
97
98 2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
99
100         * scm/define-grob-properties.scm (all-user-grob-properties):
101         Correct typo, thanks to Eduardo.
102
103 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
104
105         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
106
107         * buildscripts/lilypond-words.py (F): indent fix.
108
109         * input/regression/tie-arpeggio-collision.ly: new file.
110
111         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
112         function: store outlines per column rank.
113
114         * lily/include/tie-configuration.hh (class Tie_configuration): add
115         column_ranks_ to specification and configuration, to distinguish
116         between ties for different heads in arpegiated chords.
117
118         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
119
120         * *.py: more 4 space indents.
121
122         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
123
124 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
125
126         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
127
128 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
129
130         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
131
132         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
133
134         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
135
136 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
137
138         * python/convertrules.py (conv): indent 4 for python files.
139
140 2006-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
141
142         * Documentation/user/changing-defaults.itely (Creating contexts):
143         Clarify \new semantics.
144
145 2006-04-28  Graham Percival  <gpermus@gmail.com>
146
147         * Documentation/user/ various: major new sections in the
148         Learning manual, slight reorg elsewhere.
149
150 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
151
152         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
153
154         * scm/framework-ps.scm (output-framework): remove PageMedia
155
156 2006-04-27  Graham Percival  <gpermus@gmail.com>
157
158         * Documentation/user/ tweaks.itely, working.itely: new
159         files, being more advanced "learning manual" chapters.
160
161         * Documentation/user/ tutorial, putting, lilypond: reorg.
162
163 2006-04-26  Graham Percival  <gpermus@gmail.com>
164
165         * input/regression/lyric-combine-polyphonic.ly: fixed test
166         (no more "can't find context `one'" error).
167
168 2006-04-25  Joe Neeman <joeneeman@gmail.com>
169
170         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
171
172         * input/regression/stem-tremolo.ly: add 2 more whole note examples
173         
174 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
175
176         * lily/relocate.cc (read_relocation_dir): new function.
177
178 2006-04-26  Graham Percival  <gpermus@gmail.com>
179
180         * Documentation/user/instrument-notation.itely: a few more fixes
181         from Eduardo, thanks!
182
183         * Documentation/user/README.txt: new file; contains info on
184         style that used to be in lilypond.tely.
185
186         * Documentation/user/ various: first round of doc reorg.
187
188         * Documentation/user/baer-flat-bw.png: remove alpha bit from
189         graphic; this probably causes problems on some pdf
190         viewers, notably Adobe Acrobat.
191
192 2006-04-24  Graham Percival  <gpermus@gmail.com>
193
194         * Documentation/user/instrument-notation.itely: many alterations
195         to Vocal music, from Eduardo Viera.
196
197 2006-04-23  Graham Percival  <gpermus@gmail.com>
198
199         * Documentation/user/instrument-notation.itely: fix \new
200         instead of \context problem.
201
202 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
203
204         * lily/relocate.cc (expand_environment_variables): new function.
205         (read_line): id.
206         (read_relocation_file): id.
207
208         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
209
210 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
211
212         * ly/engraver-init.ly: remove old comments from TabVoice
213
214 2006-04-20  Graham Percival  <gpermus@gmail.com>
215
216         * Documentation/user/instrument-notation.itely: added Erlend's
217         latest doc patch, thanks!
218
219 2006-04-19  Erlend Aasland <erlenda@gmail.com>
220
221         * lily/include/slur.hh:
222         * lily/slur.cc:
223         * lily/phrasing-slur-engraver.cc:
224         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
225         acknowledge_extra_object () from Phrasing_slur_engraver:: and
226         Slur_engraver:: and putting it in
227         Slur::auxiliary_acknowledge_extra_object ().
228
229         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
230
231         * lily/note-collision.cc: fix a comment
232
233 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
234
235         * stepmake/bin/add-html-footer.py: fix footer position in
236         generated html files: before </body> and </html> tags.
237
238 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
239
240         * scripts/GNUmakefile: revert last "fix", which rather broke make.
241         Earlier successive `make' commands finally compiled ok.
242
243         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
244
245 2006-04-18  Erlend Aasland <erlenda@gmail.com>
246
247         * lily/include/stem-tremolo.hh:
248         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
249         callers.
250
251         * lily/lookup.cc:
252         * lily/include/lookup.hh: add rotated_box ()
253
254 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
255
256         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
257         been generated. Fixes "can't get `--help'" bug after make clean.
258
259         * THANKS: alphabetize contributors.
260
261 2006-04-17  Graham Percival  <gpermus@gmail.com>
262
263         * Documentation/user/instrument-notation.itely: added Erlend's
264         tabs and banjo doc patch.  Thanks!
265
266 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
267
268         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
269
270         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
271
272         * scm/output-lib.scm: add some more predefined string tunings.
273
274         * Documentation/user/instrument-notation.itely: and doc them.
275
276 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
277
278         * ly/engraver.ly: Remove obsolete comments.
279
280         * ly/gregorian-init.ly: Define default layout block.
281
282         * input/puer-fragment.ly: Updated and extended.
283
284 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
285
286         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
287         pdf conversion behaviour.
288
289         * flower/file-name.cc (dir_name)
290         (get_working_directory): Move from relocate.cc.
291
292         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
293         
294         * lily/relocate.cc: Encapsulate sys/stat.h in
295         HAVE_STAT_H.
296
297 2006-04-14  Graham Percival  <gpermus@gmail.com>
298
299         * Documentation/user/ various: small updates from Cameron
300         and Juergen, thanks!
301
302         * Documentation/user/ various: small updates of my own.
303
304         * THANKS: 2.7 -> 2.8.
305
306 2006-04-11  Graham Percival  <gpermus@gmail.com>
307
308         * scm/define-context-properties.scm: typo.
309
310         * Documentation/user/ : many more small updates.
311
312 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
313
314         * scm/define-music-types.scm: disposed "docme".
315
316 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
317
318         * lily/hairpin.cc: make niente circles a bit smaller.
319
320 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
321
322         * mf/GNUmakefile: remove redundant mftrace check. Also remove
323         get-pfa and get-*-fonts targets.
324
325 2006-04-10  Graham Percival  <gpermus@gmail.com>
326
327         * THANKS, Documentation/user/ basic-notation, advanced-notation,
328         music-glossary, programming-interface: more minor fixes
329         from mailist.
330
331         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
332
333         * scm/define-context-properties.scm: another old \property update.
334         This time tested for compiling!
335
336 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
337
338         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
339
340 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
341
342         * scm/define-context-properties.scm (all-user-translation-properties): 
343         * Documentation/user/global.itely (Page formatting): Compile fix.
344
345 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
346
347         * Documentation/user/advanced-notation.itely (Polymetric
348         notation): Update the example to use the "+" symbol and add link
349         to input/test/compound-time.ly.
350
351 2006-04-08  Graham Percival  <gpermus@gmail.com>
352
353         * scm/define-grob-properties.scm: clarify docs for #'direction.
354
355         * scm/define-context-properties.scm: update old \property override.
356
357         * Documentation/user/ advanced-notation, global, lilypond-book:
358         more minor doc updates.
359
360 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
361
362         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
363
364         * scm/backend-library.scm (search-gs): oops.
365
366 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
367
368         * scripts/lilypond-book.py (output): use base, not filename for href.
369
370         * scm/backend-library.scm: only look for gs.
371
372         * scripts/lilypond-book.py (output): fix printfilename.
373
374         * lily/parser.yy (music_function_musicless_prefix): fold together
375         definitions of signature (SCM*) (Music|post_event|chord_body_element)
376
377         * lily/slur.cc (print): only set font-size if not set yet.
378
379         * lily/slur-configuration.cc (add_score): improved layout of debug
380         scoring output.
381
382 2006-04-05  David Feuer  <David.Feuer@gmail.com>
383
384         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
385         (draw_circle): Hopefully fixed regression.
386         Improved documentation for several procedures.
387         
388 2006-03-04  Werner Lemberg  <wl@gnu.org>
389
390         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
391
392 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
393
394         * scripts/musicxml2ly.py (bindir): add dynamic
395         relocation. 
396
397 2006-04-04  Graham Percival  <gpermus@gmail.com>
398
399         * Documentation/user/ basic-notation, advanced-notation, putting,
400         instrument-notation, invoking, lilypond, THANKS: another ream of small
401         fixes from the Doc Helpers.
402
403 2006-04-03  David Feuer  <David.Feuer@gmail.com>
404
405         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
406
407         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
408
409         * Cleaned up interfaces between PostScript and Scheme, and moved
410         computations from PostScript to Scheme:
411
412         * music-drawing-routines.ps
413         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
414         with stroke_and_fill throughout.
415         (euclidean_length, print_letter, draw_box): Deleted unused
416         procedures.  If someone needs draw_box, implement it using
417         draw_round_box; don't duplicate code.
418         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
419         Refactored/cleaned up interfaces.
420         (mark_URI): Moved.
421
422         * output-ps.scm: reordered arguments to PostScript functions to
423         match new interfaces
424         (glyph-string): Rewrote glyph-string.
425         (grob-cause): Replaced string-append with format.
426         (repeat-slash): Rewrote to do computation here.
427         (round-filled-box): Rewrote to do computation here.
428
429 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
430
431         * stepmake/stepmake/generic-targets.make: add cvs-clean target
432
433         * stepmake/stepmake/toplevel- targets.make: print help info about
434         cvs-clean
435
436 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
437
438         * input/regression/hairpin-circled.ly: new file
439
440 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
441
442         * lily/hairpin.cc (print): add support for circled tip
443
444         * scm/define-grob-properties.scm: add circled-tip parameter
445
446         * scm/define-grobs.scm: init circled-tip to false
447         
448 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
449
450         * scm/music-functions.scm (quote-substitute): set
451         iterators-ctor. 
452
453 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
454
455         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
456         BSTINPUTS. 
457
458         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
459
460         * scm/output-ps.scm (glyph-string): revert cid selectfont.
461
462 2006-03-31  David Feuer  <david.feuer@gmail.com>
463         
464         * scm/framework-ps.scm:
465         
466         * scm/output-ps.scm: glyph-string now produces smaller, more
467         readable, and probably faster PostScript.  Several findfont
468         scalefont setfont instances changed to selectfont
469         Hacked-up string-appends changed to formats.
470
471         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
472         
473 2006-03-30  Graham Percival  <gpermus@gmail.com>
474
475         * scm/lily-library.scm: make "no version" warning message more polite.
476
477         * lily/music.cc: add double quotes to failed octave check.
478
479         * Documentation/user/ advanced-notation, changing-defaults,
480         instrument-notation, invoking, music-glossary: whole bunch of minor
481         fixes from mailist.
482
483 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
484
485         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
486         $(buildscriptdir) iso. depth.
487
488         * VERSION (PACKAGE_NAME): release 2.9.1
489
490 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
491
492         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
493
494         * VERSION (PATCH_LEVEL): bump version number.
495
496         * flower/include/guile-compatibility.hh (scm_from_uint32): add
497         scm_from_uint32 ()
498
499         * lily/pango-font.cc (pango_item_string_stencil): use
500         scm_from_uint32 ()
501
502         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
503         $(outdir)/emmentaler-%.svg): remove canary.
504
505         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
506         glyphnames if we have a ttf font.
507
508 2006-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
509
510         * Documentation/user/advanced-notation.itely (Font selection):
511         Corrected reference to the font-family-override.ly example.
512
513 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
514         
515         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
516         stem-tremolo object in the stem (or else the stem might not be
517         long enough).
518
519 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
520
521         * lily/ttf.cc (print_trailer): only print existing glyphs.
522
523 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
524
525         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
526         position the tremolo based on the position of the notehead.
527
528         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
529         notes and update the texidoc line with the new positioning rules.
530         
531 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
532
533         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
534
535         * scripts/lilypond-book.py (Module): set default for linewidth if
536         preamble not found.
537
538 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
539
540         * VERSION (PACKAGE_NAME): release 2.9.0.
541
542         * input/regression/stem-tremolo-position.ly: new file.
543
544         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
545
546 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
547
548         * lily/stem-tremolo.cc (print): position
549         the tremolo depending only on the end of the stem
550         and not on the notehead
551         (raw_stencil): center, on the middle staff line, the
552         flag that is closest to the end of the stem (previously
553         the bottom flag)
554         (calc_width): add this callback to shorten a tremolo when
555         it is beamed or it is stemup with a flag
556         (style): add this callback to make a tremolo rectangular when
557         it is beamed or it is stemup with a flag
558         (rotated_box): this is like Lookup::beam but makes a rotated
559         rectangle instead of a parallelogram
560
561         * lily/stem.cc (calc_stem_info): make sure the stem
562         is long enough to fit the tremolo
563         (calc-length): reduce the length of tremolo stems since the
564         tremolo code is now capable of better positioning
565
566         * scm/define-grobs.scm: make calc_width the default beam-width
567         callback for stem-tremolo and add the style callback
568                 
569 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
570
571         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
572         case. 
573
574 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
575
576         * lily/ttf.cc (make_index_to_charcode_map): restore old
577         cmap. 
578
579 2006-03-28  Werner Lemberg  <wl@gnu.org>
580
581         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
582
583 2006-03-28  Graham Percival  <gpermus@gmail.com>
584
585         * THANKS: update for 2.9, add section for Documentation helpers.
586
587         * Documentation/topdocs/NEWS.tely: compile fix.
588
589         * Documentation/user/ basic-notation, global, advanced-notation,
590         examples.itely: minor fixes from mailist.
591
592 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
593
594         * mf/feta-bolletjes.mf: match width of solfa notes with normal
595         note heads. 
596
597         * lily/ttf.cc (print_trailer): use it.
598
599         * lily/pango-font.cc (get_unicode_name): new function.
600
601         * lily/ttf.cc (make_index_to_charcode_map): move function from
602         open-type-font.cc
603         (print_trailer): substitute uniXXXX name if applicable. 
604
605         * lily/pango-font.cc (get_index_to_charcode_map): new function.
606         (pango_item_string_stencil): use it to generate uniXXXX names.
607
608         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
609         note heads, for uniform widths in shape note output.
610         (overdone_heads): hmm. remove them again.
611
612         * scripts/lilypond-book.py (output): add links to filenames.
613
614         * Documentation/topdocs/INSTALL.texi (Top): update versions.
615
616         * lily/note-collision.cc (get_clash_groups): only consider when
617         Note_column::dir <> CENTER. 
618
619         * scripts/lilypond-book.py (get_option_parser): init output_name
620         to ''. 
621
622 2006-03-24  Graham Percival  <gpermus@gmail.com>
623
624         * Documentation/topdocs/NEWS.tely: add @end itemize
625
626         * Documentation/user/ global, advanced-notation: minor
627         stuff from mailist.
628
629 2006-03-23  Graham Percival  <gpermus@gmail.com>
630
631         * Documentation/user/ lilypond.tely, music-glossary,
632         preface: housekeeping; 2005->2006, remove "notes for 2.6"
633
634 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
635
636         * mf/GNUmakefile: don't install .enc files.
637
638         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
639
640         * VERSION (PATCH_LEVEL): bump to 2.9.0
641
642 2006-03-22  Graham Percival  <gpermus@gmail.com>
643
644         * Documentation/user/advanced-notation.itely: minor fixes
645         from mailist.
646
647 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
648
649         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
650
651         * branch lilypond_2_8
652
653 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
654
655         * scripts/lilypond-book.py (samefile): new function, for windoze
656         compatibility.
657
658 2006-03-21  Graham Percival  <gpermus@gmail.com>
659
660         * ly/engraver-init.ly: add info about StaffGroup.
661
662 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
663
664         * input/regression/stem-direction-context.ly: idem.
665
666         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
667
668         * THANKS: add Mats.
669
670         * input/regression/page-layout-twopass.ly: comment out \markup so
671         tweak-file is left.
672
673         * lily/instrument-name-engraver.cc (finalize): add to instrument
674         name global System. This also fixes chopped instrument names, but
675         doesn't crash when there are slurs/beams.
676
677         * lily/slur-configuration.cc (add_score): disallow negative slur
678         scores.
679         
680 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
681
682         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
683
684         * lily/instrument-name-engraver.cc (process_music): kludge: add
685         InstrumentName spanner to axis group of left bound. Fixes chopped
686         off instrument names in EPS images.
687
688         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
689
690         * scripts/abc2ly.py (option_parser): update to 2.7.40
691
692 2006-03-20  Graham Percival  <gpermus@gmail.com>
693
694         * THANKS: move small doc contributors to SUGGESTIONS.
695
696         * Documentation/user/ basic-notation, advanced-notation,
697         global: small changes from mailist.
698
699 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
700
701         * Documentation/user/advanced-notation.itely (Text marks): update
702         for new rehearsalMarkAlignSymbol convention.
703
704         * VERSION (PATCH_LEVEL): bump version.
705
706         * input/test/instrument-name-align.ly: new file.
707
708         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
709
710         * input/test/instrument-name-align.ly: new file. Document how to
711         align instrument names.
712
713         * lily/mark-engraver.cc: remove properties.
714
715         * scm/define-context-properties.scm
716         (all-user-translation-properties): remove align symbol properties
717         for barnumber/reh. mark.
718
719         * lily/break-align-interface.cc (self_align_callback): new
720         interface, new function. Look at complete alignment. This handles
721         tunable break alignments in case break-align-symbols are missing.
722
723         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
724
725         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
726
727         * python/convertrules.py (conv): mark/bar number alignment rule.
728
729         * lily/break-align-interface.cc (calc_positioning_done): also
730         store offset from last visible break-alignment to its
731         neighbor. This makes alignment on non-visible objects more reliable.
732
733         * po/lilypond.pot (Module): ran po-replace.
734
735         * input/regression/tie-single-manual.ly (Module): new file.
736
737         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
738         look at has_manual_position_.
739         (from_ties): set has_manual_position_ if tie has staff-position set.
740
741         * lily/tuplet-bracket.cc (calc_positions): idem.
742
743         * lily/tuplet-number.cc (print): don't print tupletnumber if it
744         doesn't span time.
745
746 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
747
748         * scm/define-markup-commands.scm (smallCaps): new markup command
749         for turning a text to small caps using smaller font size and upper
750         casing.
751
752 2006-03-17  Graham Percival  <gpermus@gmail.com>
753
754         * Documentation/user/ examples, instrument-notation,
755         advnaced-notation: minor fixes from mailist.
756
757 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
758
759         * Documentation/user/tutorial.itely (First steps): change example
760         to verbatim.  
761
762 2006-03-17  Graham Percival  <gpermus@gmail.com>
763
764         * Documentation/user/ examples, advanced: minor changes from mailist.
765
766         * THANKS: add Geoff Horton, for documentation stuff.
767
768 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
769
770         * python/lilylib.py (system): revert have_select kludge.
771
772         * Documentation/user/tutorial.itely (Commenting input files):
773         update version numbers in doc. 
774
775         * scm/define-grob-interfaces.scm (multi-measure-interface): add
776         bound-padding to multi-measure-interface
777
778 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
779
780         * input/test/engraver-example.ily: update version number.
781
782         * VERSION (PACKAGE_NAME): release 2.7.39
783
784         * lily/note-spacing.cc (get_spacing): heighten threshold where
785         accidentals/arpeggios influence previous spacing fully.
786
787         * lily/rest.cc (y_offset_callback): only use direction if
788         staff-position wasn't set before.
789
790         * lily/bar-number-engraver.cc: add support for
791         barNumberAlignSymbol. 
792         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
793
794         * lily/pointer-group-interface.cc (set_ordered): new function. 
795         (add_unordered_grob): new function.
796
797         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
798         to ordered, unless the opposite has been proved.  This fixes
799         random reordering of large object groups across linebreaks,
800         eg. beams.
801
802         * lily/main.cc (do_chroot_jail): printf format fix.
803
804         * lily/tie-formatting-problem.cc (generate_configuration):
805         multiply y-shift for dot with direction.
806  
807         * scm/define-markup-commands.scm (note-by-number): put (magstep
808         size) in y-attach too.
809
810         * Documentation/topdocs/NEWS.tely (Top): show override.
811
812         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
813         direction for stems.
814         
815 2006-03-15  Graham Percival  <gpermus@gmail.com>
816
817         * Documentation/user/ changing-defaults, global: minor
818         fixes from mailist.
819
820 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
821
822         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
823
824         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
825         breakable items after uniformly stretched notes.
826
827         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
828         outline with outer edge of note heads. This prevents infinity
829         problems with tied whole notes.
830
831         * scripts/lilypond-book.py (do_file): use os.popen
832
833         * python/convertrules.py (conv): add rule for Stem #'beamed-*
834
835 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
836
837         * Documentation/user/invoking.itely: Add ragged-right to bug report
838         guidelines.
839
840 2006-03-14  Graham Percival  <gpermus@gmail.com>
841
842         * Documentation/user/global.itely: small fix from mailist.
843
844 2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
845
846         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
847         file descriptor returned by tempfile.mkstemp() when writing
848         to tmpfile and closing it. Solves problem with unlink(tmpfile)
849         on mingw.
850
851 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
852
853         * po/fi.po: newline bugfix.
854
855 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
856
857         * scm/paper.scm (paper-alist): Rounding fixes.
858
859 2006-03-13  Graham Percival  <gpermus@gmail.com>
860
861         * Documentation/user/ changing-defaults, instrument-notation,
862         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
863
864 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
865
866         * po/fi.po: update.
867
868 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
869
870         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
871         mailto: to http:// 
872
873         * python/lilylib.py (print_environment): move ps_page_count to
874         lilypond-book.py
875
876 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
877
878         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
879
880         * scm/framework-ps.scm (embed-document): new function. Use to
881         embed PFA files.
882
883         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
884
885 2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
886
887         * Documentation/user/instrument-notation.itely (Setting simple
888         songs): Added \book{...} around the full example, so the separate
889         markups are included in the printed example. 
890
891 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
892
893         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
894         tmphandle.
895
896         * python/lilylib.py (system): rewrite system() using
897         subprocess. Remove >& redirection trickery.
898
899 2006-03-11  Graham Percival  <gpermus@gmail.com>
900
901         * Documentation/user/ changing-defaults, global, scheme-tutorial,
902         notation-appendices.itely: minor fixes from mailist.
903
904 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
905
906         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
907         unsplit man also needs images.
908
909         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
910
911         * VERSION (PACKAGE_NAME): 2.7.38 released.
912
913 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
914
915         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
916         log in output dir.
917
918 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
919
920         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
921         respects the Score.skipTypesetting property.
922         
923 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
924
925         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
926         Prolog. No %%EOF after CFF file.
927
928 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
929         
930         * lily/constrained-breaking.cc (get_max_systems): used to return a
931         much too big value
932         (combine_demerits): use pointers to reduce copying data
933         (calc_subproblem): idem
934         (get_page_penalty): add page turn penalties
935         
936 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
937
938         * Documentation/user/invoking.itely (Invoking lilypond): better
939         explanation of -e usage.
940
941         * lily/main.cc (main_with_guile): don't append to
942         init_scheme_code_string
943
944         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
945
946         * Documentation/user/invoking.itely: add note about MacOS X scripts.
947
948         * scripts/convert-ly.py (do_options): don't print help for
949         --show-rules rule.
950
951         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
952         @code and @example. Update from texinfo.tex from CVS.
953
954 2006-03-08  Graham Percival  <gpermus@gmail.com>
955
956         * Documentation/user/scheme-tutorial.itely: clarifies distances
957         measured in staff-spaces.
958
959 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
960
961         * lily/slur.cc (outside_slur_callback): only calculate offsets if
962         consider[k] is true.
963
964         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
965
966         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
967         consider columns that have originals.  Unifies spacing for mm
968         rests around line breaks.
969
970         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
971         (set_text_rods): idem.
972         (calculate_spacing_rods): new function: share code between
973         set_text_rods and set_spacing_rods.
974         (set_text_rods): take extents of bounds into account.  
975
976 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
977
978         * Documentation/user/basic-notation.itely (Writing music in
979         parallel): don't use relative.
980
981 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
982
983         * ly/music-functions-init.ly (Module): add shiftDurations
984
985         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
986
987         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
988
989         * ly/engraver-init.ly: init vocalName to nil.
990
991 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
992
993         * scm/music-functions.scm (music->make-music): bugfix,
994         KeyChangeEvents are now handled correctly.
995
996         * scripts/lilypond-book.py: Add --debug option.
997
998 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
999
1000         * python/lilylib.py: add tempfile.
1001
1002 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1003
1004         * VERSION (PACKAGE_NAME): release 2.7.37
1005
1006         * python/lilylib.py (ps_page_count): remove make_ps_images().
1007         (ps_page_count): remove mkdir_p
1008         (system): remove cleanup_temp.
1009         (exit): remove lilypond_version_(check)
1010         (error_log): remove pseudo_filter_p
1011         remove read_pipe
1012         remove cp_to_dir
1013         remove identify
1014
1015         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
1016         use __main__
1017
1018         * lily/accidental-engraver.cc (make_standard_accidental): only add
1019         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
1020
1021         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
1022         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
1023         Make incompatibilities.
1024
1025         * scm/output-ps.scm (grob-cause): replace backslashes by /
1026         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
1027
1028 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1029
1030         * cygwin/GNUmakefile: Install fixes.
1031
1032         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
1033
1034         * lily/note-head.cc (head::get_balltype): Compile fix.
1035
1036         * flower/file-name.cc (dos_to_posix): Flower string fix.
1037
1038 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1039
1040         * python/lilylib.py: pychecker cleanups.
1041
1042         * scripts/lilypond-book.py
1043         (Lilypond_snippet.output_print_filename): pychecker cleanups
1044
1045         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
1046
1047         * python/lilylib.py (underscore): remove identify() , warranty()
1048
1049         * ps/music-drawing-routines.ps: change Border routine for GSView
1050         compatibility.
1051
1052         * lily/stem.cc (height): use quantize-positions.  This triggers
1053         set_stem_lengths, so scripts on beamed stems are handled correctly.
1054
1055         * lily/side-position-interface.cc (aligned_side): check if edges
1056         of script are inside staff. Fixes accent of edge of the staff.
1057
1058         * input/regression/staccato-pos.ly: more examples.
1059
1060         * stepmake/aclocal.m4 (depth): fix bashism.
1061
1062         * lily/lyric-combine-music-iterator.cc: move from
1063         new-lyric-combine-iterator.cc
1064         (process): add pending_grace_lyric_ member to delay lyrics on
1065         grace notes.
1066
1067         * lily/system-start-text.cc (print): suicide if we don't have any
1068         elements. Fixes hara kiri'd instrument names.
1069
1070         * scripts/mup2ly.py (Module): remove.
1071
1072 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1073
1074         * Documentation/user/global.itely (A single music expression):
1075         close @lilypond properly
1076
1077         * lily/volta-bracket.cc (modify_edge_height): change from
1078         after_line_breaking_callback. Suicide last bracket if appropriate.
1079  
1080         * python/lilylib.py: strip getopt support
1081
1082         * scripts/etf2ly.py (do_options): use optparse
1083
1084         * scripts/midi2ly.py: optparse, strip lilylib copy. 
1085
1086         * scripts/abc2ly.py (voices): use optparse.
1087
1088         * stepmake/stepmake/generic-vars.make: new function absdir.
1089
1090         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
1091
1092         * scripts/lilypond-book.py (find_file): use global_options for
1093         include path
1094
1095         * scm/ps-to-png.scm (ps-page-count): prevent null characters
1096         entering C code.
1097
1098 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1099
1100         * python/lilylib.py (get_global_option): ughness for extracting
1101         global options from lilylib.
1102         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
1103
1104         * scripts/lilypond-book.py (get_option_parser): use optparse for
1105         option handling.  Put options in global_options variable.
1106
1107 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
1108
1109         * Documentation/index.html.in: clarify.
1110
1111 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1112
1113         * scm/layout-page-layout.scm (write-page-breaks): add a
1114         music-system-heights property to the page layout output.
1115
1116         * scm/page.scm (make-page-stencil): take footer into account when
1117         computing the 'space-left page property
1118         (annotate-space-left): take footer into account when annonating
1119         space left.
1120
1121 2006-02-28  Graham Percival  <gpermus@gmail.com>
1122
1123         * Documentation/user/ advanced-notation, global: more (final)
1124         docs for music expressions, removed special fermatas.
1125
1126 2006-02-27  Graham Percival  <gpermus@gmail.com>
1127
1128         * Documentation/user/ basic-notation, global: minor changes
1129         from mailist.
1130
1131 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1132
1133         * scm/framework-ps.scm:         
1134         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
1135         layer for inf? and nan? from framework-ps to lily-library.
1136
1137 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1138
1139         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
1140         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
1141
1142         * buildscripts/substitute-encoding.py (Module): remove file.
1143
1144         * mf/GNUmakefile: more PFA strippage.
1145
1146         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
1147
1148         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
1149         generation
1150
1151         * scm/framework-ps.scm: remove font name munging.
1152
1153         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
1154
1155 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1156
1157         * scm/markup.scm (define-markup-command): change
1158         def-markup-command to define-markup-command
1159
1160         * scm/music-functions.scm (define-music-function): change
1161         def-music-function to define-music-function.
1162
1163         * python/convertrules.py (conv): rules for def-music-function
1164         and def-markup-commands
1165
1166         * Documentation/user/programming-interface.itely,
1167         input/no-notation/display-lily-tests.ly,
1168         input/regression/lily-in-scheme.ly,
1169         input/regression/markup-user.ly,
1170         input/regression/music-function.ly, input/regression/tie-chord.ly,
1171         scm/fret-diagrams.scm, ly/music-functions-init.ly,
1172         ly/gregorian-init.ly: use new macro names (define-music-function,
1173         define-markup-command).
1174
1175 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1176
1177         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
1178         (output): add comments to lp-book latex output.
1179
1180         * GNUmakefile.in (footifymail): use gmane address for webpage bug
1181         address.
1182
1183 2006-02-23  Graham Percival  <gpermus@gmail.com>
1184
1185         * Documentation/user/ tutorial, global: minor changes.
1186
1187 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1188
1189         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
1190         blocks (for make 3.80)
1191
1192         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
1193         \notemode so that user should not have to explicitely type it.
1194
1195         * scm/define-music-display-methods.scm: various
1196         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
1197         constructs)
1198
1199         * input/no-notation/display-lily-tests.ly: new tests for
1200         \applyOutput and \applyContext
1201
1202 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1203
1204         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
1205         changed it slightly so that the number of systems returned by
1206         solve () will be the same as the last value passed to resize
1207         (). I've also added more documentation, removed casts, fixed style
1208         problems and put in some recovery if constraints aren't satisfied."
1209
1210 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1211
1212         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
1213         for emacs < 22 compatibility.
1214         (count-rexp): Use it.
1215         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
1216         substring juggling (Milan Zamazal).
1217
1218 2006-02-23  Graham Percival  <gpermus@gmail.com>
1219
1220         * Documentation/user/ basic-notation, advanced-notation,
1221         global.itely, invoking.itely, tutorial,itely:
1222         minor fixes from mailist.
1223
1224         * scm/define-markup-commands.scm: improve docs of \filled-box.
1225
1226 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
1227
1228         * Documentation/index.html.in: changes concern the previous release.
1229
1230         * input/regression/+.ly: cultivate typographical terminology.
1231
1232 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1233
1234         * scm/define-grob-interfaces.scm (parentheses-interface): add
1235         padding to parentheses-interface.
1236
1237         * Documentation/user/GNUmakefile: remove $(CROSS) support from
1238         Documentation/user/GNUmakefile. Use --disable-documentation for that.
1239
1240         * VERSION (PATCH_LEVEL): release 2.7.36
1241
1242         * lily/slur.cc: add avoid-slur (ugh.)
1243         
1244         * lily/slur-configuration.cc (fit_factor): oops, skip point if
1245         intersection gets smaller. This fixes slurs over extreme points.
1246
1247         * lily/melody-engraver.cc (stop_translation_timestep): ignore
1248         stems with neutral-direction set.
1249
1250         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
1251
1252         * lily/open-type-font.cc (load_table): format error.
1253
1254         * lily/change-iterator.cc (process): format fix.
1255
1256         * flower/include/international.hh (_f): idem.
1257
1258         * flower/include/std-string.hh: add format printf attribute.
1259
1260         * scm/define-grobs.scm (all-grob-descriptions): height of all
1261         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
1262
1263         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
1264         ambitus lines.
1265
1266         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
1267
1268 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
1269
1270         * input/regression/: upgraded syntax for some files.
1271
1272         * THANKS: Add bughunters.
1273
1274 2006-02-22  Graham Percival  <gpermus@gmail.com>
1275
1276         * Documentation/user/ invoking.itely, advanced-notation.itely,
1277         global.itely: long-awaited "let's make chapter 10 not suck"
1278         update.  Rearrange chapter 10; now called "global issues",
1279         addresses file structure, etc.  Some info from other files
1280         moved into global.itely.
1281
1282 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1283
1284         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
1285         catch trill-span-event notes.
1286
1287         * Documentation/user/examples.itely (Ancient notation templates): typo.
1288         (Jazz combo): typo.
1289
1290         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
1291
1292         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
1293
1294         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
1295
1296         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
1297
1298         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
1299         froum Laissez_vibrer_engraver.
1300
1301         * ly/declarations-init.ly (repeatTie): add \repeatTie
1302
1303         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
1304
1305         * scm/define-grob-properties.scm (all-user-grob-properties): add
1306         head-direction property.
1307
1308         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
1309         from_lv_ties. Take head direction argument.
1310
1311         * lily/semi-tie-column.cc: rename from
1312         laissez-vibrer-tie-column.cc. Rename class too.
1313
1314         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
1315         class too.
1316
1317         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
1318
1319         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
1320         0 case.
1321         (find_breaks): idem.
1322
1323 2006-02-21  Graham Percival  <gpermus@gmail.com>
1324
1325         * Documentation/user/advanced-notation.itely: fixed make-moment]
1326         example.
1327
1328         * Documentation/user/basic-notation.itely: more clarification to
1329         transpose.
1330
1331 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1332
1333         * lily/include/constrained-breaking.hh (class
1334         Constrained_breaking): new file.
1335
1336         * lily/constrained-breaking.cc (resize): new file.
1337
1338         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
1339
1340         * Documentation/user/advanced-notation.itely (Clusters): insert
1341         end ignore too.
1342
1343         * lily/tie-column.cc (calc_positioning_done): support for
1344         tie-score debugging
1345
1346         * lily/tie-formatting-problem.cc
1347         (generate_extremal_tie_variations): factor out.
1348         (score_ties_configuration): annotate all tie 
1349         (print_ties_configuration): new routine.
1350         (generate_configuration): nudge extremal ties outside of the head
1351         Y extents.
1352         (score_ties_configuration): oops. convert to staff-space before
1353         determining position symmetry.
1354
1355 2006-02-20  Graham Percival  <gpermus@gmail.com>
1356
1357         * Documentation/user/*-notation.itely: misc minor editing,
1358         shifting doc sections around.
1359
1360         * Documentation/user/*-notation-itely, global.itely,
1361         changing-defaults.itely: added new stuff from NEWS.
1362
1363 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
1364
1365         * po/fi.po: update.
1366
1367 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1368
1369         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
1370         lilypond --verbose for lp-book.
1371
1372         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1373         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
1374
1375         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
1376         $(buildscript-dir) iso. absolute depth.
1377
1378         * buildscripts/genicon.py (dir): thinko.
1379
1380         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
1381
1382 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
1383
1384         * scm/output-lib.scm: swap darkcyan/darkyellow
1385
1386         * THANKS: Add bughunters.
1387
1388 2006-02-19  Graham Percival  <gpermus@gmail.com>
1389
1390         * Documentation/user/programming-interfaces.itely: fixed example.
1391
1392         * Documentation/user/instrument-notation.itely: fix @{ @}.
1393
1394         * scm/script.scm: add avoid-slur for \open.
1395
1396 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1397
1398         * lily/tie-formatting-problem.cc (score_configuration): use
1399         sliding score for min-length. 
1400
1401         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
1402         spaghetti for icons.
1403
1404         * buildscripts/genicon.py (program_name): new file.
1405
1406         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
1407         in outline too.  
1408         (generate_configuration): for small ties, also look for collisions
1409         at Y + DIR*h + DELTA_Y.
1410         (get_variations): consider variation for dot positions too.
1411
1412         * lily/side-position-interface.cc (aligned_side): take abs for
1413         quantized rounded position. Fixes tenuto below staff.
1414
1415         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
1416         markers when necessary.
1417
1418         * lily/program-option.cc (internal_set_option): add
1419         strict_infinity_checking option.
1420
1421         * scm/output-lib.scm (cyan): swap yellow and cyan.
1422
1423 2006-02-19  Graham Percival  <gpermus@gmail.com>
1424
1425         * darwin.patch: trivial linenumber update.
1426
1427         * Documentation/user/ {various}: `\context foo = named' changed
1428         to `\new foo = "name"' in docs.
1429
1430 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1431
1432         * scm/stencil.scm (annotate-y-interval): use it.
1433
1434         * scm/lily-library.scm (interval-sane?): new function.
1435
1436         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
1437         tfm_checksum stuff.
1438
1439         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
1440         common refpoint.
1441
1442         * flower/include/std-vector.hh (iterof): add iterof macro.
1443
1444         * lily/enclosing-bracket.cc (width): new function.
1445
1446         * lily/align-interface.cc (align_elements_to_extents): reinstate
1447         warning.
1448
1449 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
1450
1451         * Documentation/index.html.in: fix spelling: thankyous.
1452
1453 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1454
1455         * lily/lyric-hyphen.cc: typo.
1456
1457 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1458
1459         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
1460         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
1461         builds don't work. 
1462
1463         * VERSION: release 2.7.35
1464
1465         * lily/beam.cc (get_default_dir): oops. Take abs () for
1466         extremes[DOWN].
1467         (get_default_dir): use extreme position criterion only in absence
1468         of forced stem directions.
1469
1470         * VERSION (PATCH_LEVEL): bump VERSION.
1471
1472         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
1473         dependencies. Necessary for -jX builds.  
1474
1475 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1476
1477         * lily/relocate.cc (setup_paths): Yet another const fix.
1478
1479 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1480
1481         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
1482
1483         * lily/relocate.cc (setup_paths): oops.
1484
1485 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
1486
1487         * Documentation/index.html.in: order links: html before PDF.
1488
1489 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1490
1491         * lily/tie-column-format.cc (Module): remove.
1492
1493         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
1494
1495         * lily/text-spanner.cc (print): idem.
1496
1497         * lily/dynamic-text-spanner.cc (print): only print line if longer
1498         than dash-period.
1499
1500         * lily/auto-change-iterator.cc (change_to): formatting.
1501
1502         * lily/beam.cc (get_default_dir): take extreme note head as input
1503         for stem direction.
1504
1505         * lily/tie.cc (get_default_dir): only look directions for visible
1506         stems. 
1507
1508         * lily/side-position-interface.cc (aligned_side): oops. Don't
1509         mutiply with direction. This fixes quantized (staccato, tenuto)
1510         scripts below notes.
1511
1512         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
1513         direction. Fixes c-lyrics-center-align.ly
1514
1515 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1516
1517         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
1518         constructor.
1519
1520         * lily/std-string.cc:
1521         * lily/include/std-vector.hh (split_string): Move and rename from
1522         lily/include/misc.hh, lily/misc.cc.  Update callers.
1523
1524 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1525
1526         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
1527
1528 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1529
1530         * flower/test-file.cc: New file.
1531
1532         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
1533         libraries.
1534
1535         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
1536
1537 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1538
1539         * flower/include/file-storage.hh: remove file.
1540
1541         * lily/include/midi-item.hh (class Midi_track): idem.
1542
1543         * lily/include/source.hh (class Sources): idem.
1544
1545         * lily/include/performance.hh (class Performance): use vector
1546         iso. Cons<>
1547
1548         * flower/include/cons.hh (class Cons): remove file.
1549
1550         * flower/include/flower-proto.hh: remove template cruft.
1551
1552         * lily/include/font-metric.hh: use size_t not vsize for indices.
1553
1554         * flower/include/flower-proto.hh (Module): remove std-vector.hh
1555         from proto.
1556
1557         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
1558
1559         * lily/include/paper-book.hh (class Paper_book):
1560         make get_system_specs() public.
1561
1562         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
1563         the force=10000 case if we don't have a current-best. 
1564
1565         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
1566         vsize 
1567
1568         * flower/include/flower-proto.hh: remove outdated templates.
1569
1570         * scm/page.scm: use annotate-spacing
1571
1572 2006-02-15  Graham Percival  <gpermus@gmail.com>
1573
1574         * scm/translation-functions.scm: circle patch from Erlend, thanks!
1575
1576         * THANKS: moved Erlend Aasland to contributors.
1577
1578 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1579
1580         * config.hh.in: remove HAVE_PANGO_16
1581
1582         * lily/tuplet-bracket.cc (calc_positions): multiply with
1583         staff-space for beam case. This fixes tuplets+beams on scaled
1584         staves.
1585
1586         * config.hh.in: remove all Kpathsea related defines.
1587
1588         * lily/dot-column.cc (side_position): reach stem via dots->
1589         head->stem. Inspect all stems for dot collisions. 
1590
1591         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
1592         stem handling.
1593
1594         * lily/bar-number-engraver.cc (process_music): document function
1595         of whichBar.
1596
1597         * lily/score.cc (default_rendering): add pscore, not systems
1598         themselves.
1599
1600         * lily/paper-book.cc (get_system_specs): separate generation of
1601         titles and systems.
1602
1603         * flower/include/std-vector.hh: don't include config.hh
1604
1605 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1606
1607         * flower/include/std-vector.hh: Better wrapper compatibility with
1608         std::vector.
1609
1610         * flower/include/flower-proto.hh: Remove cheap forward declaration
1611         attempts.
1612
1613         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
1614
1615 2006-02-14  Graham Percival  <gpermus@gmail.com>
1616
1617         * Documentation/user/invoking.itely: add warning about command line.
1618
1619 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1620
1621         * lily/include/lily-proto.hh: add Prob, rm Page.
1622
1623         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
1624
1625         * VERSION: release 2.7.34
1626
1627         * lily/relocate.cc (framework_relocation): show canary if
1628         GHOSTSCRIPT_VERSION undefined.
1629
1630         * GNUmakefile.in: remove $(VERSION) symlink.
1631
1632         * lily/relocate.cc (setup_paths): add + 
1633
1634 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
1635
1636         * Documentation/index.html.in: specify sizes for all big HTML pages.
1637
1638 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1639
1640         * config.hh.in: remove @FRAMEWORKDIR@
1641
1642         * lily/system-start-text.cc (get_stencil): new file: separate out
1643         system-start-delimiter text support.
1644
1645         * input/**ly: replace \context with \new where appropriate.
1646         
1647         * THANKS: add Don.
1648
1649         * lily/slur-scoring.cc (get_base_attachments): use
1650         robust_relative_extent. This fixes problems with empty paper-columns. 
1651
1652 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1653
1654         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
1655
1656         * scm/define-music-properties.scm (all-music-properties):
1657         create-new property.
1658
1659         * lily/context-specced-music-iterator.cc (construct_children):
1660         inspect 'create-new property iso. magical $uniqueContextId context
1661         id.
1662
1663         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
1664
1665         * lily/context-key-manager.cc (Module): new file. Encapsulate
1666         object key generation.
1667
1668         * lily/include/context-key-manager.hh (Module): new file.
1669
1670 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1671
1672         * scm/define-grobs.scm (all-grob-descriptions): center instrument
1673         names vertically
1674
1675         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
1676         options.
1677         (reloc_b): excise --enable-framework-dir
1678
1679         * lily/relocate.cc (framework_relocation): use getenv
1680         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
1681
1682 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1683
1684         * flower/include/std-string.hh: 
1685         * flower/include/std-vector.hh: Finish std:: conversion; move
1686         flower extensions from std:: namespace.  Update users.
1687
1688         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
1689         their expansion to vector<*>.  Update users.
1690
1691 2006-02-10  Graham Percival  <gpermus@gmail.com>
1692
1693         * Documentation/user/invoking.itely: add example to File structure.
1694
1695         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
1696         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
1697
1698 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1699
1700         * ly/paper-defaults.ly: typo.
1701
1702         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
1703         set_parent() for parentheses. This will make it show up in bbox
1704         calculations.
1705
1706         * scm/output-lib.scm (parentheses-item::print): rewrite, using
1707         ly:grob-common* functions.
1708
1709         * lily/grob-scheme.cc (LY_DEFINE):
1710         ly:grob-common-refpoint-of-array: new function 
1711         ly:grob-common-refpoint: new function 
1712         ly:grob-relative-coordinate: new function 
1713
1714         * lily/instrument-name-engraver.cc (process_music): use
1715         Text_interface::is_markup(). This fixes \markup on instrument names.  
1716
1717         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
1718         for ties and slurs.
1719
1720         * lily/slur.cc (print): idem.
1721
1722         * lily/tie.cc: add line-thickness for ties. 
1723
1724 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1725
1726         * scm/output-svg.scm: Document diversion from GNU coding standards
1727         as a workaround for a bug in Microsoft Internet Explorer.
1728
1729 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1730
1731         * lily/instrument-name-engraver.cc (process_music): use
1732         is_markup() iso. is_string()
1733
1734         * Documentation/user/changing-defaults.itely (Module): add menu entry.
1735
1736         * lily/percent-repeat-engraver.cc (process_music): only look at
1737         main_part_ for % repeats.
1738
1739         * lily/stem-tremolo.cc (get_beam_translation): new function.
1740         (calc_slope): new function.
1741         (height): don't use real slope.
1742
1743 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
1744
1745         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
1746         new connect-to-neighbor, control-points and staff-padding
1747         properties to make ligature brackets showing up again.
1748
1749 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1750
1751         * VERSION: release 2.7.33
1752
1753         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
1754         too many.
1755
1756         * Documentation/user/changing-defaults.itely (Difficult tweaks):
1757         remove applyOutput example.
1758         (Objects connected to the input): document \tweak, \parenthesize
1759
1760         * lily/relocate.cc (prefix_relocation): allow "current"
1761         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
1762         changing VERSION in a lily tree less painful.
1763
1764         * input/regression/parenthesize.ly: new file. 
1765
1766         * scm/output-lib.scm (parenthesize-element): new function.
1767
1768         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
1769
1770         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
1771
1772         * lily/accidental-engraver.cc (make_standard_accidental): reroute
1773         cause: accidentals are caused by note heads, not note events. 
1774
1775 2006-02-08  Graham Percival  <gpermus@gmail.com>
1776
1777         * darwin.patch: small patch from Erlend, thanks!
1778
1779         * Documentation/user/basic-notation.itely: add stem-neutral example.
1780
1781         * Documentation/user/putting.itely: clarifications.
1782
1783 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1784
1785         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
1786         note, add more guidelines to what should go into NEWS.
1787
1788         * input/sakura-sakura.ly: document how to override font.
1789
1790         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
1791
1792 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1793
1794         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
1795
1796 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1797
1798         * scripts/convert-ly.py (lilypond_version_re_str): Move from
1799         convertrules.  Add explicit grouping, needed for python2.2.
1800
1801 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1802
1803         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
1804
1805 2006-02-07  Graham Percival  <gpermus@gmail.com>
1806
1807         * Documentation/user/global.itely: fix line-width in (text) docs.
1808
1809         * Documentation/user/lilypond-book.itely: same.
1810
1811 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1812
1813         * VERSION (PACKAGE_NAME): release 2.7.32
1814
1815         * Documentation/topdocs/NEWS.tely (Top): document new variable
1816         naming.
1817
1818         * flower/include/array.icc (Message): remove file.
1819
1820         * flower/include/std-vector.hh: make sure vsize and VPOS are
1821         defined for binary_search_bounds().
1822
1823         * flower/std-string.cc (std): add to_string(long unsigned).
1824
1825         * configure.in (gui_b): excise std_string option.
1826         (gui_b): excise std_vector option.
1827
1828         * flower/string.cc (Module): excise flower array & string
1829
1830         * flower/include/std-string.hh: excise flower string.
1831
1832         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
1833
1834         * python/convertrules.py (lilypond_version_re_str): require
1835         only numbers and dots in \version string.
1836
1837 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1838
1839         * lily/system-start-delimiter.cc (print): allow style = text too.
1840
1841         * lily/system-start-delimiter-engraver.cc
1842         (acknowledge_system_start_text): new function, also add add to
1843         support of system-start-text (instrument names). This fixes
1844         instrument names on piano staves.
1845
1846         * lily/instrument-name-engraver.cc: rewrite. Use
1847         system-start-delimiter approach. This save memory and cpu.
1848
1849         * scm/define-grobs.scm (all-grob-descriptions): remove
1850         instrument-name from break-alignment.
1851
1852         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
1853
1854 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1855
1856         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
1857         jobserver going.
1858
1859         * configure.in (std_vector): On by default.
1860
1861         * lily/include/font-metric.hh:
1862         * lily/include/tfm-reader.hh: 
1863         * lily/include/spanner.hh: Use unsigned for indices and sizes.
1864         Update users.
1865
1866         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
1867
1868 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1869
1870         * VERSION (PACKAGE_NAME): 2.7.31
1871
1872         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
1873         EPS edge at 0, but take minimum with left-overshoot. This fixes
1874         cut off system start delims. 
1875
1876         * lily/instrument-name-engraver.cc (stop_translation_timestep):
1877         hack: add to axis group if not added yet. This fixes hara kiri'd
1878         piano staves.
1879
1880         * lily/hara-kiri-group-spanner.cc
1881         (force_hara_kiri_in_y_parent_callback): fix signatures.
1882
1883         * lily/hairpin.cc (print): check next hairpin to see whether or
1884         not to be continuing.
1885
1886 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1887
1888         * Remove trailing whitespace from makefiles.
1889         
1890         * flower/include/std-vector.hh: Add binary_search_bounds workaround
1891         for earlier gcc.
1892
1893         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
1894
1895         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
1896
1897         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
1898
1899         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
1900
1901         * configure.in: Use it.
1902
1903 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1904
1905         * scm/music-functions.scm (pitch-of-note): new function.
1906
1907         * ly/music-functions-init.ly: add \octave and \addquote
1908
1909         * lily/parser.yy (music_function_chord_body): softcode \octave.
1910         (lilypond_header): softcode \addquote
1911
1912 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1913
1914         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
1915         array.hh, parray.hh at all.  Getting ready to flip the
1916         configure default.
1917
1918         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
1919
1920         * lily/source-file.cc (file::get_line): Help binary_search_bounds
1921         a bit.
1922
1923         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
1924
1925 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1926
1927         * flower/include/array.hh: typo. 
1928
1929 2006-02-02  Graham Percival  <gpermus@gmail.com>
1930
1931         * Documentation/user/advanced-notation.itely: doc "\#" in text.
1932
1933 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1934
1935         * flower/include/pqueue.hh: Derive from std::vector.
1936
1937         * flower/include/parray.hh: Conform to std::vector interface.
1938         Update users.
1939
1940 2006-02-02  Graham Percival  <gpermus@gmail.com>
1941
1942         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
1943
1944 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1945
1946         * flower/file-path.cc (is_file): remove if 0 section.
1947
1948         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
1949         selecting afii61352.
1950
1951 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1952
1953         * flower/include/std-vector.hh (boundary): Oops, reverse.
1954
1955         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
1956         remove superfluous `d'.
1957
1958         * flower/include/std-vector.hh (boundary, top): Detach from class.
1959         Remove empty vector shell.
1960
1961         * flower/include/array.hh (reverse, swap): Detach from class.
1962         Update users.
1963         
1964         * flower/include/std-vector.hh
1965         * flower/include/array.hh (concat): Globally change to insert ().
1966
1967         
1968         * flower/include/std-vector.hh
1969         * flower/include/parray.hh
1970         * flower/include/array.hh (elem, elem_ref): Globally replace by
1971         at ().
1972
1973 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1974
1975         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
1976
1977         * python/convertrules.py (FatalConversionError.sub_cxx_id):
1978         anticipate on identifier substitutions.
1979
1980 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1981
1982         * flower/include/std-vector.hh (insert): Remove, replace by
1983         std::vector interface.  Update callers.
1984
1985         * flower/include/array.icc (insert): Change signature to
1986         match std::vector interface.
1987         
1988         * flower/include/array.icc (vector_sort): Bugfix.
1989
1990 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1991
1992         * lily/parser.yy (output_def_head_with_mode_switch): new
1993         production. Result: dashes and underscores may be used in the
1994         \paper block.
1995
1996         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
1997
1998         * python/convertrules.py (conv): oops. One slash too much.
1999
2000 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2001
2002         * flower/include/std-vector.hh (sort): Remove, replace by
2003         ::vector_sort.  Update callers.
2004
2005         * flower/include/std-vector.hh (slice): Remove.  Update callers.
2006         (sort): Bugfix.
2007
2008         * flower/test-std.cc (vector_sort): New test.
2009
2010 2006-02-01  Graham Percival  <gpermus@gmail.com>
2011
2012         * Documentation/user/putting.itely: fixes from Erik.
2013
2014 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2015
2016         * flower/test-std.cc: Add simple unit test for vector migration.
2017
2018         * stepmake/stepmake/test*: Unit test support.
2019
2020         * flower/include/std-vector.hh (del): Remove.  Use erase (),
2021         update callers.
2022
2023         * flower/include/array.hh (begin, end): Add.
2024         (del, get): Remove.
2025
2026 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2027
2028         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
2029         std::string not String. 
2030
2031         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
2032         iso UINT_MAX.
2033
2034         * lily/prob.cc (Prob): copy type_ too.
2035
2036         * lily/lily-guile.cc (mangle_cxx_identifier): new
2037         function. Class_bla::foo_bar_[px] ->
2038         ly:class-bla::foo-bar[?!]. Changes throughout
2039
2040 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2041
2042         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
2043
2044         * lily/beam.cc (calc_direction): take dir from visible stem in
2045         degenerate case.
2046
2047 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2048
2049         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
2050         Fix -1, >=0 boundary checks for unsigned vsize.
2051
2052         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
2053         loop for unsigned vsize.
2054
2055         * configure.in (--enable-std-vector): New option.
2056         (--enable-std-string): On by default.
2057
2058         * flower/include/std-vector.hh: New file.  Enable switch to
2059         std::vector, update client code.
2060
2061 2006-01-30  Graham Percival  <gpermus@gmail.com>
2062
2063         * scm/document-translation.scm: clarify "this context is also
2064         known as".  Thanks, Werner!
2065
2066         * Documentation/user/putting.itely: small fixes from Don Blaheta.
2067
2068         * Documentation/user/invoking.itely: small fix from Don.
2069
2070 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2071
2072         * scm/lily.scm (define-scheme-options): rename option
2073         preview-include-book-title to book-title-preview
2074         (define-scheme-options): move force-eps-font-include (from paper
2075         block) to eps-font-include -d option.
2076
2077         * VERSION (PATCH_LEVEL): release 2.7.30
2078
2079         * input/bach-schenker.ly (staffPiano): new file.
2080
2081         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
2082
2083         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
2084         credits to Nicolas.
2085
2086         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
2087
2088         * ps/lilyponddefs.ps: remove start-system, stop-system,
2089         start-page fluff. This saves putting { } code on the stack, fixing
2090         stack overflows when including EPS files.
2091
2092 2006-01-29  Graham Percival  <gpermus@gmail.com>
2093
2094         * Documentation/user/putting.itely: minor fixes (comments on -devel).
2095
2096 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2097
2098         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
2099
2100 2006-01-28  Graham Percival  <gpermus@gmail.com>
2101
2102         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
2103
2104 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2105
2106         * input/mutopia/claop.py: Update.
2107
2108 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2109
2110         * input/regression/completion-heads.ly (texidoc): fix.
2111
2112         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
2113
2114         * lily/tie-formatting-problem.cc
2115         (set_ties_config_standard_directions): use abs iso fabs for ints.
2116
2117         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
2118
2119         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
2120         little less than noteheight, to prevent overlaps in chords.
2121
2122         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
2123         head, and fudge stem-attachment.
2124
2125         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
2126
2127         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
2128
2129 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2130
2131         * lily/main.cc (main): Debugging aid: catch exceptions.
2132
2133         * flower/std-string.cc (to_string): Robustification.  Fixes midi
2134         output with std::string.
2135
2136 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2137
2138         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
2139
2140 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2141
2142         * Fix -DSTRING_UTILS_INLINED.
2143
2144 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2145
2146         * VERSION (PATCH_LEVEL): release 2.7.29
2147
2148         * lily/relocate.cc (setup_paths): mingw uses std string too.
2149
2150         * lily/*.cc: various fixes for substr(ARG).
2151
2152         * lily/sustain-pedal.cc (print): 
2153
2154         * flower/file-name.cc (slashify): use std strings.
2155
2156         * flower/string-convert.cc: remove publib.h
2157
2158         * scm/define-markup-commands.scm (verbatim-file): new markup
2159         command \verbatim-file
2160
2161         * Documentation/topdocs/NEWS.tely: fixup URLs
2162
2163         * input/regression/alignment-vertical-manual-setting.ly (Module):
2164         new file.
2165
2166         * lily/align-interface.cc (align_elements_to_extents): overwrite
2167         translations with numbers in alignment-offsets from left bound
2168
2169         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
2170         (page-translate-systems): new function: take into account Y-offset.
2171
2172         * Documentation/topdocs/NEWS.tely (Top): document new features.
2173
2174         * input/regression/page-layout-manual-position.ly (Module): new
2175         file.
2176
2177 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2178
2179         * flower/file-path.cc (path::parse_path): Oops.
2180
2181         * Finish std::string interface.  For now, use std:: marker
2182         throughout for easy s/r.
2183
2184 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2185
2186         * Documentation/user/putting.itely (Score is a single musical
2187         expression): typo.
2188         (Score is a single musical expression): more typos.
2189
2190         * scm/page.scm (annotate-space-left): thinko.
2191         (annotate-page): more thinkos.
2192
2193 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2194
2195         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
2196         for different \score blocks separately.
2197         (post-process-pages): put write-page-layout into paper block.
2198
2199         * lily/output-def.cc (get_parser): new file.
2200
2201         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
2202         file.
2203
2204         * lily/include/output-def.hh (class Output_def): add parser_ member.
2205
2206         * input/regression/page-layout-twopass.ly (Module): new file.
2207
2208         * scm/lily.scm: remove cpp hack.
2209
2210         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
2211
2212 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2213
2214         * GNUmakefile.in (c-clean): New target.
2215
2216         * flower/include/std-string.hh: String/std::string compatibility:
2217         Use NPOS for `not found' (iso -1), use ssize for length () and pos
2218         type.
2219
2220         * flower/rational.cc: 
2221         * flower/include/rational.hh: 
2222
2223         * flower/offset.cc: 
2224         * flower/include/offset.hh: 
2225
2226         * flower/interval.cc: 
2227         * flower/include/interval.hh: 
2228
2229         * flower/string-convert.cc: 
2230         * flower/include/string-convert.hh: Use std::string [interface].
2231         Update callers.
2232
2233 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
2234
2235         * Documentation/index.html.in: clean up.
2236
2237 2006-01-25  Graham Percival  <gpermus@gmail.com>
2238
2239         * Documentation/user/putting.itely: another new untested doc section.
2240
2241 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2242
2243         * scm/layout-page-layout.scm (write-page-breaks): write
2244         \spacingTweaks #ALIST. Handle grace timing.
2245
2246         * scm/: more imports.
2247
2248         * scm/page.scm (make-page): add footer/header.
2249         (annotate-space-left): revise: only take page argument.
2250         (layout->page-init): new function.
2251
2252         * scm/layout-page-layout.scm (write-page-breaks): preliminary
2253         version of the system/spacing/linebreak hack writing to the output
2254
2255         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
2256         ly:make-prob.
2257
2258         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
2259         ly:spanner-bound
2260
2261 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2262
2263         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
2264
2265         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
2266
2267         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
2268         handling to page.scm
2269
2270         * lily/prob-scheme.cc (LY_DEFINE): new file.
2271         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
2272
2273         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
2274         prob functions.
2275
2276         * lily/music.cc (derived_mark): derive Music from Prob.
2277
2278         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
2279
2280         * lily/prob.cc (Module): Implement Prob (Property Object), object
2281         with shared and r/w property alists.  
2282
2283         * lily/include/prob.hh (Module): new file. Declare Prob.
2284
2285         * flower/string.cc: remove is_empty().
2286
2287         * flower/include/string.hh (class String): remove String:: qualifier.
2288
2289         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
2290         substitute appropriate functions.
2291
2292         * flower/include/string.hh (class String): remove to_str0 and
2293         is_empty(). S&R everywhere.
2294
2295 2006-01-23  Graham Percival  <gpermus@gmail.com>
2296
2297         * Documentation/user/basic-notation.itely: add hairpin
2298         after-linebreak tweak to commonprop.
2299
2300         * Documentation/user/putting.itely: added two new sections.
2301
2302 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2303
2304         * flower/international.cc: 
2305         * flower/include/international.hh: 
2306
2307         * flower/getopt-long.cc: 
2308         * flower/include/getopt-long.hh: Use std::string [interface].
2309         Update callers.
2310
2311         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
2312
2313         * stepmake/stepmake/executable-rules.make: Add dependency on
2314         module libraries.
2315
2316 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2317
2318         * flower/file-path.cc: 
2319         * flower/include/file-path.hh: Use std::string [interface].
2320         Update callers.
2321
2322         * flower/direction.cc: 
2323         * flower/axis.cc: Unused.  Remove.
2324
2325         * configure.in (--enable-std-string): New option.
2326
2327         * flower/std-string.cc: 
2328         * flower/include/std-string.hh: New file.
2329
2330         * flower/file-name.cc[STD_STRING]:
2331         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
2332
2333 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2334
2335         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
2336
2337         * scm/define-markup-commands.scm (with-dimensions):
2338         with-dimensions markup command.
2339
2340         * input/test/font-table.ly: use it.
2341
2342         * lily/open-type-font.cc (glyph_list): new function.
2343
2344         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
2345
2346         * lily/ttf.cc: remove ly:font-glyph-list scheme function
2347
2348 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2349
2350         * ly/music-functions-init.ly (parallelMusic): new music function
2351         for parallel music entry.
2352
2353         * scm/define-music-properties.scm (all-music-properties): new
2354         'void music property
2355
2356         * scm/music-functions.scm (ly:music-message): make public, to be
2357         used in music function definitions
2358
2359         * scm/lily-library.scm (collect-music-for-book): discard music
2360         when the 'void property is set.
2361
2362 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2363
2364         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
2365
2366         * mf/GNUmakefile: idem.
2367
2368         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
2369
2370         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
2371
2372         * Documentation/user/notation-appendices.itely (The Feta font):
2373         use it.
2374
2375         * input/test/font-table.ly: new file. Generate font table within lily.
2376
2377         * Documentation/user/notation-appendices.itely (The Feta font):
2378         use new font-table.ly file. 
2379
2380         * stepmake/stepmake/install-out-targets.make
2381         (local-install-outfiles): only create directory if
2382         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
2383
2384 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2385
2386         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
2387
2388         * VERSION (PACKAGE_NAME): release 2.7.28
2389
2390         * scm/framework-ps.scm (write-preamble): use it to pick exactly
2391         the right font from a Mac dfont.
2392         (write-preamble): don't forget directory, only look at files.
2393
2394         This fixes problems with TTF files in dfonts that don't match
2395         their PostScript names.
2396          
2397         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
2398         PS name from TTF font.
2399
2400         * input/regression/tie-manual.ly: document new feature.
2401
2402         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
2403
2404         * VERSION (MY_PATCH_LEVEL): bump to .28
2405
2406         * Documentation/user/basic-notation.itely (Ties): add tie examples
2407         refs.
2408
2409         * lily/tie-formatting-problem.cc (score_ties_configuration):
2410         symmetry penalties for outer ties.
2411
2412 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2413
2414         * lily/tie-formatting-problem.cc (generate_configuration) 
2415         (set_manual_tie_configuration): skip non-pair manual
2416         tie-configuration, so you can set individual ties as
2417
2418           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
2419
2420         * input/regression/tie-chord.ly: use generateTiePattern to
2421         simplify file.
2422
2423         * lily/tie-formatting-problem.cc (peak_around): new function.
2424         (score_configuration): use sliding criterion for staff line collisions. 
2425         (score_configuration): idem for dot collisions.
2426         (generate_configuration): use separate stem_gap for gap to stem.
2427
2428         * lily/include/tie-formatting-problem.hh (struct Tie_details):
2429         separate penalty factors for x and y distance.
2430         (struct Tie_details): separate penalties for tip and center line collisions.
2431
2432 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
2433
2434         * lily/tie-formatting-problem.cc (generate_configuration): make
2435         large ties avoid stafflines in the horizontal section.
2436         (score_configuration): use softcoded penalties
2437         (score_aptitude): idem.
2438
2439         * lily/tie-helper.cc (from_grob): softcode tie details
2440
2441         * lily/staff-symbol-referencer.cc (on_staff_line): new function
2442
2443         * lily/staff-symbol-referencer.cc (on_line): rename from
2444         on_staffline 
2445
2446 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2447
2448         * ly/music-functions-init.ly: remove duplicate tag.
2449
2450         * lily/include/*.hh: GCC 4.1 fixes.
2451
2452 006-01-16  Erlend Aasland  <erlenda@gmail.com>
2453
2454         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
2455
2456         * scm/define-music-types.scm: fix bug in desc. string
2457         for OverrideProperty
2458
2459 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
2460
2461         * scripts/lilypond-book.py: bugfix
2462
2463         * scm/define-music-types.scm: fix typos.
2464
2465 2006-01-14  Graham Percival  <gpermus@gmail.com>
2466
2467         * Documentation/user/ basic-notation.itely, global.itely,
2468         advanced-notation.itely, instrument-notation.itely: small
2469         additions (bugs and commonly tweaked properties).
2470
2471 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2472
2473         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
2474         detection of mingw build.
2475         (MINGW_BUILD): opps.
2476
2477 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2478
2479         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
2480         i686-mingw32.
2481
2482 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2483
2484         * scm/music-functions.scm (skip->rest): add skip->rest
2485
2486 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2487
2488         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
2489         explicitly.
2490
2491         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
2492         config dirs. Aids debugging. 
2493         (display_config): also display config files.
2494
2495 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2496
2497         * VERSION: release 2.7.27
2498
2499         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
2500         for determining bar size.
2501
2502         * lily/staff-symbol.cc (print): place lines at distance line-positions
2503
2504         * scm/define-grob-properties.scm (all-user-grob-properties): add
2505         line-positions.
2506
2507         * lily/staff-symbol.cc (height): new function.
2508
2509         * input/regression/staff-line-positions.ly:  new file.
2510
2511 2006-01-06  Graham Percival  <gpermus@gmail.com>
2512
2513         * input/test/add-staccato.ly: remove reference to old file.
2514
2515 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2516
2517         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
2518         lilypond binary too.
2519
2520 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2521
2522         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
2523
2524 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2525
2526         * scripts/midi2ly.py: Bugfix: Declare datadir.
2527
2528         * make/ly-rules.make:
2529         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
2530         that seems to be gone). Fixes make web.
2531
2532         * The grand 2005-2006 replace.
2533
2534         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
2535
2536 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2537
2538         * make/lilypond-vars.make: set LILYPOND_BINARY variable
2539         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
2540         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
2541         like -dgs-font-load.
2542
2543         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
2544         remove absolute path to lilypond binary.
2545         
2546 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
2547
2548         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
2549
2550 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2551
2552         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
2553
2554         * mf/GNUmakefile: remove broken dvips map symlink.
2555
2556 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2557
2558         * lily/main.cc: 
2559         * configure.in: Cosmetic fixes.
2560
2561 2006-01-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2562
2563         * Documentation/user/music-glossary.tely (Pitch names): Added
2564         Spanish pitch names and durations, thanks to Ernesto Gancedo
2565
2566 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2567
2568         * scm/lily.scm (define-scheme-options): use quasi-quote for option
2569         init. Fixes verbose printing of .scm files.
2570
2571         * stepmake/aclocal.m4: add spaces before - options.
2572         
2573 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2574
2575         * lily/relocate.cc (setup_paths): Bugfix: do not store result
2576         of path search in local block variable.
2577
2578 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2579
2580         * configure.in (NCSB_DIR): --enable-ncsb-dir
2581         (LINK_GXX_STATICALLY): denko.
2582
2583         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
2584
2585         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
2586         use locate to find c059033l.pfb. 
2587         
2588 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2589
2590         * lily/tie-formatting-problem.cc
2591         (problem::generate_base_chord_configuration): Use my_round (was
2592         round).
2593
2594         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
2595         do not invoke mbrtowc.
2596
2597         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
2598
2599 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2600
2601         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
2602
2603 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
2604
2605         * Documentation/user/invoking.itely (svg): revise.
2606
2607 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2608
2609         * lily/lexer.ll: use sourcefilename iso. renameinput.
2610
2611 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2612
2613         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
2614         <PostScriptName>.ttf instead of c059XXXttf.
2615
2616         * lily/program-option.cc (LY_DEFINE): special support for
2617         --verbose, so it works before option init too.
2618  
2619         * mf/GNUmakefile (local-install): oops.
2620
2621         * lily/lyric-hyphen.cc (print): oops.
2622
2623         * buildscripts/pfx2ttf.fontforge: new file.
2624         
2625         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
2626         ($(outdir)/%.ttf): new rule. 
2627
2628         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
2629         to LyricHyphen.
2630
2631         * lily/lyric-hyphen.cc (print): multiply hyphen height by
2632         font-size
2633
2634 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2635
2636         * VERSION: release 2.7.26
2637         
2638         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
2639
2640 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2641
2642         * lily/font-config.cc (init_fontconfig): verbosity.
2643
2644         * THANKS: add Muziekacademie Lede. 
2645
2646         * scripts/musicxml2ly.py (print_voice_definitions): new function 
2647         (print_score_setup): new function
2648         (convert): read part definition to output staves properly.
2649
2650         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
2651         Music_xml notes.
2652
2653         * python/musicexp.py (Output_printer.__init__): use _ in data
2654         members.
2655         (Output_printer.unformatted_output): new function: no formatting,
2656         but count braces.
2657         (Duration.get_length): remove isinstance() checks for
2658         Output_printer everywhere.
2659
2660         * input/regression/lyrics-bar.ly (texidoc): add
2661         Separating_line_group_engraver.
2662
2663 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2664
2665         * lily/relocate.cc (framework_relocation): New function,
2666         factored from set_relocation ().
2667         (prefix_relocation): Rename from set_relocation ().
2668         (setup_paths): Use it.
2669
2670 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2671
2672         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
2673         numbers. Patch by Erlend Aasland.
2674
2675 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2676
2677         * lily/font-config.cc (init_fontconfig): print warning if cache
2678         file is not existant.
2679
2680         * lily/main.cc: don't use #ifdef but #if
2681
2682 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2683
2684         * lily/grob-property.cc (internal_set_property): don't abort on
2685         calculation-in-progress.
2686
2687         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
2688
2689         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
2690         connect-to-neighbor property not connect-to-other
2691
2692         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
2693         (LY_DEFINE): oops. don't forget protection.
2694
2695         * flower/parse-afm.cc (Module): strip AFM handling completely.
2696
2697         * lily/stencil-expression.cc: idem.
2698
2699         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
2700
2701         * lily/function-documentation.cc (ly_add_function_documentation):
2702         use static member iso. Protected_scm
2703
2704         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
2705
2706         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
2707
2708 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2709
2710         * lily/relocate.cc (set_env_dir): New function.
2711         (set_relocation): Use it to fix setting PANGO_PREFIX.
2712
2713 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2714
2715         * input/regression/stem-direction-context.ly: remove rest.
2716
2717         * lily/melody-engraver.cc (process_music): restart for bar lines.
2718         (acknowledge_slur): restart for slurs.
2719
2720 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
2721
2722         * Documentation/user/invoking.itely: describe how to view SVG 
2723         output using Inkscape which replace embedded fonts with OTF fonts.
2724
2725 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2726
2727         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
2728
2729 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2730
2731         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
2732         comment.
2733
2734 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2735
2736         * VERSION (PACKAGE_NAME): release 2.7.25
2737
2738         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2739
2740         * input/regression/stem-direction-context.ly: new file.
2741
2742         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
2743
2744         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
2745         on rest.
2746
2747         * ly/engraver-init.ly: add Melody_engraver
2748
2749         * lily/beam.cc (calc_direction): use default-direction
2750         iso. get_default_direction()
2751
2752         * scm/define-grob-properties.scm (all-user-grob-properties): add
2753         default-direction property.
2754
2755         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
2756
2757         * lily/stem.cc (calc_default_direction): remove
2758         Stem::get_default_direction, use default-direction with callback
2759         instead.
2760
2761         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
2762
2763         * lily/melody-engraver.cc: new file. Acknowledge stems for
2764         interpolated stem directions. 
2765
2766         * lily/melody-spanner.cc: new file. Interpolate stem directions.
2767
2768         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
2769
2770         * lily/slur-configuration.cc (fit_factor): more robust check for
2771         point in curve X-extent.
2772
2773         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
2774         (outside_slur_callback): check for 'outside avoidance.
2775
2776         * lily/slur-configuration.cc (score_extra_encompass): don't use
2777         bound->column() == avoid->column() for checking extents, as this
2778         doesn't work for accidentals. 
2779
2780         * lily/slur-engraver.cc (acknowledge_extra_object): remove
2781         DynamicText hardcoding.
2782
2783         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
2784         crash if bound stem is NULL
2785
2786         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
2787         pedals.
2788
2789 2005-12-22  Graham Percival  <gpermus@gmail.com>
2790
2791         * scm/define-markup-commands.scm: typo.  @code{\raise}
2792         => @code{\\raise}.
2793
2794         * darwin.patch: now used again, includes a
2795         required patch from fink.
2796
2797 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
2798
2799         * po/TODO: mention gtranslator along with kbabel.
2800         * po/fi.po: update translations.
2801
2802 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2803
2804         * lily/relocate.cc (setup_paths): Bugfix.
2805
2806 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2807
2808         * lily/slur-configuration.cc (score_extra_encompass): don't use
2809         "avoid" choice for avoid-slur.
2810
2811         * stepmake/bin/install.py (dest): don't create existing dir.
2812
2813 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2814
2815         * stepmake/bin/install.py: Remove file before copying.
2816
2817         * config.make.in: 
2818         * stepmake/aclocal.m4: Do not substitute INSTALL.
2819
2820 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2821
2822         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
2823         depend on link-tree.
2824
2825         * lily/relocate.cc (setup_paths): only check path for non-absolute
2826         dir without directory part.
2827
2828         * flower/file-name.cc (is_absolute):  new method.
2829         (is_absolute): check root_ too.
2830
2831 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2832
2833         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
2834         relocation code.  Oops, don't comment out too much.
2835
2836         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
2837         iso itself.
2838
2839         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
2840         compile.
2841
2842 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2843
2844         * .cvsignore: Add install-sh.
2845
2846         * autogen.sh (srcdir): Typo.
2847
2848 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2849
2850         * autogen.sh (srcdir): urg. Touch install-sh.
2851
2852         * stepmake/bin/install-sh (Module): remove.
2853
2854         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
2855
2856         * lily/include/relocate.hh: new file.
2857
2858         * lily/relocate.cc: new file. Contain relocation logic.
2859
2860         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
2861         (main): read LILYPOND_VERBOSE as the first thing.
2862
2863         * stepmake/aclocal.m4: remove INSTALL variable.
2864
2865         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
2866         separate target for making font symlinks.
2867         (documentation-dir): use $(if $(findstring )) for switching off
2868         Documentation.
2869
2870         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
2871         something if DOCUMENTATION is no.
2872
2873 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2874
2875         * VERSION: release 2.7.24
2876
2877         * lily/script-column-engraver.cc (stop_translation_timestep):
2878         delay adding to script-column.
2879
2880         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
2881
2882         * python/convertrules.py (conv): rule for number-visibility
2883
2884         * lily/slur-configuration.cc (score_extra_encompass): different
2885         distance measure for avoid and inside avoidance.
2886         (score_extra_encompass): use 1/(distance+eps) as penalty.
2887
2888         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
2889         encompass objects for generating slur curves.
2890
2891         * lily/slur.cc: use details iso. slur-details property.
2892
2893         * input/regression/slur-tuplet.ly: new file.
2894
2895         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
2896
2897         * flower/include/offset.hh (class Offset): new operator /=
2898
2899         * lily/tuplet-number.cc (print): new file, new interface.
2900
2901         * scm/define-grob-properties.scm (all-user-grob-properties):
2902         remove number-visibility property.
2903
2904         * lily/tuplet-bracket.cc (calc_control_points): new function
2905         (calc_connect_to_neighbors): new function.
2906         (print): remove text handling for tuplet numberdef.
2907
2908         * lily/tuplet-engraver.cc (struct Tuplet_description): create
2909         TupletNumbers too. 
2910
2911         * lily/lily-guile.cc (robust_scm2booldrul): new function
2912
2913         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
2914
2915         * lily/tuplet-bracket.cc (calc_position_and_height): use
2916         staff-padding to control whether tuplet brackets are over staves.
2917
2918         * lily/grob.cc (suicide): clear dim_caches_.
2919
2920         * lily/dimension-cache.cc (clear): new function.
2921
2922         * lily/grob.cc (extent): swap order of min-extent and extent
2923         calculations. This fixes hara kiri staves. 
2924
2925 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2926
2927         * lily/main.cc: Nitpick: relocation is not based on path, but on
2928         directory (location).
2929
2930 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2931
2932         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
2933
2934         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
2935
2936         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
2937
2938         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
2939
2940         * stepmake/stepmake/generic-vars.make (Module): idem.
2941
2942         * stepmake/stepmake/executable-targets.make (default): use it.
2943
2944         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
2945
2946         * make/GNUmakefile: don't install make rules.
2947
2948         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
2949         slashes.
2950         (prepend_env_path): more verbosity.
2951
2952 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2953
2954         * GNUmakefile.in: add dir argument for find command.
2955
2956         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
2957         fixes weird line numbers for point & click.
2958
2959         * lily/source-file.cc (get_counts): init line/column/char counts.
2960
2961 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2962
2963         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
2964
2965 2005-12-16  Graham Percival  <gpermus@gmail.com>
2966
2967         * Documentation/user/basic-notation.itely, advanced-notation.itely:
2968         minor fixes from Fredric.  Thanks!
2969
2970 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2971
2972         * ly/music-functions-init.ly: add \bar and \clef music function 
2973
2974         * lily/lily-lexer.cc: idem.
2975
2976         * lily/parser.yy (FIXME): remove BAR and CLEF.
2977
2978 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2979
2980         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
2981
2982         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
2983         function arguments too
2984
2985         * lily/main.cc (set_relocation): new function.
2986
2987         * scripts/musicxml2ly.py (convert): add \version
2988
2989         * lily/tie.cc: remove get_default_attachments()
2990
2991         * VERSION (PACKAGE_NAME): release 2.7.23
2992         
2993         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
2994         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
2995
2996         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2997
2998         * lily/tie-formatting-problem.cc (score_ties): new function
2999         (get_variations): new function. Try flipping dirs for collisions.
3000         (generate_optimal_chord_configuration): new function. 1-opt search
3001         for better configuration.
3002
3003         * lily/tie-configuration.cc: new file.
3004
3005         * lily/tie.cc: junk Tie::get_configuration()
3006
3007         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
3008         (score_ties_configuration): new function.
3009         (generate_ties_configuration): new function.
3010         (generate_base_chord_configuration): new function.
3011         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
3012         (set_manual_tie_configuration): Move body from tie-column-format.cc 
3013
3014         * input/regression/tie-dot.ly: new file.
3015
3016         * lily/tie-formatting-problem.cc (score_configuration): score
3017         tie/dot collisions.
3018
3019         * lily/tie-helper.cc (get_transformed_bezier): new function
3020
3021         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
3022
3023         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
3024         -undefined suppress iso. -framework Python 
3025
3026         * scm/define-grobs.scm (all-grob-descriptions): set
3027         springs-and-rods (thanks Joe Neeman!)
3028
3029 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3030
3031         * input/no-notation/display-lily-tests.ly (test): 
3032         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
3033         changed from \tag #'(a b) to \tag #'a \tag #'b
3034
3035 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3036
3037         * Documentation/topdocs/NEWS.tely: strip out-www.
3038
3039         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
3040
3041         * config.make.in (AR): add AR and RANLIB
3042
3043         * flower/libc-extension.cc: include cassert
3044
3045         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
3046         darwin check.
3047
3048 2005-12-11  Graham Percival  <gpermus@gmail.com>
3049
3050         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
3051
3052         * stepmake/stepmake/python-modules-vars.make: define
3053         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
3054
3055         * THANKS: added Johannes Schindelin.
3056
3057 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3058
3059         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
3060
3061         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3062         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
3063
3064         * lily/parser.yy: reorganize file layout.
3065
3066         * ly/music-functions-init.ly: add tweak music function.
3067
3068         * lily/grob-info.cc (ultimate_music_cause): new function:
3069         recursively lookup causes. 
3070
3071         * lily/parser.yy (chord_body_element): allow music functions for
3072         post-events, allow music functions for chord elements. 
3073  
3074         * lily/font-config-scheme.cc (display_fontset): add cast.
3075
3076         * python/convertrules.py (FatalConversionError.sub_syms): \tag
3077         #'(a b) -> \tag #'a \tag #'b rule.
3078
3079         * python/musicexp.py (Output_printer.dump_version): new function
3080
3081 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3082
3083         * lily/parser.yy (FIXME): remove \tag
3084         (FIXME): remove tag_music() function.
3085
3086         * lily/lily-lexer.cc: remove \tag
3087
3088         * ly/music-functions-init.ly: define music-function "tag"
3089
3090         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
3091
3092 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3093
3094         * VERSION (PATCH_LEVEL): release 2.7.22
3095
3096         * input/regression/lyric-hyphen-retain.ly: renew.
3097
3098         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
3099         grob
3100
3101         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
3102         iso. minimum-length property for rods.
3103
3104         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
3105         LyricSpace item to keep lyrics spaced apart.
3106
3107         * ly/engraver-init.ly: remove Separating_line_group_engraver
3108
3109         * Documentation/user/music-glossary.tely: do setfilename before
3110         music-glossary.
3111
3112 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
3113
3114         * Documentation/user/lilypond-book.itely: use `,´ after xref:
3115         See xref documentation, for example.
3116
3117 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3118
3119         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
3120         pending_skip iso. ly_voice[-1]
3121         (main): add if __main__ for debugging.
3122
3123         * python/musicxml.py (Accidental.__init__): new class.
3124
3125         * scripts/musicxml2ly.py (progress): new function
3126         (musicxml_key_to_lily): don't barf on modeless keys.
3127         (create_skip_music): new function.
3128         (musicxml_spanner_to_lily_event): new function. Handle beams too.
3129         (musicxml_note_to_lily_main_event): new function.
3130
3131         * python/musicexp.py (Music.__init__): add comment field.
3132         (NestedMusic.append): new routine.
3133         (SequentialMusic.print_ly): print comment.
3134         (ArpeggioEvent.ly_expression): new class
3135         (BeamEvent.ly_expression): new class
3136         (NoteEvent.__init__): support for cautionary/forced accs.
3137
3138         * lily/lookup.cc (slur): normal order for array loop.
3139
3140         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
3141         to 0.0.
3142
3143         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
3144         collapsed.
3145
3146 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
3147
3148         * scm/music-functions.scm: Make phrasing slurs follow voice direction
3149
3150         * scripts/lilypond-book.py: Introduce option
3151             --preserve-line-breaks, for usage with srcltx
3152
3153 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3154
3155         * scm/output-lib.scm (print-circled-text-callback): draw circle
3156         around text using make-circle-markup.
3157
3158         * Documentation/user/*: strip out-www from file names.
3159
3160 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
3161
3162         * Documentation/user/lilypond.tely (direntry): remove empty lines;
3163         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
3164
3165 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3166
3167         * Documentation/user/GNUmakefile: idem.
3168
3169         * Documentation/user/macros.itexi: strip out-www
3170
3171         * python/rational.py: python 2.3 compat.
3172
3173         * VERSION (PATCH_LEVEL): release 2.7.21
3174
3175         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
3176         option formatting, lilypond style.
3177
3178         * python/musicexp.py: grab from Ikebana: a library for composing
3179         ly music expressions. 
3180         (Output_printer): class for advanced .ly printing.
3181         (eg. tupletting) 
3182
3183         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
3184         convert to pythonesque structure.
3185
3186         * python/rational.py: PD rational number class.
3187
3188         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
3189
3190 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
3191
3192         * lily/part-combine-iterator.cc: Minor bugfix
3193         
3194         * THANKS: Update bughunters
3195
3196 2005-12-02  Werner Lemberg  <wl@gnu.org>
3197
3198         * mf/README: Document process for proper mf2pt1 conversion.
3199
3200         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
3201         overlapping.
3202
3203         * mf/feta-harmonica.mf: Removed.  Unused.
3204
3205 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3206
3207         * scripts/lilypond-book.py (do_file): fix thinkos.
3208
3209 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3210
3211         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
3212         ($(outdir)/parser.cc): 
3213         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
3214
3215 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
3216
3217         * ly/titling-init.ly (tagline): it should be a space between
3218         "Music engraving by LilyPond" and the version number.
3219
3220 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3221
3222         * VERSION (PACKAGE_NAME): release 2.7.20
3223
3224 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3225
3226         * scm/define-markup-commands.scm (pad-to-box): new markup command.
3227
3228         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
3229         1.0.
3230         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
3231
3232 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3233
3234         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
3235
3236         * kpath-guile/: remove directory
3237
3238         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
3239         file. Encapsulate kpathsea using commandline tools.
3240
3241         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
3242         kpathsea) module.
3243
3244 2005-11-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3245
3246         * Documentation/user/advanced-notation.itely (Setting automatic
3247         beam behavior): Correct a few typos. Thanks to David Bobroff.
3248
3249         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
3250         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
3251
3252 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3253
3254         * scripts/*.py: gmane address for bugs.
3255
3256 2005-11-28 Pal Benko <benkop@freestart.hu>
3257         
3258         * make/ly-rules.make: add -f switch to mv
3259
3260         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
3261
3262         * lily/bar-line.cc: interpret it
3263
3264 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3265
3266         * configure.in (--disable-documentation): New switch.
3267
3268         * GNUmakefile.in: Use it.
3269
3270         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
3271
3272 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3273
3274         * scripts/lilypond-book.py (do_file): search chunks for
3275         \\begin{document}
3276
3277         * GNUmakefile.in: add copy step in between so we can lose the
3278         out-www directories.
3279
3280 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3281
3282         * lily/pango-font.cc (pango_item_string_stencil): put
3283         geometry.width into glyph-string too.
3284
3285 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3286
3287         * scm/define-music-display-methods.scm (RevertProperty):
3288         (OverrideProperty): Use grob-property-path property, a list of
3289         symbols, instead of grob-property, which used to be a single
3290         symbol.
3291         (BassFigureEvent): a figure can be a plain number, not necessarily a
3292         markup.
3293
3294 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3295
3296         * VERSION: release 2.7.19
3297         
3298         * lily/figured-bass-engraver.cc (process_music): check
3299         figuredBassCenterContinuations first.
3300
3301         * scm/translation-functions.scm (format-bass-figure): make double
3302         sharp larger. 
3303
3304         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
3305         determine X-parent.
3306
3307         * lily/system-start-delimiter-engraver.cc: move from
3308         Nested_system_start_delimiter_engraver, rename
3309         Nested_system_start_delimiter_engraver ->
3310         System_start_delimiter_engraver.
3311
3312         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
3313         bracket type from hierarchy.
3314
3315 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3316
3317         * lily/rest.cc (y_offset_callback): read staff-position.
3318
3319         * scm/define-grob-properties.scm (all-user-grob-properties): don't
3320         mark after-line-breaking-callback as internal.
3321
3322         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
3323
3324 2005-11-25  Werner Lemberg  <wl@gnu.org>
3325
3326         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
3327
3328 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3329
3330         * stepmake/bin/add-html-footer.py (do_file): add google
3331
3332         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
3333         staff if first_start_ is true.
3334
3335 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3336
3337         * scripts/midi2ly.py (split_track): add __repr__ members.
3338         (track_first_item): only return Item if not None. This fixes a
3339         problem when dumping a track that starts with an empty channel.
3340
3341         * python/midi.c: doc module.
3342
3343 2005-11-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3344
3345         * Documentation/user/global.itely (Creating MIDI files): Fix
3346         compilation problem.
3347
3348 2005-11-22  Graham Percival  <gpermus@gmail.com>
3349
3350         * Documentation/user/basic-notation.itely: clarify dynamic
3351         padding text.
3352
3353         * Documentation/user/advanced-notation.itely: add unicode
3354         escape control example, whatever that is.  :)
3355
3356         * Documentation/user/global.itely: added "removing dynamics
3357         from MIDI" code.
3358
3359 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3360
3361         * VERSION (PATCH_LEVEL): release 2.7.18
3362
3363         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
3364         System_start_delimiter_engraver by
3365         Nested_system_start_delimiter_engraver.
3366
3367         * lily/nested-system-start-delimiter-engraver.cc (struct
3368         Bracket_nesting_node): new class.
3369         (struct Bracket_nesting_group): new class
3370         (struct Bracket_nesting_staff): new class.
3371         (process_music): create hierarchy of grobs. This allows separate
3372         tuning of different SSDs. 
3373
3374         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
3375         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
3376
3377 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3378
3379         * lily/side-position-interface.cc (aligned_side): multiply
3380         staff_radius by 2.
3381
3382         * lily/script-engraver.cc (make_script_from_event): allow setting
3383         values to '()
3384
3385 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3386
3387         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
3388
3389         * scm/define-grobs.scm (all-grob-descriptions): new grob
3390         NestedSystemStartDelimiter.
3391
3392         * input/regression/system-start-heavy-bar.ly: new file.
3393
3394         * lily/nested-system-start-delimiter-engraver.cc: new file.
3395
3396         * lily/nested-system-start-delimiter.cc: new file.
3397
3398         * input/regression/system-start-nesting.ly: new file.
3399
3400         * scm/define-grobs.scm (all-grob-descriptions): use X side
3401         positioning for positioning braces for nested contexts.
3402
3403         * lily/system-start-delimiter.cc (print): don't divide extent by
3404         staff_space.
3405         (print): use style iso. glyph.
3406         (staff_bracket): translate glyph inside routine already.
3407
3408 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
3409
3410         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
3411         names.
3412
3413 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3414
3415         * scm/define-context-properties.scm
3416         (all-user-translation-properties): rename figuredBassFormatter
3417         from newFiguredBassFormatter.
3418
3419         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
3420
3421         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
3422
3423         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
3424
3425         * lily/beam.cc (calc_beaming): new function.
3426         (calc_shorten): new function.
3427
3428         * THANKS: add Edward Neeman.
3429
3430         * input/regression/accidental-clef-change.ly: new file.
3431
3432         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
3433
3434         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
3435
3436         * lily/clef-engraver.cc (inspect_clef_properties): reset
3437         localKeySignature for clef changes.
3438
3439 2005-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3440
3441         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
3442         add dummy definition that works in Linux and add information in
3443         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
3444
3445         * Documentation/user/changing-defaults.itely (Modifying context
3446         plug-ins): Add index for \with.
3447
3448         * Documentation/user/music-glossary.tely (dal segno): Updated
3449         example to version >=2.6.
3450
3451 2005-11-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3452
3453         * Documentation/user/instrument-notation.itely (Printing chord
3454         names): Reorder \chordmode and \repeat in one example.
3455
3456 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3457
3458         * VERSION: release 2.7.17
3459         
3460         * Documentation/topdocs/NEWS.tely (Top): add note about
3461         refactoring.
3462
3463         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3464         new function. Search region of 3 positions for best tie.
3465         (score_configuration): new function.
3466         (score_aptitude): new function.
3467         (generate_configuration): new function.
3468         (get_configuration): new function.
3469         (Tie_formatting_problem): new function
3470
3471         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
3472
3473         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
3474
3475         * THANKS: add Eduardo Vieira & Ralph Little
3476
3477         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
3478         narrower.
3479
3480         * lily/include/tie-formatting-problem.hh (class
3481         Tie_formatting_problem): add Tie_details to
3482         Tie_formatting_problem. Update calling conventions.
3483
3484         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
3485         config.make.
3486
3487         * Documentation/user/lilypond.tely: remove musedata2ly entry.
3488
3489 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
3490
3491         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
3492         scm/define-context-properties.scm: Maintenance bugfix: make
3493         ligature brackets work again by removing obsolete ligature
3494         primitive callback push/pop.
3495
3496         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
3497         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
3498         value.
3499
3500 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3501
3502         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
3503         used and do not call it a path.
3504         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
3505
3506 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3507
3508         * lily/include/tie-formatting-problem.hh (class
3509         Tie_formatting_problem): new file.
3510
3511         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
3512
3513         * Documentation/misc/ChangeLog-2.3:  new file.
3514
3515         * lily/audio-staff.cc (output): degarianize.
3516
3517 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3518
3519         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
3520         Unset PYTHONOPTIMIZE.  Fixes install if set.
3521
3522 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3523
3524         * python/convertrules.py (conv): add warning about drums. 
3525
3526         * make/stepmake.make: include toplevel-version.make after config.make.
3527
3528         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
3529         also allow python2.4
3530
3531         * config.make.in (configure-srcdir): remove GXX GCC vars.
3532
3533         * stepmake/aclocal.m4: don't do non-srcdir build with
3534         symlinks. Use inclusion, so the src directory name can be changed.
3535
3536 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3537
3538         * make/mutopia-vars.make:
3539         * make/ly-vars.make: Use src-wildcard iso wildcard for source
3540         files.
3541
3542 2005-11-13  Werner Lemberg  <wl@gnu.org>
3543
3544         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
3545         but the affected path.  This ensures that the (overlapping) outlines
3546         have the same direction, which is a necessary prerequisite for
3547         FontForge's algorithm to remove overlaps.
3548         Formatting.
3549
3550         * mf/feta-haak.mf: Formatting.
3551         (draw_bracket): Slightly modify outline to avoid an unnecessary
3552         corner.
3553         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
3554         them from the affected paths.
3555
3556 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3557
3558         * mf/README: remove xpm / accordion notes.
3559
3560         * lily/tie-column-format.cc (set_chord_outline): add dots into
3561         skyline extents. This fixes tie formatting if the left head has dots.
3562
3563         * lily/tie.cc (get_configuration): only shift tie by a whole staff
3564         space inside the staff.
3565         (get_configuration): shift another position if necessary in case
3566         of left head tie  
3567
3568 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3569
3570         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
3571         buildscript-dir iso. $(depth)/buildscripts.
3572
3573         * tex/GNUmakefile (local-uninstall): remove
3574         music-drawing-routines.ps juggling.
3575
3576         * stepmake/stepmake/install-targets.make (local-install-files):
3577         prepend src-dir to install targets.
3578
3579         * lily/system-start-delimiter-engraver.cc
3580         (acknowledge_system_start_delimiter): use
3581         add_offset_callback(). This fixes translation of nested
3582         staffgroups.
3583
3584         * lily/grob-closure.cc (add_offset_callback): only encaps in
3585         simple_closure if it's a procedure.
3586         
3587         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
3588         from bar-line.
3589
3590         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
3591         remove-empty where pertinent.
3592
3593 2005-11-12  Graham Percival  <gpermus@gmail.com>
3594
3595         * Documentation/user/instrument-notation.itely: added
3596         Cameron Horsburgh's multiple stanzas docs.  Thanks!
3597
3598 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3599
3600         * lily/GNUmakefile
3601         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
3602         make picture in builddir, not srcdir.
3603
3604 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3605
3606         * VERSION: release 2.7.16
3607         
3608         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
3609         shell arguments. 
3610
3611 2005-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3612
3613         * Documentation/user/examples.itely (Piano templates): Minor
3614         modification to the Piano centered lyrics example.
3615
3616 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3617
3618         * scripts/lilypond-invoke-editor.scm (run-browser): look at
3619         $BROWSER.
3620
3621         * Documentation/user/point-and-click.itely: simplify p&c
3622         instruction: don't configure firefox. Put lilypond-invoke-editor
3623         in front of the browser.
3624
3625         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
3626         (run-browser): new function.
3627
3628         * lily/parser.yy (Lily_lexer): recognize Book
3629
3630         * lily/book.cc (clone): new function
3631
3632         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
3633
3634 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
3635
3636         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
3637         Maintenance bugfix: reduce number of font related warnings by
3638         updating naming conventions for glyph-name.
3639
3640 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3641
3642         * scm/define-grobs.scm (all-grob-descriptions): add
3643         rhythmic-grob-interface to TabNoteHead.
3644
3645         * scm/layout-beam.scm (check-quant-callbacks): remove
3646         set_stem_lengths()
3647
3648 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
3649
3650         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
3651         alignment of centered divisiones.
3652
3653         * scm/scripts.scm (articulations): Maintenance bugfix:
3654         follow-into-staff -> quantize-position.
3655
3656         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
3657         plica head in porrectus deminutus.
3658
3659 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3660
3661         * make/lilypond.fedora.spec.in (Group): add %clean section.
3662
3663         * lily/tuplet-bracket.cc (print): change check: remove bracket if
3664         less then 1/5th of total length.  
3665         (print): use gap too.  Fixes tupletUp-single-bracket.ly
3666
3667         * scm/music-functions.scm (glue-mm-rest-texts): also put other
3668         events into EventChord. This fixes textspanners on mm rests. Fixes
3669         spanner-rest.ly
3670
3671         * lily/side-position-interface.cc (get_axis): read side-axis
3672         (set_axis): set side-axis.
3673
3674         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
3675         properties everywhere.
3676
3677         * lily/spacing-spanner.cc (breakable_column_spacing): add
3678         average-spacing-wishes. Take maximum if not set.
3679         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
3680
3681         * scm/define-grobs.scm (all-grob-descriptions): add
3682         average-spacing-wishes.
3683
3684         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
3685         offset callbacks. This fixes alignment for Fingering objects.
3686
3687         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
3688         space for key - timesig combination. 
3689
3690         * input/regression/script-stem-tremolo.ly (Module): new file.
3691
3692         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
3693         to key sig.
3694
3695         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
3696         Fixes: c-tremolo-script.ly.
3697         
3698         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
3699
3700         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
3701         
3702         * scm/define-grobs.scm (all-grob-descriptions): remove
3703         self-X-offset. Fixes alignment of octavate-8.
3704
3705         * scripts/lilypond-book.py (datadir): look in
3706         LILYPONDPREFIX/share/lilypond/current/
3707
3708         * GNUmakefile.in: symlink current to <VERSION>. 
3709
3710 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
3711
3712         * lily/main.cc: eps listed as a backend.
3713
3714 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3715
3716         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
3717
3718 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3719
3720         * lily/include/score.hh (class Score): remove texts_ member.
3721
3722         * lily/beam.cc (set_stem_lengths): force direction callback.
3723         (print): read quantized-positions, so we can force
3724         Beam::set_stem_lengths to occur.
3725         (rest_collision_callback): use common X parent. 
3726
3727 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3728
3729         * flower/file-path.cc (find): Bugfix: Return name of file found.
3730
3731         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
3732         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
3733         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
3734
3735 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3736
3737         * flower/offset.cc: idem.
3738
3739         * mf/*.mf: update email address.
3740
3741         * lily/font-config-scheme.cc:  new file.
3742
3743         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
3744
3745         * lily/*:  cs.uu.nl -> xs4all.nl
3746
3747         * VERSION (PATCH_LEVEL): release 2.7.15
3748
3749         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
3750         spec files.
3751
3752         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
3753
3754 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3755
3756         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
3757
3758         * lily/staff-performer.cc (process_music): add audio
3759         elements. This makes MIDI instrument changes work once again.
3760
3761         * lily/main.cc (LY_DEFINE): add gmane address.
3762
3763         * lily/beam.cc: remove calc_positions()
3764
3765         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
3766         original_ in private scope.
3767         (class Grob): drop pscore_ pointer, change to output_def pointer.
3768         (class Grob): cleanup class definition.
3769
3770         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
3771
3772 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3773
3774         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
3775         absolute.  Better diagnostics.
3776
3777         * GNUmakefile.in: Add bin/ to tree and populate with some links.
3778         This makes lilypond run from the build directory using argv0
3779         relocation (without any --prefix or LILYPONDPREFIX setting).
3780
3781 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3782
3783         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
3784
3785         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
3786         with simple-closure.
3787
3788         * lily/self-aligment-interface.cc (set_align_self): new function
3789         (set_center_parent): new function.
3790
3791         * lily/side-position-interface.cc (set_axis): new function.
3792
3793         * lily/new-fingering-engraver.cc (position_scripts): use drul for
3794         generic code. 
3795
3796         * scm/define-grob-properties.scm (all-user-grob-properties):
3797         remove [XY]-offset-callbacks add [YX]-offset
3798         
3799 2005-11-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3800
3801         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
3802         entry for time signatures after breathing signs. Bug report by
3803         Scott Russell.
3804
3805 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3806
3807         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
3808         not absolute, make it absolute using PATH.
3809
3810 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3811
3812         * python/midi.c (initmidi): Fix type for mingw.
3813
3814 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3815
3816         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
3817
3818         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
3819         cross compiling.
3820
3821         * stepmake/aclocal.m4: Support python cross compiling.
3822
3823         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
3824         Add mingw section.
3825
3826 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3827
3828         * scm/output-lib.scm (chain-grob-member-functions): replace
3829         chained-callback.cc
3830
3831         * lily/chained-callback.cc (Module): remove file.
3832
3833         * lily/rest-collision.cc (force_shift_callback_rest): change to
3834         chained callback.
3835
3836         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
3837
3838         * lily/grob.cc (y_parent_positioning): remove axis argument from
3839         parent_positioning callbacks.
3840         (Grob): junk init code
3841         (get_offset): use generic property callbacks for
3842         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
3843         (axis_parent_positioning): new function
3844         (axis_offset_symbol): new function
3845         (chain_offset_callback): new function
3846         (add_offset_callback): new function
3847
3848         * lily/beam.cc (rest_collision_callback): change signature; this
3849         is now a chained callback.
3850
3851         * lily/include/dimension-cache.hh (class Dimension_cache): remove
3852         callback administration.
3853
3854         * lily/simple-closure.cc: new file. Smob type that allows "grob
3855         member functions",
3856
3857             (ly:make-simple-closure FUNC A B)
3858
3859         is evaluated as (FUNC grob A B). This allows chaining of callbacks
3860         in various ways.
3861
3862         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
3863         callbacks.
3864
3865         * lily/slur.cc (outside_slur_callback): take 2 arguments.
3866
3867         * lily/rest.cc (polyphonic_offset_callback): remove.
3868
3869         * lily/script-engraver.cc (try_music): remove bool* argument.
3870
3871         * scm/script.scm (default-script-alist): set quantize-position
3872         appropriately.
3873
3874         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
3875
3876         * lily/side-position-interface.cc (aligned_side): move staff
3877         position quantization from
3878         Side_position_interface::quantised_position().
3879         (quantised_position): remove
3880         
3881 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3882
3883         * input/regression/beam-quant-standard.ly: reindent, set
3884         debug-beam-quanting to #t.
3885
3886         * lily/beam-concave.cc (calc_concaveness): set concaveness to
3887         10000 if this is a "hard" concave beam.
3888
3889         * lily/beam.cc (calc_least_squares_positions): change from
3890         calc_least_squares_dy
3891         (set_stem_lengths): this is now a chained callback.
3892
3893         * lily/context-property.cc (execute_general_pushpop_property):
3894         bugfix override with procedure should have effect.
3895
3896         * scm/define-grob-properties.scm (all-internal-grob-properties):
3897         remove position-callbacks.
3898
3899         * scm/define-grobs.scm (all-grob-descriptions): use
3900         ly:make-callback-chain for positions property.
3901
3902         * scm/layout-beam.scm (check-quant-callbacks): return list of
3903         chained callbacks.
3904
3905         * scm/lily.scm (type-p-name-alist): add callback-chain
3906
3907         * lily/lily-guile.cc (type_check_assignment): type check failure
3908         is warning not message.
3909
3910         * lily/grob-property.cc (try_callback): walk callback chain if
3911         appropriate.
3912
3913         * lily/chained-callback.cc: new file. new smob type.
3914
3915         * lily/lily-guile.cc (procedure_arity): new function.
3916
3917 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3918
3919         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
3920
3921 2005-10-25  John Mandereau  <john.mandereau@free.fr>
3922  
3923         * Documentation/user/instrument-notation.itely (Figured bass):
3924         describe new features
3925
3926 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3927
3928         * lily/beam.cc (calc_least_squares_dy): use property callback.
3929
3930         * lily/beam-concave.cc (calc_concaveness): use property callback.
3931
3932         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
3933
3934 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3935
3936         * HACKING: Update.
3937
3938 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3939
3940         * scm/layout-page-layout.scm (page-headfoot): annotate
3941         pagetopspace too.
3942
3943         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
3944
3945         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
3946         doesn't take y-space.
3947
3948         * scm/paper.scm (paper-alist): fix A7 dimensions. 
3949
3950 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3951
3952         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
3953         src-wildcard, remove $(wildcard).
3954
3955         * po/GNUmakefile (PO_FILES): 
3956         * ps/GNUmakefile (PS_FILES): 
3957         * tex/GNUmakefile (TEX_FILES): 
3958         * cygwin/GNUmakefile (POSTINSTALLS):
3959         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
3960         some wildcard calls.
3961
3962 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3963
3964         * THANKS: add Thomas Bushnell.
3965
3966 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3967
3968         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
3969         (lilypond-main): Redirect to gui-main if 'gui is set.
3970         Backportme.
3971
3972         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
3973         for alternative installations kludging s/share/lib/g
3974         LILYPONDPREFIX. Backportme.
3975
3976         * SConstruct (libdir_package_version): Define.
3977
3978         * python/SConscript: 
3979         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
3980         module in libdir.  Backportme.
3981
3982 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3983
3984         * lily/main.cc: clarify --safe.
3985
3986 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3987
3988         * VERSION: release 2.7.14
3989         
3990         * Documentation/user/*.itely: remove minimumVerticalExtent.
3991
3992         * scm/define-grobs.scm (all-grob-descriptions): remove
3993         RemoveEmptyVerticalGroup
3994
3995         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
3996
3997         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
3998         compile on MOSX
3999
4000         * python/convertrules.py (conv): add rules.
4001
4002         * lily/grob.cc: remove is_empty()
4003
4004         * lily/grob-property.cc: remove add_to_list_property().
4005
4006         * scripts/convert-ly.py (datadir): add prefix switching hack to
4007         .py too.
4008
4009         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
4010         space-function tweak.
4011
4012         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
4013
4014         * scm/define-grob-properties.scm (all-user-grob-properties):
4015         remove callback property.
4016
4017         * lily/include/grob.hh (class Grob): remove property_callbacks_
4018         member. Properties of procedure type are assumed to be callbacks.
4019
4020         * lily/ligature-engraver.cc (override_stencil_callback):
4021         rewrite. Use noteHeadLigaturePrimitive as source.
4022
4023         * scm/define-grob-properties.scm (all-internal-grob-properties):
4024         remove ligature-primitive-callback
4025
4026         * lily/include/dimension-cache.hh (class Dimension_cache): make
4027         class, with Grob as friend.
4028
4029         * lily/grob.cc: remove set_extent_callback(), set_extent() and
4030         has_extent_callback()
4031
4032         * scm/translation-functions.scm (format-new-bass-figure): read
4033         figuredBassPlusDirection
4034
4035         * scm/define-context-properties.scm
4036         (all-user-translation-properties): add figuredBassPlusDirection.
4037
4038         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
4039
4040         * lily/align-interface.cc (set_ordered): new function.
4041
4042         * lily/grob.cc (flush_extent_cache): rewrite.
4043
4044         * lily/dimension-cache.cc (Dimension_cache): cache extent as
4045         Interval pointer directly.
4046
4047         * lily/main.cc (setup_paths): insert extra / .
4048         (setup_paths): junk cff entry.
4049
4050         * lily/font-config.cc (init_fontconfig): only add type1 / otf
4051         directories.
4052
4053         * lily/axis-group-engraver.cc (finalize): remove
4054         extraVerticalExtent, minimumVerticalExtent verticalExtent.
4055
4056         * lily/grob.cc (Grob): don't set extent from ctor.
4057         (extent): use property callbacks. 
4058
4059         * lily/axis-group-interface.cc: remove set_axes() function.
4060
4061         * lily/grob-property.cc (del_property): new function.
4062
4063 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4064
4065         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
4066         
4067 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4068
4069         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
4070
4071 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4072
4073         * mf/SConscript: Updates.
4074
4075         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
4076
4077         * stepmake/stepmake/*:
4078         * */GNUmakefile:
4079         * config.make.in:
4080         * GNUmakefile.in:
4081         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
4082         from any directory in build-dir.  Cleanups.
4083
4084         * make/srcdir.make.in: Remove.
4085
4086         * lily/main.cc (setup_paths): Fix and document build-dir hack.
4087
4088         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
4089         main).
4090
4091         * lily/SConscript: Remove ttftools.
4092
4093         * SConstruct: Resurrect.
4094
4095 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4096
4097         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
4098         Y coordinate. 
4099
4100         * lily/paper-book.cc (add_score_title): put Paper_score title into
4101         systems_ list.
4102
4103         * scm/translation-functions.scm (format-new-bass-figure): also
4104         allow plus in combination with _
4105
4106 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4107
4108         * VERSION: 2.7.13 released.
4109
4110         * lily/note-collision.cc (check_meshing_chords): don't wipe
4111         stencil, merely set transparent.
4112
4113         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
4114         (Top): document #'callbacks.
4115         (Top): document nested \override.
4116
4117         * input/regression/figured-bass.ly: update for slash and pluses.
4118
4119         * input/regression/figured-bass-continuation-forbid.ly (Module):
4120         new file.
4121
4122         * scm/translation-functions.scm (format-new-bass-figure): use
4123         slashed-digit if diminished is set.
4124         (format-new-bass-figure): add + if 'augmented is set.
4125
4126         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
4127
4128         * input/test/piano-staff-distance.ly: remove file.
4129
4130         * Documentation/user/advanced-notation.itely (Formatting cue
4131         notes): use length-fraction for making stems/beams smaller.
4132
4133         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
4134         modifications.
4135
4136         * lily/new-figured-bass-engraver.cc: new property
4137         centerFiguredBassContinuations
4138
4139         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4140         use callbacks.
4141
4142         * lily/context-property.cc (execute_general_pushpop_property):
4143         robustness checks.
4144
4145         * input/regression/override-nest.ly: new file.
4146
4147         * python/convertrules.py (FatalConversionError.subber): conversion
4148         rule for #'callbacks
4149
4150         * input/regression/override-nest.ly: new function.
4151
4152         * lily/parser.yy (music_property_def): allow \override #'a #'b =
4153         #c too. 
4154
4155         * lily/context-property.cc (lookup_nested_property): new function.
4156         (evict_from_alist): new function.
4157         (general_pushpop_property): new function.
4158         (execute_general_pushpop_property): rewrite. Support nested
4159         properties too.
4160
4161 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4162
4163         * lily/beam.cc: use length-fraction too.
4164
4165         * scm/define-grob-properties.scm (all-user-grob-properties):
4166         remove property flag-width-function
4167         (all-user-grob-properties): remove space-function.
4168
4169         * scm/layout-beam.scm: remove flag-width-function.
4170
4171         * lily/beam.cc: remove flag-width-function
4172
4173         * scm/layout-beam.scm: remove beam dir functions.
4174
4175         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
4176
4177         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
4178         for easier grace tweaks.
4179
4180         * lily/beam.cc: remove dir-function.
4181
4182         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
4183
4184         * lily/grob.cc: remove spacing-procedure.
4185
4186         * lily/note-head.cc (calc_stem_attachment): new function.
4187         (internal_print): use callback to get glyph-name.
4188
4189         * lily/grob-property.cc (get_interfaces): new function.
4190
4191         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
4192
4193         * lily/stem.cc (calc_stem_end_position): new function.
4194         (calc_length): new function.
4195         document details for stem.
4196         remove Stem::get_direction()
4197
4198         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
4199
4200         * lily/grob-property.cc (set_callback): new function.
4201
4202         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
4203
4204         * lily/item-scheme.cc: new file.
4205
4206         * lily/bar-line.cc (before_line_breaking): remove function.
4207         remove bar-size-procedure, break-glyph-function
4208
4209         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
4210
4211         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
4212
4213         * lily/system-start-delimiter.cc (print): suicide from
4214         here. Remove after_line_breaking_callback.
4215
4216         * lily/script-interface.cc (calc_direction): use callback for direction.
4217
4218         * lily/side-position-interface.cc (aligned_side): don't use
4219         Side_position_interface::get_direction directly. Use callback. 
4220
4221         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
4222         calculate stencil.
4223         (get_print_stencil): rename from get_stencil: create stencil with
4224         transparency, color and cause. 
4225
4226         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
4227
4228         * python/convertrules.py (conv): insert temporary warning rule.
4229
4230         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
4231
4232         * lily/grob-property.cc (try_callback): remove marker if applicable.
4233
4234         * lily/grob.cc: elucidate doc about after/before-line-breaking
4235
4236         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
4237
4238         * lily/stem.cc (height): idem.
4239
4240         * lily/stem-tremolo.cc: idem.
4241
4242         * lily/slur.cc (height): don't use get_uncached_stencil()
4243
4244         * lily/rest.cc (y_offset_callback): use offset callback
4245         iso. after-line-breaking callback.
4246
4247         * lily/grob.cc: change after/before-line-breaking-callback to
4248         after/before-line-breaking dummy properties.
4249
4250         * lily/include/grob.hh: remove Grob_status.
4251
4252         * scm/define-context-properties.scm
4253         (all-user-translation-properties): remove verticalAlignmentChildCallback
4254
4255         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
4256         (calc_direction): use callback
4257         (calc_positions): use callback.
4258
4259         * lily/tie.cc (calc_direction): use callback. Only call parent
4260         positioning for more than one tie.
4261
4262         * lily/tie-column.cc (calc_positioning_done): use callback
4263
4264         * lily/slur-scoring.cc (calc_control_points): use callback
4265
4266         * lily/slur.cc (calc_direction): use callback.
4267
4268         * lily/note-collision.cc (force_shift_callback): remove.
4269
4270         * lily/dot-column.cc (force_shift_callback): remove. Use
4271         other_axis_parent_positioning.
4272
4273         * lily/grob.cc (other_axis_parent_positioning): new function.
4274         (same_axis_parent_positioning): new function
4275
4276         * lily/align-interface.cc (alignment_callback): remove function.
4277
4278         * lily/note-collision.cc (calc_positioning_done): use callback.
4279
4280         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
4281         (calc_direction): idem.
4282         remove print function.
4283
4284         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
4285
4286         * lily/dot-column.cc (calc_positioning_done): use callback.
4287
4288         * lily/break-align-interface.cc (calc_positioning_done): use callback.
4289
4290         * lily/beam.cc (calc_direction): use pseudo-property for beam
4291         direction callback.
4292         (calc_positions): use callback 
4293
4294         * lily/align-interface.cc (calc_positioning_done): use
4295         callback. Fold fixed  distance and normal alignment in one function.
4296
4297         * lily/stem.cc (calc_stem_end_position): use callback.
4298         (calc_positioning_done): idem.
4299         (calc_direction): idem.
4300         (calc_stem_end_position): idem
4301         (calc_stem_info): idem.
4302
4303         * lily/grob-property.cc (get_property_data): new function: 
4304         (try_callback): new function.
4305
4306         * scm/define-grob-properties.scm (all-user-grob-properties): doc
4307         callbacks property.
4308
4309         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
4310
4311 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4312
4313         * lily/tie.cc (get_position): robustness fix. Don't crash if a
4314         tie
4315         has no heads.
4316         
4317         * lily/include/*.hh (Module): compile fixes.
4318
4319 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
4320
4321         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
4322         as an argument for char-syntax: use (char-syntax (or nil 0)) 
4323         instead of (char-syntax nil), thanks to Milan Zamazal.
4324
4325 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4326
4327         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
4328         dist.
4329
4330         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
4331         themselves.
4332
4333 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4334
4335         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
4336         add class_name() method.
4337
4338         * lily/music-scheme.cc: remove ly:music-name.
4339
4340 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4341
4342         * cygwin/postinstall-lilypond.sh: Remove cruft.
4343
4344         * cygwin/postremove-lilypond.sh: Remove.
4345
4346         * cygwin/GNUmakefile (default): Remove postremove rules.
4347
4348 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4349
4350         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
4351         even header too.
4352         
4353         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
4354         MacOS 9 users.
4355
4356         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
4357         consider break index for broken spanner.
4358
4359         * scm/define-markup-commands.scm (wordwrap-string): remove \r
4360         characters from string before splitting.
4361
4362 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4363
4364         * scm/framework-ps.scm (output-preview-framework): use
4365         is-book-title to determine whether to chop off the booktitle.
4366
4367         * lily/paper-book.cc (systems): init from book-title-properties
4368         (add_score_title): init score-title-properties.
4369
4370         * ly/paper-defaults.ly: add {score,book}-title-properties.
4371
4372         * scm/document-backend.scm (lookup-interface): error message if
4373         using unknown interface.
4374
4375         * lily/volta-bracket.cc (after_line_breaking): new function. Set
4376         edge-height.
4377
4378         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
4379         make_bracket.
4380         (make_bracket): new function.
4381
4382         * scm/lily.scm (define-scheme-options): add paper-size option.
4383
4384         * ly/declarations-init.ly (laissezVibrer): get paper size from
4385         -dpaper-size
4386
4387         * scm/translation-functions.scm: use \fontsize for changing the
4388         fontsize.
4389
4390         * scm/define-grobs.scm (all-grob-descriptions): set
4391         between-length-limit to 1.0
4392
4393         * lily/tie-helper.cc: add between_length_limit_ detail property.
4394
4395         * mf/feta-bolletjes.mf: typos.
4396
4397         * lily/note-head.cc (internal_print): don't shadow idx
4398         parameter. This fixes wrong attachment for do shape heads.
4399
4400 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4401
4402         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
4403
4404         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
4405
4406         * scm/layout-slur.scm: rename from slur.scm
4407
4408         * scm/layout-page-layout.scm: rename from page-layout.scm
4409
4410         * scm/layout-beam.scm: rename from beam.scm
4411
4412         * scm/define-grob-interfaces.scm (bass-figure-interface): add
4413         bass-figure-interface
4414
4415         * lily/new-figured-bass-engraver.cc (process_music): add
4416         implicitBassFigures property.
4417         
4418         * scm/define-markup-commands.scm (pad-x): new markup.
4419
4420         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
4421         minimumVerticalExtent on FiguredBass context.
4422
4423         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
4424         case the continuation crosses a line break.
4425
4426 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4427
4428         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
4429         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
4430         absolute file name bug.  Backportme.
4431
4432 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4433
4434         * VERSION (PACKAGE_NAME): release 2.7.12
4435
4436         * input/regression/figured-bass-continuation-center.ly: new file.
4437
4438         * input/regression/beam-outside-beamlets.ly: new file.
4439
4440         * lily/beam.cc (set_beaming): don't clip edges.
4441         (connect_beams): don't clip edges.
4442
4443         * lily/beaming-info.cc (clip_edges): new function.
4444
4445         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
4446
4447         * Documentation/user/instrument-notation.itely (Figured bass):
4448         demonstrate extenders, update seealso links.
4449
4450         * scm/titling.scm (marked-up-headfoot): change tagline
4451         handling. tagline = ##f will blank the tagline as well.
4452
4453 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4454
4455         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
4456
4457         * lily/new-figured-bass-engraver.cc (struct
4458         New_figured_bass_engraver): add new_music_found_ member.
4459
4460         * lily/lilypond-version.cc (Lilypond_version): deal with
4461         incorrectly formatted version strings. 
4462
4463         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
4464         New_figured_bass_engraver by default.
4465
4466         * lily/ttf.cc (print_trailer): only define glyph names when
4467         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
4468
4469 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4470
4471         * lily/horizontal-bracket.cc (make_bracket): new function.
4472
4473         * scm/define-grobs.scm (all-grob-descriptions): new grobs
4474         NewBassFigure, BassFigureBracket, BassFigureContinuation,
4475         BassFigureLine, BassFigureAlignment
4476
4477         * lily/new-figured-bass-engraver.cc (process_music): new file.
4478
4479         * lily/figured-bass-continuation.cc: new file.
4480
4481         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
4482         new file.
4483
4484 2005-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4485
4486         * scripts/lilypond-book.py: Bug fix, put the quote around the
4487         actual score for LaTeX documents.
4488
4489         * scm/define-grobs.scm (all-grob-descriptions): Change
4490         collapse-height of the SystemStartBracket grob to 5.0, 
4491         so the bracket disappears for single stave score lines (similarly
4492         to SystemStartBraces). 
4493
4494         * Documentation/user/advanced-notation.itely (Polymetric
4495         notation): Clarify the use of compressMusic.
4496
4497         * Documentation/user/basic-notation.itely (Grace notes): Clarify
4498         that the grace spacer note in other staves need the same duration
4499         and document the stroke-style property.
4500
4501 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4502
4503         * Documentation/user/global.itely (Vertical spacing): document
4504         alignment-extra-space and fixed-alignment-extra-space.
4505
4506         * Documentation/topdocs/NEWS.tely (Top): add entry.
4507
4508         * input/regression/alignment-vertical-spacing.ly: new file.
4509
4510         * python/convertrules.py (conv): add rule.
4511
4512         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
4513
4514         * lily/align-interface.cc (stretch_after_break): new
4515         function. Read fixed-alignment-extra-space property.
4516         (align_elements_to_extents): read alignment-extra-space property.
4517
4518         * lily/lily-guile.cc (robust_scm2dir): new function.
4519
4520         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
4521         (annotate-space-left): new function. Annotate space left on page. 
4522         (annotate-y-interval): new function.
4523         (paper-system-annotate-last): new function. Annotate bottom-space.
4524
4525         * mf/feta-beugel.mf (y): 
4526
4527 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4528
4529         * VERSION (PACKAGE_NAME):  release 2.7.11
4530
4531         * scm/lily-library.scm (interval-translate): new function
4532         (interval-center): new function. 
4533
4534         * scm/page-layout.scm (paper-system-annotate): new function. Add
4535         arrows for dimensions.
4536  
4537         * scm/stencil.scm (dimension-arrows): new function.
4538
4539         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
4540
4541         * input/regression/page-spacing.ly: add annotatespacing
4542
4543         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
4544         (LY_DEFINE): new function ly:paper-system-set-property!
4545
4546         * Documentation/user/global.itely (Paper size): explain how to add
4547         sizes.
4548
4549         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
4550         correspond to GS's definition.
4551
4552         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
4553         tuplet bracket.
4554         (print): only connect to next bracket if the next one is alive.
4555         (print): set padding to 0.0 if the bound is a breakable
4556         column. This makes tupletFullLength brackets reach up to the staff
4557         line if it doesn't connect to the next line.
4558
4559 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4560
4561         * lily/bar-number-engraver.cc: correct docs.
4562
4563         * scm/output-lib.scm (first-bar-number-invisible): rename from
4564         default-bar-number-visibility
4565
4566 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4567
4568         * scm/define-music-properties.scm (all-music-properties): remove
4569         predicate property.
4570
4571 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
4572
4573         * po/fi.po: refresh.
4574
4575 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4576
4577         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
4578         superfluous s1.
4579         (disappear): bugfix.
4580
4581         * lily/stem-tremolo.cc (raw_stencil): read slope property.
4582
4583         * lily/include/paper-system.hh (class Paper_system): remove
4584         staff_extents_ member.
4585
4586         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
4587
4588         * lily/include/paper-system.hh (class Paper_system): remove
4589         number_ variable. Remove is_title_. Remove break_before_penalty_
4590
4591         * lily/paper-book.cc (systems): use 'number property iso. number_
4592         member.
4593
4594         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
4595         remove ly:paper-system-number.
4596
4597         * scm/lily-library.scm (paper-system-title?): new function.
4598
4599         * lily/book.cc (process): bugfix: flip ?: cases. 
4600
4601         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4602         add outputProperty.
4603
4604         * ly/music-functions-init.ly: add outputProperty music function.
4605
4606         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
4607
4608         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
4609         and next-padding.
4610         (optimal-page-breaks): rename from ly:optimal-page-breaks.
4611
4612         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
4613
4614         * lily/paper-system.cc (internal_get_property): new function.
4615
4616         * Documentation/user/global.itely (Vertical spacing): refer to
4617         page-spacing.ly
4618
4619         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
4620         pagetopspace
4621
4622         * input/regression/page-spacing.ly: new file.
4623
4624         * input/regression/page-top-space.ly: new file.
4625
4626         * lily/spacing-spanner.cc: cmath -> math.h
4627
4628         * lily/paper-system.cc (read_left_bound): new function. Read
4629         line-break-system-details from left bound to determine extents.
4630  
4631         * Documentation/user/programming-interface.itely (Using LilyPond
4632         syntax inside Scheme): change applyxxx -> applyXxx.
4633
4634         * ly/music-functions-init.ly: add outputProperty music function.
4635
4636         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
4637
4638         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
4639
4640         * python/convertrules.py (conv): rule
4641
4642         * ly/music-functions-init.ly: applyxxx -> applyXxx
4643
4644         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
4645         TabVoice to Voice.
4646
4647 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4648
4649         * flower/include/real.hh: include <math.h> iso. <cmath>
4650
4651         * flower/include/offset.hh: include real.hh
4652
4653 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4654
4655         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4656         fix example, now that 'interfaces is no longer directly available.
4657
4658         * lily/book.cc (process): don't crash if paper == NULL.
4659
4660         * po/fr.po: update.
4661
4662 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4663
4664         * scm/define-music-types.scm (music-descriptions): set length and
4665         start-callback for QuoteMusic
4666
4667 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4668
4669         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
4670         arguments. Fixes compilation error with gcc 3.3.
4671
4672 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4673
4674         * VERSION: release 2.7.10
4675
4676         * stepmake/stepmake/python-module-rules.make
4677         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
4678
4679         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
4680         real.hh
4681
4682 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4683
4684         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
4685         -Werror. Otherwise GCC barfs over various optimizations.
4686
4687         * scm/define-grob-properties.scm (all-internal-grob-properties):
4688         add note-head property
4689
4690         * Documentation/user/instrument-notation.itely (Laissez vibrer
4691         ties): new node.
4692
4693         * input/regression/laissez-vibrer-ties.ly: new file.
4694
4695         * lily/laissez-vibrer-engraver.cc: new file.    
4696
4697         * lily/include/tie-column-format.hh: new file.
4698
4699         * lily/tie-column-format.cc: new file. 
4700
4701         * lily/tie-column.cc (set_manual_tie_configuration): new function.
4702
4703         * lily/laissez-vibrer-tie.cc: new file.
4704
4705         * lily/include/laissez-vibrer-tie.hh: new file.
4706
4707         * ly/engraver-init.ly: add Laissez_vibrer_engraver
4708
4709         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
4710
4711         * scm/define-grobs.scm (all-grob-descriptions): add
4712         LaissezVibrerTie, LaissezVibrerTieColumn
4713
4714         * lily/tie-column.cc (set_tie_config_directions): new function
4715         (final_shape_adjustment): new function.
4716         (shift_small_ties): new function.
4717
4718         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
4719
4720         * lily/include/tie.hh (struct Tie_details): add x_gap_
4721         (struct Tie_configuration): add head_position_
4722
4723         * lily/tie-column.cc (set_chord_outline): new function.
4724
4725         * mf/cmr.enc.in:  remove file.
4726
4727 2005-09-11  Graham Percival  <gpermus@gmail.com>
4728
4729         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
4730
4731 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4732
4733         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
4734         reduce aliasing effects.
4735
4736         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
4737         box in skyline.
4738
4739 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4740
4741         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
4742
4743         * flower/include/real.hh: std::fabs too.
4744
4745 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4746
4747         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
4748
4749         * lily, flower: Include C++ iso C headers.  Import namespace std
4750         throughout.
4751
4752         * lily/side-position-interface.cc: 
4753         * lily/scm-hash.cc: 
4754         * lily/note-head.cc: 
4755         * lily/include/includable-lexer.hh: 
4756         * flower/include/string-data.icc: Remove using std::*.
4757
4758         * lily, flower: Include C++ iso C headers.  Import namespace std
4759         throughout.
4760
4761         * lily/side-position-interface.cc: 
4762         * lily/scm-hash.cc: 
4763         * lily/note-head.cc: 
4764         * lily/include/includable-lexer.hh: 
4765         * flower/include/string-data.icc: Remove using std::*.
4766
4767         * Documentation/user/instrument-notation.itely (Entering lyrics):
4768         Multiple latin-1->utf-8 conversion fix.
4769
4770         * Documentation/user/*tely: Update Emacs cookie to utf-8.
4771
4772 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4773
4774         * lily/tie.cc (get_configuration): also avoid dots for non-space
4775         situations.
4776
4777 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4778
4779         * Documentation/user/instrument-notation.itely: Bugfix.
4780
4781 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4782
4783         * tex/GNUmakefile: don't install texinfo.tex
4784
4785         * tex/ : cleanup: remove unused files.
4786
4787         * lily/general-scheme.cc: remove my_{isinf,isnan}.
4788
4789         * flower/include/real.hh: using std::{isnan,isinf}
4790         
4791         * VERSION (PATCH_LEVEL): release 2.7.9
4792
4793 2005-09-05  Graham Percival  <gpermus@gmail.com>
4794
4795         * Documentation/user/ instrument-notation.itely,
4796         advanced-notation.itely: minor tweaks.
4797
4798         * input/test/script-chart.ly: add item padding.
4799
4800 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4801
4802         * flower/offset.cc: use math.h iso. <cmath>
4803
4804         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
4805         of IE users.
4806
4807         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
4808         (widen-left-stencil-edges): new function. Fix alignment problems
4809         with LaTeX includegraphics.
4810
4811         * lily/text-interface.cc (interpret_markup): use abort().
4812
4813 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4814
4815         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
4816
4817         * lily/tie.cc (get_configuration): update bezier shape as we
4818         change Y positions.
4819         (get_configuration): don't move large ties if we're outside of the
4820         staff.
4821
4822 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4823
4824         * scm/define-markup-commands.scm (strut): swap X and Y dims.
4825         
4826 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4827
4828         * .cvsignore: Add auto-generated configure files and then some.
4829
4830 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4831
4832         * scm/define-grobs.scm (DynamicLineSpanner): Add
4833         X-extent-callback.  Fixes hairpin-slur collision.
4834
4835 2005-08-31  Graham Percival  <gpermus@gmail.com>
4836
4837         * Documentation/user/advanced-notation.itely,
4838         basic-notation.itely: minor changes.
4839
4840 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4841
4842         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
4843         \linebreak between each .eps file if \betweenLilyPondSystem is
4844         undefined. 
4845
4846         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4847         music): Document the \linebreak
4848
4849         * Documentation/user/lilypond-book.itely,
4850         input/tutorial/lbook-latex-test.tex,
4851         Documentation/user/examples.itely: Remove \usepackage{graphics}
4852
4853 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4854
4855         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
4856
4857         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
4858         compat bugfix.
4859
4860         * scripts/lilypond-book.py (PREAMBLE_LY): define
4861         inside-lilypond-book
4862         (modify_preamble): new function. Insert \RequirePackage{graphics}
4863         when no {graphics found in preamble.  
4864
4865 2005-08030  Graham Percival  <gpermus@gmail.com>
4866
4867         * Documentation/user/basic-notation.itely, global.itely,
4868         tutorial.itely: misc small changes.
4869
4870 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4871
4872         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
4873         VERSION.
4874
4875 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4876
4877         * lily/tie-column.cc (new_directions): put Tie down on center
4878         staff line. 
4879
4880         * lily/script-interface.cc (before_line_breaking): use
4881         Grob::programming_error
4882
4883         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
4884
4885         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
4886         of splitext.
4887
4888 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4889
4890         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
4891
4892 2005-08-29  Werner Lemberg  <wl@gnu.org>
4893
4894         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
4895         the `*.scale.pfa' files to avoid warnings.
4896
4897 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4898
4899         * lily/tempo-performer.cc (process_music): idem.
4900
4901         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
4902
4903 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4904
4905         * Documentation/user/advanced-notation.itely (Text markup): not a
4906         fragment.
4907
4908         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
4909
4910         * lily/staff-performer.cc (initialize): add tempo/name to
4911         audio_staff_
4912
4913
4914 2005-08-26  Graham Percival  <gpermus@gmail.com>
4915
4916         * Documentation/user/advanced.itely: add text-only example.
4917
4918         * Documentation/user/invoking.itely: add index entries for
4919         convert-ly.
4920
4921         * Documentation/user/ tutorial.itely, basic-notation.itely:
4922         small fixes suggested by Steve D.  Thanks!
4923
4924 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4925
4926         * input/regression/markup-bidi-pango.ly: new file.
4927
4928         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
4929         standard. Remove #ifdef. Remove memleak.
4930         (text_stencil): use text_dir to decide how to composite items.
4931         (text_stencil): determine uniform text direction for the entire
4932         string.
4933
4934         * scripts/lilypond-book.py (output_name): remove
4935         latex_filter_cmd. Non-portable to non-Unix systems. 
4936         (get_latex_textwidth): use File.write and os.unlink() instead.
4937
4938         * THANKS: add Vicente & Trevor.
4939
4940         * lily/grob.cc (discretionary_processing): look up origin for
4941         programming_error too. 
4942
4943         * input/regression/tie-broken.ly: new file.
4944
4945         * lily/tie-column.cc (set_chord_outlines): set outline for line
4946         break case too.
4947         
4948 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4949
4950         * lily/pango-font.cc (text_stencil): don't translate glyphs in
4951         unscaled transform, just translate stencils.
4952
4953         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
4954         MIDI.
4955
4956         * scm/define-markup-commands.scm (wordwrap-string): use
4957         text-direction
4958         (wordwrap-stencils): idem.
4959         (line): idem.
4960         (fill-line): idem.
4961         (wordwrap-stencils): translate last line to right for
4962         text-direction = LEFT.
4963
4964         * scm/define-grob-properties.scm (all-user-grob-properties): add
4965         text-direction.
4966
4967 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4968
4969         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
4970         when copying a Lily_parser object.
4971
4972 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4973
4974         * scm/define-markup-commands.scm (null): add null markup.
4975
4976 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4977
4978         * lily/item.cc: Add documentation of center-invisible
4979
4980 2005-08-24  Graham Percival  <gpermus@gmail.com>
4981
4982         * Documentation/user/advanced-notation.itely: add info about
4983         raising text.
4984
4985         * Documentation/user/programming-interface.itely: fix example
4986         involving raised text.
4987
4988 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4989
4990         * lily/beam.cc (print): fix X start/end points of isolated
4991         beamlets.
4992
4993         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
4994
4995         * lily/multi-measure-rest.cc (set_text_rods): new function.
4996
4997         * lily/vertical-align-engraver.cc (process_music): call
4998         Align_interface::set_axis(). This forces #'elements to be ordered,
4999         preventing random vertical reordering of staves.
5000
5001         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
5002         add avoid-slur property. 
5003
5004         * Documentation/user/basic-notation.itely (Measure repeats): add
5005         countPercentRepeats example.
5006
5007         * Documentation/user/advanced-notation.itely (Other text markup
5008         issues): remove remark about normal-font.  We have \normal-text
5009
5010         * input/regression/tie-chord.ly: add note about remaining bugs.
5011
5012         * lily/tie.cc (print): try Tie_column::set_directions () if
5013         control-points not yet defined.
5014
5015 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5016
5017         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
5018         extent. This fixes braces falling out of the EPS bbox.
5019
5020         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
5021         exactly to bbox.
5022
5023 2005-08-23  Graham Percival  <gpermus@gmail.com>
5024
5025         * {various} : change #up->#UP and #down->#DOWN.
5026
5027         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
5028
5029         * Documentation/user/advanced-notation.itely: clarify
5030         what objects handles text on a multimeasure rest.
5031
5032 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5033
5034         * VERSION (PATCH_LEVEL): release 2.7.7
5035
5036 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5037
5038         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
5039
5040         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
5041
5042         * input/regression/*.ly: formatting clean-up. Default layout
5043         before music expression.
5044
5045         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
5046         romanze28-2 example.
5047
5048         * scm/ps-to-png.scm: remove dir-re function.
5049         (make-ps-images): generate page names, instead of globbing them.
5050         This brings down LilyPond memory usage for make web by a factor
5051         10. (backportme?) 
5052
5053         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
5054         don't use glob. With 3000 files, globbing
5055         Documentation/user/out-www/ can take too much time. (backportme?)
5056         
5057         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
5058
5059         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
5060
5061         * input/regression/tie-manual.ly: new file
5062
5063         * input/regression/tie-chord.ly: update.
5064
5065         * flower/include/interval.hh (struct Interval_t): 
5066
5067         * lily/tie.cc (distance): new function 
5068         (height): new function.
5069         (init): new function
5070         (Tie_details): new struct.
5071
5072         * lily/skyline.cc (skyline_height): new function.
5073
5074         * lily/tie-column.cc (set_chord_outlines): new function.
5075         (new_directions): read tie-configuration
5076
5077         * lily/skyline.cc: fix ASCII art.
5078         
5079 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5080
5081         * python/convertrules.py (string_or_scheme): Fix spelling error
5082
5083 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5084         
5085         * lily/tie-column.cc (set_directions): set directions only once.
5086         (add_configuration): new function.
5087
5088         * lily/tie.cc (set_control_points): new function
5089
5090         * lily/tie-column.cc (new_directions): new function.
5091
5092         * ly/music-functions-init.ly: set 'pitch property
5093         iso. trill-pitch. This makes \relative work with \pitchedTrill
5094
5095         * lily/tie.cc (get_configuration): new function. Don't generate
5096         control points, rather, generate configuration.
5097         remove head-pair property.
5098
5099         * lily/include/tie.hh (struct Tie_configuration): new struct.
5100
5101 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
5102
5103         * Documentation/topdocs/NEWS.tely: clarify.
5104
5105 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5106
5107         * lily/tie.cc: remove minimum-length
5108
5109         * scm/define-grob-properties.scm (all-user-grob-properties):
5110         remove staffline-clearance, y-offset 
5111
5112         * input/regression/tie-dots.ly (Module): remove.
5113
5114         * lily/tie.cc (get_control_points): rewrite. Put short ties in
5115         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
5116
5117         * input/regression/tie-single.ly: new file.
5118
5119 2005-08-21  Graham Percival  <gpermus@gmail.com>
5120
5121         * ly/bagpipe.ly: fix compile problem.
5122
5123 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5124
5125         * lily/midi-item.cc (name): new method.
5126
5127         * lily/staff-performer.cc (acknowledge_audio_element): use
5128         signature of baseclass.
5129
5130         * lily/engraver-group.cc (do_announces): move recursion call out
5131         of while loop. 
5132
5133         * lily/drum-note-performer.cc (class Drum_note_performer): use
5134         process_music everywhere.
5135
5136         * ly/performer-init.ly: add default children everywhere.
5137
5138         * lily/paper-book.cc (output): call paper-book-write-midis
5139         directly: always write MIDI, even if no \layout {} block. 
5140
5141 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5142
5143         * VERSION (PACKAGE_NAME): release 2.7.6
5144
5145         * lily/percent-repeat-engraver.cc (try_music): don't print warning
5146         about not being able to handle repeat.
5147
5148 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5149
5150         * Documentation/user/examples.itely (Piano templates):
5151         * lily/include/performer-group.hh: Remove last traces of
5152         Performer_group_performer.  Fixes make web.
5153
5154 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5155
5156         * Documentation/user/examples.itely (Piano templates): change
5157         Engraver_group_engraver -> Engraver_group
5158
5159         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
5160         scm_stand_in_procs is not weak_any.
5161
5162         * lily/volta-bracket.cc (print): don't use strcmp().
5163
5164         * lily/volta-engraver.cc (process_music): use
5165         Text_interface::is_markup() for setting the 'text property of the
5166         volta bracket.
5167
5168         * input/mutopia/claop.py (accents): update syntax to 2.6
5169
5170         * scm/define-context-properties.scm
5171         (all-user-translation-properties): add countPercentRepeats.
5172
5173         * Documentation/user/basic-notation.itely (Measure repeats): add
5174         isolated percent example.
5175
5176 2005-08-18  Graham Percival  <gpermus@gmail.com>
5177
5178         * input/ {various}: change direction #1, #-1 to
5179         #up/#down or \fooUp, \fooDown.
5180
5181         * Documentation/user/music-glossary.tely: #-1 to #down.
5182
5183         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
5184         to #up, #-1 to #down.
5185
5186 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5187
5188         * lily/include/engraver-group.hh: rename.
5189
5190         * lily/include/performer-group.hh: rename.
5191
5192 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5193
5194         * input/test/script-abbreviations.ly: Removed some old LaTeX
5195         left overs.
5196
5197 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5198
5199         * python/convertrules.py (conv): inside-slur -> avoid-slur.
5200         Remove functions.  Remove if 1: constructs, reindent.
5201
5202         * scripts/convert-ly.py (add_version): Add functions from
5203         convertrules.py
5204
5205         * scm/script.scm (default-script-alist):
5206         s/priority/script-priority.  Fixes script stacking.  Backportme.
5207         (Fermata): Very low priority.
5208
5209 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5210
5211         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
5212
5213         * input/regression/slur-script.ly: remove padding tweaks. Add
5214         comment strings.
5215
5216         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
5217         time sigs and related stuff.
5218
5219         * scm/define-grob-properties.scm (all-user-grob-properties): add
5220         @code{} tags to property description.
5221
5222         * lily/include/line-group-group-engraver.hh (Module): remove file.
5223
5224         * python/convertrules.py (conv): add rule for
5225         Engraver_group_engraver -> Engraver_group.
5226
5227         * lily/include/performer-group-performer.hh: analogous.
5228
5229         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
5230
5231         * lily/context-def.cc (instantiate): check for
5232         Engraver_group_engraver and Performer_group_performer not
5233         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
5234  
5235 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5236
5237         * input/les-nereides.ly: Remove three fingering tweaks, update
5238         remaining one.
5239
5240         * input/regression/slur-script-inside.ly: Update, fix doc.
5241
5242         * scm/script.scm: Update to avoid-slur.
5243
5244         * scm/define-grob-properties.scm (avoid-slur): New property.
5245
5246         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
5247         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
5248         outside_slur_callback if avoid-slur != #'inside.
5249
5250         * scm/define-grobs.scm (Fingering, Textscript): No
5251         inside-slur/outside-slur preference.
5252         (DynamicLineSpanner): Always outside slur.
5253
5254         * input/regression/slur-script.ly: More tests.
5255
5256 2005-08-17  Graham Percival  <gpermus@gmail.com>
5257
5258         * Documentation/user/lilypond-book: fix notime entry.
5259
5260         * Documentation/user/advanced-notation.itely: add info on
5261         getting an I rehearsal mark.
5262
5263         * Documentation/user/putting.itely: reinstate "I", re-enforce
5264         the fact that \override numbers are the result of
5265         experimentation and personal taste.
5266
5267         * Documentation/user/invoking.itely: update convert-ly bugs.
5268
5269 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5270
5271         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
5272         to #t.
5273
5274         * lily/timing-translator.cc (initialize): don't initialize timing.
5275
5276         * input/regression/stem-spacing.ly (Module): remove file.
5277
5278         * input/regression/spacing-stick-out.ly: specify Score context for
5279         \override
5280
5281         * input/regression/clefs.ly: remove spurious {}s 
5282
5283 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
5284
5285         * Documentation/topdocs/NEWS.tely,
5286         input/regression/repeat-percent-count.ly: clarify a bit.
5287
5288 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5289
5290         * input/no-notation/display-lily-tests.ly: delete
5291         display-lily-init call.
5292
5293         * ly/music-functions-init.ly (displayLilyMusic): move
5294         display-lily-init call at top level, so that the user should not
5295         have to call it.
5296
5297         * scm/define-music-display-methods.scm (note-name->lily-string):
5298         retrieve note names directly from pitchnames using new function `rassoc'.
5299         (display-lily-init): note names list construction removed.
5300
5301 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5302
5303         * THANKS: spello.
5304
5305         * lily/lily-parser.cc (get_header): copy module, instead of
5306         returning it.
5307
5308         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
5309         counters.
5310
5311         * Documentation/user/basic-notation.itely (Measure repeats): add
5312         links to Counter grobs.
5313
5314         * scm/define-grobs.scm (all-grob-descriptions): add
5315         DoublePercentRepeatCounter
5316         (all-grob-descriptions): add PercentRepeatCounter
5317
5318         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
5319         also create counter grobs.
5320
5321         * lily/separation-item.cc (extremal_break_aligned_grob): don't
5322         return grob without space-alist.
5323
5324         * input/proportional.ly: tune staff-padding.
5325
5326         * input/regression/repeat-percent-count.ly: new file. 
5327
5328 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5329
5330         * input/no-notation/display-lily-tests.ly: moved from
5331         input/regression/ to input/no-notation. Be sure to call
5332         `display-lily-init' before trying to use the display function.
5333
5334 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5335
5336         * scripts/lilypond-book.py (option_definitions): Don't localize
5337         the empty string. Fixes bug when --psfonts was used with
5338         non-English locale.
5339
5340 2005-08-15  Graham Percival  <gpermus@gmail.com>
5341
5342         * lily/tuplet-bracket.cc: simple build fix.
5343
5344         * Documentation/user/putting.itely: use "we" instead of "I".
5345
5346         * Documentation/user/basic-notation.itely: cautionary accidentals
5347         work with naturals, too.
5348
5349 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5350
5351         * lily/tuplet-bracket.cc (calc_position_and_height): add
5352         staff-padding support.
5353
5354         * input/proportional.ly: set staff-padding.
5355         
5356         * VERSION (PATCH_LEVEL): release 2.7.5
5357
5358         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
5359         fixes. Remove tweaks.
5360
5361         * input/regression/tuplet-slope.ly: add a test case.
5362
5363         * lily/tuplet-bracket.cc (calc_position_and_height): revert
5364         erroneous fix. Add spanner bounds to offset array with relative X
5365         positions.
5366
5367         * ly/engraver-init.ly: add Rest_engraver only once.
5368
5369         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
5370         (*parser*) lookup if (*parser*) != #f.
5371
5372 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5373
5374         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
5375         Cut-and paste update.
5376
5377         * input/regression/slur-script.ly: Add example of reverting
5378         inside-slur for fingering.
5379
5380         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
5381         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
5382
5383         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
5384         outside_slur_callback if inside-slur == #f (as opposed to unset).
5385
5386 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5387
5388         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
5389         encoding files are already removed.
5390
5391 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5392
5393         * Documentation/user/advanced-notation.itely (Instrument names):
5394         Document a workaround for instrument names that collide with
5395         system start braces/brackets.
5396
5397 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5398
5399         * lily/rest-collision.cc (do_shift): spello.
5400
5401         * input/proportional.ly: use #'used property. Set break-overshoot
5402         property.
5403
5404         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
5405
5406         * lily/paper-column.cc: add #'used property
5407
5408         * lily/mark-engraver.cc (stop_translation_timestep): set grob
5409         array for staves found.
5410
5411         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
5412         array for stavesFound.
5413
5414         * lily/staff-spacing.cc (next_note_correction): add fixed and
5415         space to calling convention. This fixes spacing of accidentals
5416         after barlines.
5417
5418         * input/regression/spacing-accidental-stretch.ly: add barline -
5419         accidental case.
5420
5421         * scm/framework-ps.scm (page-header): add version number to
5422         creator
5423         (eps-header): idem.
5424
5425         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
5426         
5427 2005-08-13  Graham Percival  <gpermus@gmail.com>
5428
5429         * Documentation/user/global.itely: add "fit as much as
5430         possible onto this page" example (Vertical spacing).
5431
5432 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5433
5434         * *: Nitpick run.
5435
5436         * buildscripts/fixcc.py: Fixes.
5437
5438 2005-08-12  Graham Percival  <gpermus@gmail.com>
5439
5440         * Documentation/user/advanced-notation.itely: add markup
5441         example to Text spanners.
5442
5443 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5444
5445         * Documentation/user/basic-notation.itely (Ties): Add example of
5446         tying a tremolo to a chord. Thanks to Steve Doonan. 
5447
5448         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
5449         properties and move tieMelismaBusy to the list of written
5450         properties. 
5451
5452 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
5453
5454         * po/TODO: suggest to use a dedicated tool like kbabel.
5455
5456         * po/fi.po: update using kbabel.
5457
5458 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5459
5460         * *: Remove obsolete files.  Nitpick run.
5461
5462         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
5463
5464 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5465
5466         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
5467         too.
5468
5469         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
5470
5471         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
5472         whitespace as symbol separator.
5473
5474         * lily/side-position-interface.cc: Add slur-padding.
5475
5476         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
5477         quite a large fix, and it never worked in a stable release; so not
5478         really a regression.
5479
5480         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
5481         Update cut and paste code from Slur_engraver.
5482
5483         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
5484         Add.
5485
5486         * scm/define-grobs.scm (DynamicLineSpanner): Add
5487         dynamic-line-spanner-interface.
5488         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
5489
5490 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5491
5492         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
5493         to_boolean () so that non-set 'inside-slur means false.
5494
5495         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
5496         slur has control-points.  Skip script without direction.  Always
5497         do_shift if script inside slur, even if slur not contained in
5498         script y-extent.  Increment k in loop.
5499
5500 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5501
5502         * scm/define-markup-commands.scm: Improved regexp to search for
5503         EPS bounding boxes and corrected call to ly:warning.
5504
5505 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5506
5507         * Documentation/user/programming-interface.itely (Displaying music
5508         expressions): doc for \displayLilyMusic. Also some precisions in
5509         "Markup construction in Scheme"
5510
5511 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5512
5513         * scm/define-markup-commands.scm (normal-text): Added 2 new
5514         markup commands, \normal-text and \medium (the latter thanks to
5515         Bruce Fairchild). 
5516
5517 2005-08-08  Graham Percival  <gpermus@gmail.com>
5518
5519         * Documentation/user/programming-interface.itely: fix @{ @}.
5520
5521         * scm/define-markup-commands.scm: add linewidth info to
5522         \justify and \wordwrap, add "upright is the opposite of italic".
5523
5524         * Documentation/user/advanced-notation.itely: shaped->shape,
5525         add (cons (markup "foo")) type of example to text markup,
5526         reword multi-measure rests section.
5527
5528         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
5529         comment.  No actual code was touched.
5530
5531         * Documentation/user/invoking.itely: add more info about
5532         \include.  Thanks, Bruce!
5533
5534         * THANKS: add Bruce Fairchild, alphabetise.
5535
5536         * Documentation/user/global.itely: document \score{\header{}}
5537         behavior.
5538
5539         * Documentation/user/basic-notation.itely: reword multi-measure
5540         rest discussion in Rests.
5541
5542 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5543
5544         * Documentation/user/programming-interface.itely (Markup
5545         construction in Scheme): Corrected example and tried to clarify
5546         the implicit \line in the table.
5547
5548 2005-08-07  Graham Percival  <gpermus@gmail.com>
5549
5550         * Documentation/user/instrument-notation.itely: moved
5551         some bagpipe info back into the bagpipe section.  Somehow
5552         it ended up in the "other vocal issues" section?!  :o_O
5553
5554 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5555
5556         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
5557         directories, not paths).
5558
5559 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5560
5561         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
5562         plain emmentaler/aybabtu.  Backportme.
5563
5564         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
5565         missing dir correction.
5566
5567 2005-08-05  Graham Percival  <gperlist@shaw.ca>
5568
5569         * scm/define-markup-commands: fix reversed justify/wordwrap
5570         doc strings.
5571
5572 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
5573
5574         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
5575         lily/gregorian-ligature-engaver.cc,
5576         lily/include/ligature-engraver.hh,
5577         lily/include/coherent-ligature-engraver.hh,
5578         lily/include/gregorian-ligature-engraver.hh: make these classes
5579         truely abstract.  This should fix some internal oddities such as
5580         duplicate as well as dead translator/property declarations, and
5581         also some dead code.
5582
5583         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
5584         bugfix: avoid message "junking empty ligature" on ligature
5585         brackets by collecting dummy grobs.
5586
5587 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5588
5589         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
5590
5591         * input/proportional.ly (staffKind): bugfix.
5592         (staffKind): updates by Trevor Baca.
5593
5594         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
5595         default layout. 
5596
5597         * lily/tuplet-bracket.cc (print): check whether edge-text is a
5598         pair.
5599
5600         * lily/beam.cc (rest_collision_callback): call position_beam() if
5601         necessary.
5602
5603         * VERSION: release 2.7.4
5604
5605         * input/regression/spacing-uniform-stretching.ly: new file.
5606
5607         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
5608
5609         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
5610         contributor.
5611
5612         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
5613
5614         * input/proportional.ly: new file.
5615
5616         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
5617         columns is empty
5618
5619         * lily/tuplet-engraver.cc (finalize): new function. Reset right
5620         bounds to currentCommandColumn for the last step.
5621         (start_translation_timestep): if tupletFullLength is set, set
5622         bound to Paper Column
5623
5624         * input/regression/tuplet-full-length.ly (indent): new file.
5625
5626         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
5627         clique of loose columns, eg. a set of grace notes in strict
5628         notespacing.
5629
5630         * input/regression/spacing-strict-spacing-grace.ly: new file.
5631
5632         * lily/key-signature-interface.cc: change property name to
5633         alteration-alist
5634
5635         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
5636         keyAccidentalOrder
5637
5638         * python/convertrules.py (conv): keyAccidentalOrder ->
5639         keyAlterationOrder
5640
5641         * lily/key-engraver.cc (create_key): always print a cancellation
5642         for going to C-major/A-minor, regardless of printKeyCancellation.
5643         (create_key): remove typecheck for visibility. This fixes key
5644         signature not being printed.
5645
5646         * lily/spacing-determine-loose-columns.cc: new file.
5647
5648         * input/regression/spacing-strict-notespacing.ly: new file.
5649
5650         * lily/spacing-spanner.cc (generate_springs): rename from
5651         do_measure. 
5652         (generate_pair_spacing): new function.
5653         (init, generate_pair_spacing): set between-cols for floating
5654         nonmusical columns.
5655
5656         * lily/spaceable-grob.cc (get_spring): new function. 
5657
5658         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
5659         relative to the right edge of the prefatory matter.
5660
5661         * lily/beam.cc (print): read break-overshoot to determine where to
5662         stop/start broken beams.
5663
5664         * input/regression/spanner-break-overshoot.ly: new file.
5665
5666 2005-08-04  Graham Percival  <gperlist@shaw.ca>
5667
5668         * ly/bagpipe.ly: updated.
5669
5670         * Documentat/user/instrument.itely: un-comment out bagpipe example.
5671
5672 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5673
5674         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
5675         support: now (de)crescs avoid slurs as well.
5676
5677         * Documentation/user/instrument-notation.itely (Bagpipe example):
5678         comment out non-functioning bagpipe example.
5679         (Bagpipe definitions): idem.
5680
5681         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
5682         (Top): add proportionalNotationDuration example.
5683
5684         * input/regression/spacing-proportional.ly: new file.
5685
5686         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
5687         synched to a beam.
5688
5689         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
5690         fixes beams with a single stem (eg. beams across linebreaks.)
5691
5692         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
5693
5694         * flower/rational.cc (operator +): prevent overflow. This fixes
5695         heavily nested tuplets.
5696
5697         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
5698         have to protect even those unlikely to be corrupted data members.  
5699
5700 2005-08-04  Graham Percival  <gperlist@shaw.ca>
5701
5702         * ly/bagpipe.ly: new file.
5703
5704         * THANKS: added Sven Axelsson.
5705
5706 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5707
5708         * lily/spacing-engraver.cc (stop_translation_timestep): directly
5709         copy proportionalNotationDuration into currentMusicalColumn if
5710         set.
5711
5712         * lily/spacing-spanner.cc (musical_column_spacing): if
5713         uniform-stretching set, fixed space is 0.0
5714
5715         * input/regression/spacing-multi-tuplet.ly: show
5716         uniform-stretching property.
5717
5718         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
5719
5720         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
5721         (struct Spacing_options): new struct.
5722
5723         * lily/spacing-basic.cc: new file.
5724
5725         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
5726         delta_t doesn't have to be smaller than shortest_playing_len
5727
5728 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5729
5730         * input/regression/markup-arrows.ly:  new file.
5731
5732         * lily/tuplet-bracket.cc: document new behavior.
5733
5734         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
5735         with line breaks.
5736
5737         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
5738
5739         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
5740         default 
5741
5742         * lily/tuplet-bracket.cc: add edge-text property.
5743         add break-overshoot.
5744         (print): read break-overshoot.
5745         (print): read edge-text, add stencils.
5746
5747         * mf/feta-arrow.mf: new file.
5748
5749         * mf/feta-generic.mf: add feta-arrow.
5750
5751 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5752
5753         * Documentation/user/lilypond-book.itely (An example of a
5754         musicological document): Added flag -o to dvips for people who use
5755         the default setting in teTeX where output is sent to the printer. 
5756
5757         * Documentation/user/global.itely (Vertical spacing): Added
5758         reference to the Axis_group_engraver which documents the *Extent
5759         properties.
5760
5761 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5762
5763         * Documentation/user/basic-notation.itely (Tuplets): add note
5764         about nested tuplets. Remove BUG. 
5765
5766         * input/regression/tuplet-nest.ly: update: remove manual hack. 
5767
5768         * lily/tuplet-bracket.cc (print): use robust_scm2drul
5769         (print): manually call print() for subtuplets.
5770         (calc_position_and_height): add subtuplets to the
5771         support. Vertically shift outer tuplet 
5772
5773         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
5774         remove-first for Lyrics, ChordNames and FiguredBass
5775
5776         * scm/define-grob-properties.scm (all-internal-grob-properties):
5777         use ly:grob-array? iso. grob-list?
5778         (all-internal-grob-properties): add tuplets grob-array.
5779
5780         * lily/tuplet-bracket.cc (add_tuplet_bracket):
5781         new function
5782
5783 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5784
5785         * input/test/time-signature-staff.ly: new file.
5786
5787         * ly/declarations-init.ly (center): escape to Scheme. Fixes
5788         spurious #<Music FingerEvent> errors. Backportme.
5789
5790 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5791
5792         * Documentation/user/programming-interface.itely (Markup
5793         construction in Scheme): Corrected markup syntax in the
5794         translation table.
5795
5796 2005-08-03  Graham Percival  <gperlist@shaw.ca>
5797
5798         * Documentation/user/instrument-notation.itely: small update
5799         to bagpipe notation docs; thanks Sven!
5800
5801         * Documentation/user/basic-notation.itely: add link about trills.
5802
5803 2005-08-02  Graham Percival  <gperlist@shaw.ca>
5804
5805         * Documentation/user/music-glossary: remove accidentally committed
5806         fink patch.
5807
5808 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
5809
5810         * lily/lily-parser.cc (get_header): new function. Enable multiple
5811         \header definitions.
5812
5813         * lily/parser.yy (lilypond_header_body): use get_header.
5814
5815         * ly/init.ly:
5816         * scm/lily-library.scm (print-score-with-defaults): renamed
5817         $globalheader to $defaultheader
5818             
5819         * Documentation/user/global.itely (Creating titles): added short
5820         explanation that multiple headers are useable.
5821
5822
5823 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5824
5825         * lily/module-scheme.cc (LY_DEFINE): new file. 
5826
5827         * Documentation/user/advanced-notation.itely (Font selection): add
5828         doco for make-pango-font-tree.
5829
5830 2005-07-31  Graham Percival  <gperlist@shaw.ca>
5831
5832         * Documentation/user/music-glossary: more languages
5833         for tenuto.
5834
5835         * Docuemntation/user/instrument-notation.itely: minor
5836         update for bagpipe example.
5837
5838 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5839
5840         * input/regression/+.ly (TODO): add some text.
5841
5842 2005-07-28  Graham Percival  <gperlist@shaw.ca>
5843
5844         * Documentation/user/invoking.itely: \score begins with music.
5845
5846         * Documentation/user/ basic-notation.itely,
5847         instrument-notation.itely: minor changes.
5848
5849         * Documentation/user/music-glossary.itely: began tenuto entry.
5850
5851 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5852
5853         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
5854
5855         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
5856
5857 2005-07-27  Graham Percival  <gperlist@shaw.ca>
5858
5859         * Documentation/user/examples.itely: remove bagpipe template.
5860
5861         * Documentation/user/instrument-notation.itely: add bagpipe
5862         section, maybe fix quotes in lyrics.  I hate text encoding.
5863         Clarify chord durations, more bagpipe stuff.
5864
5865 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5866  
5867         * lily/accidental-engraver.cc: formatting fixes.
5868
5869         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
5870         grob-array.
5871
5872         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
5873
5874         * lily/note-column.cc (arpeggio): new function.
5875
5876         * lily/note-spacing.cc (get_spacing): also take arpeggio into
5877         account for spacing.
5878
5879 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5880
5881         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
5882         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
5883         mingw build.
5884         
5885 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5886
5887         * scm/lily.scm (lilypond-all): clear anonymous modules after
5888         processing files.
5889
5890 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5891
5892         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
5893         SCM_I_CONSP
5894
5895         * VERSION: 2.7.3 released
5896
5897         * Documentation/user/invoking.itely (Invoking lilypond): add
5898         LILYPOND_GC_YIELD documentation.
5899
5900         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
5901         scm_from_real / scm_make_real.
5902
5903         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
5904         higher. This increases memory footprint, but provides overall
5905         speedup of 15 to 20%. 
5906
5907         * lily/include/translator.hh (class Translator): remove
5908         PRECOMPUTED_VIRTUAL everywhere.
5909
5910         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
5911
5912         * lily/context.cc (now_mom): non-recursive now_mom() 
5913
5914         * lily/include/profile.hh: new file.
5915
5916         * lily/profile.cc: new file.
5917
5918         * lily/grob.cc (Grob::Grob): look properties up directly.
5919
5920         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
5921         lookups.
5922
5923         * lily/include/box.hh (class Box): smob Box type.
5924
5925         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
5926
5927         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
5928         protect() and unprotect(). Use throughout.
5929
5930 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5931
5932         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
5933
5934         * scm/define-music-display-methods.scm (markup->lily-string):
5935         markup elements can also be strings (without simple-markup
5936         appended)
5937
5938 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5939
5940         * lily/context.cc (where_defined): also assign value in
5941         where_defined().
5942
5943         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
5944         (curve_coordinate): new function
5945
5946         * lily/simple-spacer.cc (add_columns): only add rods between
5947         column i and begin/end if keep-inside-line is set (this repleces
5948         allow-outside-line as default)
5949
5950 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5951
5952         * lily/tuplet-engraver.cc (start_translation_timestep): only read
5953         tupletSpannerDuration if applicable.
5954
5955         * lily/font-size-engraver.cc (process_music): read fontSize only
5956         once per timestep.
5957
5958         * lily/engraver*cc: use throughout.
5959         
5960         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
5961
5962         * lily/translator.cc (add_acknowledger): new file. Directly jump
5963         into an Engraver::acknowledge_xxx () method based on a grobs
5964         interface-list.
5965
5966         * lily/include/translator-dispatch-list.hh (class
5967         Engraver_dispatch_list): new struct, new file.
5968
5969         * scm/define-context-properties.scm
5970         (all-internal-translation-properties): remove acceptHashTable,
5971         acknowledgeHashTable
5972
5973         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
5974
5975         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
5976         change acknowledgeHashTable to C++ member. 
5977
5978         * lily/rest-collision.cc (do_shift): use extract_grob_set().
5979
5980 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5981
5982         * scm/display-lily.scm: new file. Define a `display-lily-music'
5983         function, that displays the music expression given as an argument,
5984         using LilyPond notation.
5985
5986         * scm/define-music-display-methods.scm: new file. Implementation
5987         of display methods for each music type.
5988
5989         * ly/music-functions-init.ly (displayLilyMusic): new function for
5990         displaying music with LilyPond notation.
5991
5992         * input/regression/display-lily-tests.ly: new regression test file
5993         for `display-lily-music'.
5994
5995         * scm/markup.scm: remove obsolete debugging code (for printing
5996         markups with LilyPond notation).
5997
5998         * scm/define-music-types.scm (music-name-to-property-table):
5999         * scm/clef.scm (supported-clefs): export, in order to be accessible
6000         from the (scm display-lily) module.
6001
6002 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6003
6004         * Documentation/topdocs/NEWS.tely (Top): Typo.
6005
6006 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6007
6008         * Documentation/index.html.in, Documentation/texinfo.css,
6009           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6010           Documentation/bibliography/index.html.in,
6011           Documentation/bibliography/html-long.bst: revert css-width patch,
6012           it does not work with IE6.
6013
6014 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6015
6016         * Documentation/texinfo.css: revert 760px hack. 
6017
6018         * VERSION: release 2.7.2
6019
6020         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
6021
6022         * Documentation/user/basic-notation.itely (Barnumber check): add
6023         section.
6024
6025         * scm/music-functions.scm (skip-to-last): new function. Show only
6026         last showLastLength part of the \score.
6027
6028         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
6029
6030         * python/convertrules.py (conv): add ly:x-moment rule
6031
6032         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
6033
6034         * Documentation/topdocs/NEWS.tely (Top): add new feature.
6035
6036         * Documentation/user/instrument-notation.itely (Flexibility in
6037         alignment): options in subsections.
6038
6039         * lily/lyric-engraver.cc (process_music): don't typeset text for _
6040         syllable text. Instead, assume that the previous lyric text is a
6041         melismated text.
6042
6043         * Documentation/index.html.in: revert 800x600 change.
6044
6045 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6046
6047         * lily/main.cc (main): Remove invalid handle kludge.
6048
6049         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
6050         (lambda): add gui define.
6051
6052 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6053
6054         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
6055
6056         * Documentation/user/instrument-notation.itely (Musica ficta
6057         accidentals): add section Musica ficta accidentals
6058
6059         * lily/accidental-engraver.cc (make_suggested_accidental): new
6060         function.
6061         (make_standard_accidental): move into new function.
6062         (create_accidental): new function.
6063
6064         * scm/define-grobs.scm (all-grob-descriptions): new Grob
6065         AccidentalSuggestion
6066
6067         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
6068
6069         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
6070         undefined.
6071
6072         * Documentation/user/global.itely (Page formatting): document
6073         horizontalshift.
6074
6075         * scm/page-layout.scm (default-page-music-height):
6076         horizontalshift: new variable, shift all systems by
6077         horizontalshift to the right, to make space for instrument names.
6078
6079         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
6080
6081         * lily/input-scheme.cc (LY_DEFINE): take format commands.
6082
6083 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6084
6085         * lily/note-column.cc (dir): idem.
6086
6087         * lily/spacing-spanner.cc (Module): idem.
6088
6089         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
6090
6091         * lily/include/paper-column.hh (class Paper_column): add
6092         non-static get_rank() member.
6093
6094         * VERSION: release 2.7.1
6095         
6096         * scm/framework-null.scm: new file, used for benchmarking.
6097
6098 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6099
6100         * Documentation/topdocs/INSTALL.texi, configure.in: fix
6101         version dependencies for fontforge and gs.
6102
6103         * Documentation/index.html.in, Documentation/texinfo.css,
6104         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
6105         Documentation/bibliography/index.html.in, 
6106         Documentation/bibliography/html-long.bst: optimize width of
6107         html for a 800x600 screen (width:760), increases printability
6108         when 'fit to page' is not set and readability in wide screens.
6109
6110         * stepmake/bin/add-html-footer.py: add missing </p>.
6111
6112 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6113
6114         * scm/define-markup-commands.scm (beam): use polygon in beam
6115         command.
6116
6117         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
6118         all acknowledged grobs, and do potentially expensive merge and
6119         write in one go.
6120
6121         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
6122
6123         * configure.in (reloc_b): add --enable-static-gxx to statically
6124         link to libstdc++
6125
6126         * lily/GNUmakefile (static-gxx-libs): new target
6127         static-gxx-libs. Create symlink to libstdc++.a
6128
6129         * lily/new-lyric-combine-music-iterator.cc: rename to
6130         Lyric_combine_music_iterator
6131
6132         * lily/lyric-combine-music-iterator.cc
6133         (Old_lyric_combine_music_iterator): rename to
6134         Old_lyric_combine_music_iterator
6135
6136         * lily/*-engraver.cc (various): remove double use of
6137         PRECOMPUTED_VIRTUAL function: only use
6138         start_translation_timestep() and stop_translation_timestep(), not
6139         both.
6140
6141         * lily/break-substitution.cc (fast_substitute_grob_array): do
6142         fast_substitute_grob_array for all unordered grob_arrays.
6143         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
6144         (substitute_grob_array): optimize.
6145
6146         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
6147
6148         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
6149
6150         * lily/parser.yy: revert $globalheader patch.
6151         
6152         * lily/include/translator.icc
6153         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
6154         Translator methods, without _static helper.
6155  
6156         * lily/grob-smob.cc (derived_mark): rename from
6157         do_derived_mark(). Return void.
6158
6159         * scm/define-context-properties.scm
6160         (all-internal-translation-properties): remove tweakCount/tweakRank.
6161
6162         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
6163         predefined break-visibilities.
6164
6165         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
6166         booleans for break-visibility.
6167
6168         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
6169
6170         * python/convertrules.py (conv): rule for Timing_translator. 
6171
6172         * lily/include/translator.icc: new file. 
6173
6174         * lily/paper-column-engraver.cc (process_music): new
6175         file. Separate Paper_column factory from Score_engraver.
6176
6177         * lily/vertically-spaced-context-engraver.cc: administer
6178         spaceable-staves property of System.
6179
6180         * lily/translator-group-ctors.cc: new file.
6181
6182         * lily/context-property.cc (make_grob_from_properties): construct
6183         the right Grob class programmatically, looking at the class entry
6184         for the meta property.
6185
6186         * lily/break-align-engraver.cc (stop_translation_timestep): call
6187         Break_align_interface::add_element() directly.
6188
6189         * lily/context.cc (measure_position): measure_position() is now a
6190         normal function.
6191
6192         * lily/include/translator.hh (class Translator): rename
6193         process_acknowledged_grobs() to process_acknowledged() and move to
6194         Translator.
6195
6196         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
6197         field for each grob description.
6198
6199         * lily/include/translator-group.hh (class Translator_group):
6200         change to base class. Separate class from Translator. This gets
6201         rid of virtual inheritance for Engravers/Performers.
6202
6203         * lily/staff-performer.cc (class Staff_performer): derive
6204         Staff_performer from Performer, not Performer_group_performer 
6205
6206         * Lily/translator-group.cc (precomputed_recurse_over_translators):
6207         new function.
6208         (precompute_method_bindings): new function. Precompute lists of
6209         Translators, so we only call methods (process_music,
6210         start_translation_timestep, etc.) for Translators needing
6211         it. Also: dispose of pointer-to-member-function calls.
6212
6213         * lily/engraver-group-engraver.cc: remove engraver_each,
6214         recurse_down_engravers ()
6215
6216         * lily/note-head.cc (internal_print): only call
6217         glyph-name-procedure if style != default. 
6218
6219 2005-07-16  Graham Percival  <gperlist@shaw.ca>
6220
6221         * ly/titling-init.ly: add printallheaders option.
6222
6223         * Documentation/user/global.itely: document printallheaders.
6224
6225 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6226
6227         * lily/system.cc (do_derived_mark): don't mark from object_alist_
6228         anymore, but do it centrally.  
6229
6230         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6231         hammer hack.
6232
6233         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
6234
6235         * scm/output-lib.scm: remove hammer-print-function.
6236
6237         * lily/include/pointer-group-interface.hh (extract_grob_set): new
6238         macro. Declare a Link_array<Grob> and fill it from a grob.
6239         (extract_item_set): idem for item.
6240
6241         * lily/break-substitution.cc: add header.
6242         (fast_substitute_grob_array): rewrite for Grob_arrays.
6243         (substitute_grob_array): idem.
6244
6245         * lily/group-interface.cc (add_thing): remove file.
6246
6247         * flower/include/parray.hh (class Link_array): slice() is const.
6248
6249         * lily/include/grob-array.hh: new file.
6250
6251         * lily/grob-array.cc (spanner): new file.
6252
6253         * lily/beam-quanting.cc (fill): read details property from beam.
6254
6255         * lily/beam.cc: support details property.
6256
6257         * total speedups below: approx 10%.
6258
6259         * lily/include/beam.hh: new struct, softcode beam quanting parameters
6260
6261         * lily/include/grob.hh (class Grob): add interfaces_ member.
6262
6263         * lily/bezier.cc (init_polynomial_cache): new function: cache
6264         binom(3,j) t^j (1-t)^{3-j}
6265         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
6266
6267         * lily/*.cc: substitution throughout.
6268
6269         * lily/grob-property.cc (internal_get_object): new routine.
6270         (internal_set_object): idem. Store grob refrences in separate
6271         alist. This saves processing time, since properties aren't
6272         break-substituted, and the per grob namespace is smaller, both for
6273         grobs and non-grob properties.
6274
6275         * scm/define-grob-properties.scm (all-internal-grob-properties):
6276         remove center-element.
6277
6278         * lily/grob.cc: remove tweak-count, tweak-rank.
6279
6280 2005-07-15  Graham Percival  <gperlist@shaw.ca>
6281
6282         * Documentation/user/lilypond-book.itely: fixes example.
6283
6284 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6285
6286         * Documentation/user/global.itely (Creating titles):    
6287         * Documentation/user/examples.itely (All headers): change the
6288         place of \header in \score blocks (after music block) to make
6289         examples compile (cf. changes on parser.yy on 2005-07-10)
6290
6291 2005-07-13  Graham Percival  <gperlist@shaw.ca>
6292
6293         * python/convertrules.py: add exc -> ecc rule.
6294
6295         * scripts/convert-ly.py: add location of convertrules.py
6296         in a comment.
6297
6298         * Documentation/user/changing-defaults.itely: fix language.
6299
6300 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6301
6302         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
6303
6304 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6305
6306         * scm/output-socket.scm (grob-bbox): don't use inf? 
6307
6308         * flower/include/rational.hh: add operator bool() 
6309
6310         * scm/define-music-types.scm (music-descriptions): remove
6311         internal-class-name properties.
6312
6313         * lily/include/event.hh: remove file.
6314
6315         * lily/include/music-constructor.hh: remove file.
6316
6317         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
6318         in 'types property.
6319
6320         * lily/music.cc (duration_length_callback): new function.
6321
6322         * lily/event.cc: remove file.
6323
6324         * lily/music-constructor.cc: remove file.
6325
6326         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
6327
6328         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
6329         (get_context_key): idem.
6330
6331         * scm/lily.scm (lambda): new option object-keys (default to #f)
6332
6333         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
6334
6335         * scm/output-gnome.scm: remove beam routine.
6336
6337         * scm/output-ps.scm (scm): idem.
6338
6339         * scm/output-svg.scm: remove beam.
6340
6341         * ps/music-drawing-routines.ps: remove draw_beam.
6342
6343         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
6344
6345         * flower/include/guile-compatibility.hh (scm_from_locale_string):
6346         add scm_from_locale_string compatibility glue. 
6347
6348 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
6349
6350         * scripts/lilypond-book.py: Prevent occuring error when
6351         'lilypond-book --output=foo/ somefile.ly' is executed multiple
6352         times and target file shoud be overwritten.  (Error message said
6353         'input file and output file is same'.)
6354
6355 2005-07-13  Graham Percival  <gperlist@shaw.ca>
6356
6357         * input/regression/slur-extreme.ly,
6358         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
6359         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
6360         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
6361         "excentricity" to "eccentricity".
6362
6363         * Documentation/user/converters.itely: fix URL for Noteedit and
6364         Rosegarden.
6365
6366         * THANKS: added Yoshinobu Ishizaki.
6367
6368 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6369
6370         * scm/define-markup-commands.scm (justify-field): add. 
6371
6372         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
6373
6374 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6375
6376         * lily/lookup.cc (filled_box): express filled_box with
6377         round_filled_box
6378
6379         * scm/midi.scm (paper-book-write-midis): new function. Write all
6380         performances in numbered MIDI files.
6381
6382         * lily/performance-scheme.cc (LY_DEFINE): new file.
6383         (LY_DEFINE): new function ly:performance-write.
6384
6385         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
6386         new function.
6387         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
6388
6389         * scm/framework-*.scm: use port arguments throughout.
6390
6391         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
6392
6393         * lily/paper-outputter.cc (Paper_outputter): take port argument.
6394
6395         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
6396
6397         * scm/framework-texstr.scm (output-framework): 
6398
6399         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
6400
6401         * scm/output-lib.scm (tablature-stem-attachment-function):
6402         tablature stem attachment fix. 
6403
6404 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6405
6406         * lily/bezier.cc: hardcode binomial coefficients of order 3.
6407
6408         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
6409
6410         * scm/define-music-types.scm (music-descriptions): don't use
6411         Music_wrapper type.
6412
6413         * lily/paper-column.cc (print): print moment too.
6414
6415         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
6416         remove compatibility cruft.
6417
6418         * lily/parser.yy (score_body): \score can only begin with Music. 
6419
6420         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
6421         make-score. Take music argument only. Move parser interaction to
6422         Scheme.
6423
6424         * scm/lily-library.scm (scorify-music): new function.
6425
6426         * python/lilylib.py (datadir): remove 2.1 compat kludge.
6427         (datadir): remove resource import.
6428         (print_environment): remove get_bbox()
6429         (cp_to_dir): remove pre 1.5.2 compat glue.
6430
6431 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6432
6433         * lily/include/simple-spacer.hh (Module): idem.
6434
6435         * lily/include/spring.hh (struct Spring): store inverse
6436         strength. This prevents division by zero.
6437
6438         * VERSION: release 2.7.0
6439         
6440         * lily/include/music.hh (class Music): remove Music::duration_log()
6441
6442         * lily/stem-engraver.cc (make_stem): take duration log from event.
6443
6444         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
6445
6446 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6447
6448         * scm/lily.scm (ly:load): load autochange.scm
6449
6450         * Documentation/user/tutorial.itely (Running LilyPond for the
6451         first time): remove reference to DVI/TeX
6452
6453         * scm/define-markup-commands.scm (text): add \text markup command.
6454
6455         * configure.in (reloc_b): bump requirement to Python 2.2.
6456
6457         * lily/include/dots.hh (class Dots): make has_interface() static.
6458
6459         * python/convertrules.py (conv): add rule for ly:grob-default-font
6460
6461         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
6462         alphabetical order.
6463
6464         * input/regression/trill-spanner-pitched.ly: new file.
6465
6466         * lily/font-interface-scheme.cc (LY_DEFINE): function
6467         ly:grob-default-font (changed from get-default-font).
6468
6469         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
6470
6471         * lily/note-head.cc (internal_print): if style is not a symbol,
6472         set style to 'default. 
6473         (internal_print): no style suffix if glyph-name-procedure not
6474         set. Default to quarter head.
6475
6476         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
6477
6478         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
6479
6480         * ly/music-functions-init.ly: \pitchedTrill
6481
6482         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
6483
6484         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
6485
6486         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
6487
6488         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
6489
6490         * po/fr.po: update
6491
6492         * po/de.po: update.
6493
6494 2005-07-06  Graham Percival  <gperlist@shaw.ca>
6495
6496         * Documentation/user/changing-defaults.itely: add link
6497         to grob-iterface.
6498
6499         * Documentation/user/advanced-notation.itely: add material
6500         to Setting automatic beam behaviour.  Thanks, Joe!
6501
6502         * Documentation/user/lilypond.itely: change encoding to utf-8.
6503
6504 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6505
6506         * Documentation/user/advanced-notation.itely (Setting automatic
6507         beam behavior): Correct the documentation of
6508         revert-auto-beam-setting (backportme)
6509
6510 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6511
6512         * lily/ly-module.cc (ly_make_anonymous_module): define
6513         %module-public-interface of module. 
6514
6515         * lily/lily-parser.cc (print_smob): allow printing of parser smob
6516         without lexer.
6517
6518 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6519
6520         * input/regression/fret-diagrams.ly: stretch example.
6521
6522 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6523
6524         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
6525         Fodor).
6526
6527 2005-06-30  Graham Percival  <gperlist@shaw.ca>
6528
6529         * Documentation/topdocs/AUTHORS.texi: update personal web address.
6530
6531         * Documentation/user/examples.itely, lilypond-book.itely:
6532         change \RequirePackage to \usepackage.
6533
6534         * Documentation/user/global.itely: document copyright and tagline.
6535
6536 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6537
6538         * Documentation/user/basic-notation.itely (Transpose): remove link
6539         to nonexistent UntransposableMusic.
6540
6541         * scm/output-svg.scm: remove old definitions.
6542
6543         * scripts/lilypond-book.py (do_file): search for kpsewhich before
6544         invoking.
6545
6546         * python/lilylib.py (search_exe_path): new function.
6547
6548 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6549
6550         * python/lilylib.py (mkdir_p): remove setup_environment()
6551         (backportme)
6552
6553         * buildscripts/mutopia-index.py (headertext): trim text.
6554
6555         * Documentation/topdocs/NEWS.tely (Top): refresh.
6556
6557         * scm/define-markup-commands.scm (wordwrap-string): new function:
6558         split string in paras and words.
6559         (wordwrap-markups): new function.
6560         (wordwrap-stencils): new function. 
6561         (justify): use it.
6562         (wordwrap): use it.
6563         (wordwrap-string): use it
6564         (justify-string): use it.
6565
6566         * scm/lily-library.scm (regexp-split): new function.
6567
6568         * scm/define-markup-commands.scm: remove encoded-simple. 
6569         remove font-markup.
6570         (fontsize): remove old version  of fontsize.
6571         (wordwrap): new markup function. Wrap into paragraphs.
6572
6573         * VERSION: Branch lilypond_2_6
6574         (MINOR_VERSION): go to 2.7.0
6575
6576 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6577
6578         * po/zh_TW.po: update from translation project.
6579
6580 2005-06-28  Graham Percival  <gperlist@shaw.ca>
6581
6582         * scm/midi.scm: compile fix.
6583
6584 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6585
6586         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
6587         patch. Now, the tempfile module is loaded too, not only used.
6588
6589 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
6590
6591         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
6592         0.05 - 1.00 to 0.25 - 1.00
6593
6594         * scm/midi.scm: moved the default-instrument-equalizer procedure
6595         to just under the insturment-equalizer-alist it takes as an
6596         argument.
6597
6598 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6599
6600         * Documentation/user/advanced-notation.itely (Font selection):
6601         remove CMR note.
6602
6603         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
6604
6605 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6606
6607         * THANKS: Add UTF-8 marker.
6608
6609         * Documentation/user/point-and-click.itely (http): Update: use
6610         lilypond-invoke-editor.  Fix: instruct to use user.js.
6611
6612 2005-06-27  Graham Percival  <gperlist@shaw.ca>
6613
6614         * ly/titling-init.ly: implements printpagenumber, increases
6615         space between dedication and title (to avoid collisions with
6616         "g" and "q" in dedication), and nicer logic about copyright
6617         and instrument fields being printed on the first page.
6618         Thanks Vincent!
6619
6620         * Documentation/user/global.itely: document printpagenumber.
6621
6622 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6623
6624         * Documentation/topdocs/NEWS.tely: Update to 2.6.
6625
6626 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6627
6628         * THANKS: update to 2.6
6629
6630         * VERSION: 2.6.0 released.
6631
6632 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6633
6634         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
6635         rule, errorneously removed probably because of misleading comment.
6636
6637 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6638
6639         * python/lilylib.py (datadir): py2exe comments.
6640
6641         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
6642
6643         * configure.in (reloc_b): make fontconfig REQUIRED.
6644
6645 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
6646
6647         * po/fi.po: add latest translations.
6648
6649 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6650
6651         * ChangeLog: recode utf-8
6652
6653         * Documentation/pictures/lilypond.xpm (Module): edited photo as
6654         logo.
6655
6656         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
6657
6658         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
6659
6660         * python/convertrules.py (do_conversion): don't print program_name
6661         from within a module
6662
6663         * configure.in (reloc_b): bump fontforge requirement to 20050624.
6664
6665         * python/convertrules.py (conv): add 2.6.0 dummy rule.
6666
6667 2005-06-23  Graham Percival  <gperlist@shaw.ca>
6668
6669         * Documentation/user/lilypond-book.itely,
6670         Documentation/user/examples.itely: add \RequirePackage{graphics}.
6671
6672         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
6673         fixes baseline-skip.  Thanks Vincent!
6674
6675         * Documentation/user/advanced-notation.itely, global.itely:
6676         moved "Selecting font sizes" to global, since it deals with
6677         notation font size, not text fonts.
6678
6679 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6680
6681         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
6682         to fonts.
6683
6684 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6685
6686         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
6687         workaround since /dev/stdin doesn't work on Cygwin. Using a
6688         temporary file in the current directory since latex doesn't
6689         understand the path name to the default TMP in Cygwin (at least on
6690         win XP).
6691         
6692         * Documentation/user/global.itely (Creating titles): Correct
6693         misprint in example. Thanks to Rob Vlasaty.
6694
6695 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6696
6697         * VERSION (PATCH_LEVEL): release 2.5.32
6698
6699         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
6700         variable in lily module
6701
6702         * scm/framework-ps.scm (output-classic-framework): error message
6703         regarding the classic framework.
6704
6705         * Documentation/user/henle-flat-gray.png (Module): new file.
6706
6707         * Documentation/user/baer-flat-gray.png (Module): new file.
6708
6709         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
6710         whiteout for markups.
6711
6712         * buildscripts/substitute-encoding.py (note_glyph): include _ in
6713         regex too. This fixes change clef appearance in PDF. 
6714
6715         * ttftool/include/*: remove.
6716
6717         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
6718
6719         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
6720
6721         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
6722
6723         * ttftool/*: remove ttftool subdirectory.
6724
6725         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
6726
6727         * lily/ttf.cc (print_header): new file. Convert to type42, using
6728         FreeType to parse the TTF. 
6729
6730         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
6731         and post table may differ. Pass around post_nglyphs as well.
6732
6733 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6734
6735         * ly/music-functions-init.ly (musicMap): new music function
6736         musicMap. 
6737         
6738 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6739
6740         * make/mutopia-rules.make: anti-alias-factor = 2
6741
6742         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
6743         page switch.
6744
6745         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
6746         anti-alias-factor for lilypond-book runs.
6747
6748         * scm/ps-to-png.scm (scale-down-image): new function.
6749         (my-system): new function.
6750         (make-ps-images): blow up GS resolution by anti-alias-factor,
6751         scale down image by anti-alias-factor.  This improves appearance
6752         of bitmaps
6753         (make-ps-images): remove showpage. Fixes spurious empty png at
6754         end.
6755
6756         * scm/framework-ps.scm (write-preamble): downcase filename before
6757         string-matching. Should fix .TTF files (as opposed to ttf files)  
6758
6759         * Documentation/user/tutorial.itely (Running LilyPond for the
6760         first time): separate subsections for windows, macos and unix.  
6761
6762         * Documentation/user/invoking.itely (Updating files with
6763         convert-ly): add MacOS X note.
6764
6765 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6766
6767         * Documentation/user/introduction.itely (Engraving): don't include
6768         file optical-spacing, add directly.
6769
6770         * lily/paper-outputter.cc (file): open file in binary mode. This
6771         fixes OTF embedding on windows.
6772
6773 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6774
6775         * scm/framework-ps.scm (write-preamble): remove debugging output.
6776
6777         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
6778
6779         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
6780         outdir.
6781         (install-fc-cache): install font cache in installation directories.
6782
6783 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6784
6785         * scm/editor.scm (editor-command-template-alist): Use char iso
6786         column, except for Emacs.
6787         (get-editor-command): Substitute char too (Bertalan Fodor).
6788
6789 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6790
6791         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
6792         quoted ~s.  This should fix PNG output on Windows; single quotes
6793         are regular characters on Windows.
6794
6795 2005-06-16  Graham Percival  <gperlist@shaw.ca>
6796
6797         * Documentation/user/basic-notation.itely: include ChoirStaff
6798         in System start delimiters.
6799
6800         * Documentation/user/putting.itely: new doc section on
6801         fixing overlapping notation.
6802
6803 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6804
6805         * Documentation/user/global.itely (Paper size): \paper is in
6806         \book, not \score.
6807
6808         * make/mutopia-rules.make: -ddelete-intermediate-files
6809
6810         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
6811
6812 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6813
6814         * ChangeLog: Recode utf-8.
6815
6816         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
6817         datadir with .py modules.
6818
6819 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
6820
6821         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
6822
6823 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6824
6825         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
6826         
6827         * scm/framework-ps.scm (write-preamble): remove status check.
6828
6829         * Documentation/user/invoking.itely (Updating files with
6830         convert-ly): remove -o option.
6831
6832         * VERSION (PACKAGE_NAME): release 2.5.31
6833
6834         * scm/framework-ps.scm (write-preamble): use ly:system.
6835         (write-preamble): verbosity.
6836
6837         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
6838
6839         * python/convertrules.py: new file. Store conversion rules
6840         separately.
6841
6842 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6843
6844         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
6845
6846 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6847
6848         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
6849         \musicDisplay 
6850
6851         * Documentation/user/instrument-notation.itely (More stanzas): Add
6852         reference to StanzaNumber.
6853
6854 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6855
6856         * THANKS: separate section for website translators.
6857
6858 2005-06-14  Graham Percival  <gperlist@shaw.ca>
6859
6860         * Documentation/topdocs/INSTALL.texi: update vim info;
6861         thanks Simon Bailey!
6862
6863         * Documentation/user/advanced-notation.itely: included
6864         color names.
6865
6866         * Documentation/user/advanced-notation.itely,
6867         Documentation/usr/notation-appendices.itely: moved
6868         color names into an appendix.
6869
6870 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6871         
6872         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
6873
6874         * scm/lily.scm (lambda): initialize program options from here.
6875
6876         * scm/framework-*.scm: add header info.
6877
6878         * lily/main.cc (parse_argv): only set output format to pdf if no
6879         other format specified.
6880
6881         * scm/backend-library.scm (postprocess-output): process
6882         'delete-intermediate-files after running convert-to-*. This fixes
6883         PNG generation when 'delete-intermediate-files is set.
6884         
6885 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6886
6887         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
6888         links on website. 
6889
6890 2005-06-13  Graham Percival  <gperlist@shaw.ca>
6891
6892         * Documentation/topdocs/INSTALL.texi,
6893         Documentation/user/lilypond-book.itely: typos.
6894
6895 2005-06-12  Pal Benko  <benkop@freestart.hu>
6896
6897         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
6898         added between program name and switch; -b changed to -f not
6899         to generate pdf
6900
6901 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6902
6903         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
6904         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
6905
6906         * input/sakura-sakura.ly: add \midi.
6907
6908         * buildscripts/mutopia-index.py (find): use /usr/bin/find
6909         iso. python find. 
6910
6911         * ttftool/test.c (main): cosmetics.
6912
6913         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
6914
6915         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
6916         create a ttf2ps binary.
6917
6918         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
6919
6920         * scm/backend-library.scm (postscript->png): set rename-page-1 to
6921         true.
6922
6923 2005-06-11  Graham Percival <gperlist@shaw.ca>
6924
6925         * Documentation/user/lilypond-book.itely: add warning about
6926         the font warnings in dvips.
6927
6928 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6929
6930         * THANKS: typo
6931
6932         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
6933
6934         * GNUmakefile.in: remove links for .map, .enc
6935         don't fail if out/ doesn't exist yet.
6936
6937 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6938
6939         * ttftool/util.c (surely_read): return nbytes
6940
6941         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
6942
6943         * VERSION (PACKAGE_NAME): release 2.5.30
6944
6945         * flower/string-convert.cc (precision_string): >? fix.
6946
6947         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
6948         (make-ps-images): add verbose -q too.
6949
6950         * lily/default-actions.cc (Module): new file. default
6951         {book,score}-print functions.
6952
6953         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
6954         pass results via parseStringResult, lookup via ly:parser-lookup.  
6955
6956         * lily/lily-parser.cc (Lily_parser): only clone lexer in
6957         constructors.
6958         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
6959         (parse_string): idem.
6960
6961         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
6962
6963         * lily/main.cc (main_with_guile): copy be_verbose_global into
6964         ly_set_option()
6965
6966 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6967
6968         * scm/backend-library.scm (postscript->pdf):
6969         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
6970         verbose mode.  Search for several names of gs executable.
6971
6972 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6973
6974         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
6975         directly. This fixes a massive memory leak, provided you use CVS
6976         GUILE.
6977
6978 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
6979
6980         * ly/property-init.ly: Added tieDashed.
6981
6982         * THANKS: Added some bughunters for 2.5.
6983
6984 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6985
6986         * lily/program-option.cc: add debug-gc option.
6987
6988         * lily/include/lily-guile-macros.hh: don't protect exported module
6989         objects.
6990
6991         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
6992
6993         * scm/backend-library.scm (postscript->pdf): use
6994         delete-intermediate-files iso. running-from-gui? 
6995
6996         * ttftool/util.c (surely_read): robustness. Allow read() to return
6997         less bytes than requested, as per posix standards.
6998
6999         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
7000         program option.
7001
7002         * ttftool/include/ttftool.h ("C"): rename verbosity to
7003         ttf_verbosity. Add to public interface.
7004
7005         * scm/music-functions.scm (unfold-repeats): remove debugging display.
7006
7007         * lily/program-option.cc: rename from scm-option.cc
7008
7009         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
7010         (get_help_string): Print pretty help string.
7011
7012         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
7013         to snippet preamble.
7014
7015         * lily/scm-option.cc: remove command-line-settings option. Fold
7016         all command-line options plus default settings in a generic
7017         interface. 
7018
7019         * flower/getopt-long.cc (table_string): indent 2nd lines of help
7020         texts too.
7021
7022 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7023
7024         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
7025         or EXT_ components non-empty.
7026
7027 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7028
7029         * scm/lily.scm (running-from-gui?): Export.
7030
7031         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
7032         output in .ly source directory.
7033
7034 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7035
7036         * ttftool/util.c (surely_lseek): more verbosity.
7037
7038         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
7039         compile.
7040
7041         * lily/parser.yy (Repeated_music): remove >? 
7042
7043         * scm/backend-library.scm (postscript->pdf): Support for
7044         -dgs-font-load=1
7045
7046         * scm/framework-ps.scm (write-preamble): make font loading
7047         switchable to GS via --define-default gs-font-load=1
7048
7049 2005-06-09  Graham Percival  <gperlist@shaw.ca>
7050
7051         * Documentation/user/global.itely: added \layout docs.
7052
7053 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7054
7055         * lily/lily-parser-scheme.cc: add unistd.h
7056
7057 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7058
7059         * scm/editor.scm: add char argument.
7060
7061         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
7062
7063         * ttftool/util.c (syserror): use errno for better error reporting.
7064
7065         * lily/source-file.cc (get_counts): new function. Calc column,
7066         line and char count in one go.
7067
7068         * lily/binary-source-file.cc (quote_input): rename to quote_input
7069
7070         * lily/input.cc (set): new function.
7071
7072 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7073
7074         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
7075         directory part of file name to search directory.
7076
7077         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
7078         search path and chdir to DIR if --outname=DIR used.
7079
7080         * lily/main.cc (prepend_env_path): Bugfix: Check directory
7081         existence before appending original path.
7082
7083 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7084
7085         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
7086         file" massage.
7087
7088         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
7089         texinfo.tex is always used.
7090         
7091 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7092
7093         * flower/include/axis.hh: rename from axes.hh
7094
7095         * lily/include/text-interface.hh (Module): rename from text-item.hh
7096
7097         * VERSION (PATCH_LEVEL): release 2.5.29
7098
7099         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
7100
7101         * scm/framework-ps.scm (font-file-as-ps-string): new function.
7102         (handle-macfont): new function. Call fondu for Native mac fonts.
7103
7104         * scm/define-markup-commands.scm (fill-line): handle text-widths =
7105         '() case.
7106
7107 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7108
7109         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
7110         multi-page.  Fix .eps regular expression.
7111
7112 2005-06-07  Graham Percival  <gperlist@shaw.ca>
7113
7114         * Documentation/user/putting.itely: add info on modifying templates.
7115
7116         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
7117         misc small changes.
7118
7119 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7120
7121         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
7122
7123         * scripts/lilypond-ps2png.scm
7124
7125         * VERSION (PACKAGE_NAME): release 2.5.28
7126
7127 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7128
7129         * lily/main.cc (prepend_env_path): Do not append /, that does not
7130         work.  Localedir lives in datadir, not in prefix.
7131
7132         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
7133         hack for windows.
7134
7135         * flower/include/file-cookie.hh: Compile fix.
7136
7137 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7138
7139         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
7140
7141         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
7142         system primitives.
7143         (gulp-port): using read-string!/partial. We don't want to read an
7144         entire PS file  (GUILE 1.6 limits strings to 16M) 
7145
7146         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
7147         properties. Add font-interface. 
7148
7149         * scm/define-grob-properties.scm (all-user-grob-properties):
7150         remove old bracket properties.
7151
7152         * scm/x11-color.scm: reformat. 
7153
7154         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
7155         LedgerLineSpanner if new StaffSymbol is found. 
7156
7157         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
7158         staff-symbol for finishing staff. 
7159
7160         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
7161
7162         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
7163         change black to currentColor everywhere. This fixes color support
7164         in SVG.
7165
7166 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
7167
7168         * input/regression/fret-diagrams.ly: new file to test fret diagram
7169         capability
7170
7171         * scm/output-tex.scm: remove white-dot and white-text
7172
7173         * scm/output-ps.scm: remove white-dot and white-text
7174
7175         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
7176         using ly:stencil-in-color instead
7177         (draw-dots) : remove call to white-dot
7178
7179 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7180
7181         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
7182         support.
7183
7184         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
7185
7186         * flower/include/file-cookie.hh: new file. lily_cookie extension 
7187
7188         * flower/file-cookie.cc: new file. lily_cookie extension.
7189         
7190 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7191
7192         * scm/editor.scm (editor-command-template-alist): Add syn
7193         editor (Jaap [de Vos]).
7194
7195 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7196
7197         * scripts/lilypond-ps2png.scm:
7198         * scm/ps-to-png.scm: New file.
7199
7200         * scm/backend-library.scm (postscript->png): Use it.
7201
7202         * scripts/lilypond-ps-to-png.py: Remove file.
7203
7204         * python/lilylib.py (get_bbox, make_ps_images): Remove.
7205
7206 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7207
7208         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
7209
7210         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
7211         start on grace moment. Fixes autobeam-grace.ly.
7212
7213         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
7214         process anything unless we're at the end of a pending beam. Fixes
7215         syncopated 8ths beamed across a beat.
7216
7217 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7218
7219         * scm/editor.scm (editor-command-template-alist): Start emacs if
7220         emacslient fails.
7221
7222         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
7223
7224         * flower/file-path.cc (is_file, is_dir): Export.
7225
7226         * lily/main.cc (prepend_env_path, set_env_file): Use them.
7227
7228 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7229
7230         * lily/easy-notation.cc: Added include cctype to correct
7231         compilation error.
7232
7233 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7234
7235         * scm/backend-library.scm (postscript->pdf): set resolution to
7236         1200, so bitmap fonts aren't that ugly. 
7237
7238         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
7239
7240         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
7241         parent if we have a notehead. Fixes incorrect offsets when
7242         Paper_column is very wide in the X direction.
7243
7244         * input/regression/font-family-override.ly (Module): new file.
7245
7246         * scm/font.scm (make-pango-font-tree): new function.
7247
7248         * lily/beam.cc (before_line_breaking): remove warning about less
7249         than 2 visible stems. We still get a warning when there is only
7250         one stem.
7251
7252 2005-06-01  Werner Lemberg  <wl@gnu.org>
7253
7254         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
7255         correctly.
7256
7257 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7258
7259         * lily/slur-scoring.cc (generate_avoid_offsets): new
7260         function. Generate avoid offsets once per slur.
7261
7262         * lily/slur.cc (add_extra_encompass): add dependency to
7263         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
7264
7265         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
7266         too. Fixes inf error with added bass notes.
7267
7268         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
7269         argument anymore.
7270
7271         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
7272
7273         * input/tutorial/lbook-latex-test.tex: add line length test.
7274
7275         * scripts/lilypond-book.py (set_default_options): new
7276         function. Call this before dissecting snippets, so linewidth
7277         settings reach the snippets.
7278
7279 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7280
7281         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
7282
7283 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7284
7285         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
7286
7287 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7288
7289         * stepmake/aclocal.m4: More autopackage friendliness.
7290
7291 2005-05-31  Graham Percival  <gperlist@shaw.ca>
7292
7293         * Documentation/index.html.in: remove link to LSR.
7294
7295         * Documentation/user/global.itely: remove duplicate
7296         "dedication" \header{} section.
7297
7298 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7299
7300         * VERSION (PACKAGE_NAME): release 2.5.27.
7301
7302         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
7303         too. Plugs memory leak.
7304
7305         * make/lilypond.fedora.spec.in (Group): remove
7306         lilypond-pdfpc-helper.
7307
7308         * scripts/GNUmakefile (SEXECUTABLES): remove
7309         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
7310
7311         * scm/font.scm (make-century-schoolbook-tree): add Mono as
7312         'typewriter family.
7313
7314         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
7315         memory leak.
7316
7317         * lily/parser.yy (score_body): don't clone Score, that's done in
7318         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
7319
7320         * lily/score-engraver.cc (derived_mark): new function.
7321         (initialize): unprotect Paper_score. This fixes a memory leak.
7322
7323         * lily/score-performer.cc (derived_mark): new function.
7324
7325         * lily/score-translator.cc (get_output): use SCM for get_output() call.
7326
7327         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
7328         spurious warning.
7329
7330         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
7331         serif.
7332
7333 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7334
7335         * configure.in (reloc_b): Add --enable-relocation.
7336
7337 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7338
7339         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
7340
7341         * input/regression/alignment-order.ly: add Staff example.
7342
7343 2005-05-31  John Mandereau   <john.mandereau@free.fr>
7344
7345         * po/fr.po: update.
7346
7347 2005-05-31  Graham Percival  <gperlist@shaw.ca>
7348
7349         * Documentation/index.html.in: add link to LSR.
7350
7351 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7352
7353         * scm/define-stencil-commands.scm (Module): new file. Register all
7354         allowed stencil expression heads in a central place.
7355
7356         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
7357         ly:make-stencil
7358
7359         * lily/stencil-expression.cc (all_stencil_heads): registering
7360         stencil expressions.
7361
7362         * lily/stencil-interpret.cc: new file. Stencil expression
7363         interpreting.
7364
7365         * input/xiao-haizi-guai-guai.ly: move file back.
7366
7367 2005-05-30  Graham Percival  <gperlist@shaw.ca>
7368
7369         * Documentation/user/advanced.itely, converters.itely,
7370         instrument-notation.itely, lilypond-book.itely: misc small
7371         changes.
7372
7373 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7374
7375         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
7376
7377         * make/lilypond.fedora.spec.in: Fix source url.
7378
7379         * cygwin: Update from mingw patches.
7380
7381         * scm/editor.scm (editor-command-template-alist): Use jedit
7382         -reuseview (Bertalan), add uedit (Patrick Huberts).
7383
7384         * input/xiao-hai-zi-guai-guai.ly: Rename from
7385         xiao-haizi-guai-guai.ly.
7386
7387         * input/*: Reindent, do not use TAB.
7388
7389         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
7390         white background.
7391
7392 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7393
7394         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
7395         numerical overflow error.
7396
7397 2005-05-29 Laura Conrad <lconrad@laymusic.org>
7398         
7399         * abc2ly.py: fix to syntax error in multi-part output.
7400
7401 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7402
7403         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
7404         with disappearing span bars when alignAboveContext is active
7405
7406         * lily/property-iterator.cc (check_grob): use is-grob?
7407         object-property. Fixes crash-key-sig-font-size.ly. 
7408
7409 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7410
7411         * lily/bar-line.cc (print): don't round barlines; this produces
7412         odd aliasing effects in Acroread.
7413
7414         * lily/timing-engraver.cc (process_music): robustness fix.
7415
7416         * lily/context-def.cc (filter_engravers): bugfix.
7417
7418 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7419
7420         * lily/lilypond.rc.in: Add ly-icon.
7421
7422         * lily/GNUmakefile: 
7423         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
7424         rules.
7425
7426 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7427
7428         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
7429
7430         * ps/music-drawing-routines.ps: 
7431
7432         * scm/output-ps.scm: remove draw ez_ball.
7433
7434         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
7435         EasyNotation context definition.
7436
7437         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
7438         Text_interface and color for making easy note heads.
7439
7440         * lily/stencil.cc (with_color): new function.
7441
7442         * ps/music-drawing-routines.ps: remove draw_zigzag_line
7443
7444         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
7445         output routine. Zigzag now works in SVG too.
7446
7447         * scm/output-tex.scm (filledbox): idem.
7448
7449         * scm/output-svg.scm (filledbox): idem.
7450
7451         * scm/output-ps.scm (lily-def): remove horizontal-line. 
7452
7453         * lily/lookup.cc (horizontal_line): use draw-line. 
7454
7455         * lily/system-start-delimiter.cc: remove old staff bracket code.
7456
7457         * mf/feta-haak.mf: further tweaks.
7458
7459         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
7460
7461         * mf/feta-generic.mf: include feta-haak.
7462
7463         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
7464
7465         * scm/framework-ps.scm (write-preamble): only load fonts if their
7466         filename is a string. 
7467
7468 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7469
7470         * scm/output-svg.scm (circle): support circle.
7471         (bracket): stub for bracket.
7472
7473         * scripts/lilypond-book.py (main): make sure --psfonts warning is
7474         correct.
7475
7476 2005-05-26  Graham Percival  <gperlist@shaw.ca>
7477
7478         * Documentation/user/lilypond.tely, advanced-notation.itely,
7479         basic-notation.itely, instrument-notation.itely, global.itely,
7480         introduction.itely, tutorial.itely: rearranging, editing,
7481         clean-up.
7482
7483         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
7484         for compiling on FreeBSD.
7485
7486 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7487
7488         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
7489         otf files.
7490
7491         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
7492         bugfixes.
7493
7494         * VERSION: 2.5.26 released.
7495
7496         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
7497
7498 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
7499
7500         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
7501         if printpagenumber is false.
7502
7503 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7504
7505         * lily/font-config.cc (init_fontconfig): comment out FontConfig
7506         cache warning.
7507
7508         * lily/tie.cc (print): support dotted ties.
7509         
7510 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7511
7512         * scm/define-grobs.scm (all-grob-descriptions): switch off
7513         debugging
7514         (all-grob-descriptions): Arpeggio has Y-extent.
7515
7516         * scm/define-music-properties.scm (all-music-properties): document
7517         length-callback and start-callback as "read-only".
7518
7519         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
7520         length-callback after creation. 
7521
7522         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
7523         compressmusic -> compressMusic.
7524
7525         * ly/music-functions-init.ly (oldaddlyrics): idem.
7526
7527         * lily/parser.yy: NewLyricCombineMusic ->
7528         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
7529
7530 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
7531
7532         * ly/Welcome_to_LilyPond.ly: typo.
7533
7534 2005-05-24  Graham Percival  <gperlist@shaw.ca>
7535
7536         * Documentation/user/lilypond.tely: move changing-defaults to be
7537         before global issues.
7538
7539         * Documentation/user/basic-notation.itely: move Transpose section
7540         here from advanced/Other.
7541
7542         * Documentation/user/changing-defaults.itely,
7543         advanced-notation.itely: move Fonts to advanced, edit.
7544
7545 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7546
7547         * lily/parser.yy (bare_int): remove rule.  From now on, we require
7548         # before negative integers.
7549
7550 2005-05-23  Graham Percival  <gperlist@shaw.ca>
7551
7552         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
7553
7554         * Documentation/user/lilypond.tely: change Unified index to
7555         LilyPond index.
7556
7557         * Documentation/user/advanced-notation.itely,
7558         instrument-notation.itely: editing.
7559
7560 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7561
7562         * scm/lily.scm (lilypond-all): Bugfix: return failed.
7563
7564         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
7565
7566 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7567
7568         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
7569         ly:port-move.  Needs to be stderr-specific on mingw.
7570         Run fixcc.
7571
7572 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7573
7574         * lily/general-scheme.cc (ly:port-move): Remove.
7575
7576         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
7577         windows.
7578
7579         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
7580         variables.  This eliminates the need for a gs.bat wrapper, which
7581         opens a console.
7582
7583         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
7584         * scm/lily.scm (running-from-gui?): 
7585         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
7586         artifact of not compiling with -mwindows.
7587
7588         * scm/editor.scm: Define PLATFORM.
7589
7590 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7591
7592         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
7593         can start to cut & paste lilypond-book fragments.  
7594
7595         * scm/define-music-types.scm (music-descriptions): remove
7596         UntransposableMusic
7597
7598 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7599
7600         * scm/output-ps.scm (glyph-string): remove / before CIDs.
7601
7602 2005-05-20  Graham Percival  <gperlist@shaw.ca>
7603
7604         * Documentation/user/instrument-notation.itely: remove *Engraver.
7605
7606         * Documentation/user/advanced-notation.itely: edit, rearrange.
7607
7608 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7609
7610         * scm/output-ps.scm (glyph-string): take cid? argument. Use
7611         findresource iso. findfont for CID CFF fonts.
7612
7613         * VERSION (PACKAGE_NAME): release 2.5.25
7614
7615         * ly/Welcome_to_LilyPond.ly: add  \version
7616
7617 2005-05-20  Graham Percival  <gperlist@shaw.ca>
7618
7619         * Documentation/user/programming-interface.itely: move
7620         \displayMusic into its own section.
7621
7622         * Documentation/user/basic-notation.itely: finish editing.
7623
7624 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7625
7626         * flower/file-path.cc (find): don't throw away file_name.dir, but
7627         append to it. Fixes \include with directories.
7628
7629         * flower/include/file-path.hh (class File_path): don't derive from
7630         Array<String>.
7631
7632         * flower/include/file-name.hh (class File_name): remove to_str0()
7633
7634         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
7635         Hara_kiri_engraver in separate file.
7636
7637         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
7638         translation went wrong. Fixes vertically translated slurs.
7639
7640 2005-05-19  Graham Percival  <gperlist@shaw.ca>
7641
7642         * Documentation/user/basic-notaton.itely: editing.
7643
7644 2005-05-18  Graham Percival  <gperlist@shaw.ca>
7645
7646         * Documentation/user/macros.itexi, basic-notation.itely:
7647         add @commonprop (commonly used properties) macro.
7648
7649 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7650
7651         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
7652
7653         * scripts/lilypond-book.py (invokes_lilypond): new function
7654         (main): only run fontextract if invokes_lilypond() is true.
7655
7656         * lily/function-documentation.cc (ly_add_function_documentation):
7657         duh, use !=
7658
7659         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
7660
7661         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
7662
7663         * scm/lily.scm (running-from-gui?): lowercase Darwin.
7664
7665         * lily/function-documentation.cc (ly_add_function_documentation):
7666         use scm_hash_table_p() for checking.
7667
7668 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7669
7670         * Documentation/user/advanced-notation.itely (Text scripts):
7671         Change nonexisting @internalsref{Text markup} to @ref{Text
7672         markup}.  Change @internalsref{Text script} to
7673         @internalsref{TextScript}.
7674
7675         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
7676
7677 2005-05-17  Graham Percival  <gperlist@shaw.ca>
7678
7679         * Documentation/user/tutorial.itely, basic-notation.itely,
7680         changing-defaults.itely: remove duplicate cindex entries
7681         that appear on the same page.
7682
7683         * scm/define-grobs.scm: change default padding for TextSpanner.
7684
7685         * Documentation/topdocs/AUTHORS.texi: update email address.
7686
7687         * Documentation/user/global.itely: add info about \include.
7688
7689 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7690
7691         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
7692         when running-from-gui.
7693
7694         * scm/editor.scm (get-editor): Add platform defaults.
7695
7696         * scm/backend-library.scm (postscript->pdf): Typo.
7697
7698 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7699
7700         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
7701
7702         * lily/font-config.cc (init_fontconfig): add warning about cache.
7703
7704 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7705
7706         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
7707
7708 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7709
7710         * lily/horizontal-bracket.cc (print): Take care of the direction
7711         property so brackets above the stave point downwards. 
7712
7713         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
7714         for HorizontalBracket so it doesn't end up within the stave.
7715
7716 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7717
7718         * lily/GNUmakefile (default): Typo.
7719
7720         * scm/lily.scm (PLATFORM): Export.
7721
7722         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
7723         load-font-via-GS, ttftool or fopencookie is broken on windows.
7724         
7725         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
7726         -dSAFER, that is broken on windows.
7727
7728 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7729
7730         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
7731         for FlexLexer.h
7732
7733         * scripts/lilypond-invoke-editor.scm: remove stray -
7734
7735 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7736
7737         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
7738         Fixes deprecation warning.
7739
7740         * flower/include/string.icc (to_string): Only inline if
7741         -DSTRING_UTILS_INLINED.
7742
7743         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
7744         name.  Remove windows comment.
7745
7746         * scm/editor.scm (slashify): New function.
7747         (get-editor-command): Use it.
7748         (get-command-template): Do not alter editor command if
7749         environment value includes `%(file)s' magic.
7750
7751         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
7752         (dissect-uri): Use it.
7753         (unquote-uri): Bugfix.
7754
7755 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7756
7757         * scm/framework-ps.scm (write-preamble): add TTF rule.
7758
7759         * Documentation/topdocs/README.texi (Top): remove note about
7760         xdelta.
7761
7762         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
7763         requirement.
7764
7765         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
7766         function. Figure out where FlexLexer.h lives
7767
7768         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
7769         
7770 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7771
7772         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
7773         with Windows root in file name.
7774
7775         * scm/backend-library.scm (ly:system): Only redirect output (using
7776         system and shell, ugh) if /dev/null is writable.
7777
7778         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
7779         windows icon.
7780
7781         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
7782         on Mingw.
7783
7784         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
7785         click.
7786
7787         * flower/file-path.cc (is_dir, is_file): New function.  Actually
7788         use result of stat when available.
7789
7790         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
7791         absolute file name and root.
7792
7793         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
7794
7795         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
7796
7797         * flower/file-name.cc (slashify): Bugfix, do substitute if no
7798         slashes in file name.
7799
7800 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7801
7802         * Documentation/user/preface.itely (Preface): Run
7803         texinfo-all-menus-update.
7804
7805         * scm/editor.scm (get-editor-command): Bugfix: allow full
7806         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
7807
7808         * Documentation/pictures/lilypond-48.xpm: New file.
7809
7810         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
7811
7812         * ly/Welcome_to_LilyPond.ly: New file.
7813
7814         * lily/main.cc (main): Only identify if we have a terminal.
7815
7816         * scm/backend-library.scm (postscript->png)
7817         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
7818         non-/bin/sh).
7819
7820 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
7821
7822         * Documentation/topdocs/AUTHORS.texi: polish, update.
7823
7824 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7825
7826         * Documentation/user/preface.itely (Notes for version 2.6): new
7827         notes for 2.6
7828
7829         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
7830         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
7831         is not fully contained" warnings.
7832
7833         * lily/slur-scoring.cc (get_bound_info): remove warning.
7834
7835         * lily/staff-symbol-engraver.cc (process_music): start initial
7836         spanner in process_music(). This fixes overrides of StaffSymbol
7837         properties.
7838
7839         * scm/framework-pdf.scm (Module): remove.
7840
7841         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
7842
7843         * lily/ambitus-engraver.cc: formatting cleanups.
7844
7845         * mf/feta-solfa.mf (Module): remove.
7846
7847         * ChangeLog: more details about contributions.
7848
7849 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7850
7851         * lily/align-interface.cc (align_elements_to_extents): warn if
7852         called too early. Fixes: disappearing-staff-lines.ly
7853
7854         * VERSION (PACKAGE_NAME): release 2.5.24
7855
7856 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7857
7858         * stepmake/aclocal.m4: Typo.
7859
7860         * flower/string.cc (substitute): Take two strings or two
7861         characters.  Update callers.
7862
7863 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7864
7865         * flower/file-name.cc (File_name): Slashify.
7866
7867         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
7868
7869         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
7870
7871         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
7872
7873         * configure.in (gui_b): Use it.
7874
7875         * lily/lilypond.rc.in: New file.
7876
7877         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
7878
7879 2005-05-12  Graham Percival  <gperlist@shaw.ca>
7880
7881         * Documentation/user/advanced-notation.itely: edit of Text
7882         section; clarify text scripts vs. text markup.
7883
7884 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7885
7886         * lily/multi-measure-rest-engraver.cc
7887         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
7888         separation items on start. Fixes mm rests in start of score.
7889
7890         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
7891         don't access StaffSymbol if not there.
7892         Fixes: crash-staff-symbol-engraver.ly.
7893
7894         * lily/instrument-name-engraver.cc (class
7895         Instrument_name_engraver): data member first_. Create
7896         InstrumentName on start. 
7897
7898 2005-05-12  Graham Percival  <gperlist@shaw.ca>
7899
7900         * Documentation/user/instrument-notation.itely: add guitar
7901         position.
7902
7903         * Documentation/user/introduction.itely,
7904         Documentation/user/lilypond.tely,
7905         Documentation/user/tutorial.itely: begin pruning
7906         unused (duplicated) cindex entries and misc cleanup.
7907
7908 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7909
7910         * input/test/volta-chord-names.ly: Bring the explanation up to
7911         date.
7912
7913 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
7914
7915         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
7916         Specify `@documentencoding utf-8' for html, ignore warnings.
7917
7918 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
7919
7920         * THANKS: Added bughunters.
7921
7922 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
7923
7924         * lily/main.cc: update help string for `lilypond -H'.
7925
7926         * po/fi.po: update.
7927         
7928 2005-05-10  Graham Percival  <gperlist@shaw.ca>
7929
7930         * Documentation/user/advanced-notation.itely: minor fixes.
7931
7932 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7933
7934         * scm/editor.scm: New module.
7935
7936         * scm/lily.scm (gui-main): Use it.
7937
7938         * scm/framework-gnome.scm (spawn-editor): Use it.
7939
7940         * scripts/lilypond-invoke-editor.scm: Use it in new script.
7941
7942 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7943
7944         * scm/framework-ps.scm (load-font-via-GS):  new function.
7945
7946         * lily/pango-font.cc (pango_item_string_stencil): add support for
7947         CID keyed font.
7948
7949         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
7950
7951 2005-05-10  Graham Percival  <gperlist@shaw.ca>
7952
7953         * Documentation/user/basic-notation.itely: add @ref.
7954
7955         * Documentation/user/advanced-notation.itely: add example
7956         of 5/8 beaming.
7957
7958 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7959
7960         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
7961
7962         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
7963         going through ps2pdf wrappers.
7964
7965 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
7966
7967         * Documentation/user/instrument-notation.itely: petrucci note
7968         heads: updated docu
7969
7970         * input/regression/note-head-style.ly: updated regression test;
7971         indentation fixes
7972
7973         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
7974         heads as default
7975
7976         * mf/parmesan-heads.mf: minor editing; use musicological names
7977         (rather than optical description) as note head names
7978
7979         * scm/output-lib.scm: complete petrucci heads
7980
7981 2005-05-09  Pal Benko  <benkop@freestart.hu>
7982
7983         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
7984         heads, but bigger)
7985
7986 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7987
7988         * lily/main.cc (main_with_guile): Remove no files check.
7989
7990         * lily/main.cc (ly:usage): Export to Scheme.
7991
7992         * scm/lily.scm (no-files-handler): New function.
7993
7994         * scm/lily.scm (lilypond-main): Use it.
7995
7996         * configure.in (gui_b): Add mbrtowc checking.
7997         Resurrect [utf8/]wchar.h checking.
7998
7999 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8000
8001         * Documentation/user/advanced-notation.itely (Metronome marks):
8002         Add link to the program reference for MetronomeMark
8003
8004         * Documentation/user/lilypond-book.itely (An example of a
8005         musicological document): Correct the example using psfonts 
8006
8007 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
8008
8009         * po/fi.po: update after a lesson how to update entries against
8010         source.
8011         
8012         * po/TODO: document the lesson.
8013
8014 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8015
8016         * configure.in (gui_b): remove wcrtomb checking.
8017
8018         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
8019         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
8020
8021 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8022
8023         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
8024         keep Scheme expressions and strings unmodified when doing the
8025         conversion to postfix notation for slurs and beams. Should
8026         hopefully solve most related conversion problems. 
8027
8028         * Documentation/user/lilypond-book.itely : Clarify and correct how
8029         to call dvips with -h psfonts.
8030
8031 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8032
8033         * Documentation/user/instrument-notation.itely (Entering lyrics):
8034         Typo.  Fixes build.
8035
8036 2005-05-09  Graham Percival  <gperlist@shaw.ca>
8037
8038         * Documentation/user/lilypond-book.itely: document PSFONTS file.
8039
8040         * Documentation/user/lilypond.tely, lilypond-book.itely,
8041         tutorial.itely: change references to 2.5.x to 2.6.x.
8042
8043         * Documentation/user/instrument-notation.itely: clarified \addlyrics
8044         vs \lyricmode.
8045
8046         * Documentation/user/invoking.itely: remove old info about
8047         lilypond-profile.
8048
8049         * Documentation/topdocs/INSTALL.texi: remove old info about
8050         lilypond-profile, add warning about needing international fonts
8051         to build docs.
8052
8053 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8054
8055         * lily/include/grob-info.hh (class Grob_info): make data member
8056         private. Changes throughout.
8057
8058         * input/regression/alignment-order.ly: new file. 
8059
8060         * lily/vertical-align-engraver.cc (acknowledge_grob): read
8061         alignAboveContext and alignBelowContext
8062
8063 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8064
8065         * lily/pfb.cc (LY_DEFINE): add cast.
8066
8067         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
8068         matches .otf
8069         (write-preamble): warn about unknown fonts.
8070
8071         * lily/pfb.cc (Module): new function ly:otf->cff
8072
8073         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
8074         (get_otf_table): new function.
8075
8076 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8077
8078         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
8079         iso. ps2png.
8080
8081 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8082
8083         * po/fi.po: apply second round of update.
8084
8085 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8086
8087         * scm/x11-color.scm (make-x11-color-handler): don't use
8088         #\sp. Apparently doesn't work on all platforms. 
8089
8090 2005-05-06  Graham Percival  <gperlist@shaw.ca>
8091
8092         * Documentation/user/advanced-notation.itely, putting.itely,
8093         tutorial.itely, global.itely, introduction.itely: really minor fixes.
8094
8095 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8096
8097         * VERSION (PACKAGE_NAME): release 2.5.23
8098
8099 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8100
8101         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
8102         convert to utf-8.
8103
8104         * THANKS: Add translators for this release, convert to utf-8.
8105
8106         * mf/GNUmakefile (MFTRACE_FLAGS):
8107         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
8108         outdir as option (WAS: hardcoded).
8109
8110 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8111
8112         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
8113         finished_span_
8114
8115         * THANKS: add Hans Forbrich.
8116
8117         * Documentation/topdocs/NEWS.tely (Top): document new feature.
8118
8119         * Documentation/user/basic-notation.itely (Staff symbol): document
8120         start/stop staff. Reference to ossia.ly
8121
8122         * input/test/ossia.ly: new example using stop and startStaff.
8123
8124         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
8125         in other words, don't create "|" barline at start of the score.
8126         (start_translation_timestep): don't set whichBar for start of score.
8127
8128         * input/regression/staff-halfway.ly: use new functionality.
8129
8130         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
8131         start and stop staff based on events.
8132
8133         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
8134
8135         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
8136
8137 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8138
8139         * Documentation/user/programming-interface.itely (How markups work
8140         internally ): remove \encoding reference.
8141
8142 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8143
8144         * scripts/convert-ly.py: Attempt to do a smarter update of 
8145         text markups from versions < 1.9.0 with arbitrary nesting.
8146
8147 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8148
8149         * po/fi.po: convert to utf-8, and update.
8150
8151 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8152
8153         * make/lilypond.suse.spec.in: update from suse 2.4 package.
8154
8155         * lily/*.cc: more <? >? to min/max changes
8156
8157         * lily/include/interpretation-context-handle.hh: rename
8158         Interpretation_context_handle to Context_handle.
8159
8160 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
8161
8162         * input/regression/GNUmakefile (local_delete): use `find` together 
8163         with `xargs` to avoid too long argument-lists in cmd line.
8164
8165 2005-05-04  Graham Percival  <gperlist@shaw.ca>
8166
8167         * Documentation/user/introduction.itely: updates "About this manual".
8168
8169         * Documentation/user/advanced-notation.itely,
8170         invoking.itely: minor fixes.
8171
8172 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8173
8174         * COPYING: add font exception. Update FSF address. 
8175
8176         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
8177         should be taken without child context.
8178
8179         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
8180
8181         * scm/define-markup-commands.scm (triangle): new command, as
8182         robust replacement for unicode Delta/Triangle.
8183
8184 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8185
8186         * ps/music-drawing-routines.ps: add fillp argument.
8187
8188         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
8189
8190         * lily/font-config.cc (init_fontconfig): don't add cff/
8191
8192         * VERSION (PACKAGE_NAME): release 2.5.22
8193
8194         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
8195
8196         * lily/grace-engraver.cc (consider_change_grace_settings): use
8197         is_alias(). Fixes problem with CueVoice grace notes. 
8198
8199         * lily/simultaneous-music-iterator.cc (construct_children): call
8200         Music_iterator::quit() for iterators that start out invalid. This
8201         fixes indefinitely continuing contexts.
8202
8203         * buildscripts/substitute-encoding.py: new file
8204
8205         * Documentation/user/basic-notation.itely (Basic polyphony): fix
8206         missing @end 
8207
8208         * scripts/lilypond-book.py (write_if_updated): print file name.
8209
8210         * Documentation/user/basic-notation.itely (Explicitly
8211         instantiating voices): idem.
8212
8213         * Documentation/user/advanced-notation.itely (Text spanners):
8214         remove stray { } 
8215
8216         * lily/context.cc (default_child_context_name): the default child
8217         is now first in accepts_list_.
8218
8219         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
8220         \defaultchild to all relevant contexts.  This fixes:
8221         drums-pitch.ly.
8222
8223         (Probably also fixes similar problems with ancient
8224         transcriptions getting CueVoices instead of the desired voices.)
8225  
8226         * lily/context-def.cc (get_default_child): new function.
8227         (get_accepted): place default child in front of list.
8228
8229         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
8230
8231         * lily/include/context-def.hh (struct Context_def): add
8232         default_accept_
8233
8234 2005-05-03  Graham Percival  <gperlist@shaw.ca>
8235
8236         * scm/define-grobs.scm: remove "remove-first" line, since
8237         the absent property is set to #f anyway.
8238
8239         * Documentation/user/basic-notation.itely,
8240         advanced-notation.itely, instrument-notation.itely: minor
8241         fixes.
8242
8243         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
8244
8245         * Documentation/user/advanced-notation.itely,
8246         changing-defaults.itely: consolidate Text stuff in
8247         advanced notation.
8248
8249         * Documentation/user/global.itely: better docs for \header.
8250
8251         * Documentation/user/putting.itely: new chapter; placeholder
8252         for future expansion.
8253
8254         * Documentation/user/examples.itely: moved "suggestions for
8255         writing LP files" section into putting.itely.
8256
8257         * Documentation/user/lilypond.itely: added new chapter,
8258         fixed the short table of contents.
8259
8260 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8261
8262         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
8263         infinity for unfeasible beams.
8264
8265         * make/lilypond.fedora.spec.in (Group): idem.
8266
8267         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
8268
8269         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
8270
8271         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
8272         fonts directly.
8273
8274         * buildscripts/gen-emmentaler-scripts.py (i): idem.
8275
8276         * mf/GNUmakefile: remove all CFF rules.
8277
8278         * scm/framework-ps.scm (ps-embed-cff): reinstate.
8279
8280         * lily/open-type-font-scheme.cc (LY_DEFINE):
8281         new function ly:otf-font-table-data.
8282         (LY_DEFINE): new function otf-font?
8283
8284 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8285
8286         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
8287         ($(outdir)/Fontmap.lily): idem.
8288
8289         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
8290         for PFAEmmentaler-XXX.pfa. 
8291
8292         * Documentation/user/music-glossary.tely (accidental): NL
8293         translation of accidental.
8294
8295 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8296
8297         * flower/include/international.hh: Bugfix: include "string.hh".
8298
8299         * lily/include/mingw-compatibility.hh: New file.
8300
8301         * flower/include/libc-extension.hh (memrev): Rename from strrev.
8302
8303         * configure.in: Search for mingw wcrtomb library.
8304
8305 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8306
8307         * scripts/convert-ly.py: Bug fix
8308
8309         * Documentation/user/changing-defaults.itely (Common tweaks):
8310         Added example where the context has to be specified explicitly
8311         (MetronomeMark). 
8312
8313 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8314
8315         * scripts/lilypond-book.py (ly_options): set timing to #f for
8316         notime option.
8317
8318         * scripts/convert-ly.py (conv): typo.
8319
8320         * flower/*.cc: remove <? and >?
8321         
8322         * lily/*.cc: remove <? and >?
8323
8324         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
8325         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
8326         editor.
8327
8328 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8329
8330         * lily/part-combine-engraver.cc: add space to variable list.
8331
8332 2005-04-30  Graham Percival  <gperlist@shaw.ca>
8333
8334         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
8335         remove-first to false (matches docs)
8336
8337         * Documentation/user/advanced-notation.itely: corrected docs
8338         concerning remove-first.
8339
8340 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8341
8342         * lily/part-combine-engraver.cc: make sure that the relevant
8343         properties are included in the documentation.
8344
8345 2005-04-28  Graham Percival  <gperlist@shaw.ca>
8346
8347         * Documentation/user/lilypond-book.itely: Bernard's docs
8348         for \betweenLilyPondSystem.
8349
8350 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8351
8352         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
8353         remarks.
8354
8355 2005-04-28  Pal Benko  <benkop@freestart.hu>
8356
8357         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
8358         only on vertical lines of flexa shape, and use a constant
8359         thickness value for horizontal lines (patch slightly modified by
8360         Jürgen Reuter)
8361
8362         * lily/include/mensural-ligature.hh: make 2 comments clearer
8363
8364 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
8365
8366         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
8367         to need_extra_horizontal_space; bugfix: use class scope to avoid
8368         global namespace pollution
8369
8370         * Documentation/user/instrument-notation.itely (ligatures): added
8371         comment on possible future syntax change and how to work around
8372
8373         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
8374         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
8375         intervals (fixes agnus dei example)
8376
8377         * Documentation/user/instrument-notation.itely (white mensural
8378         ligatures): selected a more illustrative example
8379
8380 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
8381
8382         * Documentation/index.html.in: specify utf-8 charset in meta content.
8383
8384 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8385
8386         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
8387         empty 2nd page for single page.
8388
8389         * scm/lily.scm: remove p&c definitions.
8390
8391         * po/zh_TW.po (Module): new translation.
8392
8393         * lily/lily-guile.cc (ly_chain_assoc): remove.
8394
8395         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
8396         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
8397
8398 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8399
8400         * lily/beaming-info.cc: remove infinity_i
8401
8402         * scripts/abc2ly.py (out_filename): fix thinko with \version.
8403
8404 2005-04-26  Graham Percival  <gperlist@shaw.ca>
8405
8406         * Documentation/user/basic-notation.itely,
8407         instrument-notation.itely, advanced-notation.itely,
8408         changing-defaults.itely: minor fixes.  Added docs
8409         for colors to advanced-notation.itely.
8410
8411         * Documentation/user/advanced-notation.itely: fixed compile
8412         problem and added Bernard's x11-color doc patch.
8413
8414 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8415
8416         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
8417         alright this time round.
8418
8419 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8420
8421         * Documentation/topdocs/INSTALL.texi (Top): idem.
8422
8423         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
8424
8425         * VERSION (MAJOR_VERSION): release 2.5.21
8426
8427         * scm/output-ps.scm (grob-cause): bugfix.
8428
8429 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8430
8431         * cygwin/*: Update.
8432
8433         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
8434         stuff.
8435
8436         * scm/output-ps.scm (grob-cause): Bugfix.
8437
8438         * scm/lily.scm (ly:load): Remove x11-color.
8439
8440         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
8441         quote executable, fixes getting version from program --with
8442         --options.
8443         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
8444         $ac_exeect.
8445
8446         * Documentation/user/GNUmakefile: Only build music-glossary with
8447         rendered lilypond snippets during web.
8448
8449 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8450
8451         * po/de.po: update.
8452
8453         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
8454
8455 2005-04-22  Laura Conrad <lconrad@laymusic.org>
8456  
8457         * scripts/abc2ly:
8458         second title line append with punctuation dash character;
8459         encode abc2ly python strings in utf-8
8460        
8461 2005-04-21  Laura Conrad <lconrad@laymusic.org>
8462
8463         * scripts/abc2ly fix chords (again)
8464  
8465 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
8466
8467         * scm/x11-color.scm: new file
8468         All x11 color names can be accessed with:
8469         #(x11-color 'ColorName),
8470         #(x11-color "ColorName") or:
8471         #(x11-color "color name")
8472         If the x11 color name is not recognised then it defaults
8473         to black
8474
8475         * scm/lily.scm: amended to call scm/x11-color.scm
8476
8477 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8478
8479         * Documentation/user/invoking.itely (Reporting bugs): comment out
8480         reference to online PNG bug repository.
8481
8482 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8483
8484         * lily/translator-scheme.cc (ly:translator-property): Remove.
8485         Update callers.
8486
8487         * lily/context-scheme.cc (ly:context-now): Move from translator.
8488         Update callers.
8489
8490 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8491
8492         * input/regression/grid-lines.ly (skips): refine example.
8493
8494         * scm/define-context-properties.scm
8495         (all-user-translation-properties): doc autoBeamCheck
8496
8497         * input/regression/grid-lines.ly (Module): new file.
8498
8499         * lily/grid-point-engraver.cc (Module): new file.
8500
8501         * lily/grid-line.cc (Module): new file.
8502
8503         * lily/grid-line-span-engraver.cc (Module): new file.
8504
8505         * lily/grid-line-interface.cc (Module): new file.
8506
8507 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8508
8509         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
8510         missing parameter, actualy cdr through list.  Actually return a
8511         list with ENTRY removed (was '()).
8512
8513         * scripts/convert-ly.py: Update.  Print warning if file cannot be
8514         opened.
8515         (do_conversion): Fix printing of continuation comma.
8516
8517         * Documentation/user/advanced-notation.itely (Beam formatting):
8518         Remove refbugs about compound time and mixed duration.
8519
8520         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
8521         modulo moments explicitely.
8522
8523         * lily/moment.cc (operator %): New function.
8524
8525         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
8526
8527         * lily/translator-scheme.cc (ly:translator-now,
8528         ly:translator-property): New function.
8529
8530         * scm/auto-beam.scm (default-auto-beam-check): New function.
8531
8532         * lily/auto-beam-engraver.cc (test_moment): Use it.
8533
8534         * flower/rational.cc (operator %): Bugfix.
8535
8536 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
8537
8538         * scripts/abc2ly: Bugfix
8539
8540 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8541
8542         * python/fontextract.py (write_extracted_fonts): bugfix, too many
8543         %'s on EndFont comment.
8544
8545         * lily/ledger-line-spanner.cc: some more words of explanation.
8546
8547 2005-04-20  John Williams <williams@tni.com>  
8548         
8549         * scripts/lilypond-book.py: htmlquote bugfix.
8550         Allow snippets to be given distinct filenames.
8551         Allow the default alt text to be overridden.
8552
8553 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
8554
8555         * ly/performer-init.ly: Bugfix
8556
8557         * THANKS: Added bughunters.
8558
8559 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8560
8561         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
8562
8563         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
8564         position (was: use modulo measure length).
8565
8566         * configure.in (no gui_b): Remove optional gtk+ requirement.
8567
8568 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8569
8570         * Documentation/user/basic-notation.itely (Pitches): add
8571         LedgerLineSpanner.
8572
8573         * lily/dynamic-engraver.cc (process_music): set right bound to
8574         script if present. Else, do not set.
8575         (acknowledge_grob): only set right bound of finished spanner to
8576         note column if no other bound is set.
8577
8578         * python/lilylib.py (make_ps_images): switch back to png16m.
8579         
8580 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8581
8582         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
8583         writing up to date file.  Add dvips usage suggestion.
8584
8585         * scripts/convert-ly.py: Fix error message.
8586         Print usage if no files on command line.
8587         (usage): Add example usage.
8588
8589         * input/test/compound-time.ly: New file.
8590
8591         * input/test/circle.ly: New file.
8592
8593         * Documentation/topdocs/NEWS.tely: Use them.
8594
8595         * input/test/boxed-stencil.ly: Remove \score.
8596
8597         * buildscripts/mf-to-table.py (base): Add .log dependency.
8598
8599         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
8600         pfa's.  Add .log dependency
8601
8602         * scm/define-markup-commands.scm (lower): New command.
8603
8604         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
8605         make it default.
8606
8607 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8608
8609         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
8610         also to finished cresc as right bound. This fixes:
8611         skip-string-decresc.ly
8612
8613         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
8614         relative_coordinate if extent is empty.
8615
8616         * lily/stem.cc (width_callback): determine correct extent if flag
8617         is not there. This fixes slur-no-flag.ly
8618
8619         * lily/grace-engraver.cc (consider_change_grace_settings): new
8620         function.
8621         (initialize): also consider_change_grace_settings() on
8622         initialization. Fixes large grace notes at start of score.
8623
8624         * lily/break-align-interface.cc (do_alignment): don't translate if
8625         total_extent is empty.
8626
8627         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
8628
8629 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8630
8631         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
8632         with slash.
8633
8634 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8635
8636         * stepmake/aclocal.m4: Remove tfm_path.
8637
8638 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8639
8640         * scm/music-functions.scm (markup-expression->make-markup): fix
8641         bug with cons arguments of markup commands.
8642         (music->make-music): fix music expression property list building
8643
8644 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8645
8646         * aclocal.m4: Massage package names.
8647
8648         * SCons updates.
8649
8650 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8651
8652         * VERSION (PACKAGE_NAME): release 2.5.20
8653
8654         * lily/stem.cc (calc_stem_info): add minimum Y extent of
8655         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
8656
8657         * lily/percent-repeat-engraver.cc (try_music): add measure before
8658         next_moment to future processing moment. Fixes:
8659         percent-repeat-mm-rest.ly
8660         (process_music): don't add moment for 2nd time.
8661
8662         * input/regression/repeat-percent.ly: add mmrests as extra test.
8663
8664         * lily/axis-group-engraver.cc (acknowledge_grob): read
8665         keepAliveInterfaces to decide what to kill.
8666
8667         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
8668         percent-repeat-interface to keepAliveInterfaces. This fixes
8669         percent-repeat-harakiri.
8670
8671 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8672
8673         * SCons updates.
8674
8675 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8676
8677         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
8678
8679         * aclocal.m4: remove --enable-tfm-path configure option
8680
8681         * input/test/ancient-font.ly (lowerStaff): clef name errors.
8682
8683         * scm/backend-library.scm (postscript->png): newline after
8684         finishing command.
8685
8686         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
8687         (LY_DEFINE): ly:paper-score-paper-systems: new function 
8688
8689         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
8690
8691         * lily/score.cc (default_rendering): use Music_output too.
8692
8693         * input/test/chord-names-languages.ly (Module): rename file.
8694
8695         * lily/text-spanner.cc: add bound-padding.
8696
8697         * lily/paper-book.cc (systems): accept Paper_score
8698         iso. Paper_system vector. 
8699
8700         * input/regression/line-arrows.ly: new file.
8701
8702         * lily/paper-score.cc (process): run get_paper_systems() only once.
8703
8704         * lily/line-spanner.cc (line_stencil): add arrows.
8705
8706 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
8707
8708         * lily/line-interface.cc (make_arrow): new function. 
8709         (arrows): idem.
8710
8711 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
8712
8713         * input/test/chord-names-german.ly: update for italian/french
8714         chords.
8715         
8716         * Documentation/user/instrument-notation.itely (Printing chord
8717         names): update.
8718
8719 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8720
8721         * lily/include/paper-score.hh (class Paper_score): remove unused
8722         prototypes.
8723
8724         * lily/book.cc (process): add -COUNT to midi output.
8725
8726         * lily/score.cc (book_rendering): remove outname argument
8727         (book_rendering): return list of Music_outputs. 
8728
8729         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
8730
8731         * lily/book.cc (process): loop over Music_outputs returned from
8732         Score::book_rendering().
8733
8734         * lily/*.cc (width_callback): remove spurious "unused" warnings
8735         for assert (axis==[XY]_AXIS); 
8736
8737         * lily/include/music-output.hh (class Music_output): smobify class.
8738
8739         * lily/include/paper-score.hh (class Paper_score): make members
8740         private.
8741
8742         * lily/performance.cc (process): return #f iso. #<undefined>. This
8743         prevents #<undefined> leaking into GUILE-userspace.
8744
8745 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8746
8747         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
8748
8749 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
8750
8751         * scm/chord-name.scm : support for italian and french
8752         chords names.
8753
8754         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
8755         a space defined by chordPrefixSpacer when the root name is
8756         direclty followed by a prefix.
8757
8758         * ly/engraver-init.ly : chordPrefixSpacer       
8759         * scm/define-context-properties.scm : chordPrefixSpacer
8760         * ly/property-init.ly : italianChords, frenchChords 
8761
8762 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8763
8764         * mf/feta-din.mf: Remove.
8765
8766         * mf/GNUmakefile (fontdir): Bugfix.
8767
8768         * mf/SConstruct: Some updates.
8769
8770         * SConstruct: Require pkg-config.
8771         (test_program): Bugfix for double digit version compares, use
8772         integer (not string-) compare.
8773         Optionally require gs 8.14.
8774
8775         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
8776
8777         * lily/*: s/ifdef HAVE_*/if have/.
8778
8779         * SConstruct (test_lib): New function.  Update pkg-config and some
8780         other requirements.
8781
8782         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
8783         freetype, pangof2t.
8784
8785 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8786
8787         * po/lilypond.pot, ...: Update using bison-CVS.
8788
8789         * python/lilylib.py (make_ps_images): Fixo.
8790
8791 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8792
8793         * python/lilylib.py (make_ps_images): typo.
8794
8795         * configure.in (gui_b): make bison optional.
8796
8797         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
8798
8799 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
8800
8801         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
8802         with one parameter can be defined in a LaTeX file when processed
8803         by lilypond-book this will be evaluated between the systems of
8804         a multi-system score. The parameter is the number of systems processed.
8805
8806 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8807
8808         * python/lilylib.py (make_ps_images): Escape newline.
8809
8810         * Documentation/user/music-glossary.tely: Run
8811         texinfo-all-menus-update.
8812
8813 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8814
8815         * scm/lily-library.scm (old-relative-not-used-message)
8816         (version-not-seen-message): Add input-file-name-location to message.
8817
8818         * lily/parser.yy (lilypond): Add token aliases.
8819
8820         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
8821         not confuse with alteration.
8822         (alteration): Add.
8823
8824 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8825
8826         * python/lilylib.py (make_ps_images): use -dEPSCrop
8827
8828         * VERSION (PACKAGE_NAME): release 2.5.19 
8829
8830         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
8831         only put xrefs in info documentation.
8832
8833         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
8834         .pdf rule to tex-rules.make.
8835
8836         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
8837         from -systems.* output.
8838
8839         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
8840         directly, remove -$(PAGESIZE) target.
8841
8842         * input/test/embedded-postscript.ly: update.
8843
8844 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8845
8846         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
8847
8848         * Documentation/user/changing-defaults.itely (Font selection):
8849         document font-name.
8850
8851         * input/regression/font-name.ly: show Pango fonts for
8852         font-name. Update example. 
8853
8854         * lily/pango-select.cc (properties_to_pango_description): don't
8855         convert symbol font-size to number, but use to lookup.
8856
8857         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
8858
8859         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
8860         (NAME . FILE-NAME) tuples for font descriptions. 
8861         (write-preamble): display BeginFont DSC comments.
8862
8863         * python/fontextract.py (write_extracted_fonts): new file. Extract
8864         font resources from a PS file.
8865
8866         * scripts/lilypond-book.py (option_definitions): --psfonts option.
8867         (Compile_error.process_include): do_file returns chunks.
8868
8869         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
8870
8871         * make/lysdoc-targets.make: .texi is .PRECIOUS
8872
8873         * scripts/lilypond-book.py (write_if_updated): new function.
8874
8875 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8876
8877         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
8878
8879 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8880
8881         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
8882
8883         * input/regression/markup-syntax.ly: remove \score.
8884
8885         * scm/define-markup-commands.scm (draw-circle): add fill argument
8886
8887         * scm/stencil.scm (make-circle-stencil): add fill argument
8888
8889         * ps/music-drawing-routines.ps: add fill argument.
8890
8891         * ly/performer-init.ly: add CueVoice to MIDI too.
8892
8893         * ps/music-drawing-routines.ps: new routine BeginEPSF /
8894         EndEPSF.
8895
8896         * input/regression/markup-eps.ly: new file.
8897
8898         * scm/framework-ps.scm (write-preamble): change order: vars should
8899         be inited before procedures.
8900
8901         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
8902         for EPS files.
8903
8904         * scm/define-markup-commands.scm (epsfile): add epsfile command.
8905
8906 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8907
8908         * configure.in (gui_b): add check for ghostscript 8.15
8909
8910 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8911
8912         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
8913         start of line. Fixes cresc-after-newline.ly
8914
8915         * lily/source-file.cc (file_line_column_string): use get_column().
8916
8917 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8918
8919         * lily/source-file.cc (get_column): utf-8 support for column numbers.
8920
8921 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8922
8923         * lily/*: use message () iso progress_indication () for messages.
8924         Revise/uniformise user messages.
8925
8926         * flower/warn.cc (progress_indication): New function.
8927         (message): Use it.  Fixes newline problems.
8928
8929         * config.make.in (webdir): Sort out install dirs.
8930
8931         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
8932
8933         * python/lilylib.py (command_name): Bugfix.
8934         (make_ps_images):
8935
8936 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
8937
8938         * lily/main.cc: --help says what types of backends are availabe
8939
8940 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8941
8942         Fix ./VERSION dependency, and without need to reconfigure.
8943
8944         * lily/main.cc (setup_paths): Update.
8945
8946         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
8947
8948         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
8949
8950         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
8951         Add \line for some simplistic cases.
8952
8953         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
8954
8955 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8956
8957         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
8958         to compile LY files (useful for adding eg. "-I" args)
8959         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
8960         2Gnome command for gnome backend.
8961         (LilyPond-command-formatgnome): call the 2Gnome command. key
8962         binding: C-c C-g
8963
8964 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8965
8966         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
8967         depend on all PNG images.
8968
8969 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8970
8971         * GNUmakefile.in: Bugfix: also link .map files.
8972
8973 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8974
8975         * scm/music-functions.scm (music->make-music): generate 
8976         a (make-music ...) sexpr from a music expression.
8977         (display-scheme-music): use guile pretty printer to display the
8978         make-music sexpr.
8979
8980 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8981
8982         * ly/engraver-init.ly: reindent.
8983         Add CueVoice.
8984
8985         * scm/music-functions.scm (music-pretty-string): handle moments
8986         too.
8987         (music-pretty-string): only print non-empty lists.
8988         (cue-substitute): create CueVoice context, which has smaller type.
8989
8990         * lily/moment-scheme.cc (LY_DEFINE): new methods
8991         ly:moment-grace-{numerator,denominator}
8992
8993         * lily/context-handle.cc: remove quit() method. 
8994
8995         * lily/font-config.cc (init_fontconfig): be verbose about font path.
8996         (init_fontconfig): success is 0, not !0
8997
8998 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8999
9000         * mf/feta-nummer-code.mf (code): add plus glyph.
9001
9002         * lily/tie.cc (print): idem.
9003
9004         * lily/slur.cc (print): don't use thickness property for
9005         slur shape-thickness.
9006
9007         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
9008         while adding stencils.
9009
9010         * scm/define-markup-commands.scm (with-color): with-color markup
9011         command.
9012         (whiteout): new markup command 
9013         (filled-box): new markup command
9014
9015 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9016
9017         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
9018         test for PDF docs.
9019
9020         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
9021         PFAAybabtu-Regular.  Fixes feta font in PDFs.
9022         
9023         Notes for tetex-3.0 make web:
9024            psclean.map: s/uhv8a/uhvr8a/
9025            config.ps add:
9026                 p +psfonts_t1.map
9027                 p +psclean.map
9028                 p +typeface.map
9029
9030 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9031
9032         * scm/music-functions.scm (music-pretty-string): fix bug with
9033         string argument.
9034
9035 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9036
9037         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
9038
9039 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9040
9041         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
9042         only process options if they're there.
9043         (write_file_map): add version-seen? to snippet-map.ly
9044
9045 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9046
9047         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
9048         formatting cleanups.
9049
9050         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
9051         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
9052
9053 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9054
9055         * scm/framework-ps.scm (ps-font-command): don't hash, just use
9056         name directly.
9057
9058         * lily/main.cc (setup_paths): either add mf/out to search path or 
9059         fonts/{otf,type1,etc}
9060         
9061         * lily/font-config.cc (init_fontconfig): either add mf/out to
9062         FontConfig or fonts/{otf,type1,etc}
9063
9064         * GNUmakefile.in: don't put mf/ link in share/ dir.
9065
9066         * lily/staff-spacing.cc: move same-direction-correction to
9067         note-spacing-interface
9068
9069         * scm/lily.scm (lilypond-main): use variable argument count for
9070         exception handler.
9071
9072         * lily/font-config.cc (init_fontconfig): add operator pacification
9073         message.
9074
9075         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
9076
9077         * buildscripts/gen-emmentaler-scripts.py (i): generate
9078         PFAEmmentaler as well.
9079
9080         * scm/framework-ps.scm (munge-lily-font-name): new function
9081         (write-preamble): hack: insert PFA equivalent of CFF into
9082         .PS. This makes LilyPond output printable on normal PS printers
9083         again.
9084
9085         * buildscripts/gen-emmentaler-scripts.py (i): generate
9086         PFAEmmentaler.pfa aswell.
9087
9088 2005-04-06  John Williams <williams@tni.com>  
9089         
9090         * scripts/lilypond-book.py: refactor the compose_ly procedure.
9091         
9092 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9093
9094         * scm/page-layout.scm (default-page-make-stencil): always combine
9095         the header stencil, even if empty. This prevents the body text to
9096         reach up to the margins.
9097
9098         * po/rw.po (Module): new file, for Kinyarwanda.
9099
9100         * input/test/spacing-optical.ly (Module): new file.
9101
9102         * lily/staff-spacing.cc: add same-direction-correction
9103
9104 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9105
9106         * Documentation/user/introduction.itely (Engraving): Comment-out
9107         non-existent file.
9108
9109 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9110
9111         * scm/define-grob-properties.scm (all-user-grob-properties): add
9112         same-direction-correction
9113
9114         * VERSION: release 2.5.18
9115
9116 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9117
9118         * lily/grob.cc (mark_smob): Check pscore->layout_ before
9119         dereferencing.  Fixes make web.
9120
9121         * lily/midi-stream.cc: Handle unwritable midi file.  Include
9122         errno.h.
9123
9124         * Documentation/user/: Fix links.
9125
9126 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9127
9128         * lily/text-interface.cc (Module): rename from text-item.cc
9129
9130         * input/regression/apply-output.ly (texidoc): function naming fix.
9131
9132         * lily/time-signature-performer.cc (derived_mark): new function.
9133
9134         * lily/lily-parser-scheme.cc:  print mapped file name for progress
9135
9136         * scripts/lilypond-book.py (find_linestarts): new function.
9137         (find_toplevel_snippets): keep track of line numbers.
9138
9139         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
9140         all key changes.
9141
9142         * ly/declarations-init.ly (partCombineListener): use
9143         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
9144
9145         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
9146
9147 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9148
9149         * lily/text-item.cc: Fix link.
9150
9151         * Documentation/user/changing-defaults.itely (Changing defaults):
9152         Fix programs reference links.
9153
9154         * Documentation/user/music-glossary.tely: Convert to utf-8.
9155
9156 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9157
9158         * make/lilypond-vars.make: remove TEXMF from variables.
9159         remove DEB_BUILD pk font variables.
9160         remove GUILE_LOAD_PATH
9161         remove TeX memory vars.
9162
9163 2005-04-04  Werner Lemberg  <wl@gnu.org>
9164
9165         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
9166
9167 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9168
9169         * ps/lilyponddefs.ps: remove reencode-font
9170
9171         * lily/simple-spacer.cc (add_columns): also compare
9172         directly. Column rank doesn't distinguish between broken and
9173         unbroken columns. This fixes large spaces before time sig changes.
9174
9175         * Documentation/user/point-and-click.itely: document ly:set-option.
9176
9177         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
9178         point_and_click_global is set.
9179
9180         * lily/scm-option.cc (LY_DEFINE): add point-and-click
9181         ly:set-option argument.
9182
9183 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9184
9185         * GNUmakefile.in: Include symlinks in webball.
9186
9187         * Documentation/user/GNUmakefile (source-links): Add symlinks to
9188         source dir for split and non-split manuals.
9189
9190         * Documentation/user/*y: Fix @uref/@inputfile links for
9191         split/non-split HTML documents.
9192
9193         * Documentation/user/GNUmakefile (local-WWW): Do not generate
9194         .ps.gz.
9195         
9196 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9197
9198         * GNUmakefile.in: Add newline.
9199
9200 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
9201
9202         * tex/lilyponddefs.tex: use color instead of xcolor
9203         * scm/output-tex.scm: minor editing
9204
9205 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9206
9207         * scm/music-functions.scm (display-scheme-music): pretty printer
9208         for music expressions.
9209
9210 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9211
9212         * buildscripts/install-info-html.sh (index_file): Fix link.
9213
9214 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9215
9216         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
9217
9218         * Documentation/index.html.in: Add size estimates with some big pages.
9219
9220         * Documentation/user/tutorial.itely (Running LilyPond for the
9221         first time): Add/replace some @rglos links.  TODO: add more
9222         @rglos links in tutorial, test non-intrusiveness (.css).
9223
9224         * stepmake/bin/add-html-footer.py (do_file): Remove info's
9225         annoying's indication of referencing external document.
9226
9227         * Documentation/user/GNUmakefile: Split version of glossary too.
9228         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
9229         links, not only for html.
9230
9231         * Documentation/user/introduction.itely: Fix some links for other
9232         than html, do not use `here' as link name.
9233
9234 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9235
9236         * scm/documentation-generate.scm (string-append): Fix @usermanref,
9237         @glossaryref.
9238
9239 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9240
9241         * scm/page-layout.scm (default-page-make-stencil): only add header
9242         if existing and not empty. Fixes spurious programming error.
9243
9244         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
9245
9246 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
9247
9248         * scm/output-tex.scm: implement {re,}setcolor
9249         * tex/lilyponddefs.tex: use color package
9250
9251 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9252
9253         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
9254         additions to website.
9255
9256         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
9257
9258         * Documentation/user/macros.itexi: Fix @usermanref html links in
9259         split documents: use @inforef.
9260
9261 2005-03-30  Graham Percival  <gperlist@shaw.ca>
9262
9263         * Documentation/user/programming-interface.itely: minor fix.
9264
9265         * Documentation/user/advanced-notation.itely: added info to
9266         Metronome markings.
9267
9268 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9269
9270         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
9271         use box-stencil.  Remove y-padding argument.
9272         (make-stencil-circler): New function.
9273
9274         * buildscripts/lilypond-words.py (F): 
9275         * elisp/SConscript (a): 
9276         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
9277         * vim/SConscript (a): 
9278         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
9279
9280         * lily/general-scheme.cc: Build fix.
9281
9282         * scm/markup.scm:
9283         * input/regression/markup-scheme.ly: 
9284         * input/regression/markup-syntax.ly: Drop 'new-' from name.
9285
9286         * scm/stencil.scm (make-circle-stencil): New function.
9287
9288         * scm/define-markup-commands.scm (draw-circle): Use it.  New
9289         name (was cicle).  Update callers.
9290         (circle): New markup command, similar to box.
9291
9292         * scm/stencil.scm (circle-stencil): New function.
9293
9294 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
9295
9296         * configure.in: Detect libutf8/wchar.h variant.
9297
9298         * stepmake/aclocal.m4: Modify shared size test.
9299
9300 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9301
9302         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
9303
9304 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9305
9306         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
9307         
9308         * VERSION (PACKAGE_NAME):  release 2.5.17
9309
9310 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9311
9312         * scm/backend-library.scm (postscript->png): Fix comment and png
9313         message.
9314
9315         * GNUmakefile.in (link-tree): Fix locales.
9316
9317 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9318
9319         * lily/stencil-scheme.cc (LY_DEFINE): change to
9320         ly:stencil-aligned-to, non mutating.
9321
9322         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
9323
9324         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
9325
9326         * lily/quote-iterator.cc (derived_mark): call
9327         Music_wrapper_iterator::derived_mark() too.
9328
9329         * lily/grace-engraver.cc (derived_mark): change signature, add
9330         const.
9331
9332 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9333
9334         * SConstruct (symlink): 
9335         * GNUmakefile.in (link-tree): Add scripts to prefix.
9336
9337         * lily/general-scheme.cc (ly:effective-prefix): New function.
9338
9339         * scm/backend-library.scm (postscript->png): Use it.
9340
9341 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9342
9343         * lily/paper-score.cc (process): don't delete grobs after
9344         producing stencils. 
9345
9346         * scm/part-combiner.scm (determine-split-list): switch off
9347         debugging info.
9348
9349         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
9350         if available.
9351
9352         * scm/define-context-properties.scm
9353         (all-user-translation-properties): add stringNumberOrientations.
9354
9355         * lily/new-fingering-engraver.cc (position_scripts): make generic,
9356         so fingering and string-numbers are separately controlled.
9357
9358 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9359
9360         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
9361         not use debugging.
9362
9363 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9364
9365         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
9366
9367         * config.hh.in: add HAVE_FONTCONFIG.
9368
9369         * Documentation/user/instrument-notation.itely (String number
9370         indications): new node.
9371
9372         * input/regression/new-markup-syntax.ly (texidoc): add circle.
9373
9374         * lily/new-fingering-engraver.cc (add_string): new function. 
9375         (acknowledge_grob): accept string-number-event as well.
9376
9377         * scm/define-markup-commands.scm (circle): new markup command.
9378
9379         * scm/output-lib.scm (print-circled-text-callback): new function.
9380
9381         * lily/GNUmakefile: move ifeq after include stepmake.make.
9382
9383 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9384
9385         * config.make.in (HAVE_LIBKPATHSEA_SO):
9386         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
9387
9388         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
9389         add KPATHSEA_LIBS.
9390
9391         * debian/watch: 
9392         * debian/control: Update.
9393
9394 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9395
9396         * input/test/title-markup.ly (spaceTest): remove.
9397
9398         * input/test/embedded-tex.ly (Module): remove.
9399
9400         * input/test/music-box.ly: use 'name property, not ly:music-name.
9401
9402         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
9403
9404         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
9405
9406 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9407
9408         * Documentation/topdocs/INSTALL.texi (Top): Remove information
9409         about xdeltas.  Add information about CVS.
9410
9411         * scm/lily.scm (lilypond-main): Fix invocation of handler,
9412         gracefully handle failed files.
9413
9414         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
9415
9416         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
9417         small fixes.
9418
9419         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
9420         No unnecessarily specific i18n messages.  Remove stray `1'.
9421
9422 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9423
9424         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
9425         documentencoding
9426
9427         * scm/documentation-lib.scm (texi-file-head): set utf-8
9428         documentencoding.
9429
9430         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
9431         Delta, not the Symbol one. 
9432
9433         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
9434         for the .map file.
9435
9436         * Documentation/topdocs/INSTALL.texi (Top): add running
9437         requirement as compilation requirement.
9438
9439 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9440
9441         * buildscripts/mutopia-index.py (headertext): add h1 header and
9442         utf-8 charset meta field.
9443
9444         * input/GNUmakefile: prune example list.
9445
9446         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
9447         options.
9448
9449         * lily/slur-scoring.cc (get_base_attachments): only look at stem
9450         extent for visible stems.
9451
9452         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
9453
9454 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9455
9456         * Documentation/topdocs/INSTALL.texi (Top): Updates.
9457
9458         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
9459
9460 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9461
9462         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
9463         pass inf/nan into slur scoring.
9464
9465         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
9466         page.
9467
9468         * scripts/abc2ly.py (dump_voices): use alphabet().
9469
9470 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
9471         
9472         * mf/GNUmakefile (depth): use $(FONTFORGE). 
9473
9474 2005-03-27 Matthias Neeracher <neeracher@mac.com>
9475         
9476         * flower/include/virtual-methods.hh: simplify. Patch by
9477
9478 2005-03-25  John Williams <williams@tni.com>  
9479
9480         * scripts/lilypond-book.py (main): add png for HTML too, guess
9481         only if necessary. 
9482
9483 2005-03-25  Graham Percival  <gperlist@shaw.ca>
9484
9485         * Documentation/topdocs/INSTALL.texi: now recommends
9486         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
9487
9488         * Documentation/user/basic-notation.itely,
9489         Documentation/user/tutoria.itely: warn about
9490         only one (phrasing) slur at once.
9491
9492 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9493
9494         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
9495
9496 2005-03-23  Graham Percival  <gperlist@shaw.ca>
9497
9498         * Documentation/user/basic-notation.itely: fixed info about
9499         ending a (de)cresc.
9500
9501         * Documentation/user/lilypond-book.itely: fixed
9502         lilypond-book filter example and warned about not doing
9503         --filter and --process at the same time.
9504
9505 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9506
9507         * lily/parser.yy (bass_number),
9508         Documentation/user/instrument-notation.itely (Figured bass): 
9509         Add the possibility to use text markup in figured bass. 
9510
9511 2005-03-19  Graham Percival  <gperlist@shaw.ca>
9512
9513         * Documentation/user/global.itely: added info about naming
9514         identifiers and breakbefore.
9515
9516         * Documentation/user/invoking.itely: added info about batch
9517         processing files with convert-ly, removed references to TeX
9518         in the jail section.
9519
9520         * Documentation/user/examples.itely: possibly fixed piano
9521         dynamics.
9522
9523         * Documentation/user/advanced-notation.itely: added info
9524         about removing other types of Staff.
9525
9526         * Documentation/user/instrument-notation.itely: possibly
9527         fixed piano staff line switch.
9528
9529         * Documentation/user/changing-defaults.itely: added info
9530         about using normal font in titles.
9531
9532 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9533
9534         * VERSION (PATCH_LEVEL): release 2.5.16
9535
9536         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
9537         explicitly.
9538
9539 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9540
9541         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
9542         whitespace.
9543
9544         * python/lilylib.py (make_ps_images):
9545         * scm/backend-library.scm (postscript->pdf, postscript->png):
9546         Quote file name.  Use format rather than string-append juggling.
9547
9548 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9549
9550         * python/lilylib.py (make_ps_images): add x to -g argument. 
9551
9552         * lily/key-performer.cc (create_audio_elements): don't use
9553         scm_eval_string. Check for minor 3rd directly.
9554   
9555         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
9556         (sarabandeCelloGlobal): key is D minor, not F major.
9557
9558 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9559
9560         Fix truncated --png output (Peter Danenberg).
9561         
9562         * python/lilylib.py (make_ps_images):
9563         * scripts/ps2png.py (copyright): Grok --papersize option.
9564
9565         * scm/backend-library.scm (postscript->png): Add parameter
9566         PAPERSIZE.  Update callers.
9567
9568         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
9569         Fixes symbol placement.
9570
9571         * lily/spanner.cc: 
9572         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
9573         <libc-extension.hh>).
9574
9575 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9576
9577         * Nitpick run.
9578
9579         * buildscripts/fixcc.py: Update.
9580
9581         Builddir run fixes.
9582
9583         * HACKING (datadir): Add VERSION.
9584
9585         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
9586         higher up.
9587
9588 2005-03-15  Werner Lemberg  <wl@gnu.org>
9589
9590         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
9591         diagonal stem doesn't become thinner.
9592
9593 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9594
9595         * buildscripts/fixcc.py: Fixes (Werner).
9596
9597 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9598
9599         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
9600         Emmentaler/Aybabtu.
9601
9602         * GNUmakefile.in: fix lilypond-words path.
9603
9604         * po/tr.po: update to 2.3.21
9605
9606         * lily/new-fingering-engraver.cc (position_scripts): take priority
9607         from head position.
9608
9609         * input/regression/finger-chords-order.ly (texidoc): new file.
9610
9611 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9612
9613         * make/ly-rules.make: 
9614         * stepmake/aclocal.m4: 
9615         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
9616
9617         * buildscripts/fixcc.py (rules): Leave space after operator.
9618
9619 2005-03-14  Werner Lemberg  <wl@gnu.org>
9620
9621         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
9622         top of the glyph with smooth curve.
9623
9624 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9625
9626         * Documentation/user/global.itely (Page layout): remove
9627         printpagenumber.
9628
9629 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
9630
9631         * input/regression/mensural-ligatures.ly: new file (with examples
9632         compiled by Pal Benko).
9633
9634         * Documentation/user/instrument-notation.itely: Bugfix: yet some
9635         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
9636         musicglyph access.  Many small beautifications in ancient
9637         examples.
9638
9639         * input/test/divisiones.ly: fixed indentation; small
9640         beautifications
9641
9642         * ly/engraver-init.ly: added FIXME comment
9643
9644         * scripts/lilypond-book.py,
9645         Documentation/user/lilypond-book.itely: added music fragment
9646         option "packed" to lilypond-book
9647
9648         * Documentation/user/instrument-notation.itely: Bugfix: added
9649         missing LedgerLineSpanner color setting in several places.  Added
9650         music fragment option "packed" to VaticanaContext example.
9651
9652 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9653
9654         * scm/define-grobs.scm (all-grob-descriptions): switch off
9655         Hyphen_spanner::set_spacing_rods 
9656
9657         * lily/lyric-hyphen.cc (print): add padding between syllable and
9658         hyphen.
9659         (print): shorten hyphen in tight situations (determine using
9660         minimum-length)
9661
9662         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
9663         0.4pt.
9664
9665 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9666
9667         * ly/titling-init.ly (bookTitleMarkup): Refinements.
9668
9669         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
9670         header/footer markings for regression-test.
9671
9672         * scm/backend-library.scm (output-scopes, header-to-file): Move
9673         from framework-tex.scm.
9674
9675         * scm/framework-ps.scm (output-framework)
9676         (output-preview-framework):
9677         * scm/framework-eps.scm (output-classic-framework)
9678         (output-framework): Use it.  Fixes collated files.
9679
9680 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9681
9682         * input/sakura-sakura.ly: 
9683         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
9684
9685         * buildscripts/guile-gnome.sh: Update.
9686
9687         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
9688
9689         * mf/aybabtu.pe.in: Capitalize Aybabtu.
9690
9691 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9692
9693         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
9694         culprit: always exit the loop if we find a rod, even if it has
9695         distance < 0. 
9696
9697         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
9698         algorithm.
9699
9700         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
9701         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
9702
9703         * scm/output-svg.scm (dashed-line): new  function body.
9704         
9705         * GNUmakefile.in: create .htaccess.
9706
9707 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9708
9709         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
9710
9711 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9712
9713         * VERSION (PACKAGE_NAME): release 2.5.15
9714
9715         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
9716
9717         * scm/framework-svg.scm (output-framework): put scaling in
9718         document header. Apply scaling only once.
9719         (output-framework): dump page size in px, not mm. 
9720
9721         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
9722         from font-size.
9723
9724         * lily/paper-outputter-scheme.cc (LY_DEFINE):
9725         ly:outputter-output-scheme, new function.
9726
9727         * scm/output-svg.scm (pango-description-to-svg-font): new function
9728
9729 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9730
9731         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
9732         target.
9733
9734         * input/typography-demo.ly: new file.
9735
9736 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9737
9738         * Documentation/user/global.itely (File structure): Add markup blocks
9739         to toplevel expressions.
9740         (Multiple movements, Creating titles): Add markup blocks.
9741
9742         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
9743         <libc-extension.hh>).
9744
9745         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
9746
9747         * flower
9748         * lily
9749         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
9750
9751 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9752
9753         * lily/accidental.cc: special bboxes for natural. 
9754
9755         * mf/feta-toevallig.mf: make stems heavier.
9756
9757         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
9758         texts as well.
9759
9760         * mf/feta-klef.mf: revise. 
9761
9762         * mf/feta-schrift.mf: make thinning of accent less pronounced.
9763
9764         * mf/feta-klef.mf: add rounded curve at top. 
9765         make thinnib a little heavier.
9766
9767 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9768
9769         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
9770
9771         * buildscripts/fixcc.py: New file.
9772
9773         * input/regression/utf8.ly: Update Debian font description.
9774
9775 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9776
9777         * stepmake/aclocal.m4: Fix test.
9778
9779 2005-03-09  Graham Percival  <gperlist@shaw.ca>
9780
9781         * Documentation/user/invoking.itely: added Sebastino Vigna's
9782         docs for the --jail option.
9783
9784 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9785
9786         * lily/stem.cc (print): only produce stemlets if there are no
9787         noteheads on this stem.
9788
9789         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
9790         don't crash on stemlet (visible stem without heads).
9791
9792         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
9793         unbroken situations. 
9794
9795         * scm/output-lib.scm (center-invisible): new function.
9796
9797         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
9798         wishes to determine loose column space.
9799
9800         * lily/font-config.cc (init_fontconfig): add
9801         fonts/{otf,type1,cff}  to path.
9802
9803         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
9804
9805         * mf/GNUmakefile (Module): install all fonts under otf/
9806
9807         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
9808         replace /fonts/otf/ by /ps/ 
9809
9810         
9811 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9812
9813         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
9814
9815         * lily/book.cc (process): Oops, add score_.header_.
9816
9817         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
9818
9819         * lily/parser.yy: Handle toplevel and book texts as score.
9820
9821         * scm/page-layout.scm (default-page-make-stencil):
9822         Bugfix: (page-properties rename.
9823
9824         * scm/backend-library.scm (ly:system): Typo.
9825
9826 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9827
9828         * stepmake/stepmake/executable-targets.make (installexe): don't
9829         strip installed executables
9830
9831         * lily/font-select.cc (get_font_by_design_size): revert
9832         pango_description_string as well.
9833
9834         * lily/system.cc (set_loose_columns): put loose column just left
9835         of next column.
9836
9837         * lily/include/group-interface.hh (extract_grob_array): rename
9838         from Pointer_group_interface__extract_grobs
9839
9840         * input/regression/ledger-line-minimum.ly (texidoc): new file.
9841
9842         * lily/ledger-line-spanner.cc (set_spacing_rods): new
9843         function. Keep ledgered note heads at a minimum distance.
9844         Introduce minimum-length-fraction
9845         (print): introduce length-fraction property.
9846
9847 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9848
9849         * tex/GNUmakefile: remove latin1.enc rules.
9850
9851 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9852
9853         * scm/titling.scm: Typo.
9854
9855         * input/regression/score-text.ly: Really add.
9856
9857         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
9858
9859 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9860
9861         * lily/open-type-font-scheme.cc:  new file.
9862
9863 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9864
9865         * scm/titling.scm (layout-extract-page-properties): Rename from
9866         page-properties.  Update callers.
9867
9868         * lily/lexer.ll (Lily_lexer):
9869         * lily/parser.yy: Junk lyric_markup state.
9870
9871         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
9872
9873         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
9874         Add texts parameter.
9875
9876 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9877
9878         * lily/lexer.ll (lyric_markup): New mode.
9879         (Lily_lexer::push_lyric_markup_state): New method.
9880         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
9881
9882         * lily/parser.yy (book_body):
9883         (toplevel_expression): Grok \markup texts.
9884
9885         * lily/score-scheme.cc (ly:music-scorify): 
9886         * scm/lily-library.scm (collect-music-for-book): Take texts
9887         parameter.
9888
9889         * lily/score.cc (texts_): New member.
9890
9891         * lily/paper-book.cc (systems): Format score texts.
9892
9893         * score-text.ly: New file.
9894
9895         * ttftool/SConscript:
9896         * kpath-guile/SConscript: New file.
9897
9898         * lily/SConscript:
9899         * SConstruct: Update.
9900
9901 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9902
9903         * VERSION (PACKAGE_NAME): release 2.5.14
9904
9905 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9906
9907         * lily/main.cc: Add dummy xgettext markers.
9908
9909 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9910
9911         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
9912         requirements
9913
9914         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
9915         executable is < 40k
9916
9917         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
9918         hack.
9919
9920 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9921
9922         * flower/libc-extension.cc:
9923         * flower/include/libc-extension.hh: [Open]BSD simply cast
9924         cookie/funopen declarations.
9925
9926         * stepmake/aclocal.m4: Check for libkpathsea.so.
9927
9928         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
9929         dl_kpse_find_file.
9930
9931 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9932
9933         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
9934         (open_library): alternative for static library.
9935
9936 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9937
9938         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
9939
9940         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
9941
9942         Drop run-time dependency on teTeX.
9943
9944         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
9945
9946         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
9947         KPATHSEA_LIBS in LIBS.
9948         (STEPMAKE_DLOPEN): New function.
9949
9950         * lily/font-config.cc (init_fontconfig): Use dir for directory,
9951         not path.
9952
9953         * flower/file-path.cc (directories): Rename from paths, as this
9954         return an array of directories (a single path).
9955
9956 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9957
9958         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
9959
9960         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
9961         new ly:kpathsea-find-file
9962
9963         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
9964
9965         * kpath-guile/GNUmakefile: new file
9966
9967         * buildscripts/gen-emmentaler-scripts.py (i): generate
9968         emmentaler-X.fontname as well.
9969
9970         * buildscripts/ps-embed-cff.py: new script
9971
9972         * scm/lily-library.scm: remove ps-embed-cff.
9973
9974         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
9975         font loading. 
9976
9977         * scm/font.scm (add-music-fonts): load dynamics/numbers through
9978         fontconfig as well.
9979
9980         * lily/font-config.cc (init_fontconfig): add cff/ too.
9981
9982         * ly/generate-embedded-cff.ly: capitalize.
9983
9984         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
9985         so as to register the pango font.
9986
9987         * lily/font-config.cc (init_fontconfig): add
9988         prefix/{otf,type1,mf/out} to fontconfig path.
9989
9990         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
9991         overrides all. 
9992
9993         * configure.in (gui_b): remove ec mftrace check
9994
9995         * config.hh.in: use lilypond-Major.Minor as data directory.
9996
9997         * scm/framework-ps.scm (dump-page): use output-units for landscape.
9998
9999         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
10000         name.
10001
10002 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10003
10004         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
10005         error messages.
10006
10007         * flower/libc-extension.cc:
10008         * flower/include/libc-extension.hh: [Open]BSD fixes for
10009         cookie/funopen declarations.
10010
10011 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10012
10013         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
10014         emmentaler.
10015
10016         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
10017         lcrm10.
10018
10019         * scm/define-markup-commands.scm (fontsize): new markup
10020         command. Also set baseline-skip
10021
10022 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
10023         
10024         * lily/main.cc (do_chroot_jail): paranoia security for webserver
10025         use.
10026
10027 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10028
10029         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
10030
10031         * lily/pdf.cc: remove PDF related files
10032
10033 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10034
10035         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
10036         <hamamatsu@gmx.de>
10037
10038 2005-03-05  Graham Percival  <gperlist@shaw.ca>
10039
10040         * Documentation/user/advanced-notation.itely: first draft
10041         of reorg done.
10042
10043         * Documentation/user/global.itely: fixed (sub)section
10044         bits of MIDI.
10045
10046 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10047
10048         * cygwin/mknetrel (extras): Bufix (Bertalan).
10049
10050         * Documentation/user/basic-notation.itely (Chords): @ref fix.
10051         * Documentation/user/instrument-notation.itely (Introducing chord
10052         names): Compile fix: must have unique name.
10053
10054 2005-03-02  Graham Percival  <gperlist@shaw.ca>
10055
10056         * Documentation/user/instrument-notation.itely: reorg.
10057
10058 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10059
10060         * scm/output-gnome.scm:
10061         * scm/output-svg.scm: Fix font scaling.
10062
10063 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10064
10065         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
10066         what link to use best.
10067
10068         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
10069         * Documentation/user/tutorial.itely (Automatic and manual beams):
10070         Fix @ref.
10071
10072         * lily/tweak-registration.cc (replace_grob_tweak): New function.
10073         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
10074         * scm/framework-gnome.scm (tweak): Use it.
10075
10076 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10077
10078         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
10079
10080         * scm/output-ps.scm (white-text): reinstate white-text
10081
10082 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10083
10084         * scm/output-ps.scm (offset-add): Remove.
10085
10086         * scm/lily-library.scm (offset-flip-y): New function.
10087         * scm/framework-gnome.scm (tweak): Use it.
10088
10089         * scm/output-gnome.scm (grob-cause): Add parameter.
10090
10091         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
10092         * scm/output-ps.scm (url-link): Move.
10093         (white-text): Warn user about brokenness.
10094
10095         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
10096         wrt ghostscript.
10097
10098 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10099
10100         * lily/slash-repeat-engraver.cc (try_music): always make slashes
10101         if body length smaller than measure length.
10102
10103         * scm/define-markup-commands.scm (with-url): oops. use Y extent
10104         for Y.
10105
10106         * ly/titling-init.ly (tagline): put default tagline in \paper
10107
10108 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10109
10110         * lily/kpath.cc: 
10111         * lily/pdf.cc (Pdf_file): Use more generic error messages.
10112
10113         * scm/lily-library.scm (version-not-seen-message): New function.
10114         * ly/init.ly: Use it.
10115
10116         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
10117         breaks as progess.
10118
10119         * scripts/lilypond-book.py (do_process_cmd): Do not lump
10120         whitespace with l10n message.
10121
10122         * scm/framework-tex.scm (convert-to-ps):
10123         (convert-to-dvi): Do not use overly specific l10n messages.
10124
10125         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
10126
10127         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
10128         merge stderr with stdout.  
10129
10130 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10131
10132         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
10133         Neeracher).
10134
10135 2005-02-29  Graham Percival  <gperlist@shaw.ca>
10136
10137         * Documentation/user/instrument-notation.teily: moved
10138         \arpeggio to Basic.
10139
10140         * Documentation/user/advanced-notation.itely: Articulation to
10141         Basic, a bunch of stuff from Basic moved to Advanced.
10142
10143         * Documentation/user/basic.itely: swapped various sections,
10144         reorganized Basic.
10145
10146 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10147
10148         * flower/memory-stream.cc: 
10149         * flower/libc-extension.cc: Remove obsolete #undefs.
10150
10151         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
10152         more carefully.
10153
10154 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10155
10156         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
10157         dependency.
10158
10159         * VERSION (PACKAGE_NAME): release 2.5.13
10160
10161         * GNUmakefile.in (web-ext): don't ship ps.gz
10162
10163         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
10164         stdout
10165
10166 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10167
10168         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
10169         without libintl.  Now it compiles too.
10170
10171 2005-02-28  Graham Percival  <gperlist@shaw.ca>
10172
10173         * Documentation/user/basic-notation.itely,
10174         instument-notation.itely, advanced-notation.itely:
10175         split up contents of notation.itely.
10176
10177         * Documentation/user/notation.itely: file removed.
10178
10179         * Documentation/user/invoking.itely, converters.itely:
10180         moved convert-ly info to invoking.itely.
10181
10182         * Documentation/user/global.itely, changing-defaults.itely,
10183         sound-output.itexi: moved global settings, file layout, and
10184         sound into global.itely.
10185
10186         * Documentation/user/sound-output.itexi: file removed.
10187
10188         * Documentation/user/lilypond.tely: removed links to
10189         notation.itely and sound.itely.
10190
10191 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10192
10193         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
10194
10195         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
10196  
10197         * THANKS: add sponsor.
10198
10199         * scm/define-markup-commands.scm (with-url): new markup command.
10200
10201         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
10202         tagline.
10203         
10204         * scm/output-tex.scm (url-link): stub.
10205
10206         * scm/output-ps.scm (url-link): new function.
10207
10208         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
10209         ly:set-point-and-click
10210
10211 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10212
10213         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
10214         based on pdf-viewer setting.
10215
10216         * scm/framework-ps.scm (write-preamble): Find and set preferred
10217         pdf-viewer.
10218
10219 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10220
10221         * Documentation/user/point-and-click.itely: update for PDF point &
10222         click.
10223
10224         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
10225         editors based on EDITOR setting.
10226
10227 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10228
10229         * scm/*: Oops, more grand 2005 replace bits.
10230
10231 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10232
10233         * ps/music-drawing-routines.ps: new routine: insert PDF mark
10234
10235         * scm/output-ps.scm (grob-cause): point & click support for
10236         PostScript
10237
10238 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10239
10240         * lily/input-scheme.cc (LY_DEFINE): rename to
10241         ly:input-file-line-column
10242
10243 2005-02-26  Graham Percival  <gperlist@shaw.ca>
10244
10245         * Documentation/user/examples.itely: small fix from Steve Doonan.
10246
10247         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
10248
10249         * THANKS: added Yuval Harel.
10250
10251         * Documentation/user/{various}: inserted two spaces after a period.
10252
10253         * Documentation/user/lilypond.tely: added framework for reorg.
10254
10255         * Documentation/user/basic-notation.itely, instrument-notation.itely,
10256         advanced-notation.itely, global.itely: new files, placeholder for
10257         future reorg.
10258
10259 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
10260
10261         * Documentation/user/notation.itely: revamped Polyphony section
10262         
10263 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10264
10265         * Documentation/user/lilypond-book.itely (Music fragment options):
10266         doc fontload.
10267
10268         * Documentation/user/changing-defaults.itely (Text encoding): add
10269         fontload option to utf8 include
10270
10271         * scripts/lilypond-book.py (compose_ly): add fontload option
10272
10273         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
10274         force-eps-font-include option.
10275
10276         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
10277         black triangle
10278
10279         * Documentation/user/invoking.itely (Editor support): remove
10280         lilypond-latex section.
10281
10282         * scripts/lilypond-latex.py (Module): remove script.
10283
10284         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
10285         overwrite .log. 
10286
10287         * lily/main.cc: remove -m, --no-layout
10288
10289         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
10290         to define. We don't want to override fprintf everywhere.
10291
10292 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10293
10294         * cygwin/lilypond.hint: 
10295         * cygwin/README.in: Update dependencies.
10296
10297         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
10298         Bugfix: do not pollute CPPFLAGS, LIBS.
10299
10300         * cygwin/mknetrel (extras): Cross compile fixes.
10301
10302         * ttftool/util.c: 
10303         * ttftool/ttfps.c: 
10304         * ttftool/ps.c: #include libc-extension.hh
10305
10306         * flower/include/libc-extension.hh:
10307         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
10308         wrapper using funopen.
10309         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
10310         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
10311
10312         * config.hh.in:
10313         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
10314         (AC_CHECK_HEADERS): Add libio.h
10315
10316         * scripts/convert-ly.py: Uniformize, internationalize.
10317         (2.5.2): Remove fatal encoding rule.
10318         (2.5.13): Handle latin1 encoding gracefully.
10319
10320 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10321
10322         * HACKING: Fix line breaks.
10323
10324 2005-02-23  Werner Lemberg  <wl@gnu.org>
10325
10326         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
10327         contains those two files.
10328
10329 2005-02-21  Werner Lemberg  <wl@gnu.org>
10330
10331         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
10332         to improve overlap removal process.
10333
10334         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
10335         left and right ending.  This ensures better overlapping.
10336         Update all callers.
10337         ("lineprall"): Don't use draw_gridline to get better overlapping.
10338
10339 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10340
10341         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
10342
10343         * Documentation/topdocs/NEWS.tely (Top): oops.
10344
10345 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
10346
10347         * HACKING: new file.
10348
10349         * input/regression/utf8.ly (portuguese): added a portuguese example
10350         to show latin1 accents.
10351
10352 2005-02-21  Pal Benko  <benkop@freestart.hu>
10353
10354         * lily/mensural-ligature-engraver.cc:
10355         * lily/mensural-ligature.cc:
10356         * lily/include/mensural-ligature.hh: new algorithm implemented
10357
10358         * scm/define-grob-properties.scm: join-left killed (add-join may
10359         be used); join-left-amount changed to join-right-amount
10360
10361 2005-02-21  Graham Percival  <gperlist@shaw.ca>
10362
10363         * Documentation/user/notation.itely: small but urgent fix.
10364
10365 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
10366
10367         * lily/duration-scheme.cc: bugfix: correct parameters to
10368         SCM_ASSERT_TYPE.
10369
10370         * THANKS: added Pal.
10371
10372         * Documentation/user/notation.itely: bugfix: unTeXified
10373         $\\backslash$.  Bugfix: yet another glyph renaming victim:
10374         "timesig.*x/y" -> "timesig.*xy".
10375
10376 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10377         
10378         * VERSION (PACKAGE_NAME): release 2.5.12
10379
10380 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10381
10382         * ly/engraver-init.ly: set tieWaitForNote to #t by default
10383
10384         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
10385
10386         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
10387
10388         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
10389
10390 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10391
10392         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
10393         latin1..utf-8.
10394
10395         * input/regression/stanza-number.ly:
10396         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
10397
10398         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
10399
10400 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10401
10402         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
10403         NEWS. Refer to website for older news.  
10404
10405         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
10406         .HTML. This should be done for specific servers only.
10407
10408         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
10409         .ly image examples.
10410
10411         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
10412         in layer 0 too.
10413
10414         * scm/define-context-properties.scm
10415         (all-user-translation-properties): add tieWaitForNote
10416
10417         * scm/define-grobs.scm (all-grob-descriptions): add
10418         Tie_column::before_line_breaking
10419
10420         * lily/tie.cc (get_column_rank): new function
10421
10422         * lily/tie-column.cc (before_line_breaking): new function.
10423         (werner_directions): take into account ties that start on
10424         different columns.  
10425
10426         * lily/score-engraver.cc (set_columns): move add_column() so we
10427         have column rank available.
10428
10429         * lily/tie.cc (get_column_rank): new function.
10430
10431         * input/regression/utf8.ly (japanese): add japanese lyrics.
10432
10433         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
10434
10435         * THANKS: add Steve D
10436
10437         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
10438         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
10439
10440 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
10441
10442         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
10443         to show harmonic notes
10444         * scm/define-markup-commands.scm: in \markup-by-number
10445         "dots-dot" -> "dots.dot" to show dotted notes
10446
10447 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10448
10449         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
10450
10451         * flower/memory-stream.cc (writer): new file.
10452
10453         * configure.in: add endian test.
10454
10455 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
10456
10457         * Documentation/user/examples.itely: small
10458         simplification/beautification
10459
10460         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
10461         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
10462         notation manual.
10463
10464         * lily/mensural-ligature.cc: bugfix: another few victims of the
10465         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
10466
10467         * ly/gregorian-init.ly: commit some experimental code for hi-level
10468         ligature input language lying around here for several months.
10469
10470         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
10471         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
10472
10473         * lily/vaticana-ligature-engraver.cc: bugfix: another few
10474         "x-y-z"->"x.y.s-z" fixes.
10475
10476 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10477
10478         * scm/framework-pdf.scm (scm): new file
10479
10480         * lily/include/pdf.hh (class Pdf_file): new file.
10481
10482         * lily/pdf.cc (write_trailer): new file.
10483
10484 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
10485
10486         * input/regression/color.ly: new file
10487
10488         * lily/stencil.cc (interpret_stencil_expression):
10489         when a color expression is encountered: save current color,
10490         process the rest of the expression, and restore previous color.
10491
10492         * lily/system.cc (get_line): check all grobs for color property and
10493         prepare the stencil scheme expressions for further processing.
10494         Fix layer-loop.
10495
10496         * scm/define-grob-properties.scm: introduce the color property.
10497
10498         * scm/output-lib.scm: color helper functions.
10499
10500         * scm/output-ps.scm: introduce setcolor/resetcolor.
10501
10502 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
10503
10504         * ly/*.ly, input/regression/*.ly: Added missing \version
10505         statements in some files.
10506
10507 2005-02-15  Graham Percival  <gperlist@shaw.ca>
10508
10509         * Documentation/user/notation.itely: minor editing.
10510
10511         * Documentation/user/converters.itely: updated convert-ly bugs.
10512
10513         * Documentation/user/lilypond-book.itely: add info about using
10514         feta characters in latex.
10515
10516 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10517
10518         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
10519
10520 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10521
10522         * scm/define-grob-properties.scm (all-user-grob-properties):
10523         removed 'dashed property.
10524
10525 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10526
10527         * scm/lily.scm (define-safe-public): new macro for defining
10528         variables that can be used in --safe mode. Use it in *.scm
10529         instead of manually setting safe-objects in safe-lily.scm.
10530
10531 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10532         
10533         * lily/slur.cc: Slur-dash patch by Bertalan.
10534
10535         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
10536
10537         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
10538
10539 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10540
10541         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
10542
10543 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10544
10545         * mf/GNUmakefile: teTeX-3.0 install fix.
10546
10547         * Cygwin patch from Bertalan.
10548
10549         * stepmake/stepmake/metafont-rules.make: Remove bashism.
10550
10551 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10552
10553         * GNUmakefile.in: 
10554         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
10555
10556         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
10557         2.0.x compatibility.
10558
10559 2005-02-08  Werner Lemberg  <wl@gnu.org>
10560
10561         * mf/feta-din-code.mf: Format; clean up code.
10562         Replace `---' with `--' plus explicit path directions.
10563         (linethickness#, stafflinethickness#): Remove.
10564         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
10565         ("dynamic s"): Improve shape.
10566         ("dynamic p"): Improve shape.
10567         Replace `draw' with better outline approximation.
10568         ("dynamic r"): Improve shape.
10569         Don't call `fill' and `draw' at the same time.
10570
10571 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10572
10573         * SConstruct (symlink):
10574         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
10575         build fix: add enc symlink.
10576
10577         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
10578
10579         Support for DESTDIR besides prefix=/foo
10580
10581         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
10582
10583         * stepmake/stepmake/*.make:
10584         * */GNUmakefile:
10585         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
10586
10587         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
10588
10589         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
10590         mawk in fontforge (date) test.
10591
10592 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10593
10594         * scm/font.scm (make-century-schoolbook-tree): add NCS as
10595         font-family=roman. Add Luxi Sans as sans
10596
10597 2005-02-07  Graham Percival  <gperlist@shaw.ca>
10598
10599         * Documentation/user/notation.itely: add warning about
10600         percent repeats and Voice contexts.
10601
10602         * Documentation/user/lilypond-book.itely: clarified the
10603         necessity of dvips -u arguments.
10604
10605 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
10606
10607         * THANKS: Added a bunch of bug hunters.
10608
10609 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10610
10611         * scm/framework-ps.scm (output-preview-framework): bugfix.
10612
10613         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
10614         o/ for chord modifier..
10615
10616         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
10617
10618         * lily/drum-note-performer.cc:  remove unused (thanks Michael
10619         Welsh Duggan). 
10620
10621 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10622
10623         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
10624
10625         * ly/titling-init.ly: Do not also print intstrument in header on
10626         first page.  Do not print page number on first and only page.
10627
10628 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10629
10630         * input/regression/*.ly: remove old-relative everywhere
10631
10632         * lily/music-sequence.cc (simultaneous_relative_callback): do
10633         what-if analysis on copy, not on original. Fixes old-relative
10634         compatibility.
10635
10636         * scm/backend-library.scm (postscript->png): space before
10637         --verbose.
10638         
10639 2005-02-05  Werner Lemberg  <wl@gnu.org>
10640
10641         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
10642         is defined.
10643
10644         * mf/feta-alphabet.mf: Define `staffsize#'.
10645         Include `feta-params.mf'.
10646         s/staffheight/design_size/.
10647
10648         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
10649
10650         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
10651
10652         * mf/feta-nummer-code.mf: Reformatted.
10653         (draw_six): Use outline intersection to avoid a self-intersecting
10654         path.
10655         ("Numeral comma"): Fix serious outline glitches.  This slightly
10656         changes the glyph shape.
10657         ("Numeral dash"): Use `draw_rounded_block'.
10658         ("Numeral dot"): Use `drawdot'.
10659         ("Numeral 1"): Assure identical tangent directions for the
10660         intersection points of paths.  The glyph shape improvement is only
10661         visible at very high magnifications.
10662         ("Numeral 2"): Use `solve' macro to make the lower right part of
10663         the glyph outline touch the x axis exactly.  This changes the
10664         glyph shape.
10665         Minor fixes for better overlap removal support.
10666         ("Numeral 4"): Make lefter corner `rounder'.
10667         ("Numeral 5"): Assure identical tangent directions for the
10668         intersection points of paths.  This improves the glyph shape at
10669         high magnifications.
10670         ("Numeral 7"): Use `solve' macro to make the upper right part of
10671         the glyph outline touch the metrics box exactly.  This changes the
10672         glyph shape.
10673         Avoid corner in the upper left part of the glyph (causing a minor
10674         shape change).
10675
10676         * mf/feta-ital-*.mf: Removed.  Unused.
10677
10678 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10679
10680         * VERSION (PATCH_LEVEL): release 2.5.11
10681
10682         * input/regression/fill-line-test.ly: new file.
10683
10684         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
10685         emmentaler name, eg. emmentaler-23. 
10686
10687 2005-02-04  Christian Hitz  <chhitz@gmx.net>
10688
10689         * scm/scm/define-markup-commands.scm (fill-line): rework for better
10690         alignment with centered texts
10691
10692         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
10693         list of paddings
10694
10695 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10696
10697         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
10698
10699         * lily/note-column.cc (translate_rests): call flush_extent_cache()
10700         of parents when translating rests. Fixes: c-chord-rest.ly 
10701
10702         * lily/include/dimension-cache.hh (struct Dimension_cache): add
10703         dimension_callback_ member.
10704
10705         * lily/grob.cc (flush_extent_cache): new function. Force recompute
10706         of extents.
10707
10708 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10709
10710         * all but lily/*: The grand 2004/2005 replace.
10711
10712 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10713
10714         * lily/*: add space after ,  
10715
10716         * scm/music-functions.scm (has-request-chord): don't use
10717         ly:music-name anywhere. Fixes <<\\>> notation. 
10718
10719         * scm/define-markup-commands.scm (box): use font-size for
10720         padding. Fixes boxed-rehearsal-marks.ly
10721
10722         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
10723         identifier definition too, so foo = \lyrics { ...   } bar = #1
10724         doesn't complain about "bar" being LYRICS_STRING.
10725
10726         * lily/paper-def.cc (find_pango_font): new routine; Store
10727         pango_fonts in hash tab too. This is necessary for retrieving
10728         Pango_fonts::physical_font_tab() later on.
10729  
10730         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
10731         crash if psname is null.
10732
10733         * lily/lily-guile.cc (ly_hash2alist): new function
10734
10735         * Documentation/user/changing-defaults.itely (Text encoding):
10736         rewrite. 
10737
10738         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
10739         -> font_filename mapping.
10740
10741         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
10742         ly_pango_font_physical_fonts
10743
10744         * scm/framework-ps.scm (supplies-or-needs): extract names from
10745         physical Pango_fonts.
10746
10747         * utf8.ly: new file.
10748
10749 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10750
10751         * Documentation/user/changing-defaults.itely (Page layout): add
10752         doco about systemSeparatorMarkup.
10753
10754         * scm/page-layout.scm (default-page-make-stencil): add-to-page
10755         function.
10756         (default-page-make-stencil): insert system separators.
10757
10758         * scm/define-markup-commands.scm (hcenter): add
10759         (beam): add.
10760
10761 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10762
10763         * scm/output-ps.scm (ez-ball): reinstate ez notation.
10764
10765 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10766
10767         * lily/main.cc: Spell backend consistently.  Sort options.
10768
10769 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10770
10771         * scripts/lilypond-book.py (Module): revert @include.
10772         
10773 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10774
10775         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
10776         Bugfix: @include .tex (not .texi).  Small cleanups.
10777
10778         * stepmake/bin/add-html-footer.py (i18n): New function.
10779
10780 2005-01-31  Werner Lemberg  <wl@gnu.org>
10781
10782         * mf/feta-nummer.mf: Removed.  Unused.
10783
10784 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10785
10786         * lily/ : 2004 -> 2005 s&r
10787
10788         * scm/file-cache.scm (cached-file-contents): add file. Read each
10789         file only once.
10790
10791         * scm/font.scm (add-pango-fonts): change order. Medium weight is
10792         now default.
10793
10794         * VERSION: release 2.5.10
10795         
10796         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
10797
10798         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
10799
10800         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
10801         that both X and Y extents of bbox are non-nil.
10802
10803 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10804
10805         * scm/chord-name.scm (alteration->text-accidental-markup): change
10806         - to . 
10807
10808         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
10809
10810         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
10811
10812         * Documentation/user/invoking.itely (Invoking lilypond): add note
10813         about EPS backend.
10814
10815         * scm/framework-eps.scm: new file: create per-system/per-page EPS
10816         files for inclusion in lilypond-book document.
10817
10818         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
10819
10820         * input/tutorial/lbook-texi-test.texi: new file.
10821
10822         * scm/safe-lily.scm (safe-objects): add
10823         {begin,end}-of-line-(in)?visible as safe.
10824  
10825 2005-01-30  Graham Percival  <gperlist@shaw.ca>
10826
10827         * Documentation/user/changing-defaults.itely: fixed example
10828         of (dynamics).
10829
10830 2005-01-29  Graham Percival  <gperlist@shaw.ca>
10831
10832         * lily/main.cc: fix info about -o=FILE.
10833
10834 2005-01-29  Werner Lemberg  <wl@gnu.org>
10835
10836         * mf/feta-toevallig.mf ("Natural"): Completely changed the
10837         construction to assure smooth transition from straight to curved
10838         lines.
10839
10840 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10841
10842         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
10843         stencils.
10844
10845         * ps/lilyponddefs.ps: add start-page, start-system doesn't
10846         translate to top of page. Fixes alignment problems of
10847         lilypond-generated EPS files.
10848
10849 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10850
10851         * scm/part-combiner.scm (analyse-spanner-states): trigger on
10852         crescendo-end as well, since Decrescendo maybe ended with Stop
10853         Crescendo.). Fixes: partcombine-diminuendo.ly
10854
10855         * scm/script.scm (default-script-alist): swap portato symbols.
10856
10857         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
10858
10859         * lily/paper-outputter-scheme.cc (LY_DEFINE):
10860         ly:outputter-port. New function.
10861
10862         * scm/framework-ps.scm (output-classic-framework): dump a
10863         -systems.texi too
10864         (output-classic-framework): dump multiple systems on an "infinite"
10865         page EPS including fonts. 
10866
10867         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
10868         .eps files for both texi and tex formats. Use PNG coming from
10869         lilypond.
10870         
10871 2005-01-28  Graham Percival  <gperlist@shaw.ca>
10872
10873         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
10874
10875         * scripts/lilypond-latex.py: fix info about -o=FILE.
10876
10877 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10878
10879         * ly/generate-embedded-cff.ly: write .cff.ps files.
10880
10881         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
10882
10883         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
10884         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
10885
10886 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10887
10888         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
10889
10890 2005-01-28  Werner Lemberg  <wl@gnu.org>
10891
10892         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
10893         macros.
10894         (draw_bulb): Improved.
10895
10896         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
10897         metapost bug.
10898         (draw_pedal_P): Use soft_end_penstroke.
10899         (draw_pedal_d): Use soft_start_penstroke.
10900
10901         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
10902         path.
10903         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
10904         doesn't change the glyph shape.
10905
10906         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
10907         changing the shape) to avoid fontforge warnings.
10908
10909         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
10910         soft_end_penstroke and fix glyph shape.
10911
10912 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10913
10914         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
10915
10916 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10917
10918         * scm/define-markup-commands.scm (line): filter out empty stencils
10919         from line command.
10920
10921         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
10922         amount.
10923
10924 2005-01-27  Graham Percival  <gperlist@shaw.ca>
10925
10926         * Documentation/user/notation.itely: added info about what
10927         \voiceFoo does.  Also rewrote warning about marks at
10928         a line break.
10929
10930         * Documentation/user/changing-defaults.itely: added info
10931         about putting dynamics in parenthesis and brackets.
10932
10933 2005-01-27  Werner Lemberg  <wl@gnu.org>
10934
10935         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
10936
10937 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10938
10939         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
10940         portato-direction.ly
10941
10942         * lily/beam.cc (consider_auto_knees): add beam height to
10943         threshold. Fixes: knee-multiple-beam.ly
10944
10945         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
10946         pedal line spanners. Fixes: instrument-center-pedal.ly
10947
10948         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
10949         if encountering barline. Fixes: auto-beam-repeat.ly
10950
10951 2005-01-26  Werner Lemberg  <wl@gnu.org>
10952
10953         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
10954         overlapping.
10955
10956         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
10957         with inflections for the 1/2 sharp glyph.
10958
10959         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
10960         connection between `t' and `r'.
10961         Unify bulb with the rest of `r' to avoid grazing outlines which
10962         confuses the overlap removal algorithm of fontforge.
10963
10964         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
10965         inflections.
10966         (draw_cross): Fix shape to have uniform thickness in corners.
10967
10968         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
10969         to avoid an uneven number of self-intersections; this confuses
10970         fontforge.
10971         Fix a slight bug in the shape at left bottom (which is visible only
10972         at high magnifications).
10973         `Center' the stem horizontally to avoid overlapping.
10974
10975 2005-01-24  Werner Lemberg  <wl@gnu.org>
10976
10977         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
10978         to `asis'.
10979         (fet_begingroup): Save group name in string `feta_group'.
10980         (fet_endgroup): Updated.
10981         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
10982
10983         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
10984
10985         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
10986         in metapost.
10987
10988 2005-01-24  Graham Percival  <gperlist@shaw.ca>
10989
10990         * Documentation/user/notation.itely: really minor editing.
10991
10992 2005-01-22  Graham Percival  <gperlist@shaw.ca>
10993
10994         * Documentation/user/examples.itely: minor editing.
10995
10996         * Documentation/user/changing-defaults.itely: minor editing.
10997
10998         * Documentation/user/notation.itely: clarified info on polyphony
10999         and \addlyrics.
11000
11001 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11002
11003         * scm/output-gnome.scm: 
11004         * scm/output-svg.scm:
11005         * scm/lily-library.scm (font-name-style): Update font name
11006         kludging for fontconfig use.
11007
11008 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
11009
11010         * scm/define-markup-commands.scm: Document right-align and
11011         larger markup commands. Remove "TODO" from the topmost comment
11012         "each markup function should have a doc string." More consistent
11013         use of new-lines.
11014
11015 2005-01-22  Graham Percival  <gperlist@shaw.ca>
11016
11017         * Documentation/user/changing-defaults: removed info about
11018         copyright symbol, since it's likely to change soon.
11019         Added info about betweensystemspace.
11020
11021         * Documentation/user/notation.itely: minor fixes.
11022
11023         * Documentation/user/lilypond.tely,
11024         Documentation/user/music-glossary.tely: changed copyright
11025         date to 2005 instead of 2004.
11026
11027         * input/test/volta-chord-names.ly: added old example back.
11028
11029 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11030
11031         * mf/feta-beugel.mf: use design size 20 (not 15).
11032
11033         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
11034         change name to aybabtu completely
11035
11036 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11037
11038         * buildscripts/gen-emmentaler-scripts.py (outdir): add
11039         design_size to fontname
11040
11041 2005-01-19  Werner Lemberg  <wl@gnu.org>
11042
11043         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
11044         mf/feta-schrift.mf: s/p/pat/ if a path variable.
11045
11046         * mf/feta-autometric.mf (set_char_box): Add code which emits
11047         specials for mf2pt1 if run with metapost.
11048         (to_bp): New macro for mf2pt1.
11049
11050 2005-01-18  Graham Percival  <gperlist@shaw.ca>
11051
11052         * Documentation/user/changing-defaults: added info on
11053         creating a copyright symbol.
11054
11055 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11056
11057         * VERSION: release 2.5.9
11058         
11059 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
11060
11061         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
11062
11063         * Documentation/user/notation.itely: Document
11064         score-override-auto-beam-setting Fix documentation for
11065         revert-auto-beam-setting.
11066
11067 2005-01-18  Werner Lemberg  <wl@gnu.org>
11068
11069         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
11070         (procset): New function to define a procset resource.
11071         (ps-embed-pfa): New function to define a font resource.
11072         (setup): New function to define a `Setup' environment.
11073         (preamble): Use new functions.
11074
11075         * ps/lilypond.defs (init-lilypond-parameters): New function to
11076         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
11077
11078 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11079
11080         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
11081
11082 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
11083
11084         * scm/define-markup-commands.scm: Change number->markletter-string
11085         to take two arguments (vector number). Add number->mark-alphabet-vector
11086         and markalphabet markup command.
11087
11088         * scm/translation-functions.scm: Add format-mark-box-alphabet,
11089         format-mark-alphabet, format-mark-box-barnumbers and
11090         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
11091
11092 2005-01-17  Graham Percival  <gperlist@shaw.ca>
11093
11094         * Documentation/user/examples.itely: add SATB automatic piano
11095         reduction template.
11096
11097         * Documentation/user/notation.itely: added info about changing
11098         partcombine texts.  Also adds examples of alternate lyrics.
11099
11100         * Documentation/user/changing-defaults.itely: added warning
11101         about \RemoveEmptyStaffContext overriding previous changes.
11102
11103 2005-01-17  Werner Lemberg  <wl@gnu.org>
11104
11105         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
11106         feta-alphabet*.
11107
11108 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11109
11110         * python/lilylib.py (make_ps_images): don't do final showpage for
11111         multi-page documents.
11112         
11113         * VERSION (MY_PATCH_LEVEL): release 2.5.8
11114
11115 2005-01-16  Graham Percival  <gperlist@shaw.ca>
11116
11117         * Documentation/user/lilypond.tely: changed order of appendices;
11118         unified index should be last.
11119
11120         * Documentation/user/notation.itely: add example of key signatures
11121         and info about Staff.printKeyCancellation.
11122
11123 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11124
11125         * lily/include/repeated-music.hh (class Repeated_music): change
11126         into "namespace" class.
11127
11128         * lily/event.cc: remove Key_change_event.
11129
11130         * lily/include/transposed-music.hh (class Transposed_music): remove.
11131
11132         * lily/transposed-music.cc: remove
11133
11134         * lily/include/relative-music.hh: remove.
11135
11136         * lily/include/music-sequence.hh (struct Music_sequence): change
11137         into "namespace" class.
11138
11139         * lily/untransposable-music.cc (Module): remove
11140
11141         * lily/include/un-relativable-music.hh (Module): remove
11142
11143         * lily/include/untransposable-music.hh (Module): remove
11144
11145         * lily/include/music-list.hh (Module): remove file
11146
11147         * lily/un-relativable-music.cc: remove file.
11148
11149 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11150
11151         * lily/parser.yy: Compile fix.
11152
11153 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11154
11155         * lily/include/music.hh (class Music): unvirtualize transpose().
11156
11157         * lily/sequential-music.cc: remove file.
11158
11159         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
11160
11161         * lily/slur-scoring.cc (get_best_curve): only switch on
11162         DEBUG_SLUR_SCORING for non NDEBUG builds.
11163
11164         * lily/include/music.hh (class Music): replace Music::start_mom()
11165         by start-callback property
11166
11167         * lily/include/grace-music.hh: remove file. 
11168
11169         * lily/stem.cc (height): robustness fix.
11170
11171         * lily/time-scaled-music.cc: remove file.
11172
11173         * lily/include/music.hh (class Music): include SCM init argument.
11174         (class Music): replace Music::get_length() virtual by
11175         length-callback property everywhere.
11176
11177         * scripts/convert-ly.py (conv): add  # to \property scalar value.
11178
11179         * mf/GNUmakefile: don't install *list.ly
11180
11181 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11182
11183         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
11184
11185 2005-01-12  Werner Lemberg  <wl@gnu.org>
11186
11187         This patch addresses the following problems in the feta sources
11188         files which contribute to the fetaXX fonts.
11189
11190         . Many fixes for rasterization at low resolutions (consistent use of
11191           `vround' and `hround', integer shift values for paths, applying
11192           `eps' for mirrored paths, use of `define_whole_pixels' and
11193           friends, etc.) -- while this probably looks like a waste of time
11194           it has revealed deficiencies in some glyph shapes.  See comment at
11195           the end of feta-params.mf how vertical symmetry is achieved.
11196
11197         . The `---' operator has been replaced everywhere with `--'; this
11198           both improves and considerably reduces the font size after
11199           conversion with mf2pt1.
11200
11201         These change aren't explicitly mentioned below since virtually all
11202         glyphs are affected.
11203
11204         Other notable differences:
11205
11206         . Glyphs from feta-accordion.mf now have charboxes around the
11207           outline.
11208
11209         . Fixed incorrect charbox for `accDot'.
11210
11211         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
11212
11213         . Fixed position of the bow in the `upprall' glyph and its siblings.
11214
11215         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
11216           dependent on the staff line thickness to avoid touching the middle
11217           staff line at smaller sizes.
11218
11219         . Largely extended output for feta-testXX: Where useful, glyphs
11220         are shown both between and on staff lines.
11221
11222
11223         * mf/feta-params.mf (staff_space_rounded,
11224         stafflinethickness_rounded, linethickness_rounded,
11225         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
11226         Update all code which uses them where appropriate.
11227         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
11228         New variables used to control rasterization at low resolutions.  Set
11229         to zero if feta code is processed with metapost.
11230
11231         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
11232         (draw_rounded_block, draw_square_block): Updated to use `--' only.
11233         (flare_path): Updated.
11234         Make it work with `filldraw' (but only circular pens).
11235         (hfloor, vfloor, hceiling, vceiling): New macros.
11236
11237         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
11238         Use `draw' again in mf mode to have good pixel dropout control.
11239         Fix intersection points of horizontal lines with circle.
11240         ("accDot"): Fix parameters for set_char_box.
11241         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
11242         control.
11243
11244         * mf/feta-banier.mf: Updated.
11245
11246         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
11247         testing.
11248         (undraw_inside_ellipse): Remove `center' argument.  Update all
11249         callers.
11250         (draw_brevis): New macro, called by "Brevis notehead".
11251         (draw_whole_triangle_head): New macro, called by "Whole
11252         trianglehead".
11253         (draw_small_triangle_head): Use `filldraw'.
11254
11255         * mf/feta-eindelijk.mf: Remove useless global group.
11256         Updated.
11257
11258         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
11259         `filldraw'.
11260
11261         * mf/feta-pendaal.mf: Updated.
11262
11263         * mf/feta-puntje.mf: Updated.
11264
11265         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
11266         less points.
11267         ("Flageolet"): Use `draw' again in mf mode to have good pixel
11268         dropout control.
11269         ("Varied Coda"): Use `draw_block'.
11270         (draw_comma): Fix typo.
11271         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
11272         pixel dropout control.
11273
11274         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
11275         position of bow.
11276
11277         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
11278         sizes.
11279
11280         * mf/feta-toevallig.mf (remember_pic): New variable, used for
11281         testing.
11282         (draw_meta_sharp): Much simplified.
11283         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
11284
11285         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
11286
11287 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11288
11289         * Documentation/user/notation.itely (Ancient rests): Fix typo
11290         (thanks Anthony)
11291
11292 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11293
11294         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
11295
11296         * lily/main.cc (setup_paths): Add cff.
11297
11298         * mf/GNUmakefile (foe): Include actual target %.cff.
11299         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
11300
11301 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11302
11303         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
11304         suffix for main_input_b_.
11305
11306         * scm/music-functions.scm (toplevel-music-functions):
11307         precompute music lengths for music expressions.  
11308
11309 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11310
11311         * lily/include/input.hh (class Input): new `end_' slot for end of
11312         input. Renamed defined_str0_ to start_.
11313
11314         * lily/input.cc (Input): Add Input::Input (Input const &) and
11315         remove Input::Input (Source_file*, char const *). Use the new
11316         slots.
11317         (set_location): method used by bison to propagate input
11318         locations (YYLLOC_DEFAULT).
11319         (end_line_number, end_column_number, step_forward): new methods
11320         
11321         * lily/input-scheme.cc (ly:input-both-locations): new function,
11322         similar to ly:input-location, but also return the end line and
11323         column.
11324
11325         * lily/include/includable-lexer.hh: 
11326         * lily/includable-lexer.cc: 
11327         * lily/include/lily-lexer.hh (class Lily_lexer): 
11328         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
11329         Includable_lexer to Lily_lexer, in order to update lexloc (the
11330         yylloc), a new slot of Lily_lexer.
11331         (here_input, LexerError): simplify by using the lexloc slot (aka
11332         yylloc)
11333
11334         * lily/lexer.ll: #define yylloc to use input locations (it may
11335         be useless here?). Fixed the #embedded_scm rule (step the location
11336         forward in order to skip the sharp sign before parsing the scheme
11337         expression)
11338
11339         * lily/include/lily-parser.hh (class Lily_parser): 
11340         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
11341         here_input()
11342         (parser_error): overload for more precise locations of errors.
11343
11344         * lily/parser.yy (YYLTYPE): set location type to Input
11345         (YYLLOC_DEFAULT): use Input::set_location()
11346         (yylex): add the YYLTYPE* location parameter.
11347         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
11348         Give an Input parameter to THIS->parser-error() for more accurate
11349         messages.
11350
11351 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11352
11353         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
11354
11355         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
11356         on BEAMQUANTING for non-NDEBUG builds.
11357
11358         * lily/stem.cc (head_count): performance: avoid String::String()
11359         inside oft called function.
11360
11361 2005-01-09  Graham Percival  <gperlist@shaw.ca>
11362
11363         * Documentation/user/examles.itely: attempted fix for broken
11364         string quartet template.
11365
11366         * Documentation/user/notation.itely: remove unnecessary broken
11367         link.
11368
11369 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11370
11371         * VERSION (PACKAGE_NAME): release 2.5.7
11372
11373 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11374
11375         * config.make.in (METAFONT): Append -progname=mf, fixes use with
11376         mf-nowin for teTeX-3.0.  Backportme.
11377
11378         * scm/output-svg.scm (utf8-string): New function.
11379
11380         * scm/output-gnome.scm (utf8-string): New function.
11381         (otf-name-mangling): Remove.
11382
11383         * lily/pango-font.cc (Pango_font): Use font string iso font
11384         filename for utf8-text.
11385
11386         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
11387         name.
11388
11389 2005-01-08  Graham Percival  <gperlist@shaw.ca>
11390
11391         * Documentation/user/notation.itely: add info about
11392         Staff.extraNatural = ##f in Pitches section.  Also
11393         fixed some minor issues in the Vocal music section.
11394
11395 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11396
11397         * scm/output-ps.scm (white-text): comment out Helvetica font,
11398         which is broken for my GS install.
11399
11400         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
11401         which provides a tighter bbox.
11402
11403         * scm/define-grobs.scm (all-grob-descriptions): remove all
11404         extra-offsets from definitions.
11405
11406 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
11407
11408         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
11409         add tuning for 4-string bass and some common 4/5-string banjo
11410         tunings.  New function (four-string-banjo) turns a 5-string tuning
11411         into a 4-string tuning.  New function
11412         (fret-number-tablature-format-banjo) computes correct fret numbers
11413         on 5-string banjos.
11414
11415         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
11416         Add beam correction to TabVoice.
11417
11418         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
11419         using bold font; makes tabs more readable.
11420
11421 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11422
11423         * lily/font-select.cc (get_font_by_design_size): don't make
11424         Modified_font_metric; this causes trouble, since we don't know the
11425         font magnification from inside Pango_font::text_stencil()
11426
11427         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
11428
11429         * Documentation/user/notation.itely (The Lyrics context): comment out
11430         broken {Small ensembles} link.
11431
11432         * scm/framework-svg.scm (output-framework): change calling convention.
11433
11434         * lily/object-key-dumper-scheme.cc: new file.
11435
11436         * lily/object-key-undumper-scheme.cc: new file.
11437
11438         * lily/tweak-registration-scheme.cc: new file.
11439
11440         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
11441
11442         * Documentation/user/examples.itely (String quartet): uncomment
11443         broken example.
11444
11445         * lily/font-config.cc: new file.
11446
11447 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11448
11449         * scm/output-svg.scm: 
11450         * scm/output-gnome.scm: s/bigcheese/emmentaler.
11451
11452         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
11453
11454 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11455
11456         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
11457         Add headers.
11458
11459         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
11460
11461 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11462
11463         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
11464
11465         * lily/include/main.hh: lose _b hungarian suffixes for global
11466         variables.
11467
11468         * lily/include/lily-guile-macros.hh: new file.
11469
11470         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
11471
11472         * lily/general-scheme.cc: new file. 
11473
11474         * lily/font-select.cc (get_font_by_design_size): retrieve
11475         PangoFont for (designsize . "pango-descr") entries.
11476
11477         * lily/lily-parser-scheme.cc: new file.
11478
11479         * lily/output-def-scheme.cc: new file.
11480
11481         * lily/paper-book-scheme.cc: new file.
11482
11483         * lily/duration-scheme.cc (LY_DEFINE): new file.
11484
11485         * lily/pitch-scheme.cc:  new file.
11486
11487         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
11488
11489 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11490
11491         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
11492
11493 2005-01-06  Graham Percival  <gperlist@shaw.ca>
11494
11495         * Documentation/user/notation.itely: minor editing.
11496
11497         * Documentation/user/changing-defaults: minor editing.
11498
11499         * Documentation/user/examples.itely: add template for
11500         string quartet part extraction; demonstrates tag.
11501
11502 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
11503
11504         * Documentation/user/notation.itely: documents
11505         format-mark-box-letters and format-mark-box-numbers
11506
11507         * scm/define-context-properties.scm: change comment.
11508
11509 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11510
11511         * scm/framework-ps.scm (output-classic-framework): new function:
11512         dump systems as separate .eps files (without fonts) and write a
11513         single collecting .tex file.
11514
11515 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11516
11517         * Documentation/user/notation.itely (Setting simple songs):
11518         Correct several errors in the equivalent formulation of
11519         \addlyrics. 
11520         (The Lyrics context): Corrected link to the SATB example.
11521
11522 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11523
11524         * scm/lily.scm (completize-formats): new function
11525         (postprocess-output): new function
11526
11527         * lily/paper-book.cc (classic_output): change calling
11528         convention. Give basename as first argument. 
11529         remove Paper_book::post_processing().
11530
11531         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
11532
11533 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11534
11535         * lily/paper-outputter.cc (LY_DEFINE): new function
11536         ly:outputter-close.
11537
11538         * lily/main.cc: change --format,-f to --backend,-b
11539
11540         * lily/include/main.hh: rename format to backend.
11541
11542         * scm/translation-functions.scm (format-mark-box-numbers): add.
11543         patch by Erlend Aasland
11544
11545 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11546
11547         * lily/pango-font.cc (text_stencil): dump string as
11548         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
11549
11550 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11551
11552         * configure.in (gui_b): Remove handy developer-only
11553         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
11554         CVS source installations (but break other non-default but correct
11555         PKG_CONFIG_PATH setups), as this is no longer developer-only.
11556
11557         * SConstruct: 
11558         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
11559         compatibility (backportme).
11560
11561         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
11562
11563 2005-01-03  Werner Lemberg  <wl@gnu.org>
11564
11565         Prepare glyph shapes for mf2pt1 conversion.
11566
11567         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
11568         (accDiscant, accFreebase, accStdbase): Replace `draw' with
11569         `penstroke'.
11570         (accDot): Use `drawdot'.
11571         (accBayanbase): Replace `draw' with `draw_gridline'.
11572         (print_penpos): Moved to feta-macros.mf.
11573         (accOldEE): Replace `filldraw' with `penstroke'.
11574         Replace `draw' with `penstroke' and `drawdot'.
11575
11576         * mf/feta-banier.mf: Code clean-up.
11577         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
11578         `fill'.
11579
11580         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
11581
11582         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
11583         paremeter to control drawing of labels.  Update all callers.
11584
11585         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
11586         (new_bulb): Return a bulb as a single path.  To do that, it now
11587         takes some more parameters.  Updated all callers.
11588         (draw_gclef): Major clean-up.  `draw' has been replaced with
11589         `penstroke', unnecessary outlines have been removed.
11590         Remove (unused) gnome-canvas code.
11591
11592         * mf/feta-macros.mf (print_penpos): New macro (from
11593         feta-accordion.mf).
11594         Other minor fixes.
11595
11596         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
11597         ("Pedal dot"): Use `drawdot'.
11598         (draw_pedal_P): Add parameter to control drawing of labels.  Update
11599         all callers.
11600         Fix shape at top.
11601         (draw_pedal_e): Add parameter to control drawing of labels.  Update
11602         all callers.
11603         (draw_pedal_d): Add parameter to control drawing of labels.  Update
11604         all callers.
11605         Revert drawing direction.
11606
11607         * mf/feta-schrift.mf (draw_fermata): Use single path.
11608         (draw_short_fermata): Replace `filldraw' with `fill'.
11609         (draw_long_fermata, draw_very_long_fermata): Replace calls to
11610         `draw_rounded_block' with a single path.
11611         ("Thumb"): Draw full circle instead of mirroring segments.
11612         (draw_accent): New macro.
11613         ("> accent", "espr"): Use it.
11614         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
11615         ("open (unstopped)"): Draw full circle instead of mirroring
11616         segments.
11617         (draw_vee): Removed.
11618         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
11619         ("Downbow"): Replace calls to `draw_rounded_block' with a single
11620         path.
11621         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
11622         partial pieces drawn with `fill' -- these do still overlap with the
11623         stem of the `t' but just once, not multiple times so that fontforge
11624         can handle it gracefully.
11625         Change other parts of the glyph so that fontforge's overlapping
11626         algorithm reliably works.
11627         (draw_heel): Replace `draw' with `fill'.
11628         (draw_toe): Use `draw_accent' instead of `draw_vee'.
11629         ("Flageolet"): Replace `draw' with `penstroke'.
11630         ("Segno"): Replace `filldraw' with `penstroke'.
11631         Replace `draw' with `drawdot'.
11632         ("Coda"): Replace `fill' with `penstroke', using a single path.
11633         ("Varied Coda"): Use less overlapping paths.
11634         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
11635         single path.
11636
11637         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
11638         group to better control the `labels' command.
11639         Rename argument to `offset' and use it actually.  Update all
11640         callers.
11641         Replace `filldraw' with `fill'.
11642         ("mordent", "prallmordent", "upmordent", "downmordent",
11643         "lineprall"): Replace `draw' with `draw_gridline'.
11644         ("upprall", "downprall"): Replace `draw' with `fill'.
11645
11646         * mf/feta-timesig.mf: Formatting.
11647
11648         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
11649         to...
11650         ("Flat"): Here.
11651         (draw_paren): Move code to draw labels to...
11652         ("Right Parenthesis"): Here.
11653
11654 2005-01-02  Graham Percival <gperlist@shaw.ca>
11655
11656         * Documentation/user/notation.itely: add example of \setTextDecresc
11657         and \setTextDim.
11658
11659 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
11660
11661         * scm/define-markup-commands.scm :  fix glyph-strings of
11662         accidentals and \note-by-number
11663
11664 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11665
11666         * VERSION: 2.5.6 released.
11667         
11668         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
11669
11670         * input/regression/new-markup-scheme.ly: oops. font-family=music
11671         -> font-encoding fetaMusic.  
11672
11673         * lily/main.cc: put default to PS.
11674
11675         * lily/tfm.cc: idem.
11676
11677         * lily/afm.cc: idem.
11678
11679         * lily/include/modified-font-metric.hh (struct
11680         Modified_font_metric): remove coding_scheme() method.
11681
11682         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
11683
11684         * scripts/convert-ly.py (conv): crash on encountering \encoding.
11685
11686         * input/les-nereides.ly: convert to utf8
11687
11688         * lily/modified-font-metric.cc (text_dimension): idem.
11689
11690         * lily/parser.yy (TODO): idem.
11691
11692         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
11693
11694         * lily/lexer.ll: remove encoding
11695
11696         * scm/framework-ps.scm (output-variables): separately scale the
11697         page to mm 
11698
11699         * lily/pango-font.cc (Pango_font): fix scaling.
11700
11701         * lily/font-metric.cc (design_size): design_size returns a
11702         dimension now as well.
11703
11704 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11705
11706         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
11707         brace generation. 
11708
11709         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
11710
11711 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11712
11713         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
11714         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
11715
11716 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11717
11718         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
11719         in first run as well.
11720
11721         * scm/paper.scm (layout-set-staff-size): use text-font-size in
11722         dimension less points (ie. 12 = 12 point)
11723
11724         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
11725
11726         * lily/all-font-metrics.cc (find_pango_font): set description_
11727
11728         * lily/pango-font.cc (text_stencil): export size as well.
11729         (text_stencil): fix scaling and extents box.
11730
11731 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11732
11733         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
11734
11735         * Documentation/user/invoking.itely (Invoking lilypond): document
11736         texstr
11737
11738         * scripts/convert-ly.py (conv): add ancient rules.
11739
11740         * scm/clef.scm (c0-pitch-alist): replace - with .
11741
11742         * scripts/lilypond-book.py (process_snippets): add texstr support.
11743
11744         * scm/framework-texstr.scm (header): change extension to .textmetrics
11745
11746         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
11747         -f tex.
11748
11749         * lily/text-metrics.cc: new file.
11750         (try_load_text_metrics): new function
11751
11752         * lily/include/text-metrics.hh: new file.
11753
11754 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11755
11756         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
11757         ly_scheme_function to ly_lily_module_constant.
11758
11759         * lily/modified-font-metric.cc (text_dimension): try
11760         lookup_tex_text_dimension() first.
11761
11762         * lily/tfm.cc: new function ly:load-text-dimensions
11763
11764 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11765
11766         * scm/output-texstr.scm (text): use \lilygetmetrics
11767
11768         * scm/framework-texstr.scm (header): dump in new format.
11769
11770         * tex/lilypond-tex-metrics: new file.
11771         
11772 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11773
11774         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
11775         mapping.
11776         (index_to_charcode): New method.
11777
11778         * scm/output-ps.scm (glyph-string): 
11779         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
11780
11781 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11782
11783         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
11784         implement fully, need FONT to get to charcode.
11785
11786         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
11787
11788         * scm: Cleanups.
11789
11790         * Documentation/user/changing-defaults.itely: Fix internalsrefs
11791         {Tunable context properties},
11792         {All layout objects},
11793         {Music definitions}.
11794
11795 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11796
11797         * VERSION: release 2.5.5
11798         
11799         * lily/main.cc: use TeX as default output format.
11800
11801         * flower/file-path.cc (find): try to open directly as well, so we
11802         find absolute path files. 
11803
11804         * lily/pango-select.cc: new file.
11805
11806         * scm/framework-ps.scm: remove all encoding code. 
11807         load pfb/pfa for PangoFont too.
11808         
11809         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
11810
11811 2004-12-22  Werner Lemberg  <wl@gnu.org>
11812
11813         Prepare glyph shapes for mf2pt1 conversion.
11814
11815         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
11816
11817         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
11818         (define_triangle_shape): Use it to replace `draw' with `fill' and
11819         `unfill'.  Update all callers.
11820         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
11821         (draw_cross): Ditto.
11822         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
11823         Use penrazor for better conversion with mf2pt1.
11824         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
11825         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
11826         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
11827         draw_la_head, draw_ti_head): Replace `filldraw' with
11828         `fill'.  Update all callers.
11829
11830 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11831
11832         * lily/paper-book.cc (output): revert: only allow a single output
11833         format.
11834
11835         * lily/include/pango-font.hh: new file.
11836
11837         * lily/pango-font.cc: new file.
11838
11839         * lily/font-metric.cc (text_stencil): new routine
11840
11841         * lily/all-font-metrics.cc (find_pango_font): new routine.
11842
11843         * lily/include/font-metric.hh (struct Font_metric): add
11844         text_stencil()
11845
11846         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
11847
11848 2004-12-22  Werner Lemberg  <wl@gnu.org>
11849
11850         Prepare glyph shapes for mf2pt1 conversion.
11851
11852         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
11853
11854         * mf/feta-toevallig.mf: Formatting.
11855         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
11856         ("Natural"): Fix paths to allow better postprocessing.
11857         (draw_meta_flat): Use `z3l' as additional point in path to get
11858         better conversion with mf2pt1.
11859         Other minor cleanups.
11860         ("3/4 Flat"): Add auxiliary points and modify path to replace
11861         `draw' with `fill'.
11862         ("Double Sharp"): Mirror path segments instead of picture elements
11863         to get a single outline.
11864         Modify path to replace `filldraw' with `fill'.
11865
11866 2004-12-22  Graham Percival  <gperlist@shaw.ca>
11867
11868         * input/test/unfold-all-repeats.ly: added file back.
11869
11870         * Documentation/user/notation.itely,
11871         Documentation/user/programming-interface.itely
11872         Documentation/user/changing-defaults.itely: fixed misc broken
11873         links to input/test/ files.
11874
11875 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11876
11877         * tex/texinfo.tex: Update.  We should not be distributing this,
11878         but since we do, use latest version.
11879
11880         * Documentation/user/macros.itexi: Comment-out \fetaflat,
11881         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
11882         macros for feta glyphs.
11883
11884 2004-12-22  Graham Percival  <gperlist@shaw.ca>
11885
11886         * Documentation/user/changing-defaults.itely: fix index for set.
11887
11888         * Documentation/user/converters.itely: added convert-ly bugs list
11889         from CVS.
11890
11891 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11892
11893         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
11894         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
11895         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
11896         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
11897
11898         * mf/GNUmakefile (pfa_warning): Use less broken check.
11899
11900         * python/lilylib.py (setup_environment): Remove cruft from
11901         GS_FONTPATH.
11902
11903         * configure.in: Bump mftrace requirement to 1.1.1.
11904
11905 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11906
11907         * scm/output-svg.scm (beam): Use polygon.
11908
11909         * scm/lily-library.scm: Bugfix.
11910
11911         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
11912
11913         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
11914
11915 2004-12-19  Werner Lemberg  <wl@gnu.org>
11916
11917         Prepare glyph shapes for mf2pt1 conversion.
11918
11919         * mf/feta-eindelijk: Some formatting.
11920         (multi_rest_x, multi_beam_height): Removed.  Unused.
11921         ("Quarter rest"): Use `intersectiontimes' to create a single
11922         outline.
11923         (rest_crook): Removed.  Unused.
11924         (draw_rest_bulb): Return path (without filling).  Update callers.
11925         Simplified.
11926         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
11927         "128th rest"): Simplify `pat'.
11928         Create single outline.
11929
11930 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11931
11932         * mf/GNUmakefile (ALL_GEN_FILES):
11933         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
11934
11935         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
11936         function.
11937
11938 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11939
11940         * scm/output-texstr.scm (placebox): add routine
11941
11942         * VERSION (PACKAGE_NAME): release 2.5.4
11943
11944         * scm/framework-texstr.scm (output-framework): new file.  
11945
11946         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
11947         processing.
11948
11949         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
11950
11951         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
11952         rule.
11953
11954         * configure.in (gui_b): bump mftrace requirement to 1.1.0
11955
11956         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
11957
11958         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
11959
11960 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11961
11962         * scm/framework-svg.scm (dump-page): Implement landscape.
11963
11964 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11965
11966         * lily/main.cc (setup_paths): Add svg to search path.
11967
11968         * scm/output-svg.scm:
11969         * scm/framework-svg.scm: Add pageSet.  Update.
11970         (dump-fonts): New function.
11971         (output-framework): Use it.
11972
11973         * mf/GNUmakefile: 
11974         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
11975
11976 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11977
11978         * tex/lilyponddefs.tex: comment out new ifpdf code.
11979
11980 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11981
11982         * GNUmakefile.in: 
11983         * SConstruct (symlink): Replace afm by otf.
11984
11985         * scm/framework-gnome.scm (gnome-main): Remove invocation of
11986         ly:pango-add-afm-decoder.
11987
11988         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
11989
11990 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11991
11992         * scm/output-ps.scm (new-text): don't access t glyph for getting
11993         space dimension.
11994
11995         * ly/init.ly: warn about \version
11996
11997         * lily/lexer.ll: set version-seen?
11998
11999 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12000
12001         * scm/output-svg.scm (string->entities): Update.
12002
12003 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12004
12005         * lily/main.cc (setup_paths): replace afm by otf for path. 
12006
12007         * lily/pangofc-afm-decoder.cc: remove.
12008
12009         * lily/include/pangofc-afm-decoder.hh: remove.
12010
12011         * scm/framework-scm.scm (output-framework): new file.
12012
12013         * mf/GNUmakefile: remove SAUTER_FONTS.
12014         remove SVG/sodipodi hacks.
12015
12016         * scm/lily-library.scm (stderr): move stderr.
12017
12018         * mf/GNUmakefile: remove AFM support.
12019
12020         * buildscripts/mf-to-table.py (base): remove AFM support.
12021
12022         * lily/open-type-font.cc (design_size): use design_size
12023
12024 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
12025
12026         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
12027
12028 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12029
12030         * mf/GNUmakefile: Generate combined aybabtu info.
12031         * mf/aybabtu.pe.in (i): Load it.
12032
12033         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
12034         are not symbols.
12035
12036         * lily/include/open-type-font.hh (count): New method.
12037
12038         * mf/aybabtu.pe.in: Typo.
12039
12040         * Documentation/user/out/lilypond-internals.nexi (Scheme
12041         functions): Typo.
12042
12043         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
12044
12045 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12046
12047         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
12048         subfonts.
12049
12050         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
12051
12052         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
12053         (tex-font-command-raw): new function.
12054
12055         * lily/include/virtual-font-metric.hh (Module): remove file
12056
12057         * lily/virtual-font-metric.cc (Module): remove file.
12058         
12059
12060         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
12061         (get_indexed_char): read bbox from lily table if present.
12062
12063 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12064
12065         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
12066         aybabtu.subfonts
12067
12068         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
12069         global glyphname. Enables more than 64 glyphs in the OTF.
12070
12071 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12072
12073         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
12074         braces.
12075
12076         * lily/open-type-font.cc (design_size): Use 12 as default for
12077         design size.
12078
12079         * mf/aybabtu.pe.in: New file.  Merge all our braces.
12080
12081         * mf/GNUmakefile: Generate aybabtu.
12082
12083         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
12084
12085 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12086
12087         * scm/lily-library.scm (char->unicode-index): Remove.
12088
12089         * scm/output-gnome.scm (text): Bugfix for plain string input.
12090         Updates.
12091
12092         * scm/output-svg.scm (svg-font): Add weight to font selection.
12093
12094 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12095
12096         * Documentation/topdocs/INSTALL.texi (Top): Point to
12097         buildscripts/out/clean-fonts instead of
12098         buildscripts/clean-fonts.sh. 
12099
12100 2004-12-13  Graham Percival  <gperlist@shaw.ca>
12101
12102         * input/regression/figured-bass.ly: attempt to clarify text.
12103
12104         * Documentation/user/notation.tely: add cindex for tag, attempt to
12105         add figured bass example.
12106
12107         * Documentation/user/changing-defaults: basic editing.
12108
12109 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12110
12111         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
12112
12113         * lily/open-type-font.cc (LY_DEFINE): new function
12114         ly:font-sub-fonts
12115
12116         * lily/include/font-metric.hh (struct Font_metric): new method
12117         sub_fonts()
12118
12119         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
12120         . with - in add.stem.
12121         
12122 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12123
12124         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
12125         and fetaDynamic.
12126
12127         * lily/rest.cc (glyph_name): Change - to . .
12128
12129         * scm/output-gnome.scm (text): Hello world, again.
12130
12131         * scm/output-svg.scm (named-glyph): New function.  Hello world!
12132
12133         * lily/modified-font-metric.cc (index_to_charcode): New method.
12134
12135         * lily/include/font-metric.hh (index_to_charcode): New function.
12136
12137         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
12138         new function.
12139         (ly:font-glyph-to-index): Remove.
12140
12141 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12142
12143         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
12144
12145         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
12146
12147         * lily/open-type-font.cc (load_scheme_table): new function
12148
12149         * lily/dots.cc (print): replace - 
12150
12151         * lily/open-type-font.cc (attachment_point): new function.
12152         (load_table): read LILC table
12153
12154         * buildscripts/gen-bigcheese-scripts.py (Module): new
12155         file. Generate FF scripts.
12156
12157         * mf/feta-din10.mf: idem.
12158
12159         * mf/feta-nummer10.mf: remove mf files.
12160
12161         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
12162
12163 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12164
12165         * lily/lily-guile.cc: Use scm_from_locale_stringn.
12166
12167         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
12168         compatibility.
12169
12170 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12171
12172         * lily/open-type-font.cc (get_indexed_char): scale metrics by
12173         design-size and units_per_EM.
12174
12175         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
12176
12177 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12178
12179         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
12180         does not crash fontforge.
12181
12182         * scm/lily-library.scm (char->unicode-index): Hack to map onto
12183         PUA.
12184
12185 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12186
12187         * scm/framework-ps.scm (ps-embed-cff): new function.
12188
12189         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
12190
12191 2004-12-12  Werner Lemberg  <wl@gnu.org>
12192
12193         * mf/bigcheese.pe.in: Add PUA mapping.
12194         Don't create Type 42 but bare CFF font.
12195
12196 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12197
12198         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
12199         within canvas boundaries.
12200
12201         * mf/merge.pe.in: Set font names, version, license GPL.
12202
12203         * make/substitute.make: Add FONTFORGE.
12204
12205         * config.make.in (FONTFORGE): Add.
12206
12207         * configure.in (gui_b): Use PATH_PROG for fontforge.
12208
12209 2004-12-11  Graham Percival  <gperlist@shaw.ca>
12210
12211         * scm/define-markup-commands.scm: add baseline-skip to info
12212         about \column.
12213
12214 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12215
12216         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
12217
12218         * scm/output-gnome.scm (named-glyph): Use it.
12219
12220         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
12221
12222         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
12223         (upper_string, lower_string, reverse_string): Remove.
12224
12225         * configure.in (fontforge): Reinstate version check.
12226
12227         * ly/engraver-init.ly: Fix clef glyph names.
12228
12229         * lily/time-signature.cc (special_time_signature): Fix fraction
12230         glyph names.
12231
12232 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12233
12234         * mf/merge.pe: new file.
12235
12236         * lily/freetype.cc: new file.
12237
12238         * lily/include/open-type-font.hh (class Open_type_font): new file.
12239
12240         * lily/include/freetype.hh: new file.
12241
12242         * lily/open-type-font.cc: new file.
12243
12244         * lily/all-font-metrics.cc (find_otf): new function.
12245
12246 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12247
12248         * lily/time-signature.cc (special_time_signature): Fix.
12249
12250         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
12251         GTK2 before checking for pango.  Fixes -fgnome.
12252
12253         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
12254         Scheme name.
12255
12256         * scm/define-markup-commands.scm:
12257         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
12258
12259         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
12260
12261         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
12262         date versions.  Fixes configure.
12263         (STEPMAKE_CHECK_VERSION): Support optional actual program version
12264         argument.
12265
12266 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12267
12268         * buildscripts/mf-to-table.py (write_ps_encoding): write real
12269         names in .enc
12270
12271         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
12272
12273 2004-12-09  Graham Percival  <gperlist@shaw.ca>
12274
12275         * Documentation/user/changing-defaults.itely: add info about
12276         make-dynamic-script
12277
12278         * Documentation/user/notation.itely: add link in dynamics to
12279         section about make-dynamic-script.
12280
12281 2004-12-09  Christian hitz  <chhitz@gmx.net>
12282
12283         * lily/lily-guile.cc: change MACOS_X to __APPLE__
12284
12285 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12286
12287         * buildscripts/mf-to-table.py (parse_logfile): use . for
12288         concatting name and group.
12289         (parse_logfile): use M for Minus (negative.)
12290
12291         * lily/include/type-swallow-translator.hh
12292         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
12293
12294         * lily/*.cc: cosmetics around = sign.
12295
12296         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
12297         lyric spacing on the penultimate column.
12298
12299 2004-12-05  Christian Hitz  <chhitz@gmx.net>
12300
12301         * configure.in:
12302         * lily/accidental-placement.cc:
12303         * lily/bar-line.cc:
12304         * lily/beam-concave.cc:
12305         * lily/beam-quanting.cc:
12306         * lily/beam.cc:
12307         * lily/bezier-bow.cc:
12308         * lily/bezier.cc:
12309         * lily/break-align-interface.cc:
12310         * lily/custos.cc:
12311         * lily/dimension-cache.cc:
12312         * lily/dot-column.cc:
12313         * lily/font-metric.cc:
12314         * lily/font-select.cc:
12315         * lily/gourlay-breaking.cc:
12316         * lily/grob-property.cc:
12317         * lily/grob.cc:
12318         * lily/lily-guile.cc:
12319         * lily/line-spanner.cc:
12320         * lily/lookup.cc:
12321         * lily/lyric-extender.cc:
12322         * lily/lyric-hyphen.cc:
12323         * lily/mensural-ligature.cc:
12324         * lily/midi-def.cc:
12325         * lily/misc.cc:
12326         * lily/note-collision.cc:
12327         * lily/note-column.cc:
12328         * lily/note-head.cc:
12329         * lily/paper-outputter.cc:
12330         * lily/percent-repeat-item.cc:
12331         * lily/rest-collision.cc:
12332         * lily/side-position-interface.cc:
12333         * lily/simple-spacer.cc:
12334         * lily/slur-configuration.cc:
12335         * lily/slur-scoring.cc:
12336         * lily/slur.cc:
12337         * lily/spaceable-grob.cc:
12338         * lily/spacing-spanner.cc:
12339         * lily/spanner.cc:
12340         * lily/staff-symbol-referencer.cc:
12341         * lily/stem.cc:
12342         * lily/stencil.cc:
12343         * lily/system-start-delimiter.cc:
12344         * lily/system.cc:
12345         * lily/text-item.cc:
12346         * lily/tie.cc:
12347         * lily/tuplet-bracket.cc:
12348         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
12349         <cmath> beacause isinf/isnan is undefined in <cmath>
12350
12351 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12352
12353         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
12354
12355 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12356
12357         * VERSION: release 2.5.3
12358         
12359 2004-11-29  Arno Waschk <arno@arnowaschk.de>
12360
12361         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
12362
12363 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12364
12365         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
12366
12367         * lily/note-head.cc (internal_print): always try the "s" head if
12368         u/d not found.
12369
12370         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
12371
12372 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12373
12374         * mf/parmesan-heads.mf (overdone_heads): typos.
12375
12376 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12377
12378         * lily/parser.yy (markup): in markups, { .. } without command
12379         before are also flattened, ie \line must be explicitely used.
12380
12381         * Documentation/user/changing-defaults.itely:
12382         * Documentation/user/notation.itely: 
12383         * input/wilhelmus.ly: 
12384         * input/regression/instrument-name-markup.ly: 
12385         * input/regression/markup-score.ly: 
12386         * input/regression/new-markup-scheme.ly: 
12387         * input/regression/new-markup-syntax.ly: 
12388         * input/test/coriolan-margin.ly: use \line in markups where
12389         appropriate
12390         
12391 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12392
12393         * scm/new-markup.scm (map-markup-command-list): helper function
12394         used in parser.yy to map markup commands on a markup list.
12395
12396         * lily/parser.yy: get rid off < > in markups by treating { } as
12397         real lists.
12398
12399         * lily/lexer.ll: remove < > from markup lexer mode.
12400
12401         * scripts/convert-ly.py (conv): add rule for converting 
12402         \markup < > to \markup { }
12403
12404         * ly/titling-init.ly: 
12405         * input/test/coriolan-margin.ly: 
12406         * input/regression/new-markup-syntax.ly: 
12407         * input/regression/new-markup-scheme.ly: 
12408         * input/regression/multi-measure-rest-text.ly: 
12409         * input/regression/markup-stack.ly: 
12410         * input/regression/markup-score.ly: 
12411         * input/regression/instrument-name-markup.ly: 
12412         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
12413         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
12414         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
12415         * input/wilhelmus.ly: 
12416         * Documentation/user/notation.itely: 
12417         * Documentation/user/music-glossary.tely: 
12418         * Documentation/user/changing-defaults.itely: change < > to { } in
12419         markups
12420
12421 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12422
12423         * lily/accidental-placement.cc (position_accidentals): shortcut if
12424         no accidentals to place.
12425
12426 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12427
12428         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
12429         typo s/ly:dimension ?/ly:dimension?/
12430
12431         * input/regression/lily-in-scheme.ly: 
12432         * input/regression/music-function.ly: 
12433         * ly/spanners-init.ly (assertBeamSlope): 
12434         * scm/music-functions.scm (def-grace-function): add the paper
12435         argument to music function definitions.
12436
12437 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12438
12439         * lily/moment.cc (LY_DEFINE):
12440         ly:moment-main-{denominator,numberator}, new function.
12441
12442         * lily/score-engraver.cc (typeset_all): assign to column on basis
12443         of axis-group-parent-X setting.
12444
12445         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
12446         add_element() on basis of axis-group-parent-Y setting.
12447
12448         * lily/grob.cc: add axis-group-parent-{XY} properties.
12449
12450         * input/regression/spacing-stick-out.ly: new file.
12451
12452         * lily/simple-spacer.cc (add_columns): use binary search for
12453         setting column rods. Changes O(n^2) to O(n log(n)) for
12454         constructing spacing problem from columns.
12455         (add_columns): read allow-outside-line to make sure no texts stick
12456         out.
12457         (solve): Simple_spacer::is_active() only determines
12458         satisfies_constraints_ for non-ragged typesetting.
12459
12460         * lily/simultaneous-music.cc (to_relative_octave): only set
12461         old_relative_used if return pitch actually changed.
12462
12463         * scm/define-context-properties.scm
12464         (all-user-translation-properties): change to match implementation.
12465
12466         * python/lilylib.py: Replace re.match by re.search and adds "-c
12467         showpage" to the gs command line (Johannes Schindelin)
12468
12469         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
12470         before processing. Prevents crash when inf is in the extent.
12471
12472         * scm/define-markup-commands.scm (note-by-number): add "s" to
12473         "noteheads-" glyphname.
12474  
12475         * lily/parser.yy (Generic_prefix_music): supply parser argument to
12476         music function as well.
12477         
12478 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12479
12480         * VERSION: release 2.5.2
12481
12482         * Documentation/user/changing-defaults.itely (Creating titles):
12483         add breakbefore variable.
12484
12485         * lily/paper-book.cc (set_system_penalty): new function. Set
12486         penalty_ based on breakBefore setting
12487
12488         * lily/context-specced-music-iterator.cc (construct_children):
12489         interpret special context id $uniqueContextId 
12490
12491         * lily/context.cc (create_unique_context): new method. Move
12492         creation of unique (\new) contexts into interpreting phase. This
12493         makes
12494
12495           foo= \new Staff ..
12496           << \foo \foo >>
12497
12498         produce 2 staves.
12499         
12500
12501         * scm/define-music-properties.scm (all-music-properties): add
12502         quoted-voice-direction
12503
12504         * ly/music-functions-init.ly: killCues function.
12505
12506         * scm/music-functions.scm (cue-substitute): move creation of voice
12507         contexts further to the back. 
12508
12509 2004-11-25  Werner Lemberg  <wl@gnu.org>
12510
12511         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
12512         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
12513
12514 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
12515
12516         * buildscripts/guile-gnome.sh: Fixed typo.
12517
12518 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12519
12520         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
12521
12522         * scripts/abc2ly.py (dump_slyrics): add ord(). 
12523
12524         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
12525         to regular engraver. 
12526
12527 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12528
12529         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
12530
12531 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12532
12533         * scm/define-markup-commands.scm (fill-line): Typo.
12534
12535         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
12536         and newer.
12537
12538 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
12539
12540         * ly/dynamic-scripts-init.ly: Fixed typo.
12541
12542 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12543
12544         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
12545         note-head, to have different attachment points for up and down.
12546
12547         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
12548
12549         * mf/feta-generic.mf (else): remove solfa.
12550
12551         * mf/feta-bolletjes.mf (tishape): remove unicode test.
12552
12553         * scm/define-context-properties.scm
12554         (all-user-translation-properties): add shapeNoteStyles property.
12555
12556         * lily/shape-note-heads-engraver.cc (process_music): new file.
12557
12558         * lily/event.cc (transpose): call Event::transpose() for
12559         transposing the tonic.
12560
12561 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12562
12563         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
12564         Unicode/OpenType and AFM.
12565
12566         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
12567
12568 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12569
12570         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
12571
12572         * lily/context.cc (Context): unprotect key from ctor.
12573
12574         * scm/stencil.scm (stack-lines): return empty-stencil if argument
12575         is '()
12576         (stack-stencils): idem.
12577
12578         * Documentation/user/changing-defaults.itely (Creating titles):
12579         document new title layout options.
12580
12581         * lily/parser.yy (lilypond_header_body): copy previous
12582         $globalheader if present.
12583
12584         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
12585         ly:module-copy
12586         
12587         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
12588
12589         * scm/titling.scm: remove old titling functions
12590
12591         * lily/stencil.cc (translate): remove absolute dimension.
12592
12593         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
12594         via markup.
12595
12596         * scm/page-layout.scm (marked-up-headfoot): create header/footer
12597         field from user-supplied markup
12598
12599         * scm/define-markup-commands.scm (on-the-fly): new markup
12600         command. Enter SCM markup procedure directly in Scheme.
12601         (fromproperty): new markup command. Read markup from props argument.
12602
12603         * scm/titling.scm (marked-up-title): create title via
12604         user-specified markup. 
12605
12606         * scm/define-markup-commands.scm (column): remove empty stencils
12607         from column.
12608
12609         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
12610         not have side-effect of creating variable stub.
12611
12612         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
12613
12614 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12615
12616         * scm/encoding.scm (coding-alist): 
12617         * scm/font.scm (add-ec-fonts):
12618         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
12619         Extended-TeX-Font-Encoding---Latin.
12620
12621         * lily/side-position-interface.cc (general_side_position): Add
12622         actual offset to error message (avoid constant error messages).
12623
12624         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
12625         block.
12626
12627         * lily/font-select.cc (select_encoded_font)
12628         (get_font_by_mag_step, get_font_by_design_size): 
12629         * lily/modified-font-metric.cc (Modified_font_metric): 
12630         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
12631
12632         * scm/encoding.scm (coding-alist): Add fetaDynamic.
12633         (read-encoding-file): Bugfix: do not require space after bracket.
12634
12635         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
12636         these do not exist.
12637
12638 2004-11-20  Graham Percival  <gperlist@shaw.ca>
12639
12640         * Documentation/user/notation.itely: added info about typesetting
12641         boxed bar numbers.
12642
12643 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12644
12645         * flower/interval.cc (T_to_string): gcc4 fixes.
12646
12647         * scm/define-markup-commands.scm (fill-line): use
12648         stack-stencils. This fixes problems with putting already centered
12649         stencils in a line.
12650
12651         * VERSION: release 2.5.1
12652
12653         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
12654
12655 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12656
12657         * input/example-[1-3].ly: simplify.
12658
12659         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
12660
12661         * scm/output-ps.scm (new-text): new function. Use glyphshow to
12662         show glyphs.
12663
12664         * scm/encoding.scm (decode-byte-string): new function.
12665
12666         * scripts/convert-ly.py (conv): add warning about
12667         set-global-staff-size.
12668
12669         * Doxyfile: add. 
12670
12671         * scripts/convert-ly.py (conv): add raggedlastbottom rule
12672         (conv): warn for TextSpanner split.
12673         (conv): warn for textheight.
12674
12675 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12676
12677         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
12678         building the documentation, info with images are installed.
12679         (final-install): Fix description.  Mention sourcing of login
12680         scripts (instead of running).
12681
12682 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12683
12684         * Debian lmodern support.  Note that LilyPond will issue warnings
12685         
12686             no such encoding: "FontSpecific"
12687
12688           The font selection mechanism wants to get the encoding from the
12689           font itself, but the idea of lmodern is that it is usable with
12690           different encodings, ie, Lily should get the encoding from the
12691           font tree, rather than the font itself.  This would require some
12692           more work.
12693         
12694         * configure.in: Test for and accept lmodern if EC fonts not found.
12695
12696         * scm/framework-tex.scm (font-load-command): TeX font name
12697         mangling for latin1 encoded cork-lm fonts.
12698         (convert-to-ps): Load lm.map if available.
12699
12700         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
12701         available.
12702
12703         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
12704
12705         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
12706         available.
12707
12708         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
12709         path for absolute file name, that is silly.
12710
12711         * lily/score-engraver.cc (initialize): 
12712
12713         * Documentation/user/GNUmakefile (local-install-info): Invoke
12714         install-info --remove first.
12715
12716         * #include cleanup (Andreas Scherer).
12717
12718 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
12719
12720         * input/test/script-abbreviations.ly: fix typos.
12721
12722 2004-11-17  Werner Lemberg  <wl@gnu.org>
12723
12724         * python/lilylib.py (options_help_str): Support pretty-printing of
12725         newlines in fourth element of option description.
12726
12727         * scripts/lilypond-book.py (option_definitions): Use new lilylib
12728         feature.
12729         Sort options.
12730
12731         * Documentation/user/lilypond-book.itely: Finish update.
12732
12733 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12734
12735         * Documentation/user/macros.itexi: Add comment about \command.
12736
12737         * Documentation/user/lilypond.tely:
12738         * Documentation/user/lilypond-book.itely: Fix names of lilypond
12739         and lilypond-book nodes, so that `info lilypond' visits the manual
12740         at top level, and `info lilypond-book' visits the lilypond-book
12741         section.
12742
12743         * Documentation/user/GNUmakefile (local-install-info): Fix rules
12744         and packager messages.
12745
12746         * lily/pangofc-afm-decoder.cc: Update test.
12747
12748 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12749
12750         * scm/lily-library.scm (char->unicode-index): New function.
12751
12752         * scm/output-gnome.scm: 
12753         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
12754
12755         * Proper naming of file name throughout; s/filename/file[-_]name/.
12756
12757         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
12758
12759         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
12760
12761 2004-11-16  Werner Lemberg  <wl@gnu.org>
12762
12763         * scripts/lilypond-book.py: The Lord has commanded me to use only
12764         tabs for indentation.  Your humble servant obeys.
12765
12766 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12767
12768         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
12769         including font, if LilyPond-feta font is only feta font in path.
12770
12771         * scm/output-gnome.scm (text): Revert to file name of font if font
12772         has no name.  Fixes ec font selection.
12773         (char): Bugfix: do not utf8 twice.  Fixes clefs.
12774
12775         * scm/framework-svg.scm:
12776         * scm/output-svg.scm: New file.  TODO: figure out how to
12777         do character by index in font.
12778
12779         * scm/output-sodipodi.scm: Remove.
12780
12781         * scm/output-ps.scm (stem): Remove.
12782
12783 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12784
12785         * scm/output-gnome.scm (beam): New function.
12786         (slur): Round corners.
12787         (round-filled-box): Round corners.
12788
12789 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12790
12791         * scm/output-gnome.scm (beam): add function.
12792         (draw-line): new routine.
12793         (dashed-line): stub; call draw-line
12794         (polygon): new routine.
12795
12796 2004-11-15  Werner Lemberg  <wl@gnu.org>
12797
12798         * Documentation/user/lilypond-book.itely: Revise section on
12799         lilypond-book options.
12800         Other minor fixes.
12801
12802         * scripts/lilypond-book.py: Change indentation to 4.
12803         Minor formatting.
12804
12805 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12806
12807         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
12808         grobs that have tweaks specced.
12809         
12810 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
12811
12812         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
12813
12814 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12815
12816         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
12817         actual char #, not 0 based index.
12818
12819         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
12820
12821         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
12822         Warning: do make -C mf clean.
12823
12824         * lily/context-property.cc: Compile fix.
12825
12826         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
12827         Grok ec-fonts, braces and dynamics.
12828
12829         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
12830
12831 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12832
12833         * lily/include/tweak-registration.hh: new file.
12834
12835         * lily/tweak-registration.cc: new file.
12836
12837         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
12838         saving tweaks.
12839
12840         * scm/output-gnome.scm (text): comment dribble.
12841
12842 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12843
12844         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
12845
12846         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
12847         path-def before using.  Fixes muchtomany slurs in wrong places
12848         bug.
12849
12850 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12851
12852         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
12853
12854         * lily/include/object-key-undumper.hh (Module): new file.
12855
12856         * lily/object-key-undumper.cc (Module): New file. Deserialize
12857         keys. SCM bindings
12858
12859         * lily/object-key-dumper.cc (Object_key_dumper): idem.
12860         Provide SCM bindings.
12861
12862         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
12863         new file. Serialize object keys.
12864         
12865         * lily/object-key.cc (dump): new function.
12866         (as_scheme): new virtual function
12867         (undump): new function
12868         (undumpers): new table.
12869
12870         * lily/include/global-context.hh (Context): take \score key upon init.
12871
12872         * lily/object-key-dumper.cc (serialize_key): new file.
12873
12874         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
12875
12876         * lily/lily-lexer.cc: remove \quote.
12877
12878         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
12879
12880         * lily/context.cc (Context): take key argument in ctor.
12881         (create_context): new function
12882
12883         * lily/grob.cc (Grob): take key argument in ctor.  
12884
12885         * lily/lilypond-key.cc (do_compare): new file.
12886
12887         * lily/object-key.cc (Object_key): new file.
12888
12889         * lily/include/object-key.hh (class Object_key): new file.
12890
12891         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
12892
12893 2004-11-13  Graham Percival  <gperlist@shaw.ca>
12894
12895         * Documentation/user/lilypond-book.itely: add small warning about
12896         noindent default in lilypond-book.
12897
12898         * Documentation/user/converters.itely: add examples for convert-ly.
12899
12900         * Documentation/user/examples.itely: change version string in templates
12901         to 2.4.0.
12902
12903 2004-11-12  Karl Hammar  <karl@aspodata.se>
12904
12905         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
12906         cmdline, use xargs instead (backportme)
12907
12908 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
12909         
12910         * Documentation/user/: Numerous fixes in the user manual.
12911
12912 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12913
12914         * lily/parser.yy (re_rhythmed_music): search music expression for
12915         context-id, surround by \new Voice if not found. Fixes:
12916         addlyrics-second-staff.ly
12917
12918         * VERSION: 2.5.0 released.
12919         
12920 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12921
12922         * Documentation/index.html.in: Fix url to one big page.  (backportme)
12923
12924         * Documentation/user/GNUmakefile: Separate rules for split and
12925         unsplit html documents.  Remove perl massaging.  (backportme)
12926
12927 2004-11-11  Graham Percival  <gperlist@shaw.ca>
12928
12929         * Documentation/user/lilypond-book.itely: add short warning about
12930         \lilypond{} in LaTeX docs.
12931
12932 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12933
12934         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
12935         found.  (backportme)
12936
12937         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
12938         version requirement.  (backportme)
12939
12940         * configure.in: Be explicit about old versions of
12941         ec-fonts-mtraced.  (backportme)
12942
12943         * lily/context-selector.cc (set_tweaks): New function.
12944         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
12945         web with -DTWEAK.
12946
12947         * Documentation/user/introduction.itely (Automated engraving):
12948         Remove fragment option.  Fixes web.
12949
12950         * lily/context-property.cc (make_item_from_properties):
12951         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
12952         #ifdef.
12953
12954         * scm/define-context-properties.scm
12955         (all-internal-translation-properties): Add tweakRank and tweakCount.
12956
12957         * lily/grob.cc: 
12958         * scm/define-grob-properties.scm (all-internal-grob-properties):
12959         Add tweak-rank and tweak-count.
12960
12961 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12962
12963         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
12964         New function.
12965         (text): Use them.
12966
12967         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
12968         animated/opaque grob dragging tweaks.
12969
12970         * buildscripts/guile-gnome.sh: Update.
12971
12972 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12973
12974         * scm/define-grobs.scm (all-grob-descriptions): Added
12975         line-interface to the LigatureBracket object.
12976
12977 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12978
12979         * scm/framework-gnome.scm (item-event): Support non-animated mouse
12980         dragging tweaks.
12981
12982         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
12983
12984         * lily/context-selector.cc (store_context): New function.
12985
12986         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
12987         (store_grob): New function.
12988         (identify_grob): Add Moment parameter.
12989
12990         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
12991         exists.
12992
12993         * scm/framework-gnome.scm (save-tweaks): Write as alist.
12994
12995 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12996
12997         * scm/framework-gnome.scm (item-event): Print grob id.
12998         (save-tweaks): New function.
12999         (tweak): New funtion.
13000         (item-event): Use it, bound to arrow keys.
13001
13002         * lily/context-property.cc (make_item_from_properties): Register grob.
13003         * lily/context.cc (add_context): Register context.
13004
13005         * lily/include/context-selector.hh:
13006         * lily/include/grob-selector.hh:
13007         * lily/context-selector.cc:
13008         * lily/grob-selector.cc: New file.
13009
13010 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13011
13012         * lily/slur.cc: add 'positions to interface
13013
13014         * lily/main.cc: reinstate PS as standard output format. 
13015
13016         * scm/framework-tex.scm (output-preview-framework): print systems
13017         up to first non title system.
13018
13019         * lily/grace-engraver.cc (start_translation_timestep): split
13020         scm_cadddr
13021         
13022 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13023
13024         * lily/quote-iterator.cc (Module): remove old quote-iterator
13025
13026         * scm/define-music-types.scm (music-descriptions): move
13027         NewQuoteMusic over QuoteMusic
13028
13029         * Documentation/user/notation.itely (Formatting cue notes): use
13030         \cueDuring.
13031
13032         * lily/new-quote-iterator.cc (quote_ok): new function.
13033
13034         * input/regression/quote-cue-during.ly: new file.
13035
13036         * input/regression/quote-grace.ly: new file.
13037
13038         * scm/define-context-properties.scm (Module): change definition of
13039         graceSettings
13040
13041         * lily/context-property.cc (Module): rename from
13042         translator-property.cc
13043
13044         * lily/context.cc (context_name_symbol): new function
13045
13046         * lily/grace-engraver.cc: new file. Set properties for grobs based
13047         on the grace-ness of now_moment().
13048
13049         * scm/music-functions.scm (add-grace-property): use list
13050         iso. vector for graceSettings
13051         remove set-{start,stop}-grace-properties. 
13052
13053         * lily/new-quote-iterator.cc (construct_children): set
13054         quote_outlet_ if no quoted-context-{id,type} specified.
13055
13056         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
13057
13058         * lily/parser.yy (command_element): remove \quote.
13059
13060         * ly/music-functions-init.ly (location): add quoteDuring music
13061         function. 
13062
13063         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
13064         optional semicolon. (backportme)
13065
13066 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13067
13068         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
13069         need to link to GUILE et al.
13070
13071 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13072
13073         * scm/define-music-properties.scm (all-music-properties): add
13074         quoted-context-type, quoted-context-id.
13075
13076         * scm/lily.scm (type-check-list): new function.
13077         
13078         * scm/lily-library.scm: new file. Generic library routines.
13079
13080         * lily/parser.yy (Generic_prefix_music): move typechecking out of
13081         parser.
13082
13083         * ly/music-functions-init.ly: add quoteDuring function.
13084
13085         * lily/include/music-iterator.hh (class Music_iterator): rename
13086         set_translator -> set_context
13087
13088         * lily/parser.yy (Generic_prefix_music_scm): add
13089         MUSIC_FUNCTION_SCM_SCM_MUSIC
13090
13091         * scm/lily.scm (sanitize-command-option): new function. (backportme)
13092
13093         * scm/framework-tex.scm (header): sanitize TeX paper size.
13094         (backportme)
13095
13096 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13097
13098         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
13099
13100         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
13101
13102         * scm/framework-tex.scm (font-load-command): Use T1 if no
13103         font-encoding set.  (backportme)
13104
13105         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
13106         exists before converting.  (backportme)
13107
13108         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
13109         exists before converting.  (backportme)
13110         (convert-to-ps): Remove .ps file if it exists before
13111         converting.  (backportme)
13112
13113         * lily/lexer.ll: Remove extra progress newline, use present tense.
13114
13115         * scm/paper.scm (paper-alist): public.
13116         * scm/framework-tex.scm (convert-to-ps):
13117         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
13118         command line.
13119
13120 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13121
13122         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
13123
13124         * lily/recording-group-engraver.cc (derived_mark): mark
13125         now_events_. (backportme)
13126
13127 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13128
13129         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
13130
13131         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
13132         invoking latex. (backportme.)
13133
13134         * lily/stem.cc (off_callback): center stems for all rest stems.
13135
13136 2004-11-05  Werner Lemberg  <wl@gnu.org>
13137
13138         * Documentation/user/lilypond.tely: Add more guidelines for writing
13139         lilypond texinfo documents.
13140
13141 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
13142
13143         * Documentation/index.html.in: remove <hr>.
13144
13145         * THANKS: change 2.3 to 2.4.
13146
13147 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
13148
13149         * scm/output-gnome.scm: More fontconfig comment.
13150
13151 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
13152
13153         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
13154         <package> directory in $(builddir)/share according with
13155         PACKAGE_NAME defined in the VERSION file.
13156
13157 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13158
13159         * lily/beam.cc (rest_collision_callback): use local beam
13160         multiplicity.
13161
13162         * input/regression/stem-stemlet.ly: new file.
13163
13164         * lily/stem.cc (add_head): store rests as well.
13165
13166         * scm/define-grob-properties.scm (all-user-grob-properties): add
13167         stemlet-length
13168
13169         * lily/stem.cc: store rests as well.
13170         
13171         * input/regression/new-slur.ly: mention forcing.
13172
13173 2004-11-04  Werner Lemberg  <wl@gnu.org>
13174
13175         * Documentation/user/*: A new round of layout fixes and document
13176         structure cleanup.
13177
13178 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
13179
13180         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
13181
13182 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
13183
13184         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
13185
13186 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13187
13188         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
13189
13190         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
13191
13192         * lily/main.cc (main): Invoke identify.
13193
13194         * scm/lily.scm (postscript->pdf): Remove progress newline.
13195         Write progress to stderr.
13196
13197         * lily/paper-book.cc (output): Remove progress newline.
13198
13199         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
13200         gettext on user messages, and remove whitespace.
13201
13202         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
13203
13204         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
13205         argv[0] (Thomas Scharkowski).
13206
13207         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
13208         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
13209         for ec-fonts-mtraced.
13210
13211         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
13212         --srcdir build (Bertalan).
13213
13214         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
13215         headers and library too (Laura Conrad).
13216
13217         * Documentation/topdocs/INSTALL.texi (Top): Mention development
13218         package for guile too (Laura Conrad).
13219
13220         * lily/main.cc (usage): Typo.
13221
13222 2004-11-02  Werner Lemberg  <wl@gnu.org>
13223
13224         * Documentation/user/notation.ly: More fixes to improve appearance.
13225
13226         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
13227         better output for multicolumn tables.
13228
13229 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
13230
13231         * lily/main.cc (dir_info): Fixed typo in the printouts.
13232
13233 2004-11-01  Werner Lemberg  <wl@gnu.org>
13234
13235         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
13236         of output.
13237         Set `per_line' to 2; replace hard-coded value with it.
13238
13239         * Documentation/user/*: Many fixes to improve appearance of
13240         printed manual.
13241
13242 2004-11-01  Werner Lemberg  <wl@gnu.org>
13243
13244         * Documentation/user/changing-defaults.itely,
13245         Documentation/user/notation.ly,
13246         Documentation/user/programming-interface.itely: Use @/.
13247         Fix formatting of some lilypond snippets and tables.
13248
13249         * scripts/lilypond-book.py (compose_ly): Provide useful default
13250         for LINEWIDTH in `override'.
13251
13252 2004-10-31  Graham Percival  <gperlist@shaw.ca>
13253
13254         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
13255
13256 2004-10-31  Werner Lemberg  <wl@gnu.org>
13257
13258         Resetting @exampleindent to `5' gives ugly results with texinfo's
13259         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
13260         (if not quoting) to change @exampleindent only locally.
13261
13262         * scripts/lilypond-book.py (NOQUOTE): New variable.
13263         (output) [LATEX]: Remove AFTER and BEFORE.
13264         [TEXINFO]: Remove AFTER and BEFORE.
13265         Fix QUOTE and VERBATIM pattern.
13266         Add NOQUOTE pattern.
13267         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
13268         and BEFORE.
13269         [output_texinfo]: Use NOQUOTE.
13270
13271 2004-10-31  Graham Percival  <gperlist@shaw.ca>
13272
13273         * Documentation/user/changing-defaults.itely: clarify paper
13274         size commands with correct info.
13275
13276         * Documentation/user/lilypond-book.itely: add more docs for
13277         filename extensions.
13278
13279 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13280
13281         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
13282         (PATCH_LEVEL): start 2.5.0.
13283
13284 #Local variables:
13285 #coding: utf-8
13286 #End:
13287