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