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